Can also be used in an automation action
You set a condition (or multiple) then a corresponding sequence of actions.
You can also have more than one set of choose which will be carried it sequentially or you can nest them for complex things.
Hereâs an example where I use choose to handle all my timer end events in one automation.
I would expect the trigger to happen during the whole time the co2 level is above 700. In the log of the automation it indicates that it triggers : " Has been triggered by numeric state of sensor.tasmota_co2_keuken" but it has no real correlation with the values shown in the sensor.
No, a numeric_state trigger fires when the value crosses a threshold [docs]. In your case itâll fire only when going from below 700 to above; or from above 650 to below.