/McLighting

The ESP8266 based multi-client lighting gadget

Primary LanguageCGNU Lesser General Public License v3.0LGPL-3.0

McLighting v2 - The ESP8266 based multi-client lighting gadget

Gitter

Mc Lighting (the multi-client lighting gadget) is a very cheap internet-controllable lighting solution based on the famous ESP8266 microcontroller and WS2811/2812 led strips. It features a self-hosted responsive web-interface, a REST-API and a websocket connector.

Because of it's open architecture and APIs it's easy to build new clients for different platforms (iOS, Android, Windows Universal Apps, Siri/Cortana integration, ...).


Update 15.02.2018: Replaced Home Assistant Support using MQTT Light to MQTT JSON Light.

Update 12.02.2018: Added Home Assistant Support using MQTT Light. A better implementation would be using MQTT Light JSON.

Update 31.01.2018: User @codmpm did a very professional McLighting installation and even designed his own PCBs. He has a great writeup for his project at: https://allgeek.de/2018/01/29/esp8266-neopixel-controller/ (in german).

Update 27.01.2018: Many people asked if it's possible to connect more than one strip (currently not) or at least "sync" multiple McLighting nodes. Although it may be possible to connect more then one WS2812 strip to the same data pin (works in many cases, you just have to try), syncing many McLighting instances would be a benefit. This could easily be achieved done by software like NodeRed. I added a example flow to demonstrate that here. Have a look at the short video here.

Update 21.01.2018: User @szepnorbee contributed code for button control. Thank you! It's merged into the master branch now. There is a short manual for configuration here.

Update 06.01.2018: After som etesting I merged the "feature/save_state" banch into master, so everybody should now be able to use this new functionality. Basically McLighting now saves the current mode to EEPROM and restores the setting on reboot. So you wont need to select your favorite mode again. If you don't want to use this, you can disable it in definitions.h.
Some people noticed that there are currently problems compiling McLighting whe using ESP8266 core in version 2.4.0. This is due to a problem with WS2812FX when using this version. For the moment you can stick to the 2.4.0 RC2 (also easily available via the boards manager). (fixed now )
Funny! McLighting was featured in the german radio show "Netzbasteln" on Deutschlandfunk Nova with a nice audio tutorial.

Update 16.12.2017: There was a breaking change in the WS2812FX library: Speeds have a new format (65535-0 instead of 0-255). I released a new version that converts the speeds settings. Please use the latest WS2812FX library (14.12.2017 or later) if use have an existing version installed. I got many messages from people who use McLighting for own projects. User Brian Lough built a lighting system for his wedding and made a nice instruction video for his build: https://goo.gl/NbfKi8

Update 30.09.2017: Thanks to @moose4lord Mclighting works with the newest version of WS1812FX and has a possibility to define autocycle patterns Wiki. Thank for contributing to McLighting everyone! I was also informed of a new project that is loosely based on McLighting: Responsive_LED_Control That looks very promising.

Update 07.08.2017: As requested by many of you, McLighting now also features MQTT support. Thanks at @LeonVos for his attempts on this. I implemented the same API as used in WebSockets now for MQTT. Please have a look here for details: https://github.com/toblum/McLighting/wiki/MQTT-API I will try to add a new instruction video soon.

Many of you also took McLighting and adapted the software according your needs. This is great. I found some videos on YouTube that show these projects. I collected them here: https://goo.gl/yG7M4h If you have done something similar with McLighting, please drop me a note. I'm always interested in what you've done with it.

Update 19.02.2017: Added OTA support as promised by @markbajaj. Minor other improvements.

Update 05.02.2017: After a long time I was able to work a bit on McLighting v2 and it's finally out now. The main difference, among minor improvements and library updates, is the usage of the great WS2812FX library for color animations. It brings a lot (almost 50!) of new animations. The API changed a little bit, because the speed can now be set as a value from 0 to 255, not the delay anymore. So the web inferface had to change accordingly. The new animation mode have to be set also by their number, instead of a dedicated url. The list of all animation modes can also be received by the API. All existing API endpoints are kept for downward compatibility. So you should be able to use the new version without big changes. The original version is kept as branch "mclighting_legacy". Documentation will be updated soon.

Update 04.01.2017: Now, there are two forks of McLighting (using the famous FastLED library). I did not notice it first, because I currently do not receive notification e-mails by Github (I have no idea why). Maybe you want to give them also a try, I will definitely do so as soon as I find time.
https://github.com/russp81/LEDLAMP_FASTLEDs
And this one was also forked: https://github.com/jake-b/Griswold-LED-Controller

Update 12.08.2016: There is now a gitter.im chat room for this project.

Update 11.06.2016:
Today I presented the project at Pi and More 9 and got some good feedback, even though my presentation was not perfect and time was too short to present everything I prepared. So I uploaded the slides (german) to this repository for your reference.


Demo video WebClient

Demo video Apple Homekit integration

The Hardware

The project ist based on the famous ESP8266 microcontroller and WD2811/WS2812 LED strips. There are many variations of the ESP chip out there, but I chose the NodeMCU dev board, because it's powered by micro USB and has a voltage converter included to power the ESP which uses 3.3V. A standalone ESP8266 or a Adafruit Huzzah should work too.

The RGB LED strips are also available in many different flavours as strip or as standalone LEDs and can easily be chained.

See wiki Hardware

Software installation

See wiki Software installation

Used Libraries

This project uses libraries and code by different authors:

The sketch also uses the following built-in library:

  • Ticker by @igrr

Parts of the code were taken or inspired by the following sources:

Thank you to all the authors for distributing their software that way. I hope I didn't miss any sources and mentioned every author. In case I forgot someone please let me know and I will fix it.

Todos

  • MQTT support
  • Support multiple strips and control them separately or together
  • Save favourite effects? Issue
  • Make number of pixels, MQTT and PIN configurable via front end Issue
  • OTA update Issue
  • Bundle webpages instead of SPIFFS Issue
  • Remove old / wrong EEPROM settings completely (toblum#92)
  • Fix issue with websockets connection problems
  • Add support for 433MHz wireless socket using the RC switch library.
  • Switch to the NeoPixelBus library
  • Use the led strip for status information in connection phase
  • Enhance the documentation
  • Stability improvements
  • RGBW mode Issue
  • Add called command to response Issue
  • Customer profile to define segments of (in)active areas on the strip Issue
  • Button control Issue
  • Retain last state Issue
  • Additional clients
  • If no wifi, at least enable button mode. Issue
  • Also enable McLighting in Wifi AP mode.
  • Make a set of NodeRed nodes.

Licence

GNU LGPLv3

Disclaimer

You use this project at your own risk. This is not a solution that should be used in productive environments, but this code and guide could give you a quick start for your own experiments. Please keep also in mind that there are currently some security features missing.

More information will be added as soon as I clean up the code and complete documentation.