@berkbayri/homebridge-denon-rs232-serial

1.0.10 • Public • Published

homebridge-denon-rs232-serial

Denon rs232 AVR plugin for homebridge: https://github.com/nfarina/homebridge This plugin communicates with Denon receiver using rs-232 and is tested with the SR5004. An usb to serial rs232 converter from FTDI is recommended. Cheaper converters may not function correctly.

Based on [homebridge-marantz-rs232] (https://github.com/rooi/homebridge-marantz-rs232) by [rooi] (https://github.com/rooi).

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-denon-rs232-serial
  3. Update your configuration file. See the sample below.

Configuration

Configuration sample:

"accessories": [
   	{
   			"accessory": "Denon-RS232-Serial",
   			"name": "Receiver",
   			"path": "/dev/cu.usbserial-FTH7QVHK",
   			"maxVolume": -20.0,
   			"minVolume": -79.0
   	}
]

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.10
    1
    • latest

Version History

Package Sidebar

Install

npm i @berkbayri/homebridge-denon-rs232-serial

Weekly Downloads

1

Version

1.0.10

License

ISC

Unpacked Size

53.4 kB

Total Files

4

Last publish

Collaborators

  • berkbayri