Skip to content

v0.8 - State Class Change, EVSE Support, Bugfixes

Compare
Choose a tag to compare
@magico13 magico13 released this 09 Oct 18:39
· 26 commits to master since this release
1d1199c

BREAKING - Upgrading from v0.7.3 to this version will result in a one-time jump in the daily and monthly statistics due to the state class changing. You can either ignore it or use the built-in tooling to fix the jump. Upgrading from one of the earlier v0.8 prereleases will not be affected.

  • State_class change to total from total_increasing. Allows the Utility Connect to work if you have solar and causes the Energy Dashboard to recover from bad data better.
  • Added support for the Emporia EVSE including the ability to turn it on and off and using a service to adjust the charge rate.
  • Numerous bugfixes, refactorings, and optimizations

Known issues:

  • The API still reports bad data sometimes. For random jumps/drops the state_class change should allow those to auto-fix themselves. For random None values the previous value will be used but for random Zero values the zero will still be reported. Hoping to handle these better in the future.
  • The reset around midnight is a minute or two late. This is still an improvement over before and comes down to how I'm checking for a day change. Will try to improve this in the future.
  • Adding and removing Emporia devices via the app still requires the integration to be reloaded/Home Assistant restarted to update properly.