Hi!
This might not be possible but I know there is alot of smart people out there
I was thinking about monitoring a temperatur sensor over time, lets say for a day/24 hours, and then register the lowest temp for that timelap and send it to Vera Alerts.
Is this possible?
Actions:
SendAlert Use the Advanced Tab of PLEG to send and Alert to the Vera Alerts Device
In the message encode the value of the LowTemp variable by using:
{(LowTemp)}
[hr]
The LowTemp logic is a little complicated:
If the Temperature is newer than the last time the ReportTimer was turned off (Which is the normal case), then execute the code between the second pair of parenthesis. This will return/set LowTemp to the Temp if itβs lower than LowTemp, otherwise it will return its current value.
When the ReportTimer turns OFF (after sending the alert) the LowTemp logic will be set to the current Temperature β¦ and start recording until the next interval.