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.

New User Scene Programming Question

Featured Replies

Posted

I have a scene called Foyer which contains 3 2477D Switchlinc dimmers. One is connected to the load in the foyer, the other is a controller in the upstairs hallway, the third is a controller in the kitchen. All three currently work fine manually in so much as if I operate one switch the others follow suit with the correct led indication.

 

How do I set up a program such that at sunset the lights are on 100%, then at 10PM at 40%, and finally off at sunrise?

 

Dumb question, but this one has me stumped. Thanks in advance for you patience.

There are a couple of ways that I can think of, but the best way depends on whether you want the response to button presses to vary based on time. That is, if you press one controller during the day, you want 100%, but if you press that same controller at night, you want 40%. If, however, all you want is a program that sets this scene on at different levels at different times, I would simply create a second scene, with the exact same devices, with all being RESPONDERS. Set the second scene "on" levels at 40% (assumes original scene levels set at 100%).

 

First program:

 

if time is sunset

then set scene 1 on

else

 

Second program

 

if time from 10pm

to sunrise (next day)

then

set scene 2 on

else

set scene 2 off

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.