smhex / garagedoorcontroller

Arduino MKR Zero based Controller for Marantec Comfort series with Systembus
Apache License 2.0
5 stars 0 forks source link

Make MQTT messages retain #16

Closed smhex closed 2 years ago

smhex commented 2 years ago

If the broker, the controller or Homebridge is restarted, the current door state might be lost as it is not published periodically (only when it changed). By setting the retain flag, the MQTT messages can be stored and make available to clients after restart.

smhex commented 2 years ago

Fixed with PR #18