flux_led
flux_led copied to clipboard
A utility for controlling Flux WiFi Smart LED Light Bulbs
`python flux_led.py -s` didn't work until run with `sudo` on a Mac. Presumably the script needs to run as root? Can I help document this in some way?
First off - this is great work and is very, very useful. I am using this with Magic Home LED light strip controllers and this software allows me to control...
To get the control protocol, I think you have to capture the led bulb control package first. By learning your code, I found that the package is a UDP DGRAM....
I'm getting the following error, which I can't seem to fix. Thanks in advance! File "/Users/Programs/LED Light/flux_led-master/flux_led.py", line 759, in scan sock.sendto(msg, ('', DISCOVERY_PORT)) TypeError: a bytes-like object is required,...
It would be great if this were a package to pull off of pip
License
Please add a license to this repo so that people know whether they can use this code for their respective purposes. If I may make a recommendation, the [ISC License](https://opensource.org/licenses/ISC)...
Greetings! This is great! The program works fine and I can control the led bulbs if I manually specify the bulb IP addresses. However, the scan function fails with zero...