Skip to content

ESP32 driven switch for LIFX devices. Using Arduino IDE.

License

Notifications You must be signed in to change notification settings

alexeckermann/lifx-switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A ESP32 driven light switch for LIFX devices

Because now, apparently, we need a WiFi connection and a microprocessor to switch on and off a light.

Current project state: Experimental. "It works for me" but there are noted issues and it is not in a stable state — YMMV.

License: MIT. Do what you want but do the right thing and share your own project.

Setup

Getting the LIFX device MAC address

Use lifx-cmd to discover LIFX devices on the LAN along with their MAC addresses.

Operation

  • The ESP32 will run setup then loop will await changes a button connected to the ESP32.
  • After the button debounces, the ESP32 will connect to the WiFi network and change the power state of the LIFX device.
  • The ESP32 will then enter back into the loop state noting the new set power state of the LIFX device.

Issues

  • The UDP payload struct has always been a bit unclear. With both official and unofficial examples conflicting. An example of an issue is that a LIFX device wont respond to a payload with a fade duration defined.
  • The handling of the WiFi state is basic. There should be improvements to maintianing the connection so that there is little to no delay from button press to the light state changing.

About

ESP32 driven switch for LIFX devices. Using Arduino IDE.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%