How to set an output on a time event and unset on an input event?

Hi, I am quite new with mycodo, I read the doc, and started a design. I could manage some outputs to start at some hour every day for a given duration, but I would like instead of the duration unset the output from the state of an input (e.g. tank full). Could you please provide me some leads to perform it?
Even with the Conditional Controller, I don’t see low to implement it.

1 Like

There is example code for Conditional Controllers in the manual. You will need a measurement Condition and an output Action. You can then execute the Action based on the value of the Condition.