Reporting

How can you make Homey report a flow only once when the value is valid. Let’s say Logic is above value 60, Homey then reports every hour when above.the value, the next thing I wanna hear is when below value 60…once! Thx for input!

This?

Flow 1
WHEN: [Date & Time card] Every 1 hour
AND: [Logic card] A variable is above a value
THEN: Do whatever

Flow 2
WHEN: [Date & Time card] Every 1 hour
AND: [Logic card] A variable is below a value
THEN: Do whatever

Thx Roy, that works!

1 Like