Skip to content

Commit

Permalink
Merge for 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Willmac16 committed Jan 19, 2021
2 parents 076bb6f + 476ddcb commit e3d2173
Show file tree
Hide file tree
Showing 9 changed files with 1,226 additions and 191 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Each zone source combo has its own switch and brightness.
This allows for siri control of your nuvo whole house audio system.
One thing of note is that 100 Volume is not enabled (it sets it to 24%) so that when the home app turns a zone on, it will not blast music at you at full volume.

Sample Config:
## Sample Config:
```
"platforms":
[
Expand All @@ -18,10 +18,13 @@ Sample Config:
}
]
```
Options:
### Options:
The port option is for you to set the path to the nuvo.
If you are using a usb to rs232 adapter cable with a pl2303 or something similar, then run the command ```dmesg | grep -i usb``` and find a line like ```usb 3-2: pl2303 converter now attached to ttyUSB0```. The now attached to ????? should go into the config like ```"port": "/dev/?????"```.

The numZones option if for you to set the number of zones that your amplifier supports for zone detection purposes.

The portRetryInterval option is the number of seconds to wait before retrying the serialport. If set to 0 or not set at all, it will not retry the connection.

## nuvo-config (optional)
`nuvo-config` is an optional config tool installed with the plugin for configuration of the Nuvo Grand Concerto without using the Windows GUI.
311 changes: 311 additions & 0 deletions dist/cli.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e3d2173

Please sign in to comment.