After trying a bunch of existing templates, I expect mine is somewhere in between a few. The most successful ones so far have been:
This one:
{"NAME":"TCP Smart RGBW","GPIO":[0,0,0,0,140,37,0,0,38,142,141,0,0],"FLAG":0,"BASE":18}
gives me:
- Working toggle
- Working brightness
- Working colour temperature (I think—goes from whiteish-yellow to orange)
- Colour slider and saturation (?) slider just make the light flick on and off
This one:
{"NAME":"Brilliant RGB+","GPIO":[0,0,0,0,37,40,0,0,38,0,39,0,0],"FLAG":0,"BASE":18}
gives me:
- Working toggle
- Working brightness
- No color temperature slider
- Colour slider changes colours between pink/purple/blue/red (unless saturation slider is “palest”, in which case this slider does nothing)
- Saturation (?) slider (pale–>dark) changes colour from pale purple --> medium blue (varies a little depending on colour slider position)
This one (only the FLAG
value is different to above) seems to the same results:
{"NAME":"GenioBulbRGB","GPIO":[0,0,0,0,37,40,0,0,38,0,39,0,0],"FLAG":1,"BASE":18}
This one:
{"NAME":"Solimo RGBWW 9","GPIO":[0,0,0,0,37,40,0,0,38,41,39,0,0],"FLAG":0,"BASE":18}
gives me:
- Working toggle
- Working brightness
- Colour temperature slides seems to just mimic the brightness slider in reverse
- Colour slider does nothing
- Saturation slider varies colour between blue and purple
None that I tried gave me green at any point, and I only got yellow when there was a “colour temp” slider. Using it always switched the colour to yellow.
Any suggestions?