homebridge-yamaha-avr
is a Homebridge plugin allowing you to control your AVR & any connected HDMI-CEC controllable devices with the Apple Home app & Control Centre remote! It should work with all network accessible receivers.
The Yamaha AVR will display as a TV Accessory with Power, Input, Volume & Remote Control.
- iOS 12.2 (or later)
- Homebridge v0.4.46 (or later)
Install homebridge-yamaha-avr:
npm install -g homebridge-yamaha-avr
Quickly switch input using the information (i) button in the Control Centre remote
Add a new platform to your homebridge config.json
.
You can filter the available inputs that are presented in HomeKit. The filtering is done on the "id" field, and the "id" must exactly match the name of the input on the receiver. NOTE The receiver may rename inputs, e.g. HDMI1 may become AppleTV. Use the NON-RENAMED input name as the "id".
Example configuration:
{
"platforms": [
{
"platform": "yamaha-avr",
"name": "Yamaha RX-V685",
"ip": "192.168.1.12",
"inputs": [
{
"id": "AV1",
"name": "LG TV"
},
{
"id": "HDMI1",
"name": "NVIDIA SHIELD"
},
{
"id": "HDMI2",
"name": "Apple TV"
},
{
"id": "HDMI3",
"name": "PC"
},
{
"id": "HDMI4",
"name": "Xbox One"
},
{
"id": "HDMI5",
"name": "PlayStation 4"
}
],
"scenes": [
{
"name": "Watch AppleTV",
"index": 1
}
{
"name": "Play PS4",
"index": 2
}
]
}
]
}
homebridge-yamaha-zone-tv For multi-zone Yamaha Receivers, and uses the Television control for each zone of the receiver.
homebridge-yamaha-home For multi-zone Yamaha Receivers, and uses a Fan to control each zone of the receiver.