Freezer notification


#1

I am trying to set up a piston:
I have a sensor in the freezer. I want ti send a push notification and or a text message if the temperature goes above 32 degrees for 5 minutes.

I can’t seem to figure out how to do a wait 5 minutes and if it is still above 32 degrees then send a push and text message.

WebCore has changed since I last set up a piston. It seemed like it was a bit easier to use. I am sure it is more powerfull but with little coding experience I seem to be hitting a wall.

Thank you,

Paul


#2

If
Freezer temperature is above 32°
Then
Using location
Wait 5 minutes
Send push notification to joe bloggs saying xxxxxxx


#3

Or for 5 minute repeat messages all the time it’s still above 32°

If
Freezer temperature is above 32°
Then
While freezer temperature is above 32°
Using location
Wait 5 minutes
Send push notification to joe bloggs saying xxxxxxx


#4

So this is the Piston that I had and used to work. I don’t think the numbers that are in the “with” and can’t remember if that is what should be there or if I need something else there when I click on it takes me to add a physical device.

When I try and create a new piston to do the same thing I can’t figure out how to wait for 5 minutes and check to see if it is still above 32 if it is back below 32 then to cancel.


#5

Here you go.


If the temperature goes below 32° then the If condition becomes false which cancels the 5 minute timer and notification.
So as long as the freezer stays at or above 32 it will send you the message. Once.


#6

The numbers are referring to a device you no longer have as an available device in webcore.


#7

Off topic, a freezer should always be around 0°F, not 32°F. 32°F is way too high for a freezer and not safe for storing food for long times. Typical freezer temp is 0°F, typical refrigerator temp is 37°F


#8

Yes my freezer runs around 0F, This to catch when the kids leave the freezer door open or if dies. The thermometer is very sensitive and will rise above 32 F, when the door is open, so that is why I wanted the 5 minute mark it will climb above 32 well before the items in the freezer warm up.


#9

Put the sensor in a door pocket for much faster response :slight_smile: and aim for 15 degrees or so? I mean, you know best, whatever works, you’ll figure it out empirically