mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
Added new Ituran sensors (#36391)
This commit is contained in:
parent
6d397f8230
commit
d3cb1fe2fa
@ -13,6 +13,7 @@ ha_codeowners:
|
||||
ha_domain: ituran
|
||||
ha_platforms:
|
||||
- device_tracker
|
||||
- sensor
|
||||
ha_integration_type: integration
|
||||
---
|
||||
|
||||
@ -41,9 +42,22 @@ The information is pulled every 5 minutes from the Ituran web service; however,
|
||||
|
||||
The Ituran {% term integration %} will track the location of each vehicle registered to your account.
|
||||
|
||||
### Sensor
|
||||
|
||||
The Ituran {% term integration %} also exposes the following sensor for each registered vehicle:
|
||||
|
||||
- **Address** - The address that corresponds with the vehicle's location, as determined by Ituran
|
||||
- **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
|
||||
- **Speed** - The current speed (km/h) of the vehicle
|
||||
|
||||
## Known limitations
|
||||
|
||||
- While this integration is configured with your account, you won't be able to use the official app, as only one connection at a time is supported
|
||||
- The vehicle's heading value is unreliable when it's not in motion
|
||||
- The mileage value is not read from the vehicle's odometer but is calculated from GPS, which may result in slight variations from the actual odometer reading
|
||||
|
||||
## Removing the integration
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user