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.

Dimming to percentage with programs

Featured Replies

Posted

Finishing up conversion from the old HomeLinc to ISY.   Struggling to do something that I think would be simple so I'm probably missing something.     I want to have a switchlinc and lamplinc dim to 40" at a certain time.  I see how we  can set the OnLevel to bring it up to 40% when turning it on.  But how do I tell it to drop to 40% programmatically.   The following is the only thing i came up with but it feels like a hack.   Better way?   

By the way, the reason I have two loops is because the LampLinc is having more issues being reached reliably.   End result,  when the swtches reach 40% the LampLinc is often only at 50% because some of the commands never reached it.  That's another question I'll ask in a separate post?

7RryEp9.png

Create a scene containing the LampLinc and the SwitchLinc Dimmer both set to 40% ON level -- then just set that scene to on in the program.

I never use the dim. I use a long ramp time and a similar loop to set the lights to the new variable level. I can get a smooth looking dim with no visual jumps over the period of more than an hour with the right waits.

You need v5 though.

Sent using Tapatalk

  • Author
7 hours ago, mwester said:

Create a scene containing the LampLinc and the SwitchLinc Dimmer both set to 40% ON level -- then just set that scene to on in the program.

@mwester.  That worked.  A simple and elegant solution.  Thanks!

I set a dim to a percentage value with a program ... this works fine. I have a ramp rate on this dimmer switch set to 4.5 seconds.

 

Test Dim: P5 - On  - [ID 0012][Parent 002B]

If
        X10 'P5/On (3)' is Received
   
 Then
        Set '3rd Floor Ceiling Lights' On 55%
       
Else
   - No Actions - (To add one, press 'Action')

 

Archived

This topic is now archived and is 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.