Time node not being triggered unless manually changed

I have automation that automatically runs at same time each morning. Sometimes this time can be adjusted. If this time is adjust from 715 to 718 manually then automation will work and run. However I have it where after it runs it automatically resets time to 715. But when the next day happens the automation wont run. Not sure why?

[{"id":"53fa200f2274147a","type":"ha-time","z":"ceb175bc.014fb8","name":"","server":"e6905c98.aba37","version":2,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityId":"input_datetime.ollyschool","property":"","offset":0,"offsetType":"num","offsetUnits":"minutes","randomOffset":false,"repeatDaily":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"}],"sunday":true,"monday":true,"tuesday":true,"wednesday":true,"thursday":true,"friday":true,"saturday":true,"debugenabled":false,"x":130,"y":120,"wires":[["f0a2b5d4b39ff906"]]},{"id":"f0a2b5d4b39ff906","type":"weekday","z":"ceb175bc.014fb8","name":"","sun":false,"mon":true,"tue":true,"wed":true,"thu":true,"fri":true,"sat":false,"x":400,"y":100,"wires":[["19620066e6f96e66"],[]]},{"id":"19620066e6f96e66","type":"switch","z":"ceb175bc.014fb8","name":"Check if time is noon","property":"payload","propertyType":"msg","rules":[{"t":"cont","v":"12:00:00","vt":"str"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":620,"y":100,"wires":[["180635184a6bee7e"],["180635184a6bee7e","18b767ae.05bb98"]]},{"id":"180635184a6bee7e","type":"delay","z":"ceb175bc.014fb8","name":"","pauseType":"delay","timeout":"10","timeoutUnits":"minutes","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"allowrate":false,"outputs":1,"x":1010,"y":260,"wires":[["d313cc30b47280e3"]]},{"id":"d313cc30b47280e3","type":"api-call-service","z":"ceb175bc.014fb8","name":"","server":"e6905c98.aba37","version":3,"debugenabled":false,"service_domain":"input_datetime","service":"set_datetime","entityId":"input_datetime.ollyschool","data":"{\"time\": \"07:15:00\" }","dataType":"jsonata","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1320,"y":300,"wires":[[]]},{"id":"e6905c98.aba37","type":"server","name":"Home Assistant","version":2,"addon":false,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":"30"}]

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.