python-anthemav icon indicating copy to clipboard operation
python-anthemav copied to clipboard

Anthem MRX-x10 (710) stopped working

Open wvh-github opened this issue 2 years ago • 5 comments

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.

https://github.com/wvh-github/python-anthemav/commit/e62c933c13518816638533fba5b4fa25bb697593

wvh-github avatar Nov 04 '22 11:11 wvh-github