You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
All notable changes to this project are documented in this file.
4
4
5
+
## [1.5.2] - 2026-03-18
6
+
7
+
### Changed
8
+
-**Repository Metadata**: Improved manifest, HACS metadata, and service descriptions for a cleaner Home Assistant and HACS experience.
9
+
-**Trip Entities**: Added optional sensors for last trip average speed and last trip duration, and expanded last-trip attributes with average speed details.
10
+
11
+
### Fixed
12
+
-**Documentation**: Refined the README to better explain installation, available entities, and the built-in refresh service.
13
+
-**Translations**: Added localized labels for the new last-trip sensors across the bundled translations.
A professional-grade Home Assistant integration for the Geotab fleet management platform. This component facilitates the seamless synchronization of telematics data, providing comprehensive vehicle monitoring, diagnostic analysis, and real-time tracking directly within the Home Assistant ecosystem.
7
+
A Home Assistant integration for the Geotab fleet management platform. It brings live vehicle position, driving state, diagnostics, active faults, and trip statistics into Home Assistant through the standard UI and HACS.
8
8
9
9
---
10
10
@@ -13,7 +13,7 @@ A professional-grade Home Assistant integration for the Geotab fleet management
13
13
***High-Precision Tracking**: Dedicated `device_tracker` entities providing real-time geographical coordinates for all fleet assets.
14
14
***Diagnostic Trouble Codes (DTC)**: Advanced monitoring of active engine faults with detailed reporting on fault codes, human-readable descriptions, and severity indicators (lamp status).
15
15
***Extended Telematics**: Access to over 30 distinct data points per vehicle, including fuel metrics, tire pressures, and engine health parameters.
16
-
***Historical Aggregation**: Built-in calculation of daily, weekly, and monthly trip statistics, including distance covered and idle time analysis.
16
+
***Historical Aggregation**: Built-in calculation of daily, weekly, and monthly trip statistics, including distance covered, average driving speed, last-trip metrics, and idle time analysis.
17
17
***Internationalization**: Full localization support for English, Italian, German, Spanish, French, Dutch, and Portuguese.
18
18
19
19
---
@@ -43,7 +43,7 @@ Entities are logically categorized to ensure a streamlined user interface and ef
43
43
### Trip Statistics
44
44
***Aggregated Metrics**: Daily, weekly, and monthly distance tracking.
45
45
***Operational Analysis**: Trip counts, average driving speed, and weekly idle time reports.
46
-
***Last Journey**: Comprehensive data on the most recently completed trip.
46
+
***Last Journey**: Dedicated last-trip distance, duration, and average-speed sensors.
47
47
48
48
---
49
49
@@ -77,6 +77,19 @@ Entities are logically categorized to ensure a streamlined user interface and ef
77
77
78
78
*Note: Integration parameters can be modified post-installation via the **Configure** interface.*
79
79
80
+
### Included Entities
81
+
82
+
By default the integration creates, for each Geotab vehicle:
83
+
84
+
* a `device_tracker` entity for live position
85
+
* primary sensors such as odometer, fuel level, speed, and last update
86
+
* binary sensors for ignition, driving state, and active faults
87
+
* optional diagnostic and trip-analysis sensors that can be enabled from the entity registry
88
+
89
+
### Built-In Service
90
+
91
+
The integration registers the `geotab.refresh` service, which triggers an immediate refresh for all configured Geotab entries.
0 commit comments