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
- Host: GitHub
- URL: https://github.com/pkmnct/homebridge-denon-serial-television
- Owner: pkmnct
- License: apache-2.0
- Created: 2020-06-26T02:56:32.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T02:32:57.000Z (about 2 years ago)
- Last Synced: 2024-03-25T19:07:30.708Z (about 1 year ago)
- Language: TypeScript
- Size: 559 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).