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.

tumba

Members
  • Joined

  • Last visited

Everything posted by tumba

  1. Hi Michel, Thanks! No, I have all variables as Int, I already read about the differences and I guess that was the problem... Still learning about ISY heheh, it was a rookie mistake. If anyone is interested in making it work with integer variables: Variable Control 1: BS_VC1 - [ID 001D][Parent 000B] If Status 'Fuga de Agua / B S-Wet' is On Then $sLeakBS = 9 Wait 5 seconds Run Program 'Leak Sensor Activation' (If) Else Wait 10 seconds $sLeakBS = 1 Run Program 'Leak Sensor Activation' (If) Also, I added instructions on the Startup program to run the if part of the Variable Control 1 programs after the 5 seconds wait. While testing, I found out that the states weren't updated if a leak sensor was triggered or untriggered while the ISY was down. But the sensor state shows correctly. Leak Startup - [ID 0012][Parent 000B][Run At Startup] If $iStartUp is 0 Then Run Program 'BC2_VC2' (Then Path) Run Program 'BC3_VC2' (Then Path) Run Program 'BCP_VC2' (Then Path) Run Program 'BL_VC2' (Then Path) Run Program 'BS_VC2' (Then Path) Run Program 'Cocina_VC2' (Then Path) Run Program 'Lavadero_VC2' (Then Path) Run Program 'Vestier_VC2' (Then Path) Wait 5 seconds $iStartUp = 1 Run Program 'BC2_VC1' (If) Run Program 'BC3_VC1' (If) Run Program 'BCP_VC1' (If) Run Program 'BL_VC1' (If) Run Program 'BS_VC1' (If) Run Program 'Cocina_VC1' (If) Run Program 'Lavadero_VC1' (If) Run Program 'Vestier_VC1' (If) Else - No Actions - (To add one, press 'Action')
  2. Greetings! I'm having problems with the "Leak Sensor Activation" program, it doesn't change its state (from false to true) once any variable changes from 1 to 9 but if I manually run the "If part" after a variable is changed to 9 by any "Variable Control 1" program, it changes its states and I receive the email. The same occurs if its state is true and I clear the water leak (Variable back to 1 and the program condition is still showing true). Anyone having the same issue? I'm forcing it to run by inserting the instruction in then and else from the "Variable Control 1" programs. Otherway, I wouldn't be receiving instant emails. Thanks!

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.