fmartinou / tydom2mqtt

Deltadore Tydom to MQTT Bridge
https://fmartinou.github.io/tydom2mqtt/
MIT License
86 stars 49 forks source link

Temperature and alarm attributes are not updated #127

Closed cmpprevot closed 10 months ago

cmpprevot commented 10 months ago

Sensors of the Tyxal alarm where update only at start up. this is due to a check perform on the "state" of the alarm. If the state was "none" (due to sensor update which doesn't interfer with alarm state), then no alarm entities where updated at all.

Now alarm state is checked in order to identify if:

this shall fix the issue 17: https://github.com/fmartinou/tydom2mqtt/issues/17

fmartinou commented 10 months ago

Thank you very much; the user community was eager for the resolution of this issue 👍