Switch IRADIO is getting deactivated after some seconds
stefan7401 opened this issue · 0 comments
Hi,
I configured 3 switches for RADIO, TV and IRADIO. RADIO and TV works as expected, when I switch it on in Homekit it stays "on". But, when I switch on IRADIO, the switch goes again to "off" state after a couple of seconds. The receiver itsels stays on, it seems it is only a problem with disabling of the icon in homekit. I device is a Denon X2100W.
I dont get any particular issues in the log:
[08/11/2020, 10:39:13] [DenonAVR] Configured switch found: Radio
[08/11/2020, 10:39:13] [DenonAVR] Configured switch found: Fernseher
[08/11/2020, 10:39:13] [DenonAVR] Configured switch found: Webradio
My config:
"devices": [
{
"name": "Denon Receiver",
"ip": "192.168.178.21",
"zone": 1,
"switchInfoMenu": true,
"defaultInputID": "TUNER",
"inputs": [
{
"inputID": "TUNER",
"name": "Radio",
"defaultVolume": 30
},
{
"inputID": "TV",
"name": "Fernseher",
"defaultVolume": 50
},
{
"inputID": "IRADIO",
"name": "Webradio",
"defaultVolume": 20
}
]
}
],
"switches": [
{
"name": "Radio",
"ip": "192.168.178.21",
"zone": 1,
"inputID": "TUNER",
"pollAllInput": false,
"defaultVolume": 30
},
{
"name": "Fernseher",
"ip": "192.168.178.21",
"zone": 1,
"inputID": "TV",
"pollAllInput": false,
"defaultVolume": 50
},
{
"name": "Webradio",
"ip": "192.168.178.21",
"zone": 1,
"inputID": "IRADIO",
"pollAllInput": false,
"defaultVolume": 20
}
],
"volumeControl": [
{
"name": "Receiver Lautstärke",
"ip": "192.168.178.21",
"zone": 1,
"controlType": "bulb",
"volumeLimit": 60
}
],
"platform": "DenonAVR"
Please let me know if you need something else.
Cheers
Stefan