From d3cb1fe2fa0cfd8030c39d9bd44e50a30beb4f7e Mon Sep 17 00:00:00 2001 From: Assaf Inbal Date: Wed, 18 Dec 2024 10:41:07 +0200 Subject: [PATCH] Added new Ituran sensors (#36391) --- source/_integrations/ituran.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/_integrations/ituran.markdown b/source/_integrations/ituran.markdown index 1548f7d691a..10dd69f8590 100644 --- a/source/_integrations/ituran.markdown +++ b/source/_integrations/ituran.markdown @@ -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