python-wifi-leds
python-wifi-leds copied to clipboard
A cross-vendor Python library for WiFi LED products.
Hello @joaquincasares, I saw there was no zone_on method (and zone_off) for rgb class (but available in rgbw and white). Is there a reason ? Thanks
I have this python script: # !/usr/bin/env python import wifileds led_connection = wifileds.limitlessled.connect('192.168.2.10', 8899) led_connection.rgbw.zone_on(1) wich gives this error: AttributeError: 'module' object has no attribute 'limitlessled' Am I misisng something...
I've been trying to update this to support Python3. The main thing was changing print calls to use brackets, but now I'm getting the following error: ` Traceback (most recent...
Hello, My controller (firmware 3.00.08) seems to offers the possibility to use TCP instead of UDP. I tested your library yesterday and had sometimes packet transmitted but not received by...