Skip to content

Releases: Teslemetry/hass-teslemetry

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

v2.2.3 - Fix energy history

10 Oct 11:07
Compare
Choose a tag to compare

Now that I have a powerwall, I am going to fix all the powerwall related things I can see are wrong.

This PR fixes the energy history sensors which had an issue preventing them from adding. It also cleans up some other sensors a little.

Full Changelog: v2.2.2...v2.2.3

Error translation and better energy history polling

05 Oct 03:34
Compare
Choose a tag to compare

This release has touched almost every single error message to add a translation, as such it may have introduced bugs that are hard to find/reproduce.

It also fixes the change made in 2.2.0 so that the interval gets set correctly.

Full Changelog: v2.2.1...v2.2.2

Fix off_grid_intentional

03 Oct 22:42
Compare
Choose a tag to compare

There was a typo in the off_grid_intentional value

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

03 Oct 01:30
Compare
Choose a tag to compare

Improves the Energy History coordinator to poll every 5 minutes 15-30 seconds after the time period.
Improves streaming to use a single connection for all vehicles, opening the door to streaming energy data too.

What's Changed

Full Changelog: v2.1.2...v2.2.0

v2.1.2 - Hotfix for energy history and library version in Diag

19 Sep 22:32
Compare
Choose a tag to compare

Works around a small issue in the energy history coordinator and adds the library version number to the diag to help troubleshoot library mismatches.

Full Changelog: v2.1.1...v2.1.2

v2.1.1 - Diag and Icons for Energy History

18 Sep 11:05
Compare
Choose a tag to compare

Adds icons and energy history coordinator to diag.

Full Changelog: v2.1.0...v2.1.1

v2.1.0 - Energy Dashboard support

17 Sep 23:10
Compare
Choose a tag to compare

Adds a new coordinator to poll for Powerwall/Solar energy history data, which you can use to populate the Home Assistant energy dashboard. Please note this data only gets updated by Tesla every 5 minutes, and its difficult for me to test, so I look forward to your feedback on how accurate the sensors are.

Credit to @JEMcats for bringing this to my attention.

This release also fixes an issue where server side polling data was being applied to the coordinator twice.

Full Changelog: v2.0.13...v2.1.0

v2.0.13 - Island Status translations

16 Sep 09:48
Compare
Choose a tag to compare

Add values and translations for Island staatus sensor.

BREAKING CHANGE: If you currently use an untranslated value (with underscores) in your automations, you will need to update them after installing this update.

Full Changelog: v2.0.11...v2.0.13