Skip to content
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

PowerOff/Standby does not work #8

Closed
hieblmedia opened this issue Feb 17, 2017 · 2 comments
Closed

PowerOff/Standby does not work #8

hieblmedia opened this issue Feb 17, 2017 · 2 comments

Comments

@hieblmedia
Copy link

hieblmedia commented Feb 17, 2017

Model: RX-V473

Standby does not work, but Power-On works.

I dont know how to debug iobroker plugins atm., so i have tested the functionality quckly over HTTP POST and the receiver goes successfullly in Standby:

Tested with:
POST [IP]/YamahaRemoteControl/ctrl
Content: text/xml
<?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="PUT"><Main_Zone><Power_Control><Power>Standby</Power></Power_Control></Main_Zone></YAMAHA_AV>

In yamaha.js Standby looks ok. Maybe the wrong zone will be submitted on power off?

Edit:
If i set in IoBroker over Realtime.raw = @main:PWR=Standby it does also work.
Only power=false does not work.

@soef
Copy link
Owner

soef commented Feb 18, 2017

Hello, I have changed the handling of the power state. Before power=false Switches all zones off, now only the main zone (like power=treu does). further I have renamed the allZone state to powerAllZones.
I hope this will help you.

@hieblmedia
Copy link
Author

Thanks!
Power does work now fully.
powerAllZones has no effect on my RX-V473, but it has no zones implemented. So it should be fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants