Replies: 1 comment 2 replies
-
Hi, Hue Gradient is working currently just with the ESP8266/ESP32 Hue Gradient firmware. I believe you have an original Hue Gradient. How you added this to diyhue? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I set the lightstrip to model LCX002 then I get the below error. Do I need to do something to make these work? I am guessing these just don't work yet?
2023-04-04 22:15:00,240 - configManager.configHandler - ERROR - CRITICAL! Config file was not loaded
27
Traceback (most recent call last):
28
File "/opt/hue-emulator/configManager/configHandler.py", line 111, in load_config
29
self.yaml_config["lights"][light] = Light(data)
30
File "/opt/hue-emulator/HueObjects/init.py", line 291, in init
31
"data": [self.getV2Api()],
32
File "/opt/hue-emulator/HueObjects/init.py", line 502, in getV2Api
33
"points_capable": self.protocol_cfg["points_capable"]}
34
KeyError: 'points_capable'
35
2023-04-04 22:15:00,241 - HueObjects - INFO - tvbottom Huelight light was destroyed.
36
CRITICAL! Config file was not loaded
37
Exception ignored in: <function Light.del at 0x7fbf673ee9d0>
38
Traceback (most recent call last):
39
File "/opt/hue-emulator/HueObjects/init.py", line 307, in del
40
ImportError: sys.meta_path is None, Python is likely shutting down
Beta Was this translation helpful? Give feedback.
All reactions