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
[characteristic] TargetHeatingCoolingState: value=3 is an invalid value.
[accessory_driver] ('192.168.100.158', 58881): Error while setting characteristic TargetHeatingCoolingState to 3
Traceback (most recent call last):
File "/home/k/.local/lib/python3.10/site-packages/pyhap/accessory_driver.py", line 74, in _wrap_char_setter
char.client_update_value(value, client_addr)
File "/home/k/.local/lib/python3.10/site-packages/pyhap/characteristic.py", line 306, in client_update_value
self.valid_value_or_raise(value)
File "/home/k/.local/lib/python3.10/site-packages/pyhap/characteristic.py", line 211, in valid_value_or_raise
raise ValueError(error_msg)
ValueError: TargetHeatingCoolingState: value=3 is an invalid value.
The text was updated successfully, but these errors were encountered:
[characteristic] TargetHeatingCoolingState: value=3 is an invalid value.
[accessory_driver] ('192.168.100.158', 58881): Error while setting characteristic TargetHeatingCoolingState to 3
Traceback (most recent call last):
File "/home/k/.local/lib/python3.10/site-packages/pyhap/accessory_driver.py", line 74, in _wrap_char_setter
char.client_update_value(value, client_addr)
File "/home/k/.local/lib/python3.10/site-packages/pyhap/characteristic.py", line 306, in client_update_value
self.valid_value_or_raise(value)
File "/home/k/.local/lib/python3.10/site-packages/pyhap/characteristic.py", line 211, in valid_value_or_raise
raise ValueError(error_msg)
ValueError: TargetHeatingCoolingState: value=3 is an invalid value.
The text was updated successfully, but these errors were encountered: