Tried to find solution (google, youtube, this forum), but in the last 2 days I didn't have luck, so I'm begging you to help me achieve the most simple task ever!
Xiaomi YeeLight RGBW color temperature, read WIKI, but as a newbie it kinda misses a few steps, and I might try to do something easy and forgetting a crucial step somewhere.
Domoticz Beta V3.8701 for Synology DS215j
Making the dummy Hardware
Dummy selector switch named : "Color Temperature"
Code I copy-pasted from wiki, and changed IP for the current IP address of the RGBW bulb (fix IP from router with DHCP), I guess the port is fix, so I haven't really changed it.
Changed selector switch to DIMMER and tried to ADD the bulb as a sub/slave, but also tried to do without this step, same outcome.
When I added as a sub, it changed the original Bulb Switch on/off, but in fact the bulb stayed ON all the time, never turned off or on by this, it maybe a helpful info.
Log when I use the dimmer for color temperature, no error messages
Code: Select all
2017-12-03 19:48:05.796 User: BullFrog initiated a switch command (56/Color Temperature/Set Level)
2017-12-03 19:48:05.803 (Dummy) Light/Switch (Color Temperature)
2017-12-03 19:48:05.839 LUA: sudo echo -ne '{"id":1, "method":"set_scene","params":["ct",3812, 75]}\r\n' | nc -w1 192.168.0.221 55443
2017-12-03 19:48:05.839 LUA: Color Temp= 3812
2017-12-03 19:48:09.048 User: BullFrog initiated a switch command (56/Color Temperature/Set Level)
2017-12-03 19:48:09.055 (Dummy) Light/Switch (Color Temperature)
2017-12-03 19:48:09.093 LUA: sudo echo -ne '{"id":1, "method":"set_scene","params":["ct",6404, 75]}\r\n' | nc -w1 192.168.0.221 55443
2017-12-03 19:48:09.093 LUA: Color Temp= 6404
2017-12-03 19:48:10.707 User: BullFrog initiated a switch command (56/Color Temperature/Set Level)
2017-12-03 19:48:10.714 (Dummy) Light/Switch (Color Temperature)
2017-12-03 19:48:10.787 LUA: sudo echo -ne '{"id":1, "method":"set_scene","params":["ct",0, 75]}\r\n' | nc -w1 192.168.0.221 55443
2017-12-03 19:48:10.787 LUA: Color Temp= 0
2017-12-03 19:48:15.178 (YeeLight Controller) Lighting Limitless/Applamp (Hálószoba - RGBW LED)
2017-12-03 19:48:15.217 LUA: sudo echo -ne '{"id":1, "method":"set_scene","params":["ct",6452, 75]}\r\n' | nc -w1 192.168.0.221 55443
2017-12-03 19:48:15.217 LUA: Color Temp= 6452
What step did I miss or screw up? :\