I am confused by my flow trying to use presence faker, suncron in conjunction with a vacation node (that I have not seen work).
[{"id":"a8b4155bf4cfa5fd","type":"presence-faker","z":"3dec4f5f10a1bb49","name":"Kitchen Island ","onPayload":"turn_on","onPayloadType":"str","onTopic":"switch.kitchen_island_lights","offPayload":"turn_off","offPayloadType":"str","offTopic":"switch.kitchen_island_lights","windowBegin":"08:00","windowEnd":"20:30","minDurationHours":"0","minDurationMinutes":"10","minDurationSeconds":0,"minDuration":"600","maxDurationHours":"1","maxDurationMinutes":"50","maxDurationSeconds":0,"maxDuration":"6600","minCount":1,"maxCount":"4","startupBehavior":"onMsg","actionOnDisable":"off","firstBlockType":"off","lastBlockType":"off","isLoggingEnabled":false,"x":880,"y":520,"wires":[["3579cf70db501432","8b7fc858299e6688"]]},{"id":"3579cf70db501432","type":"api-call-service","z":"3dec4f5f10a1bb49","name":"Call Service","server":"6e751b1b.8f17c4","version":5,"debugenabled":false,"domain":"homeassistant","service":"{{payload}}","areaId":[],"deviceId":[],"entityId":["{{topic}}"],"data":"{}","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1030,"y":560,"wires":[["cd962343eebc344e","9f432d9334f0289c"]]},{"id":"74327f2921f9480e","type":"presence-faker","z":"3dec4f5f10a1bb49","name":"Lower Chandelier","onPayload":"turn_on","onPayloadType":"str","onTopic":"light.lower_entryway_chandelier_3","offPayload":"turn_off","offPayloadType":"str","offTopic":"light.lower_entryway_chandelier_3","windowBegin":"11:00","windowEnd":"21:30","minDurationHours":"0","minDurationMinutes":"5","minDurationSeconds":0,"minDuration":"300","maxDurationHours":"1","maxDurationMinutes":"10","maxDurationSeconds":0,"maxDuration":"4200","minCount":1,"maxCount":"4","startupBehavior":"onMsg","actionOnDisable":"off","firstBlockType":"off","lastBlockType":"off","isLoggingEnabled":false,"x":750,"y":620,"wires":[["3579cf70db501432"]]},{"id":"576c7ea5ccadcbe8","type":"function","z":"3dec4f5f10a1bb49","name":"PF config - Kitchen ","func":"if (msg.topic != 'suncron:schedule') {\n return\n}\n\nconst windowBeginEvent = 'sunrise'\nconst windowBegin = msg.payload[windowBeginEvent].cronTime.substring(11)\n\nconst windowEnd = \"20:45\"\n\nreturn {\n payload: {\n windowBegin,\n windowEnd\n }\n}\n","outputs":1,"timeout":"","noerr":0,"initialize":"","finalize":"","libs":[],"x":450,"y":520,"wires":[["6022393aa4f6014f","a8b4155bf4cfa5fd","28ab98ad27b547ee"]]},{"id":"37c7a760ca6cadcf","type":"function","z":"3dec4f5f10a1bb49","name":"PF config - Downstairs","func":"if (msg.topic != 'suncron:schedule') {\n return\n}\n\nconst windowBeginEvent = 'sunrise'\nconst windowBegin = msg.payload[windowBeginEvent].cronTime.substring(11)\n\nconst windowEnd = \"22:45\"\n\nreturn {\n payload: {\n windowBegin,\n windowEnd\n }\n}","outputs":1,"timeout":"","noerr":0,"initialize":"","finalize":"","libs":[],"x":460,"y":620,"wires":[["74327f2921f9480e","ed399f0b9367285e","f94b2ab8ae85119e","3cff8395c3fcf285","6a3c7b75d1b806a9"]]},{"id":"115d67975fb0c566","type":"function","z":"3dec4f5f10a1bb49","name":"PF config - Upstairs","func":"if (msg.topic != 'suncron:schedule') {\n return\n}\n\nconst windowBeginEvent = 'sunrise'\nconst windowBegin = msg.payload[windowBeginEvent].cronTime.substring(11)\n\nconst windowEnd = \"23:45\"\n\nreturn {\n payload: {\n windowBegin,\n windowEnd\n }\n}","outputs":1,"timeout":"","noerr":0,"initialize":"","finalize":"","libs":[],"x":480,"y":940,"wires":[["50393b11cc4e52dd","6866f2a42e7067b7","4ab76bf10974bef2","0401a6d3fce16e89"]]},{"id":"a89967a256e7dc57","type":"suncron","z":"3dec4f5f10a1bb49","name":"","lat":"26.35","lon":"-80.20","replay":false,"ejectScheduleOnUpdate":true,"sunrisePayload":"sunrise","sunrisePayloadType":"str","sunriseTopic":"","sunriseOffsetType":1,"sunriseOffsetHours":0,"sunriseOffsetMinutes":0,"sunriseOffset":0,"sunriseEndPayload":"","sunriseEndPayloadType":"str","sunriseEndTopic":"","sunriseEndOffsetType":1,"sunriseEndOffsetHours":0,"sunriseEndOffsetMinutes":0,"sunriseEndOffset":0,"goldenHourEndPayload":"","goldenHourEndPayloadType":"str","goldenHourEndTopic":"","goldenHourEndOffsetType":1,"goldenHourEndOffsetHours":0,"goldenHourEndOffsetMinutes":0,"goldenHourEndOffset":0,"solarNoonPayload":"","solarNoonPayloadType":"str","solarNoonTopic":"","solarNoonOffsetType":1,"solarNoonOffsetHours":0,"solarNoonOffsetMinutes":0,"solarNoonOffset":0,"goldenHourPayload":"","goldenHourPayloadType":"str","goldenHourTopic":"","goldenHourOffsetType":1,"goldenHourOffsetHours":0,"goldenHourOffsetMinutes":0,"goldenHourOffset":0,"sunsetStartPayload":"","sunsetStartPayloadType":"str","sunsetStartTopic":"","sunsetStartOffsetType":1,"sunsetStartOffsetHours":0,"sunsetStartOffsetMinutes":0,"sunsetStartOffset":0,"sunsetPayload":"sunset","sunsetPayloadType":"str","sunsetTopic":"","sunsetOffsetType":1,"sunsetOffsetHours":0,"sunsetOffsetMinutes":0,"sunsetOffset":0,"duskPayload":"","duskPayloadType":"str","duskTopic":"","duskOffsetType":1,"duskOffsetHours":0,"duskOffsetMinutes":0,"duskOffset":0,"nauticalDuskPayload":"","nauticalDuskPayloadType":"str","nauticalDuskTopic":"","nauticalDuskOffsetType":1,"nauticalDuskOffsetHours":0,"nauticalDuskOffsetMinutes":0,"nauticalDuskOffset":0,"nightPayload":"","nightPayloadType":"str","nightTopic":"","nightOffsetType":1,"nightOffsetHours":0,"nightOffsetMinutes":0,"nightOffset":0,"nadirPayload":"","nadirPayloadType":"str","nadirTopic":"","nadirOffsetType":1,"nadirOffsetHours":0,"nadirOffsetMinutes":0,"nadirOffset":0,"nightEndPayload":"","nightEndPayloadType":"str","nightEndTopic":"","nightEndOffsetType":1,"nightEndOffsetHours":0,"nightEndOffsetMinutes":0,"nightEndOffset":0,"nauticalDawnPayload":"","nauticalDawnPayloadType":"str","nauticalDawnTopic":"","nauticalDawnOffsetType":1,"nauticalDawnOffsetHours":0,"nauticalDawnOffsetMinutes":0,"nauticalDawnOffset":0,"dawnPayload":"","dawnPayloadType":"str","dawnTopic":"","dawnOffsetType":1,"dawnOffsetHours":0,"dawnOffsetMinutes":0,"dawnOffset":0,"x":220,"y":460,"wires":[["576c7ea5ccadcbe8","37c7a760ca6cadcf","115d67975fb0c566","3b77f3cf9f4b9a8b"]]},{"id":"6022393aa4f6014f","type":"presence-faker","z":"3dec4f5f10a1bb49","name":"Kitchen Table ","onPayload":"turn_on","onPayloadType":"str","onTopic":"light.kitchen_table_light_2","offPayload":"turn_off","offPayloadType":"str","offTopic":"light.kitchen_table_light_2","windowBegin":"08:00","windowEnd":"20:30","minDurationHours":"0","minDurationMinutes":"10","minDurationSeconds":0,"minDuration":"600","maxDurationHours":"1","maxDurationMinutes":"50","maxDurationSeconds":0,"maxDuration":"6600","minCount":1,"maxCount":"4","startupBehavior":"onMsg","actionOnDisable":"off","firstBlockType":"off","lastBlockType":"off","isLoggingEnabled":false,"x":880,"y":480,"wires":[["3579cf70db501432","cbedafe89a3d3f9c"]]},{"id":"ed399f0b9367285e","type":"presence-faker","z":"3dec4f5f10a1bb49","name":"Family Room Chandelier","onPayload":"turn_on","onPayloadType":"str","onTopic":"light.family_room_main_lights","offPayload":"turn_off","offPayloadType":"str","offTopic":"light.family_room_main_lights","windowBegin":"08:00","windowEnd":"21:30","minDurationHours":"0","minDurationMinutes":"15","minDurationSeconds":0,"minDuration":"900","maxDurationHours":"2","maxDurationMinutes":"10","maxDurationSeconds":0,"maxDuration":"7800","minCount":1,"maxCount":"3","startupBehavior":"onMsg","actionOnDisable":"off","firstBlockType":"off","lastBlockType":"off","isLoggingEnabled":false,"x":770,"y":580,"wires":[[]]},{"id":"f94b2ab8ae85119e","type":"presence-faker","z":"3dec4f5f10a1bb49","name":"Garage Light","onPayload":"turn_on","onPayloadType":"str","onTopic":"light.garage_flourescent_lights","offPayload":"turn_off","offPayloadType":"str","offTopic":"light.garage_flourescent_lights","windowBegin":"17:00","windowEnd":"21:30","minDurationHours":"0","minDurationMinutes":"2","minDurationSeconds":0,"minDuration":"120","maxDurationHours":"0","maxDurationMinutes":"4","maxDurationSeconds":0,"maxDuration":"240","minCount":1,"maxCount":"8","startupBehavior":"onMsg","actionOnDisable":"off","firstBlockType":"off","lastBlockType":"off","isLoggingEnabled":false,"x":730,"y":660,"wires":[["3579cf70db501432"]]},{"id":"3cff8395c3fcf285","type":"presence-faker","z":"3dec4f5f10a1bb49","name":"Matthew Light","onPayload":"turn_on","onPayloadType":"str","onTopic":"light.matthews_overhead_lights","offPayload":"turn_off","offPayloadType":"str","offTopic":"light.matthews_overhead_lights","windowBegin":"11:00","windowEnd":"21:30","minDurationHours":"0","minDurationMinutes":"5","minDurationSeconds":0,"minDuration":"300","maxDurationHours":"1","maxDurationMinutes":"2","maxDurationSeconds":0,"maxDuration":"3720","minCount":1,"maxCount":"4","startupBehavior":"onMsg","actionOnDisable":"off","firstBlockType":"off","lastBlockType":"off","isLoggingEnabled":false,"x":740,"y":700,"wires":[["3579cf70db501432"]]},{"id":"6a3c7b75d1b806a9","type":"presence-faker","z":"3dec4f5f10a1bb49","name":"LIving Room Light","onPayload":"turn_on","onPayloadType":"str","onTopic":"light.living_room_main_lights","offPayload":"turn_off","offPayloadType":"str","offTopic":"light.living_room_main_lights","windowBegin":"09:00","windowEnd":"21:30","minDurationHours":"0","minDurationMinutes":"15","minDurationSeconds":0,"minDuration":"900","maxDurationHours":"0","maxDurationMinutes":"50","maxDurationSeconds":0,"maxDuration":"3000","minCount":1,"maxCount":"4","startupBehavior":"onMsg","actionOnDisable":"off","firstBlockType":"off","lastBlockType":"off","isLoggingEnabled":false,"x":750,"y":740,"wires":[["3579cf70db501432"]]},{"id":"6866f2a42e7067b7","type":"presence-faker","z":"3dec4f5f10a1bb49","name":"Master Bathroom","onPayload":"turn_on","onPayloadType":"str","onTopic":"light.master_bathroom","offPayload":"turn_off","offPayloadType":"str","offTopic":"light.master_bathroom","windowBegin":"10:00","windowEnd":"21:30","minDurationHours":"0","minDurationMinutes":"5","minDurationSeconds":0,"minDuration":"300","maxDurationHours":"1","maxDurationMinutes":"10","maxDurationSeconds":0,"maxDuration":"4200","minCount":1,"maxCount":"4","startupBehavior":"onMsg","actionOnDisable":"off","firstBlockType":"off","lastBlockType":"off","isLoggingEnabled":false,"x":770,"y":900,"wires":[[]]},{"id":"50393b11cc4e52dd","type":"presence-faker","z":"3dec4f5f10a1bb49","name":"Jonathan's Room","onPayload":"turn_on","onPayloadType":"str","onTopic":"light.jonathans_room_main_lights","offPayload":"turn_off","offPayloadType":"str","offTopic":"light.jonathans_room_main_lights","windowBegin":"09:00","windowEnd":"21:30","minDurationHours":"0","minDurationMinutes":"15","minDurationSeconds":0,"minDuration":"900","maxDurationHours":"2","maxDurationMinutes":"10","maxDurationSeconds":0,"maxDuration":"7800","minCount":1,"maxCount":"3","startupBehavior":"onMsg","actionOnDisable":"off","firstBlockType":"off","lastBlockType":"off","isLoggingEnabled":false,"x":770,"y":860,"wires":[["3579cf70db501432"]]},{"id":"4ab76bf10974bef2","type":"presence-faker","z":"3dec4f5f10a1bb49","name":"Master Bedroom","onPayload":"turn_on","onPayloadType":"str","onTopic":"light.master_bedroom","offPayload":"turn_off","offPayloadType":"str","offTopic":"light.master_bedroom","windowBegin":"11:00","windowEnd":"21:30","minDurationHours":"0","minDurationMinutes":"2","minDurationSeconds":0,"minDuration":"120","maxDurationHours":"0","maxDurationMinutes":"4","maxDurationSeconds":0,"maxDuration":"240","minCount":1,"maxCount":"8","startupBehavior":"onMsg","actionOnDisable":"off","firstBlockType":"off","lastBlockType":"off","isLoggingEnabled":false,"x":770,"y":940,"wires":[["3579cf70db501432"]]},{"id":"0401a6d3fce16e89","type":"presence-faker","z":"3dec4f5f10a1bb49","name":"Olivias Room","onPayload":"turn_on","onPayloadType":"str","onTopic":"light.olivias_overhead_light","offPayload":"turn_off","offPayloadType":"str","offTopic":"light.olivias_overhead_light","windowBegin":"10:00","windowEnd":"21:30","minDurationHours":"0","minDurationMinutes":"5","minDurationSeconds":0,"minDuration":"300","maxDurationHours":"1","maxDurationMinutes":"2","maxDurationSeconds":0,"maxDuration":"3720","minCount":1,"maxCount":"4","startupBehavior":"onMsg","actionOnDisable":"off","firstBlockType":"off","lastBlockType":"off","isLoggingEnabled":false,"x":750,"y":980,"wires":[["3579cf70db501432"]]},{"id":"cd962343eebc344e","type":"api-call-service","z":"3dec4f5f10a1bb49","name":"What went on and off","server":"6e751b1b.8f17c4","version":5,"debugenabled":false,"domain":"notify","service":"all_iphones","areaId":[],"deviceId":[],"entityId":[],"data":"{\t \"message\":\"{{topic}} is {{payload}}\"\t}","dataType":"json","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1288,"y":559,"wires":[["403976750098ad79"]]},{"id":"30f384d50fbb3a48","type":"server-state-changed","z":"3dec4f5f10a1bb49","name":"Vacation Mode","server":"6e751b1b.8f17c4","version":5,"outputs":2,"exposeAsEntityConfig":"","entityId":"input_select.mode","entityIdType":"exact","outputInitially":false,"stateType":"str","ifState":"Vacation","ifStateType":"str","ifStateOperator":"is","outputOnlyOnStateChange":true,"for":"0","forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"eventData"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"}],"x":180,"y":140,"wires":[["a89967a256e7dc57"],[]]},{"id":"3b77f3cf9f4b9a8b","type":"debug","z":"3dec4f5f10a1bb49","name":"debug 78","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":420,"y":360,"wires":[]},{"id":"28ab98ad27b547ee","type":"debug","z":"3dec4f5f10a1bb49","name":"debug 79","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":640,"y":440,"wires":[]},{"id":"cbedafe89a3d3f9c","type":"debug","z":"3dec4f5f10a1bb49","name":"debug 80","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1060,"y":440,"wires":[]},{"id":"8b7fc858299e6688","type":"debug","z":"3dec4f5f10a1bb49","name":"debug 81","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1060,"y":500,"wires":[]},{"id":"9f432d9334f0289c","type":"debug","z":"3dec4f5f10a1bb49","name":"debug 82","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1100,"y":620,"wires":[]},{"id":"403976750098ad79","type":"debug","z":"3dec4f5f10a1bb49","name":"debug 83","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1400,"y":500,"wires":[]},{"id":"351a7ec124030c5b","type":"inject","z":"3dec4f5f10a1bb49","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"true","payloadType":"bool","x":130,"y":260,"wires":[["576c7ea5ccadcbe8"]]},{"id":"6e751b1b.8f17c4","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}]
The challenge I have is that I see no logs other than the suncron log telling me it is after sunrise. I would expect other logs.
Also, the presence faker node shows āinactive upon loadā.
I would think just because I am at WindowBegin or Window end, I would still need to send āTrueā to the Presence Faker Node.