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.

Hidden Door Sensor and a Light

Featured Replies

Controlling a LampLinc is fine. I missed that in #23 :oops:

Edited by stusviews

  • Author

And just to close the loop. The lights staying on was a programming error. Picked the wrong node of the door sensor to adjust the levels. Turns out it was the open node not closed. Doh!

And thanks to everyone that offered help! I appreciate it.

Jeff

FWIW this is my program for a similar scenario - designed to turn the light on when I open the door, but only during darkness and only if the light isn't already on.

 

 

If
        From    Sunset
        To      Sunrise (next day)
    And Status  'Back of House / Back Door Sensor- Door Sensor' is 100%
    And Status  'Dining Room / Dining Room Cans' <= Off
 
Then
        Set 'Dining Room / Dining Room Cans' 76%
 
Else
   - No Actions - (To add one, press 'Action')
 

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.