Skip to content

Releases: Teslemetry/hass-teslemetry

v1.10.1 - Restore Sensor state

08 Jul 11:04
Compare
Choose a tag to compare
Pre-release

This PR adds the restore state functionality on vehicle sensor entitites when the vehicle is asleep at startup. This should start to negate the need to wake the vehicle up when restarting Home Assistant.

Currently this PR only adds restore functionality to:

  • Vehicle polling sensors
  • Vehicle streaming sensors
  • Vehicle last alert and last error sensors

It intentionally does not add restore functionality to vehicle time sensors, or energy sensors. Restore functionality will be added to other platforms in the next release.

This PR also adds the ability to stop the sunroof.

Full Changelog: v1.10.0...v1.10.1

v1.10.0 - Fix infinte loop bug in streaming

04 Jul 23:47
Compare
Choose a tag to compare

Many of you noticed at around 00:10 UTC your Home Assistant instances would hang. This was partially addressed by removing the automated restarts.

The root cause has now been identified as the python-teslemetry-stream library and its inability to correctly handle the server closing the connection. This release bumps the python-teslemetry-stream library to fix this bug.

Full Changelog: v1.9.17...v1.10.0

v1.9.17 - Sunroof

04 Jul 09:55
Compare
Choose a tag to compare

I cant test it, but this release add support for the Model S sunroof.

Full Changelog: v1.9.16...v1.9.17

v1.9.16 - Fix energy models

01 Jul 07:02
Compare
Choose a tag to compare

v1.9.15 - Remove Test Server

30 Jun 22:28
Compare
Choose a tag to compare

v1.9.14 modified the load balancer used by the integration, this release reverts that change.

Full Changelog: v1.9.14...v1.9.15

v1.9.14 - Fix streaming fields

30 Jun 09:13
Compare
Choose a tag to compare

A bunch of the streaming fields were not be converted to the correct type, which could causes errors or bad values.

What's Changed

Full Changelog: v1.9.13...v1.9.14

v1.9.13 - Services

07 Jun 00:54
Compare
Choose a tag to compare

Adds new services for Speed Limit, Valet Mode, and Time of use. (for real this time)

What's Changed

Full Changelog: v1.9.12...v1.9.13

v1.9.12 - Services, Repairs, Event sensors

06 Jun 05:05
9034484
Compare
Choose a tag to compare

Adds new sensors for the alert and error events from telemetry
Adds the start of repair actions from subscription or scope issues.

What's Changed

Full Changelog: v1.9.11...v1.9.12

v1.9.11 - Make reauth easier

18 May 07:06
Compare
Choose a tag to compare

When a reauth is triggered, it will try your existing access token immediately. This will make it clear whats wrong immediately, or if the issue has already been fixed it will instantly resolve.

Full Changelog: v1.9.10...v1.9.11

v1.9.10 - Fix Diag

17 May 03:05
Compare
Choose a tag to compare

Fixes a small bug still outstanding in Diag. Thanks Andrew!

Full Changelog: v1.9.9...v1.9.10