wez3/domoboard

Selector switch bug when "off-state" is hidden

Closed this issue · 3 comments

When the off status is hidden in domoticz the selector is not getting updated in the right way. The value is one step out of direction because the off state is not counted. Probably can be fixed when looking at the JSON response of the selector when LevelOffHidden = True then (selector_value - 1) something like that..

DOMOBOARD:
domoboard_selector

DOMOTICZ:
domoticz_selector

strange i will look into that tonight, should be a small fix on the develop branch.

had a little time :), just pusht the fix for this problem to the develop branch. does it work with you're situation now?

Yep fixed now. Thanx for the quick fix. Issue can be closed.