2025-02-05 13:46:37 +01:00

2.9 KiB

title description ha_category ha_release ha_iot_class ha_config_flow ha_codeowners ha_domain ha_platforms ha_integration_type ha_quality_scale
Ituran Instructions on how to add Ituran to Home Assistant.
Car
Device Tracker
Presence detection
2025.1 Cloud Polling true
@shmuelzon
ituran
device_tracker
sensor
hub silver

The Ituran {% term integration %} allows you to retrieve information from your Ituran-equipped vehicle using the Ituran APP service. It pulls information from the Ituran web service regarding the vehicle's location.

Prerequisites

You must have an Ituran account for use with the Ituran APP (Android/iOS). All devices that work with the app, should work with this integration as well.

{% include integrations/config_flow.md %}

{% configuration_basic %} ID or passport number: description: Your government ID or passport number used to sign-up with Ituran. Mobile phone number: description: The mobile phone number used to sign-up with Ituran. A one-time-password will be sent to this number. {% endconfiguration_basic %}

Data updates

The information is pulled every 5 minutes from the Ituran web service; however, the data is updated at intervals determined by Ituran based on whether the vehicle is stationary or not.

Supported functionality

Device tracker

The Ituran {% term integration %} will track the location of each vehicle registered to your account.

Sensor

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 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
    • As a workaround, it's possible to add another user from the app, with a different ID and mobile phone number that will be dedicated for Home Assistant use.
  • 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

This integration follows standard integration removal. No extra steps are required.

{% include integrations/remove_device_service.md %}