homebridge-denon-serial-television
v1.0.0
Published
Control Denon AVR Receivers using a serial connection.
Downloads
1
Maintainers
Readme
Homebridge Denon Serial
This Homebridge plugin enables control of (older) Denon AVR Receivers using a serial connection. It was tested with an AVR-3803
Compatibility
This should work with any Denon AVR that uses the following for serial control:
- Power
- Getting Power State:
PW?
- Turning on:
POON
- Turning off:
POSTANDBY
- Getting Power State:
- Input Control
- Getting Input State:
SI?
- Switching Input:
SI<input>
- See configuration for supported inputs
- Getting Input State:
- Volume
- Getting Mute State:
MU?
- Mute On:
MUON
- Mute Off:
MUOFF
- Volume Up:
MVUP
- Volume Down:
MVDOWN
- Getting Mute State:
It is recommended that you use Homebridge Config UI X for GUI configuration. You can also view the configuration schema.