JSPM

homebridge-denon-quickselect

0.3.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q36737F
  • License MIT

homebridge plugin to control QuickSelect on denon receivers

Package Exports

  • homebridge-denon-quickselect

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (homebridge-denon-quickselect) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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.