Releases: rjpearce/sofar2mqtt-python
Releases · rjpearce/sofar2mqtt-python
3.0.4
3.0.2
3.0.1
- Implemented MQTT auto discovery for home assistant - no more manual config!
- Added a new refresh option for each register allowing some registers to be read more regularly (fresher) than other that are less important (i.e serial number)
- Added registers for serial number, software version, hardware version.
- The script now retains a local dict of data which is updated after reading registers for this iteration (based on refresh)
- After an iteration the entire dict (JSON) is sent to a new topic sofar/state_all'
- Added a new option for LEGACY_PUBLISH to continue to send messages individually in addition to sofar/state_all.
- Introduce Signal handling to ensure graceful exit
What's Changed
- Build container with sha by @rjpearce in #12
- Introduce MQTT auto discovery for Home Assistant by @rjpearce in #11
Full Changelog: 2.2.5...3.0.1