I have several different kinds of lights and dimmer switches that support dimming. what I wouId like is for all of my lights to dim and illuminate gradually when powered on and off every time. I have been trying different brands, I know this probably makes it more difficult. Is there an app or setting that can be integrated that can achieve this across the board.
some of the different devices are
SYLVANIA SMART+ A19, sengled element classic
Philips Hue Phoenix Dimmable LED
SYLVANIA SMART+ RT 5/6 Tunable White LED Recessed
GE Z-Wave Wireless Smart Lighting Control Smart Dimmer Switch
GE Z-Wave Plus Wireless Smart Lighting Control Motion Dimmer Switch
AFAIK, you have to set that up individually for EACH light (if the DTH even supports it). Iâve tried searching through numerous smart apps (including even trying to create a super piston in webCoRE that trapped the on/off event for each bulb) and as I have found, there is just no easy way to do a mass update on devices. Someone might be able to write a smart app to do it, but AFAIK, there isnât an easy way to do this in existence today.
You can set the dim rate parameters for the switches. But this is not accessible through the standard Smartthings DTH. You temporarily set the DTH in the post, do your configuration and then switch it back to the standard DTH. The configuration remains in the switch.
You can set to almost instant dim up to more than 1 min.
After you create and publish a DTH you need to assign it to a device. You do this in the IDE under the âDevicesâ menu. Just click on the device you want to change and then click edit. The standard GE GTH is called â Dimmer Switchâ.
Here is a good and extensive FAQ how to do all that:
So I came here to basically ask the same questionâŚ
I need a way to slowly bring up the lights in a bedroom at a specific time of day, say 6am, from 0 to 100% over the course of an hour. Is that something the code mentioned above can do?
I just installed it and set it up. Looks like itâll work just fine.
I had to create two tasks in my piston. The first one to set the level to 0, then to set a final level of 100 over 1 hour. Did a little testing and it seems like itâll work just fine.