#How do I automate based on this inconsistent value?

1 messages · Page 1 of 1 (latest)

jagged fern
#

I would like to detect if the Oven has been used for more than 1 hour. However, due to how ovens work, the value doesn't stay above 1W but instead turns on and off.

#

How do I automate based on this inconsistent value?

mighty wraith
#

You could use a statistics sensor with a max_age that covers at least one cycle

#

Or a template binary_sensor testing the that the value is greater than x, and with a delay_off that covers at least one cycle

jagged fern
#

Can you provide a link to where I can read the docs on creating one?

mighty wraith
#

I can Google it

jagged fern
#

I'll add that. Thank you