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.

Night light program

Featured Replies

Posted

Hi Every one

 

I have been trying to get a simple night light program to work. when the light is switched on after 12AM and before 5AM the same day go to 30 percent. it does do that but goes past the set point a little then back to where I want it. I did a search couldn't find any talk about this issue. is this normal

 

Thanks Jeff

I dont know whether it is "normal", but it is not necessary. The response is likely due to the way you programmed it. Feel free to post the program and I am sure some kind soul will analyze and confirm.

The Insteon device is reacting to its normal On Level faster than the Program can override with a lower On Level.  The simplest way to make this happen is to adjust the On Level to 30% at midnight and then back to 100% at 5 AM.  This does not turn On/Off the device, only affects the On Level when device is manually operated.

 

Define an ISY Scene with the device as a Controller

 

Scene xxxx

Controller - Switchlinc Dimmer 1

 

In an ISY Program code 

 

OnLevelChange1 - [iD 0087][Parent 0001]
 
If
        From    12:00:01AM
        To       5:00:00AM (same day)
 
Then
        In Scene 'SwitchLinc Dimmer 1' Set 'SwitchLinc Dimmer 1' 30% (On Level)
 
Else
        In Scene 'SwitchLinc Dimmer 1' Set 'SwitchLinc Dimmer 1' 100% (On Level)
 
 
  • Author

Hi LeeG

 

Thanks for responding. I don't understand where you would find the ISY program code for the on level change

 

Jeff

I don't remember if I found the function by studying the various ISY capabilities (Adjust Scene in this case) or saw it in an old forum post.  Retirement provides lots of free time to learn the functions/features of a product.  

I find things in the wiki, the manual, and by exploring the admin panel.  If I see an option in the admin panel that I don't understand, I specifically search for it in the wiki and manuals.  Failing that, I come here.

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.