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

Python asyncio module to interface with Anthem AVM and MRX receivers

Results 13 python-anthemav issues
Sort by recently updated
recently updated
newest added

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:...

First of all please accept my apologies for my newbie question. I am trying to find the way to make a simple script to run from a Linux machine to...

I'm using this in Home Assistant. It would be nice, if I could retrieve the current audio mode through this integration. ![image](https://github.com/nugget/python-anthemav/assets/11376539/c8f88cef-d39e-47d2-9ada-8d3d04c93134)

Addresses #38. The STR pre-amplifier supports four listening modes: Stereo, Mono, Both left and Both right. It only has one zone. Minimum and maximum volume is -96.0dB and +7.0dB. Volume...

Replaced my AVM-60 with AVM-70 and no longer works

I've noticed an issue where if I yank the power cable from the receiver and plug it back in, Home Assistant stops communicating with the receiver until I restart the...

Hello! I have an Anthem STR and this integration seems close to supporting it. The connection works fine, I can even change inputs and volume which is all I really...

It would be amazing if there was an additional package to communicate with MRX receivers over RS232. That way the network control port wouldn't be blocked. I assume this could...

enhancement

I added a command resend mechanism to allow on/off of the receiver in case the connection is lost

I added a file called settings.py which contains constants for ip address and port. This file is then used by all the other files that need the default IP address...