-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anthem MRX-x10 (710) stopped working #39
Comments
As per the document for MRX *10, Z1INP2 is a valid command to select input 2, so not sure why it is returned as invalid. Is input 2 valid on your amplifier? Is your code fixing your problem? |
this is the document I'm referring to: |
It looks like the correct document, but I did have the same problem with my previous mrx 510 as well. I'm not sure I it fixes the problem, its been a while since I tried using it. This is my hacky code output:
This is what my current home-assistant setup shows: Logger: anthemav.protocol Out-of-range command: Z1PVOL? |
Hi, I have a MRX310 and an AVM60. I can pilot both with my RTI devices (it is 2 differents driver)
Have you got an idea ? Thanks |
I trying to get my mrx-710 working again, but everything is still the same. I still get this error:
What can I provide to help troubleshoot this? |
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.
wvh-github@e62c933
The text was updated successfully, but these errors were encountered: