Skip 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.

visualcoat

Members
  • Joined

  • Last visited

Posts posted by visualcoat

  1. ​My girlfriend loves Halloween and would like a way to light some of our decorations that use the small tea candles. Does any one know of a LED tea light that is battery operated and can be controlled by the ISY?

  2. ​My girlfriend loves Halloween and would like a way to light some of our decorations that use the small tea candles. Does any one know of a LED tea light that is battery operated and can be controlled by the ISY?

  3. ·

    Edited by visualcoat

     I set up mine with three program, one to detect the state of my door, two to turn it off, and three to turn it back on.

    HVAC 0 - Test Door - [ID 0015][Parent 0001]
    
    If
            Status  'D an W Sensors / Back Door Sensor.1 - Status' is 100%
         Or Status  'D an W Sensors / Front Door Sensor.1 - Status' is 100%
     
    Then
            Wait  30 seconds
            $sDoorOpen  = 1
     
    Else
       - No Actions - (To add one, press 'Action')
    
    HVAC 1 - Turn AC Off - [ID 0016][Parent 0001]
    
    If
            $sDoorOpen is 1
        And Status  'Thermostat / Thermostat - Cool Ctl' is On
     
    Then
            Set 'Thermostat / Thermostat - Main' Mode Off
            $sDoorOpen  = 2
     
    Else
       - No Actions - (To add one, press 'Action')
    
    HVAC 2 - Tuff AC On - [ID 0017][Parent 0001]
    
    If
            $sDoorOpen is 2
        And Status  'Thermostat / Thermostat - Cool Ctl' is Off
        And Status  'D an W Sensors / Back Door Sensor.1 - Status' is Off
        And Status  'D an W Sensors / Front Door Sensor.1 - Status' is Off
     
    Then
            Wait  30 seconds
            Set 'Thermostat / Thermostat - Main' Mode Cool
     
    Else
            $sDoorOpen  = 0
    
  4. Through out the forum I see members talking about setting their home to "Away Mode" or "Vacation Mode". Would you guys be able to share how you are triggering this flag. (GoeFence, KPL, ect.)  and what scenarios you using this for use this for?

Account

Navigation

Search

Search

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.