homebridge-denon-heos
homebridge-denon-heos copied to clipboard
Receiver volume not updating correctly
Hi,
I have a little problem I can't manage to resolve.
I have setup my Denon AVR-X4500H with your plugin inside my Hoobs system, the AVR part is working properly but not the Receiver volume part.
When I turn my AVR, the problem input is selected but the Receiver volume stays off. If I click on it, it turn on and I can manage the volume. Sometime the refresh is working and I can see the sound level and after a moment, it goes off again.
Here is my config :
{ "platform": "DenonAVR", "pollInterval": 3, "debugToInfo": false, "devices": [ { "port": 8080, "inputs": [ { "name": "Apple TV", "defaultVolume": 32, "inputID": "MPLAY" }, { "name": "iMac", "inputID": "GAME" }, { "name": "TV", "inputID": "TV" }, { "name": "AUX", "inputID": "AUX1" } ], "switchInfoMenu": true, "name": "Denon Receiver", "zone": 1, "ip": "192.168.1.11", "defaultInputID": "MPLAY" } ], "volumeControl": [ { "zone": 1, "port": 8080, "volumeLimit": 100, "ip": "192.168.1.11", "name": "Receiver Volume", "controlType": "bulb" }
Thanks a lot for your help, take care !
Having the same problem with volumeControl
. Looks like the state of the accessory isn't cached during the polling period. e.g. open Home app during the polling window displays the accessory as OFF
when it should be ON
. When the polling triggers the status gets updated correctly. Then close Home App and immediately reopen, status is OFF
again until the next polling is triggered.