Skip to content

Releases: Teslemetry/hass-teslemetry

v2.9.0 - Automatically enable Streaming config

03 Dec 11:10
Compare
Choose a tag to compare

Streaming is the future of all Tesla vehicle data. The 2.9.x releases will prepare the integration for a major 3.x release that will almost entirely removes vehicle polling in 2025.

This version specifically will automatically enable streaming fields on your vehicle if you enable an entity that needs it. This means you no longer need to use the Teslemetry console to use enable or configure streaming, and ensures your vehicle is sending everything required for what you have enabled.

It also increases the polling interval to 30 minutes, because all vehicle_data responses are sent via streaming. This coordinator may be removed entirely in the future.

Full Changelog: v2.3.2...v2.9.0

v2.3.2 - Remove CruiseState

16 Nov 22:48
Compare
Choose a tag to compare

Tesla has removed CruiseState from Fleet Telemetry (teslamotors/fleet-telemetry#236) so it is being removed from Teslemetry.

Full Changelog: v2.3.1...v2.3.2

v2.3.1 - Bugfix new streaming logic

11 Nov 00:47
Compare
Choose a tag to compare

All streaming values were being returned as 1 due to a syntax bug.

Full Changelog: v2.3.0...v2.3.1

v2.3.0 - Streaming entity names/icons & ignore None

10 Nov 09:41
Compare
Choose a tag to compare

Thanks to @tomassanjuann for contributing icons and strings for streaming sensors.
When a streaming value for a polling entity is None, the integration ignores that value.

What's Changed

New Contributors

Full Changelog: v2.2.10...v2.2.11

v2.2.10 - Handle None streaming values

09 Nov 21:08
Compare
Choose a tag to compare

Return Unknown for all streaming values that have a value of None.
This may help avoid crashes related to the Speed streaming sensor.

What's Changed

Full Changelog: v2.2.9...v2.2.10

v2.2.9 - Fix Frunk and Trunk

06 Nov 21:47
Compare
Choose a tag to compare

Tesla has changed the values returned by the Fleet API for Frunk and Trunk being open. This release updates the logic so that any non-zero non-null value will be considered open.

Full Changelog: v2.2.8...v2.2.9

v2.2.8 - Fix route tracker entity

06 Nov 08:00
Compare
Choose a tag to compare

Fixes the route tracker entity which was broken in v2.2.6
Also reverts other changes introduced in v2.2.7 that were not ready.

Full Changelog: v2.2.7...v2.2.8

v2.2.6 - Improve route to home compatability

30 Oct 22:58
Compare
Choose a tag to compare

There is an issue where the route entity have the GPS coordinates of your Home Assistant "home", but it also provides the location name of "Home". This change in case causes a mismatch and would likely also be preventing translation. This release forces a location of "Home" to always return "home" so it can be translated to "Home".

Full Changelog: v2.2.5...v2.2.6

v2.2.5 - Fix Storm Watch switch

13 Oct 02:59
Compare
Choose a tag to compare

Just fixes the storm watch switch since it was using the wrong coordinator.

Full Changelog: v2.2.4...v2.2.5

v2.2.4 - Even better history coordinator

11 Oct 03:56
Compare
Choose a tag to compare

The previous PR solved one issue and caused another, so this fixes the history coordinator to refresh on startup like before but only if the user has solar or battery.

Full Changelog: v2.2.3...v2.2.4