Michael Borohovski
Michael Borohovski
I have this same issue, and to my knowledge none of my powerwalls are failing yet.
> I have this same issue, and to my knowledge none of my powerwalls are failing yet. Upon further investigation with the NetZero app, it would indeed appear one of...
> I did "Begin Install" and then scanned the QR code. Or you can ping support and tell them you've got a faulty power wall. Got it, thanks - that...
Using "Diagnostics" in the NetZero app I can see one powerwall is not responding. My installer came and checked it out with Tesla on the phone and they RMA'd it....
Just following up, @Lash-L any chance we can get this reviewed? :)
Yes, works without an issue using the Yamaha app
It does not, and visiting `/YamahaRemoteControl/ctrl` in a browser returns a 400 Bad Request :(
When I hit `http://192.168.1.xxx:49154/MediaRenderer/desc.xml` it spits out the following possibly relevant xml (snipped for relevancy) ```xml http://192.168.1.xxx:80/ urn:schemas-yamaha-com:service:X_YamahaRemoteControl:1 /YamahaRemoteControl/ctrl urn:schemas-yamaha-com:service:X_YamahaExtendedControl:1 /YamahaExtendedControl/v1/ 0945 ``` and heading to `http://192.168.1.xxx/YamahaExtendedControl/v1/` gets me a...
Oh, it does actually work! It didn't previously but it seems to be now! ```python >>> import rxv >>> r = rxv.RXV("http://192.168.1.xxx:80/YamahaRemoteControl/ctrl", "RX-V6A") >>> r.basic_status BasicStatus(on='Standby', volume=-33.0, mute='Off', input='HDMI2') ```...
Yes, but the raspi doesn't, unless I'm mistaken? aka Home Assistant should be able to do the discovery just fine.