I dont know if I am going about this the right way or not. What i want to accomplish is create a helper that lists the last time my lawn irrigation ran.
I have a date/time formatter node in node red, I created a date/time helper in HA.
Need help passing info from date/time formatter node to the date/time helper.
Or another way to accomplish. I am going to use this date/time to display one of my HA pages to let me know the last time it ran succefully.
I really just need the date. Time isnt neccessary. So if it last ran today, id like it to say 07-09-2022
[{"id":"396b48ed81afeec4","type":"tab","label":"Flow 4","disabled":false,"info":"","env":[]},{"id":"d5afa121b2b0b5d6","type":"moment","z":"396b48ed81afeec4","name":"","topic":"","input":"","inputType":"msg","inTz":"America/Chicago","adjAmount":0,"adjType":"days","adjDir":"add","format":"","locale":"C","output":"date","outputType":"msg","outTz":"America/Chicago","x":445,"y":255,"wires":[["d61203f30e53d3b3"]]},{"id":"ec46b45411227aba","type":"inject","z":"396b48ed81afeec4","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":225,"y":255,"wires":[["d5afa121b2b0b5d6"]]},{"id":"929b87b9547de87f","type":"debug","z":"396b48ed81afeec4","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":920,"y":255,"wires":[]},{"id":"d61203f30e53d3b3","type":"api-call-service","z":"396b48ed81afeec4","name":"Set date/time helper","server":"ab3e2c53.e3491","version":5,"debugenabled":false,"domain":"input_datetime","service":"set_datetime","areaId":[],"deviceId":[],"entityId":[],"data":"","dataType":"json","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":695,"y":255,"wires":[["929b87b9547de87f"]]},{"id":"ab3e2c53.e3491","type":"server","name":"AvilaSmartHome","version":2,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":30}]