- Added extra sub-commands:
show ps save
show device save
show template save
show point save
show point ps-save
show point device-save
show point template-save
- HA binary_sensor not being set correctly.
- Now supports the Energy Dashboard of HA!
- Now supports the Energy Dashboard of HA!
- Fix double virtual.virtual entries.
- Fixup float value determination logic.
- CacheTimeout matches fetch schedule.
- Fixed unit type guessing - "Template error: float got invalid input"
- Fix battery class - correct point used for HA.
- Added more DeviceClass types for HA - will affect long term stats as units will change on some points.
- Control of GoSungrow via MQTT; gosungrow_option_fetchschedule, gosungrow_option_loglevel, gosungrow_option_sleepdelay & gosungrow_option_servicestate
- Updated MQTT message types.
- Generate Lovelace dashboards for your ps_ids -
GoSungrow ha lovelace
- Incorrect units on points p13119 & p13149.
- Skip version number, to align with HA addon.
- Skip version number, to align with HA addon.
- Support better api changes - This allows a much quicker change in my code when the api changes.
- Support multiple devices - Previous versions only allowed query of one device.
- Improve cli for queries - Now can fetch endpoints in either "list" or "table" formats, the latter showing point data in a similar fashion to pivot tables in spreadsheets.
- Multiple output formats supported - not only csv, png and ascii, but markdown, xml, HTML, sql and plain MQTT.
- Lots of bug fixes. :-).