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-wled-preset

v0.5.3

Published

A Homebridge plugin controlling WLED presets

Downloads

12

Readme

Homebridge WLED Preset Plugin

Description

This Plugin is designed to easily switch presets configured on your WLED appliances through HomeKit.

Development

This is a plugin to easily switch between the different presets you have on your WLED. Development is happening on development branch.

This plugin is based on the template Homebridge platform plugin and the accessory example.

Got some inspiration from Homebridge Simple WLED.

Installation

With Homebridge Config UI X

  1. Login to the Homebridge UI web interface by going to http://homebridge.local or http://<ip address of your server>:8581
  2. In the Plugin tab, search for Homebridge WLED Preset
  3. Click INSTALL
  4. Once the installation is complete, open the SETTINGS of the plugin and fill out the required fields

Through Command Line/SSH

  1. SSH or open a Terminal on your Homebridge host
  2. Run npm install -g homebridge-wled-preset
  3. Update your configuration file using the sample below.

Configuration

Configuration sample:

"platforms": [
    {
        "wleds": [
            {
                "name": "Office Led Strip",
                "ip": "wled-office.local",
                "presetsNb": 5
            },
            {
                "name": "Bedroom Led Strip",
                "ip": "192.168.1.31",
                "presetsNb": 2
            }
        ],
        "platform": "WledPreset"
    }
]

Issues/Troubleshooting

Open issues

If you face any issues with this plugin, please review the open issues.

Troubleshooting

You might encounter issues with cached accessory or configuration not reloading, being updated properly. Feel free to mention this by opening a new issue.

You can remove cached accessories directly from the Homebirdge UI with the "Remove Single Cached Accessory" feature or by editing/deleting the ~/.homebridge/accessories folder.

Opening a new issue

If the troubleshooting steps above or the open issues did not help you to fix your problem. Please review briefly the closed issues to see if your problem is mentioned of them. If it is, feel free to post a comment on it and I will reopen the issue or create a new one.

Otherwise, feel free to open a new issue providing as much information as possible to reproduce your situation/error message.

To-Do

  • [ ] Get verified
  • [ ] Auto discovery of accessories
  • [ ] Implement node-fetch on in platformAccessory.ts
  • [ ] Add more details in the configuration (README, config.schema.json)
  • [ ] Can we use the brightness slider?
  • [ ] Work on the issues
  • [ ] Try to implement such workflow for update