KNMI Temp in a variable

Hi guys,

I’m running V5 and I have the KNMI app (Dutch weather)

I would like to get a push message around 7:00 in the morning with a warning if the temperature is or was below zero degrees between 03:00 and 06:00. If so, there is a chance that I will have to de-ice the car.

Is it possible to store the lowest temperature as a variable and have that send to my phone in a push message?

Don’t have the KNMI app but isn’t it as simple as:
if the temp changes
And if it is lower than the current variable value
then the variable becomes the temp
** else** the variable is unchanged

Then a second flow sends you the value at 7 am

1 Like