Sean Dague
Sean Dague
Ok. First, I apologize a lot for not getting to this patch over the holidays. You patience is really welcomed. In trying to figure out how to get this added...
Ah, good catch. Man do I need more real testing in this code.... :) The way this really should be corrected is by changing how the Client is constructed. Adding...
Ok I think this is fixed in master now.
Are you able to create a pull request for this?
A separate password for VNC would be great. How about add a flag to the enable vnc sub command that will trigger the prompt, so it's optional.
My guess is that it's the Volume,Scale method (based on what's in the v579 desc.xml that's not in my v675 desc.xml) https://github.com/sdague/rxv/blob/aaa1905a677afbc3660b1b05a520606b0de8a695/tests/samples/rx-v579-desc.xml#L519 Over the API it looks like it does...
Oh, interesting... When does this failure happen? During initial setup? Also, could you attach your desc.xml for the system? (Probably http://ip.of.receiver/YamahaRemoteControl/desc.xml) We will probably actually need to properly introspect the...
This is where it's going to be going wrong in HA, there just isn't the idea that a media player doesn't have these things - https://github.com/sdague/home-assistant/blob/c89592af7d09f50fe1006798a77a5f752ce5fb55/homeassistant/components/media_player/yamaha.py#L100-L101 That's going to get...
Yeh, there looks like there is nearly no controls on Zone_4 https://gist.github.com/rawdlite/bd23a2fa108a4459e061d8bb0f034a8f#file-rx-v-2060-desc-xml-L1375 vs. Zone_3 (for instance - https://gist.github.com/rawdlite/bd23a2fa108a4459e061d8bb0f034a8f#file-rx-v-2060-desc-xml-L1250) There are probably 2 options here that make sense. 1) don't bother...
@wuub heh, posts crossing mid flight with same ideas. :) @rawdlite the capabilities fix is the right long term one, but it's more complicated, and is going to take a...