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.

WeatherBug Temp value / program status

Featured Replies

Posted

I have a question in regards to WB temp data. If you have a program such as:

 

If
       Module 'Climate' Temperature <= 74 °F

Then
       Run Program 'Temp 074 Dwn Status' (Then Path)

Else
  - No Actions - (To add one, press 'Action')

 

At what point does the program turn from false to true. Does the ISY consider 74.0 to 74.4 = 74? And likewise does ISY consider 74.5 to 74.9 = 75? Or does it consider 74.0 to 74.9 = 74?

 

I have had programs in the past not run when I thought they should have and it was always when the temp was in between a value, but I have not ever exactly figured out the break point.

 

Thanks,

Tim

This is how you would make your 'Temp 074 Dwn Status' flag program to go false.

 

If 
       Module 'Climate' Temperature <= 74 °F 

Then 
       Run Program 'Temp 074 Dwn Status' (Then Path)

Else 
       Run Program 'Temp 074 Dwn Status' (Else Path)

Hi Tim,

 

Apologies for a tardy reply.

 

Weatherbug values are integers with 4 decimal places. i.e. 74.235, 101.824, etc.

 

ISY does NOT round off the values in program execution but it does so for display purposes.

 

So, basically:

74.235 > 74.000

74.900

 

So, if you really want to handle "in between values" you would have to use the And/is not operators.

 

With kind regards,

Michel

  • Author

That makes sense.

 

Thank you!

 

Tim

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.