You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bug is that the fanlinc mqtt class was using the dimmer template data generator so the fan speed was never set. The mqtt template then got a null payload since the payload is level_str which was null which skipped the publishing. I've fixed it to use the right template data method and it now publishes these messages:
When FanLinc receives a state update, it only sends the on/off state update and doesn't update the fan speed state.
Reported by @masterdka
The text was updated successfully, but these errors were encountered: