-
Notifications
You must be signed in to change notification settings - Fork 0
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
Szene Switch button #9
Comments
Thanks for the positive feedback and for using this plugin! Aren't the scene switches on the AVR what is covered by the As far as I understand this, the button id of the input selector must match the scene name given in capital letters (your owners manual should contain a summary of scene names). If your AVR has a printed button labeling it may be abbreviated in some cases, e.g. for the "Net" button the scene name is "NET RADIO". Unfortunately, there isn't a fixed list of scene names as these vary among the different AVR models and newer models even allow for changing the scene name. So, it may require a bit of poking to find the right scene name for your setup, but it should work. |
Which error do you get? |
I have digged a little deeper. The API specification documentation I'm aware of doesn't not even mention a "scene" concept, even though this feature has been provided with various AVRs in the past. Reading various manuals I came to the conclusion that "input selection" can't be the same than a "scene selection", even though some manuals are suggesting this (which is confusing). On one of the various libraries to control the AVR I have seen a (undocumented) scene command. I'll use this to draft a |
Released pimatic-yamaha-avr@0.9.4 which contains an experimental Please give it a try a let me know if it works for you. Please also provide some debug output which you can get if you enable and set the debug property of the plugin to
|
I have tested the new plugin. The following is output in the logfile:
|
OK, thanks. Too Bad! Error 3 is returned on "Invalid Request (A method did not exist, a method wasn’t appropriate etc.)" |
Can you please use EDIT: You may also try |
it works great. Right off the TV turns on and the AVR is on the right input. Thank you so much. Can I buy you a coffee or a beer? |
Beer preferred as weekend is approaching! I think the functionality around scenes can still be made somewhat nicer. Basically, it is possible to read all the scene configuration from the receiver to get it filed into the device configuration. For the time being, you can manually assign scene names to the scene ids by using the the
Can you please also post me the debug output for the basic status updates? Thanks |
I have one more question. it would be possible the error message for HOST not reachable. Off. I would like to switch my technology as far as possible without power. Unfortunately, I then get the error message continuously.
Thank you for the effort |
@master2033 Maybe you have overlooked my previous request on providing debug output. I'll need this to complete the implementation of the scene selector feature. To obtain debug output you need to enable and set the debug property of the plugin to true. Particularly, I am looking for the debug output on the basic status updates, similar to the following:
|
Thanks for this plugin!
It works great. Could you add a scene switch?
Or does it depend on the AVR model that I have?
The text was updated successfully, but these errors were encountered: