homebridge-denon-quickselect

homebridge plugin to control QuickSelect on denon receivers

Usage no npm install needed!

<script type="module">
  import homebridgeDenonQuickselect from 'https://cdn.skypack.dev/homebridge-denon-quickselect';
</script>

README

homebridge-denon-quickselect

This is a homebridge plugin to quickly activate a quickselect on your Denon Receiver.

In order to make this useful, you should preset them once with the DenonAVR App.

usage

Add as many accessoires as you want to your homebridge config.json in the way like this

"accessories": [
    {
      "accessory": "denon-quickselect",
      "name": "AppleTV",
      "quickselect": 2,
      "host": "",
      "zone": 1
    }
]

optional pingUrl

There is one additional option that is called pingUrl, you can use this to send any HTTP GET request for either logging, or waking up devices or whatever you want to do.

For example if you have an AppleTV that is in sleep mode and you want to wake it up when you activate the QuickSelect you could add this following line to your accessory:

  "pingUrl": "http://your.apple.tv.ip:3689/",

Et voila.