homebridge-denon-heos
homebridge-denon-heos copied to clipboard
Switches creation
Hi, I use the plugin in "switch" mode. This is my config.json snippet
{ "platform": "DenonAVR", "pollInterval": 3, "switches": [ { "name": "Denon-MiBox4k", "ip": "192.168.0.13", "pollAllInput": false, "port": 8080, "inputID": "SAT/CBL", "defaultVolume": 60 }, { "name": "Denon-PS4Pro", "ip": "192.168.0.13", "pollAllInput": false, "port": 8080, "inputID": "DVD", "defaultVolume": 50 } ] }
Each time that i reset the Raspberry Pi or restart the Homebridge Instance the switches are re-added to the Home App, loosing the automations and setting (no accessory persistence)
Thanks
Same Issue here, is there any fix yet?
Thanks