npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

homebridge-nuvo

v2.2.7

Published

This is a homebridge plugin for that allows serial control of nuvo whole home audio systems.

Downloads

21

Readme

verified-by-homebridge

homebridge-nuvo

This is a homebridge plugin for that allows serial control of nuvo whole home audio systems. It is set up as a platform so it will do discovery of zones and sources for you Each zone source combo has its own switch and brightness. This allows for siri control of your nuvo whole house audio system.

Sample Config:

"platforms":
    [
      {
      "platform": "nuvo-platform",
      "port": "/dev/tty.usbserial",
      "numZones": 8,
      "powerOnVolume": 50,
      "portRetryInterval": 120
    }
    ]

Options:

port sets 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/?????".

numZones lets you set the number of zones that your amplifier supports for zone detection purposes. If you have disabled zones, set numZones to the number of the highest enabled zone (e.g. zones 1, 4, & 6 are enabled so numZones = 6)

powerOnVolume sets the volume that a zone will go to when turned on by the plugin. Because of the way that the home app works (i.e. sending a 100% brightness command when told to turn on a "light"), this plugin will override any homekit requests to set a zone to 100% with this value

portRetryInterval 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. Run nuvo-config <path_to_port> or sudo nuvo-config <path_to_port> (depending on permissions) while homebridge is not running, and inside the config window run commands to tweak configuration (e.g. zone 5 enable name "Best Zone" bass 4 treble -2 balance 6).

Donating (optional)

If you enjoy this plugin and would like to give me a tip, here is my PayPal. Tip via PayPal