Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Setting different 'On' level based on time of day

Featured Replies

Posted

Hi,

 

I'm interested in having a device turn on to a lower 'On' level (e.g. 50%) after a certain hour. For example, at night I'd like our master bedroom closet light to turn on to 50%, but during the day we want it at 100%.

 

Below is my program. The issue I have with the below is that first the light turns on 100% and then it dims down to 50%. The point is that at night we don't want the bright light to come on at all -- not even for a second!

 

Any creative suggestions?

 

 

If
       From     9:00:00PM
       To      Sunrise -  1 hour  (next day)
   And Status  'MBR Closet' is Off
   And Control 'MBR Closet' is switched On

Then
       Set 'MBR Closet' 50%

Else
  - No Actions - (To add one, press 'Action')



I would make the default level for the switch 50% with a moderate ramp rate of 2 seconds.

 

I would then create a scene with the light at 100% and a ramp rate of 2 seconds.

 

Change your program to trigger during the daytime and have it activate the 100% brightness scene.

Can you use the Off/Off sequence?

 

If
       Status  'Basement Stairs' is Off
   And Control 'Basement Stairs' is switched Off

Then
       Set 'Basement Stairs' 30%

Else
  - No Actions - (To add one, press 'Action')



 

Rand

  • 2 weeks later...
  • Author

Hi guys,

 

Thanks for the suggestions -- very creative.

 

Never thought of the off-off sequence -- clever.

 

The only thing is that this is good for me, but my wife will probably not think to do this. I'm trying to make have the lighting be as seamless an experience for her as possible.

 

So, I went with Upstate Mike's suggestion (finally got around to making the adjustments).

 

Now to go test my "expert coding skills"!

 

Regards.

Guest
This topic is now closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.