Skip to content

Releases: Teslemetry/hass-teslemetry

v2.3.5 - Bump tesla-fleet-api for Home Assistant 2024.12.1

09 Dec 05:55
Compare
Choose a tag to compare

This release only bumps the tesla-fleet-api version to match Home Assistant 2024.12.1

Full Changelog: v2.3.4...v2.3.5

v2.3.4 - Fix Speed Limit lock and gracefully handle Stream errors

08 Dec 23:35
Compare
Choose a tag to compare

The Speed Limit Lock wasnt setup for streaming correctly, so this caused a crash.
Streaming listeners now wont crash the entire stream, and rather uncaught errors will log an error only.

Full Changelog: v2.3.3...v2.3.4

v2.3.3 - Hotfix for Streaming and Diagnostics

08 Dec 06:11
Compare
Choose a tag to compare

There was an error in the error message handling which caused an error. The error messages should no longer error.
Diagnostics were broken if you had a Wall Connector without a Powerwall, this should be fixed.

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