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
Hello,
i'm new user, i use the version 0.7.9
and i can control my air conditionner
but with this error when i choose "auto mode": Error: Clim: 'onMessage' failed 'UnboundLocalError':'local variable 'setPicID' referenced before assignment'
any idea?
Tx, julien.
The text was updated successfully, but these errors were encountered:
Hi,
I have same problem, I solved it by changing line 115.
replace domoticz_levels["mode_pic"] = {"0": 9, "10": 15, "20": 16, "30": 7, "40": 11}
by domoticz_levels["mode_pic"] = {"0": 9, "10": 15, "20": 16, "30": 7, "40": 11, "50": 11}
Hello,
i'm new user, i use the version 0.7.9
and i can control my air conditionner
but with this error when i choose "auto mode":
Error: Clim: 'onMessage' failed 'UnboundLocalError':'local variable 'setPicID' referenced before assignment'
any idea?
Tx, julien.
The text was updated successfully, but these errors were encountered: