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-yamaha-rxv

v1.0.4

Published

A homebridge add-on for Yamaha RX-V585 AV Receiver, with control over the internal zone B.

Downloads

13

Readme

Homebridge Yamaha RX-V585 Receiver Plugin

Install this plugin to control your Yamaha RX-V585 receiver through Homebridge. The plugin creates 2 fan accessories: one for the main zone and one for Zone B of your receiver. This way you can control both zones and their volume (which is the fan speed).

Install:

npm install -g homebridge-yamaha-rxv

Configure

After the install is finished, open your Homebridge settings and configure the following parameters (you can go to plugins and click on settings to have a form like experience):

  • receiverIP: The IP of the Yamaha RX-V585 receiver in your local network.
  • zoneBConfiguredReceiverName: The name of Zone B as configured in your receiver. Defaults to Zone_B. This is the name the receiver calls your zone. Do not confuse with the display name of the zone. If the receiver isn't heavily configured, this can probably remain the default value.
  • mainDisplayName: The name to set to the main zone. Defaults to Main. I called it "Speakers" then attached it to a room. Then you can tell Siri to: "Turn on living room speakers". This is also configurable in Apple's Home app.
  • zoneBDisplayName: The name to set to zone B. Defaults to Zone B. Same concept as mainDisplayName, but for zone B.
  • minVolume: The minimum volume of the receiver. For 0-100% volume calculations (since that's the bar you'll see in the Home app). Defaults to -70.
  • maxVolume: The maximum volume of the receiver. For 0-100% calculations (since that's the bar you'll see in the Home app). Defaults to 10.

That's it. You will now see your 2 receiver zones in your Home app as lovely fans (don't forget to add your homebridge to you home app).

Notice

This plugin was written (and tested) only for Yamaha RX-V585 Receiver. Should probably NOT work on other models.