Homebridge module for Onkyo AVRs (tested on TX-NR609)
Onkyo AVR module, works in principle. Ensure that the onkyo is controllable using for instance IOS apps like ORemote. Next step: Check what happens if the AVR is reset or is temporary not available.
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-onkyo-avr
- Update your configuration file. See the sample below.
Example accessory config (needs to be added to the homebridge config.json):
"accessories": [
{
"accessory": "OnkyoAVR",
"name": "My Onkyo",
"ip_address": "10.0.1.23",
"model" : "TX-NR609",
"poll_status_interval": "900"
}
]