mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-29 12:17:01 +00:00
Add support for EVs in ituran
(#40153)
This commit is contained in:
parent
95ae65d520
commit
e5d124b744
@ -12,6 +12,7 @@ ha_codeowners:
|
||||
- '@shmuelzon'
|
||||
ha_domain: ituran
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- device_tracker
|
||||
- sensor
|
||||
ha_integration_type: hub
|
||||
@ -39,6 +40,12 @@ The information is pulled every 5 minutes from the Ituran web service; however,
|
||||
|
||||
## Supported functionality
|
||||
|
||||
### Binary sensor
|
||||
|
||||
The Ituran {% term integration %} exposes the following binary sensors for each registered vehicle:
|
||||
|
||||
- **Charging** - Only for EV's. The charging state of the vehicle
|
||||
|
||||
### Device tracker
|
||||
|
||||
The Ituran {% term integration %} will track the location of each vehicle registered to your account.
|
||||
@ -48,10 +55,12 @@ The Ituran {% term integration %} will track the location of each vehicle regist
|
||||
The Ituran {% term integration %} also exposes the following sensors for each registered vehicle:
|
||||
|
||||
- **Address** - The address that corresponds with the vehicle's location, as determined by Ituran
|
||||
- **Battery level** - Only for EV's. The battery level (%) of the vehicle
|
||||
- **Battery voltage** - The measured voltage (V) of the car battery. If not supported by the installation, the value will be set to `-1`
|
||||
- **Heading** - The direction (0-359°) that the vehicle is pointing to
|
||||
- **Last update from vehicle** - The time from when the vehicle last published its information to the Ituran cloud
|
||||
- **Mileage** - The distance (km) the vehicle has traveled
|
||||
- **Remaining range** - The distance (km) the vehicle can travel until the battery is depleted
|
||||
- **Speed** - The current speed (km/h) of the vehicle
|
||||
|
||||
## Known limitations
|
||||
|
Loading…
x
Reference in New Issue
Block a user