ISY-99i Series INSTEON:Temperature Alert Program
Appearance
Temperature Cold
These programs Wait 5 minutes so if the Temperature is fluctuating is doesn't keep sending Notifications. The Temperature has to remain above or below the set point for 5 minutes.
If
- No Conditions - (To add one, press 'Schedule' or 'Condition')
Then
Wait 5 minutes
Send Notification to All
Run Program 'Temperature Warm' (Else Path)
Else
- No Actions - (To add one, press 'Action')
Cold = True
Warm = False
Temperature Warm
If
- No Conditions - (To add one, press 'Schedule' or 'Condition')
Then
Wait 5 minutes
Send Notification to All
Run Program 'Temperature Cold' (Else Path)
Else
- No Actions - (To add one, press 'Action')
Warm = True
Cold = False
These programs run when the temperature crosses the threshold. This example uses 32F. When the program in the If statement is True it means a Notification has already been sent and this program will quit.
Weather Cold
If
Module 'Climate' Temperature < 20 °F
And Program 'Temperature Cold' is False
Then
Run Program 'Temperature Cold' (Then Path)
Else
- No Actions - (To add one, press 'Action')
When the temperature falls
Only runs if it was warm during last check
Weather Warm
If
Module 'Climate' Temperature >= 20 °F
And Program 'Temperature Warm' is False
Then
Run Program 'Temperature Warm' (Then Path)
Else
- No Actions - (To add one, press 'Action')
When it warms
Only runs if it was cold during last check
Download these programs: Temperature Alerts.zip