homebridge-denon-serial-television
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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
  • Input Control
    • Getting Input State: SI?
    • Switching Input: SI<input>
      • 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 for GUI configuration. You can also view the configuration schema.

/homebridge-denon-serial-television/

    Package Sidebar

    Install

    npm i homebridge-denon-serial-television

    Weekly Downloads

    1

    Version

    1.0.0

    License

    Apache-2.0

    Unpacked Size

    62.1 kB

    Total Files

    26

    Last publish

    Collaborators

    • pkmnct