Releases: CJNE/ha-sunspec
Releases · CJNE/ha-sunspec
Beta version 0.0.16
Changes
- Fixed wrong state_class for sensors without a unit
Beta version 0.0.15
Reworked connection handling, no longer closes connection after each update.
Better handling of connection errors
Version 0.0.14
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
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
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
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
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
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
Fixes compatibility with the energy panel
Version 0.0.7
Support for long term statistics which will make the integration work with the new energy UI