Skip to content

Add binary sensors to Volvo integration #40449

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 56 additions & 1 deletion source/_integrations/volvo.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,61 @@ The **Volvo** integration provides the following entities.

### All engine types

#### Binary sensors

- **Brake fluid**: Indicates if the brake fluid level is too low
- **Brake light center**: Warns of a failure in the center brake light
- **Brake light left**: Warns of a failure in the left brake light
- **Brake light right**: Warns of a failure in the right brake light
- **Coolant level**: Indicates if the engine coolant level is too low
- **Daytime running light left**: Warns of a failure in the left daytime running light
- **Daytime running light right**: Warns of a failure in the right daytime running light
- **Door front left**<sup>*</sup>: Detects if the front left door is open or closed
- **Door front right**<sup>*</sup>: Detects if the front right door is open or closed
- **Door rear left**<sup>*</sup>: Detects if the rear left door is open or closed
- **Door rear right**<sup>*</sup>: Detects if the rear right door is open or closed
- **Engine status**: Shows if the engine is currently running
- **Fog light front**: Warns of a failure in the front fog light
- **Fog light rear**: Warns of a failure in the rear fog light
- **Hazard lights**: Warns of a failure in the hazard lights
- **High beam left**: Warns of a failure in the left high beam
- **High beam right**: Warns of a failure in the right high beam
- **Hood**<sup>*</sup>: Detects if the hood is open or closed
- **Low beam left**: Warns of a failure in the left low beam
- **Low beam right**: Warns of a failure in the right low beam
- **Oil level**<sup>*</sup>: Indicates oil level warnings and service requirements
- **Position light front left**: Warns of a failure in the front left position light
- **Position light front right**: Warns of a failure in the front right position light
- **Position light rear left**: Warns of a failure in the rear left position light
- **Position light rear right**: Warns of a failure in the rear right position light
- **Registration plate light**: Warns of a failure in the registration plate light
- **Reverse lights**: Warns of a failure in the reverse lights
- **Service**<sup>*</sup>: Indicates if service is required for the vehicle
- **Side mark lights**: Warns of a failure in the side mark lights
- **Sunroof**<sup>*</sup>: Detects if the sunroof is open or closed
- **Tailgate**<sup>*</sup>: Detects if the tailgate is open or closed
- **Tank lid**<sup>*</sup>: Detects if the tank lid is open or closed
- **Tire front left**<sup>*</sup>: Indicates pressure warnings for the front left tire
- **Tire front right**<sup>*</sup>: Indicates pressure warnings for the front right tire
- **Tire rear left**<sup>*</sup>: Indicates pressure warnings for the rear left tire
- **Tire rear right**<sup>*</sup>: Indicates pressure warnings for the rear right tire
- **Turn indication front left**: Warns of a failure in the front left turn indicator
- **Turn indication front right**: Warns of a failure in the front right turn indicator
- **Turn indication rear left**: Warns of a failure in the rear left turn indicator
- **Turn indication rear right**: Warns of a failure in the rear right turn indicator
- **Washer fluid**: Indicates if the washer fluid level is too low
- **Window front left**<sup>*</sup>: Detects if the front left window is open or closed
- **Window front right**<sup>*</sup>: Detects if the front right window is open or closed
- **Window rear left**<sup>*</sup>: Detects if the rear left window is open or closed
- **Window rear right**<sup>*</sup>: Detects if the rear right window is open or closed

{% note %}
Each binary sensor marked with "\*" has:

- An attribute indicating details about the status.
- A regular sensor, that is disabled by default, having the status as value.
{% endnote %}

#### Sensors

- **Car connection**: Connectivity of the car
Expand All @@ -72,7 +127,7 @@ The **Volvo** integration provides the following entities.

#### Sensors for specific models

Go to Volvo's developer portal to view [the list of supported models](https://developer.volvocars.com/apis/energy/v1/overview/#availability).
Go to Volvo's developer portal to view [the list of supported models](https://developer.volvocars.com/apis/energy/v2/overview/#availability).

- **Charging connection status**: Charging connection status
- **Charging limit**: Charging limit configured in the car
Expand Down