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.

Troubleshooting Programs

Featured Replies

Posted

Is there a simple way to determine which device in this list is triggering Then action besides looking though the log or inspecting status of each device individually?  I cannot seem to find the offender. Or could a comms issue with a device cause Then action?

Also an odd anomaly at the end of the program "Main Thermo 60" I am not sure what that is from other than an old program possibly that was deleted?

 

 

WS and Fridge and house Temp Alert - [ID 0003][Parent 0001]

If
        (
             'Thermo Workshop' Temperature <= 49.0°
          Or 'Thermo Workshop' Temperature >= 80.0°
          Or 'Thermo Main Fridge / Thermo Main Fridge' Temperature >= 46.0°F
          Or 'Thermo Humidor / Thermo Humidor' Humidity <= 67%
          Or 'Thermo Humidor / Thermo Humidor' Temperature >= 72.0°F
          Or 'Thermo Utility / Thermo Utility Temp' Temperature >= 76.0°F
          Or 'Thermo Utility / Thermo Utility Temp' Temperature <= 59.0°F
          Or 'ZW / Bonus Multilevel Sensor' Temperature >= 82.0°F
          Or 'ZW / Bonus Multilevel Sensor' Temperature <= 55.0°F
        )
 
Then
     Repeat Every  30 minutes 
           Send Notification to 'live'
 
Else
   - No Actions - (To add one, press 'Action')
 
Main Thermo 60
 

Edited by ewind

3 minutes ago, ewind said:

Is there a simple way to determine which device in this list is triggering Then action besides looking though the log or inspecting status of each device individually?  I cannot seem to find the offender. Also an odd anomaly at the end of the program "Main Thermo 60" I am not sure what that is from other than an old program possibly that was deleted?

 

 

WS and Fridge and house Temp Alert - [ID 0003][Parent 0001]

If
        (
             'Thermo Workshop' Temperature <= 49.0°
          Or 'Thermo Workshop' Temperature >= 80.0°
          Or 'Thermo Main Fridge / Thermo Main Fridge' Temperature >= 46.0°F
          Or 'Thermo Humidor / Thermo Humidor' Humidity <= 67%
          Or 'Thermo Humidor / Thermo Humidor' Temperature >= 72.0°F
          Or 'Thermo Utility / Thermo Utility Temp' Temperature >= 76.0°F
          Or 'Thermo Utility / Thermo Utility Temp' Temperature <= 59.0°F
          Or 'ZW / Bonus Multilevel Sensor' Temperature >= 82.0°F
          Or 'ZW / Bonus Multilevel Sensor' Temperature <= 55.0°F
        )
 
Then
     Repeat Every  30 minutes 
           Send Notification to 'live'
 
Else
   - No Actions - (To add one, press 'Action')
 
Main Thermo 60
 

You could include the current temperature of each device in your notification.

  • Author

Thanks @dbuss I have not figured out how to do that 🤦‍♂️ after lots of reading.

  • Author

@dbussI have read it and tried using the addresses in notifications but maybe it's time for a 2nd read. Thank you.

@ewind

Try these variables in your email notification settings1026105559_Screenshot2022-10-08095757.thumb.jpg.aae8b0ddcb98ec7031a603e8af40b482.jpg

 

 

18 minutes ago, ewind said:

@dbussI have read it and tried using the addresses in notifications but maybe it's time for a 2nd read. Thank you.

Post a screenshot of one of the devices for which you are monitoring the temperature.

  • Author

The program is intended to alert me when any of the device in the list with "thermo" in name deviate outside high or low temperature. Most are Zwavew with 1 Insteon Thermostat left. I am working through the wiki to see if I can get the email variables to report the current temperature of each device so I can tell which device is triggering.

 

image.thumb.png.9ef06dc4928f7bd7b674f1e4387a0637.png

image.png.cb9b91ecf99ca947e26577baf18ede14.png

  • Author

Or can I use the variables to only notify the device that's triggering vs. get temperature for every device in the program?

Right now I believe I'll have to add a line for each device - sys.node.<address>.CLITEMP

  • Author

OK I have the program now reporting the device and temp that's triggering, which now leads me back to my dilemma. The Thermo Bonus Sensor device is not outside the range I set in the program to trigger, yet it triggers every time I enable the program?

 

image.png

image.png

image.png

You have an extra character your temperature report which may be interfering with the value. Try deleting the Thermo Bonus Sensor in your program, save the program, then reenter it.

 

 

T550183800_Screenshot2022-10-16102043.jpg.cad05dd9d25dc5f470296acbe7beb479.jpg

  • Author

Thank You. I wasn't sure how to interpret that or if it was expected behavior.

It appears to have fixed it.

 

 

  • Author

OK nevermind the program ran on its own and same behavior after I deleted the bonus sensor both lines, saved the program, the re-added the bonus sensor and saved program the same notification output

 

image.png.7f766a580823cfaf2191cb21a63b416f.png

Seems you somehow have an extra byte in your program that shouldn't be there.

try deleting the "Thermo Bonus Sensor" again, save the program then reboot the ISY. Then add the sensor back to the program.

Post a screenshot of the email customization.

 

 

  • Author

Thanks You.

Email customization below. I removed and rebooted. Will add Bonus sensor back and re-enable the program shortly.

 

image.png.13e12421d69c8dacd52d2c3715218ccc.png

Change your email notification from TEXT to HTML

  • Author

image.png.d6cfe6415f789d5ff1254e52b6c5222e.png

Check your ZW009_1 to make sure it's configured for Fahrenheit and not Celsius.

 

 

  • Author

Thanks it is reporting Fahrenheit both in the admin console and the isy log. I'm still getting that device reportin in the notification even though it's in range of the program parameters after the removal from the program, isy reboot and re-add.

 

 

Thermo Bonus Sensor
Mime-Version:1.0
Content-Type: text/html; charset=utf-8

Thermo Bonus Sensor
62.1°F

program[3]
     At: 2022/10/17  3:02:03 PM
Program: Temps
 Device: Thermo Bonus Sensor (ZW009_1)
  Value: 621
 

What's the make and model of your sensor?

You can try uninstalling and re-installing the sensor, that may clear up the anomaly.

You can try both

I have several Multisensor 6 and found them to be very reliable.

On one occasion I had to remove and re-add one to the Zwave network to clear up an anomaly.

When you re-add the sensor it may report in Celsius for a short while before it automatically changes to Fahrenheit. 

What ISY firmware and UI are you running? 

What Zwave board do you have, the 300 or 500 series?

 

 

 

Edited by Techman

  • Author

I agree the aeotec multisensors and their other sensors report into console quite reliably but I may need to remove and re-add a couple.

image.png.9c562e6c414fd20a43da7d5fa584aa2f.png

Update your ISY firmware an UI to 5.3.4, it has bug fixes that may help. The update is easy.

 

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.