Sorry I fibbed…
I used the Lightify Bulb v2 DTH for the Tunable whites E27 and GU10s. But for the RGBW light I used gkl_sf’s Osram RGBW DTH and that fixed the random on problem even though it is for the US version of the Lightify. Colour still works as just tried it now with no problems.
Intended for the US HA version. May work with the European ZLL version, but not tested.
Implements:
Custom On/Off dim duration (in preferences)
Custom dim duration for level change (in preferences)
Custom duration for color transition (in preferences)
Pulse (aka ZLL breathe) and blink (custom commands)
Color loop/cycle
UI enhancements
Updated 6/6/17:
set default color/level code by @ranga
To set default initial (power-on) color/level:
set your preferred color/level
wait for a few seconds, then tap the Set Default tile
wait 3-5 minutes for the process to complete (do NOT switch off or change any settings during this time)
the main (on/off) tile will turn orange with “WAIT” status during this period; if it does not reset after 3-5 minutes, tap the refresh tile
after that, you can try…
/**
* Osram Lightify RGBW A19/BR30 US version (HA) DTH rev 01/19/2018
*
* by gkl_sf
*
* set default color/level code by ranga
*
* To set default initial (power-on) color/level:
* - set your preferred color/level
* - wait for few seconds, then tap the Set Default tile
* - wait 3-5 minutes for the process to complete (do NOT switch off or change any settings during this time)
* - the main (on/off) tile will turn orange with "WAIT" status during this period; if it does not reset after 3-5 minutes, tap the refresh tile
* - after that, you can try switching power off and on to see if the new color/level is set correctly
* - may need to upgrade firmware (via ST OTA) for this to work
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
This file has been truncated. show original
1 Like