Skip to content

2.7.0

Compare
Choose a tag to compare
@enwi enwi released this 30 Jul 21:47
· 14 commits to main since this release

Breaking Changes

  • MQTT state topic moved to subtopic state of the configured base topic (example: if your configured topic was rng the state is now published at rng/state)
  • Online and Offline messages changed from {"device":"<MAC>","connected":false} to Connected and {"device":"<MAC>","connected":true} to Disconnected
  • Online and Offline messages moved to subtopic lwt (example: if your configured topic was rng the connected messages are now published at rng/lwt)
  • MQTT state JSON keys renamed (please take a look at the updated documentation)
  • MQTT state device key removed

Changes

  • Add homeassistant MQTT discovery with customizable discovery topic
  • Control outputs Load, Out1, Out2 and Out3 via MQTT
  • Request charge controller state via REST API (/api/state)

Bugfixes

  • None