Denon Receiver Actuator Turning on All Zones

Hello, When I turn on my Denon AVR parent device via:

image

Both the parent and child devices are turned on:

image

Is it possible to control the power of the zones separately?

Thanks!

Are you using the inbuilt driver? If yes there is a separate child device for each zone that you can control the power. I find if I leave my zone2 on when I turn off the main power it will turn it back on when I turn on main power. If it was off prior it remains off.

Yes

image

Are you sure? Can you please create a rule to test using this action:

image

Enable rule logging:
image

And device logging:
image

And share your logs.

Well you are correct zone 2 and zone 3 turned on along with the main zone. I know it didn't used to be this way. But to be honest I don't use HE to turn on the main zone, only off and only automate Zone 2's on.

@mike.maxwell did something change with the Denon driver where Zone 2 and Zone 3 automatically turn on with the main zone? If yes could this be disabled or maybe a preference to control that? Debug logs invoking on() on the main device:

Nothing with this driver has changed

Thank you for confirming. I honestly don't automate turning on the main zone so this has probably been the case for years when you helped me create the original driver.

I did some more tests with debug logging and see that PWON is being sent which does turn on all zones. @mike.maxwell Could you possibly change that to be ZMON instead or have a preference to switch between the two? Then off should also be ZMOFF in case users want their other zones to remain on. PWSTANDBY will turn off all zones.

@Busthead in the mean time change your rule's custom command to Send Msg and use a string parameter and enter ZMON this will only turn on the main zone.

1 Like

That sounds like the way to go

2 Likes

That worked! Thank you.

1 Like

@mike.maxwell any chance you could implement this new preference so turning the main device on doesnโ€™t turn on all zones? I was testing something today and turned on my AVR via HE and mistakenly left my Z2 and Z3 on by mistake because I forgot they turn on with the main zone. Thanks!

Again:

2 Likes