notification when an outlet consumes so much in a given time


#1

I have a z-wave socket from which I can check the consumption.
I would like to create a Piston that alerts me with a notification when the consumption exceeds 1000w for more than 30 minutes.
How can I do?
Thank you


#2

Try

If outletDevice power stays greater than 1000W for 30 mins
then send notification

#3

thanks, I did not find the option to add the time.


#4

This is what it looks like on my end… I don’t think it’s advanced statement that needs to be enabled.