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

node-milight-local-proxy

v1.0.0

Published

Raspberry Pi Light control software for the mi-light/LimitlessLED/EasyBulb systems

Downloads

18

Readme

node-milight-local-proxy

Raspberry Pi Light control software for the mi-light/LimitlessLED/EasyBulb systems

Copyright

Copyright (c) 2015 Nathan Byrd. All Rights Reserved.

This file is part of node-milight-local-proxy.

node-milight-local-proxy is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

node-milight-local-proxy is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with node-milight-local-proxy. If not, see gnu.org.

Description

node-milight-local-proxy has been created as a replacement bridge for the mi-light/LimitlessLED/EasyBulb systems. Currently this requires a specific software hack in order to access the bulbs from Raspberry PI, see LimitlessLED WiFi Bridge 4.0 Conversion to Raspberry Pi for more information about how this hardware hack is setup. In the future this module may support additional mechanisms for connecting to the mi-light system, some ideas include acting as a straight proxy to existing bridge or using a hardware device, such as NRF24L01? and arduino to create our own.

Currently this module has the same functionality as the standard bridge.
Future functionality includes:

  • REST API for controlling the lights
  • Responsive web front-end for API
  • Other compatibility APIs?

Building

On the Raspberry Pi, node-milight-local-proxy has been tested with the Raspbian distribution.

To install the module, use the following:

  1. Install a recent node.js - I built from source
  2. Run sudo npm install -g node-milight-local-proxy
  3. Startup using milight-proxy

NOTE I had some trouble with installing on Raspberry PI due to permissions issues with the serialport dependency. If you get an error about serialport, try sudo npm install -g node-milight-local-proxy --unsafe-perm instead.

To setup a development environment, use the following:

  1. Install a recent node.js - I built from source
  2. Clone this repo
  3. install grunt-cli: sudo npm install -g grunt-cli
  4. Run grunt to compile the coffeescript
  5. Execute ./node-milight-local-proxy.js