0.2.3 • Published 3 years ago

homebridge-marantz-rs232 v0.2.3

Weekly downloads
2
License
ISC
Repository
github
Last release
3 years ago

homebridge-marantz-rs232

Marantz rs232 receiver plugin for homebridge: https://github.com/nfarina/homebridge This plugin communicates with Marantz 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.

Installation

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

Configuration

Configuration sample:

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

3 years ago

0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

7 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago