Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rooi/homebridge-marantz-rs232
https://github.com/rooi/homebridge-marantz-rs232
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rooi/homebridge-marantz-rs232
- Owner: rooi
- Created: 2016-01-22T15:57:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-13T15:00:25.000Z (over 3 years ago)
- Last Synced: 2024-11-10T02:57:42.500Z (3 months ago)
- Language: JavaScript
- Size: 43.9 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://www.ftdichip.com/Products/Cables/USBRS232.htm) 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
}
]
```