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 🙏

© 2026 – Pkg Stats / Ryan Hefner

homebridge-neosmartshades

v1.0.5

Published

NEO SmartShades Plugin for homebridge: https://github.com/budliter/HomeBridge-NeoSmartShades

Readme

NEOSmartShades

This is a Homebridge plugin for the NEO Smart Shade Controller (See http://neosmartblinds.com/smartcontroller/).

These instructions are in rough draft form, but should be enough to get you started Linux Installation Instructions to be added!

This version is an adaption of prior work of @jvmahon - homebridge-smartshades v0.0.7 (2020-05-19). This version is nearly identical with one change - this version allows the user to set a "Favorite" position for the blinds by setting the blind to the 25% open position. When you set to 25% open it will tell the blind to go to the favorite position.

I. Installing Homebridge on Windows 10

These instructions were originally written or installing HomeBridge on Windows 10, 64 bit. They should also work for earlier versions of Windows.

** There are a number of steps that say to use Windows Command Prompt. Do NOT try to use Windows PowerShell instead. The install will fail if Windows PowerShell is used instead of Command Prompt. **

You should perform the following steps using the account that you will use to run HomeBridge. This is because, by default, certain HomeBridge modules are installed in the logged-in user's account at: C:\Users\ your user name \AppData\Roaming\npm\node_modules and will not be accessible from other Windows accounts. I've found it helpful to set up a specific Windows "user" just for the running of HomeBridge (e.g., set up a new user under the login name "HomeBridge" or something like that, and then do the installation when logged in as that user).

A. Install Nodejs

These Windows install instructions have been tested with the v13.3.3 series of node so its recommended that you use a version in that series or later. Other version of NodeJS may work but haven’t been tested. You can download NodeJS here: https://nodejs.org/

B. Install Homebridge

Now install homebridge from a new Windows Command Prompt using the command:

 npm install -g homebridge

C. Test Homebridge

Open a new Windows Command Prompt (yes, it must be a newly opened one - don't re-use the prompt from preceding steps) and enter the command:

 homebridge

You should see some text displayed and a QR code. If so, HomeBridge installed correctly.

D. Install Plugin

Once homebridge is installed, you are ready to install your plugins. The following instructions are to install the "HomeSeer" plugin, but you can also follow a similar pattern for other plugins.

First, if you used a prior HomeSeer plugin, you must remove it before installing this plugin. To delete the prior version of this plugin use:

 npm -g uninstall homebridge-smartshades

E. File Locations

You will now need to create a config.json file for homebridge. By default, this should be placed in the folder: c:\users\ [Your Root User Directory] \.homebridge

A sample configuration file is in the following directory: https://github.com/jvmahon/homebridge-smartshades/tree/master/Config.Sample

For each shade, you will need to add an entry in the "shades": section of the config.json file. Each shade entry consist of a name as well as a Blind Code. For example, see the entry:

				{"name":"Kitchen Window", 	"code":"145.149-01"}

The "code" part of this entry comes from the NEO Smart Blind app. Go to the "Advanced Controls" section and look for the code labeled "Blind Code:".

F. Operation

This plugin was designed for use with roller shades that have 1-way communication between the NEO controller and the shade. This means that the controller can instruct the shade to open or close, but it cannot track the position of the shade. That is, even though the shade has been instructed to open, another device (such as a hand-held remote) could change the shade position and the controller can't track this. In order to deal with this issue, I've designed the plugin so it is, effectively, stateless. That is, after a shade has been opened or closed from the iOS Home application, the Home application will show the shade as open or closed for about 20 seconds. After that, the shade is pictured as being at the 50% (half-way) position. I thought leaving the shade at 50% after an open or close operation better indicates that the controller does not really know if the shade is up or down.

Target positions

  1. Open - will open the shade
  2. Close - will close the shade
  3. 25% - will set to favorite position