I use a lot of delay nodes, and I’m just setting up a new flow and it’s not working at all… it’s now got me worried that others may be failing
It’s a really simple flow, kicks off at a specified time, waits a bit then turns off… but the delay isn’t working… just sits at 0 and never times out…
As I say I’ve been relying on these nodes in various places and I don’t see any reason why this should stop working - anyone able to help?
[{"id":"12d793eeb7991366","type":"api-call-service","z":"f2716d5ad858b775","name":"Set Desk to White","server":"3aa13fed.bf745","version":7,"debugenabled":false,"action":"light.turn_on","floorId":[],"areaId":[],"deviceId":[],"entityId":["light.ethans_desk_leds"],"labelId":[],"data":"{\t \"color_temp_kelvin\": \"2000\",\t \"transition\": \"2\"\t}","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","blockInputOverrides":false,"domain":"light","service":"turn_on","x":550,"y":480,"wires":[["fab84aef8291a652"]]},{"id":"fab84aef8291a652","type":"delay","z":"f2716d5ad858b775","name":"","pauseType":"delay","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"allowrate":false,"outputs":1,"x":740,"y":480,"wires":[["9dea0ff1350b01b1"]]},{"id":"9dea0ff1350b01b1","type":"api-call-service","z":"f2716d5ad858b775","name":"Turn off the desk","server":"3aa13fed.bf745","version":7,"debugenabled":false,"action":"light.turn_off","floorId":[],"areaId":[],"deviceId":[],"entityId":["light.ethans_desk_leds"],"labelId":[],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","blockInputOverrides":false,"domain":"light","service":"turn_off","x":930,"y":480,"wires":[[]]},{"id":"d7c776e94b2f9028","type":"inject","z":"f2716d5ad858b775","name":"08.35","props":[{"p":"rese","v":"","vt":"date"},{"p":"reset","v":"reset","vt":"str"}],"repeat":"","crontab":"35 08 * * 1,2,3,4,5","once":false,"onceDelay":0.1,"topic":"","x":190,"y":480,"wires":[["8d179eb818430738"]]},{"id":"8d179eb818430738","type":"change","z":"f2716d5ad858b775","name":"Ethan","rules":[{"t":"set","p":"payload","pt":"msg","to":"Ethan","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":350,"y":480,"wires":[["12d793eeb7991366"]]},{"id":"3aa13fed.bf745","type":"server","name":"Home Assistant","version":5,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":30,"areaSelector":"friendlyName","deviceSelector":"friendlyName","entitySelector":"friendlyName","statusSeparator":"at: ","statusYear":"hidden","statusMonth":"short","statusDay":"numeric","statusHourCycle":"h23","statusTimeFormat":"h:m","enableGlobalContextStore":true}]
Edit: I also added debug and catch - never gets anywhere