First thanks for the great work I just discovered this and I have been able to integrate with two Air conditioner remote using ESP8266 and the thermostat device and it works really great!
I just tried to configure a ESP8266 LED strip (using Espurna with MQTT configuration) and so far I am able to configure the brightness, turn on and turn off. But I am not able to change the color. The ESP8266 sends the RGB information. But when I open the open application and try to change the color from the color picker there is nothing in the debug logs (there is something if I change the brightness) and nothing also in mqtt for sure. So it looks like the Home App is not sending anything to let change the color.
Any idea?
Thanks a lot!
Fred
Info from ESP8266:
ledsdb/color #00BAAA
ledsdb/rgb #00BAAA
ledsdb/hsv 175,100,73
ledsdb/brightness 227
ledsdb/channel/0 0
ledsdb/channel/1 186
ledsdb/channel/2 170
ledsdb/channel/3 0
Hello,
First thanks for the great work I just discovered this and I have been able to integrate with two Air conditioner remote using ESP8266 and the thermostat device and it works really great!
I just tried to configure a ESP8266 LED strip (using Espurna with MQTT configuration) and so far I am able to configure the brightness, turn on and turn off. But I am not able to change the color. The ESP8266 sends the RGB information. But when I open the open application and try to change the color from the color picker there is nothing in the debug logs (there is something if I change the brightness) and nothing also in mqtt for sure. So it looks like the Home App is not sending anything to let change the color.
Any idea? Thanks a lot! Fred
Info from ESP8266: ledsdb/color #00BAAA ledsdb/rgb #00BAAA ledsdb/hsv 175,100,73 ledsdb/brightness 227 ledsdb/channel/0 0 ledsdb/channel/1 186 ledsdb/channel/2 170 ledsdb/channel/3 0
Debug:
"salledebain": { "id": "salledebain", "name": "salle de bain", "category": 1, "payloadIdentify": "", "services": [ { "name": "Led strip", "service": "Lightbulb", "topic": { "setOn": "hue/set/lights/led", "statusOn": "hue/status/lights/led", "setBrightness": "ledsdb/brightness/set", "statusBrightness": "ledsdb/brightness", "setHue": "", "statusHue": "", "setSaturation": "", "statusSaturation": "", "setColorTemperature": "", "statusColorTemperature": "", "statusRGB": "ledsdb/rgb", "setRGB": "ledsdb/rgb/set" }, "json": { "statusOn": "", "statusBrightness": "", "statusHue": "", "statusSaturation": "", "statusColorTemperature": "", "statusRGB": "" }, "payload": { "onTrue": 254, "onFalse": 0, "brightnessFactor": 2.54, "hueFactor": 181.32, "saturationFactor": 2.54 }, "config": {}, "props": {} } ], "payload": {}, "config": {} }