Sorry to ask but I am trying to get my 1st NodeRed flow done which should every 1min (via trigger node) to check if the AC (LG aircon) is running in ‘cool’ mode and if any (outer) door is opened since more than 10mins.
Something I am doing wrong as after checking the AC is in ‘cool’ mode and the doors are in ‘on’ mode (binary sensor is set to ‘on’) the AC is getting powered off immediately.
How and where to add the delay for 10mins? Not in the door opened node?
Should be simple but I have a lack of experience here…
P.S.: I guess the doors where opened before the AC was started and the opened ‘FOR’ status is retrieved from Homeassistant’s binary sensor and not from a delay within NodeRed???
I was playing with some Debug Nodes but I think I setup the flow in a wrong manner!?