Skip to content

Releases: krbaker/hass-sunpower

0.0.10

19 Sep 14:30
794063d
Compare
Choose a tag to compare

Thanks to crkochan for this release!

Adds an option in the config flow to enable "descriptive entity names". The feature basically adds the component description to the front of the various entity IDs. For example, an inverter's power sensor sensor.power_4 would become sensor.inverter_<downcase_serial>_power.

The upside is unique entity names that are potentially easier to automate with. The downside is the entity names become much longer.

This feature is disabled by default to avoid churn for existing users. It can only be enabled during setup. OptionsFlow might be able to be used to switch on and off the feature without having to reinstall the integration, but that's being left as an exercise for another contributor.

0.0.9

06 Aug 22:33
33657f3
Compare
Choose a tag to compare

Updating for change in Hacs constants, requires Home Assistant 2021.8.0

0.0.8

19 Jun 19:19
Compare
Choose a tag to compare

This should resolve plugin issues with PVS6.

  • Adds more fields that PVS6 provides
  • Tolerates missing fields (so both PVS6 and PVS5 should work)

Add version to manifest

30 May 22:36
6fd1667
Compare
Choose a tag to compare
Update manifest.json

updating to release

fix inverters

19 Oct 00:33
Compare
Choose a tag to compare
0.0.6

use the right sensor type for inverters

Fix update bugs

19 Oct 00:21
Compare
Choose a tag to compare
0.0.5

use the right keys to for Interters and Meters

Fix update bugs

18 Oct 23:41
Compare
Choose a tag to compare

Switch sensors to use coordinator data so that it gets updated

Figuring out HACS import

14 Oct 03:58
Compare
Choose a tag to compare

Maybe I should figure out a better test cycle here

Fix bugs from moving to HACS

14 Oct 03:43
Compare
Choose a tag to compare
0.0.2

fix import syntax since moving from direct hass intergration

Initial Release

14 Oct 03:22
Compare
Choose a tag to compare

Worked for me!