rxv
rxv copied to clipboard
Automation Library for Yamaha RX-V473, RX-V573, RX-V673, RX-V773 receivers
Trying to access `self._scenes_cache` only works after `self.scenes()` has been invoked. Normally, the previous line of code (`assert scene_name in self.scenes()`) would cause an invocation of `self.scenes()` (and thereby populate...
@wuub After your changes for #58 I went ahead and tried 0.7.0rc2 on my RX-A2010 It failed with some errors, I'm not an expert in python so I can't really...
Fix for #93 and hoping for a quick 0.7.1 release so we can push this to HA for the yamaha integration.
My Synology SRM sends back a **LOCATION: http://:8000/ssdp/desc-DSM-bwlan0.xml** header which is totally wrong. The code fails with ``` requests.exceptions.InvalidURL: Invalid URL 'http://:8000/ssdp/desc-DSM-bwlan0.xml': No host supplied ```
I am trying to integrate Spotify and these devices. So I need to play music using the Spotify link. Is it possible?
Hi! For some reason, `rxv` doesn't seem to work with the RX-V6A receiver. Is this a known issue?
There is this thread on the Home Assistant forum https://community.home-assistant.io/t/yamaha-receiver-official-intergration-works-1-2-times-and-then-looses-control-update-problem/245121/53 and the relating issue https://github.com/home-assistant/core/issues/52955#issuecomment-909235276 However we were told that this is a rxv issue... Maybe you can have a...
I'm not sure you already get this information via Github of HomeAssistant. So with the risk of sending you something you're already aware of, all details are available here: https://github.com/home-assistant/core/issues/49387...
I think the only issue I have found no the RX-V3900 with firmware 1.25 is volume is different Currently, rxv sends the following ` -200 1 dB ` This causes...
Rewrote server function so the first entry is selected if the path ends on a playlist or folder. If the path ends on a song, it will still play that....