Skip to content

Releases: CJNE/ha-sunspec

Beta version 0.0.15

30 Sep 12:45
Compare
Choose a tag to compare
Beta version 0.0.15 Pre-release
Pre-release

Reworked connection handling, no longer closes connection after each update.
Better handling of connection errors

Version 0.0.14

27 Sep 07:27
Compare
Choose a tag to compare

Changes

  • Connection timeout errors will now just log a single line of warning instead of the whole exception (thanks @dhover)
  • Updated readme

Version 0.0.13

03 Sep 06:21
Compare
Choose a tag to compare

Changes:

  • With the new long term statistics it's very bad if an energy returns 0 (due to some error), it would add the total of whatever it really is to the statistics when it starts working again. Therefore any sensors with the device class energy will return None instead of 0
  • Limit enums to max 255 chars

Version 0.0.12

01 Sep 21:23
Compare
Choose a tag to compare

This version requires HA >= 2021.9, do not install until you have updated!

Changes:

  • Use the new state_class introduced in 2021.9
  • Sensors are grouped by SunSpec model group (Inverter, Meter etc)
  • Polish translation

Thanks to everyone who contributed!

Version 0.0.11

27 Aug 16:29
Compare
Choose a tag to compare

Fixes connectivity issues with Solaredge inverters, last couple of releases failed to properly address all issues but now i believe it's been covered. Thanks @marpi82 for helping out with this!
Changes since 0.0.8

  • Fixes a timing issue that caused connection problems for some inverters (Solaredge), thanks to @marpi82 for helping out!
  • Add slave id to config entry title (only works for new installations, will investigate if it's possible to change existing)
  • Don't log connection timeout as errors, thanks @Spitfire69

Version 0.0.10

27 Aug 14:44
Compare
Choose a tag to compare

Fixes a serious connection problem that was introduces in 0.0.9, do not use that version!
Changes since 0.0.8:

  • Fixes a timing issue that caused connection problems for some inverters (Solaredge), thanks to @marpi82 for helping out!
  • Add slave id to config entry title (only works for new installations, will investigate if it's possible to change existing)
  • Don't log connection timeout as errors, thanks @Spitfire69

Version 0.0.9

27 Aug 07:24
Compare
Choose a tag to compare

Version 0.0.9 changes:

  • Fixes a timing issue that caused connection problems for some inverters (Solaredge), thanks to @marpi82 for helping out!
  • Add slave id to config entry title (only works for new installations, will investigate if it's possible to change existing)
  • Don't log connection timeout as errors, thanks @Spitfire69

Version 0.0.8

15 Aug 20:15
3279a4f
Compare
Choose a tag to compare

Fixes compatibility with the energy panel

Version 0.0.7

08 Aug 22:23
Compare
Choose a tag to compare

Support for long term statistics which will make the integration work with the new energy UI

Version 0.0.6, compatibility with 2021.08

04 Aug 16:32
724dce3
Compare
Choose a tag to compare

Changes