-
-
Notifications
You must be signed in to change notification settings - Fork 28
Description
When using the integration in home assistant I'm unable to use the controls.
The inputs are being populated, but I'm unable to set it.
From the home assistant logs:
Logger: anthemav.protocol
Source: runner.py:119
First occurred: 8:46:33 AM (5 occurrences)
Last logged: 11:55:03 AM
Invalid command: ICN?
Invalid command: Z1INP?
Invalid command: Z1INP2
and:
2022-11-04 08:46:33.901 WARNING (MainThread) [anthemav.protocol] Invalid command: ICN?
2022-11-04 11:53:41.962 WARNING (MainThread) [anthemav.protocol] Invalid command: Z1INP?
2022-11-04 11:53:42.032 WARNING (MainThread) [anthemav.protocol] Invalid command: ICN?
2022-11-04 11:53:54.352 WARNING (MainThread) [anthemav.protocol] Invalid command: Z1INP2
2022-11-04 11:55:03.733 WARNING (MainThread) [anthemav.protocol] Invalid command: Z1INP2
I have a really ugly hacked version of the protocol.py that seems to run without errors when using the "anthemav_monitor". I don't think it is PR worthy.