An open API service indexing awesome lists of open source software.

https://github.com/pkmnct/homebridge-denon-serial-television

Control Denon Receivers using a serial connection
https://github.com/pkmnct/homebridge-denon-serial-television

Last synced: about 1 month ago
JSON representation

Control Denon Receivers using a serial connection

Awesome Lists containing this project

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: `PWON`
- Turning off: `PWSTANDBY`
- Input Control
- Getting Input State: `SI?`
- Switching Input: `SI`
- See configuration for supported inputs
- Volume
- Getting Mute State: `MU?`
- Mute On: `MUON`
- Mute Off: `MUOFF`
- Volume Up: `MVUP`
- Volume Down: `MVDOWN`

It is recommended that you use [Homebridge Config UI X](https://github.com/oznu/homebridge-config-ui-x) for GUI configuration. You can also view the [configuration schema](config.schema.json).