1.2.9 • Published 4 years ago

homebridge-denon-avr v1.2.9

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

homebridge-denon-avr

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 AVR-3803. An usb to serial rs232 converter from FTDI is recommended. Cheaper converters may not function correctly.

Based on homebridge-marantz-rs232 by rooi.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: sudo -E -n npm --no-update-notifier install --unsafe-perm homebridge-denon-avr@latest
  3. Update your configuration file. See the sample below.

Configuration

Configuration sample:

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

4 years ago

1.2.8

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.15

4 years ago