Skip to content

Releases: jnxxx/homeassistant-connectedcars_io

Various bugfixes

08 Dec 21:07
Compare
Choose a tag to compare

This release addresses issues described in:

Additional sensors

10 Sep 13:14
Compare
Choose a tag to compare

New sensors:

  • Mileage latest year
  • Mileage latest month
  • Mileage since refuel
  • Fuel economy

Improved:

  • Odometer: Added state class, making it usable with the statistics graph.
  • Health sensor: Added leads array that might help to explain the cause (#11).
  • Health sensor: Configurable sensitivity
  • EVchargePercentage: Changed from deprecated to new attribute (int -> float).

Additional sensors

10 Jun 08:34
Compare
Choose a tag to compare
Additional sensors Pre-release
Pre-release

New sensors:

  • Mileage latest year
  • Mileage latest month
  • Mileage since refuel
  • Fuel economy

Improved:

  • Odometer: Added state class, making it usable with the statistics graph.
  • Health sensor: Added leads array that might help to explain the cause (#11).
  • EVchargePercentage: Changed from deprecated to new attribute (int -> float).

Refresh location when ignited between polls

25 May 22:14
Compare
Choose a tag to compare

Update in an attempt to resolve an issue: #7

When there is no ignition it polls the API less frequently (to reduce unnecessary load on the API).
If there has been ignition and the car was moved in between polls it wouldn't update location. Worst case it would not catch it for up to 5 minutes.

Now it also checks the timestamp of the last time there was ignition. If changed, it will also update the location.

Freeze location when ignition is off

11 Mar 12:02
8fbb53f
Compare
Choose a tag to compare
  • Freeze location while ignition is off
    Attempt to prevent triggering automations due to GPS inaccuracy.
  • Repo adjustments
    • Switch to zip release
    • Fix validation
    • Code cleanup

Fix for EVs

24 Nov 18:15
59e70a5
Compare
Choose a tag to compare

Fix sensors for Electric Vehicles.

Speed sensor added

15 Dec 21:31
Compare
Choose a tag to compare

This update adds a speed sensor.
Additionally when ignition is on it will update more frequent.