Hi,
I have this automation for my vacuum that runs based on inputs that allows you to either selects a time from a drop down or to input one manually. The problem I’m having is that when a time is selected and then you choose manual time that it doesn’t send that time through, unless you change it in the input text on dashboard. Is there anyway I could get the “Manual Input” trigger node to resend its data?
Thanks,
[{"id":"3f72f382d7ce085a","type":"api-call-service","z":"3853876227abae5f","name":"App Notification - Start Vacuum","server":"fcbb557.4bc97a8","version":3,"debugenabled":false,"service_domain":"notify","service":"mobile_app_sonny_s_iphone_12_pro_max","entityId":"","data":"{\"message\":\"Do you want to start the vacuum?\",\"title\":\"Start the vacuum\",\"data\":{\"actions\":[{\"action\":\"vac_yes\",\"title\":\"Yes\"},{\"action\":\"vac_no\",\"title\":\"No\"}]}}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1170,"y":360,"wires":[[]]},{"id":"8ae14de9c0d1c7fe","type":"api-current-state","z":"3853876227abae5f","name":"Home?","server":"fcbb557.4bc97a8","version":2,"outputs":2,"halt_if":"home","halt_if_type":"str","halt_if_compare":"is","entity_id":"person.xalies","state_type":"str","blockInputOverrides":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":900,"y":300,"wires":[["13320048d576bf8f"],["3f72f382d7ce085a"]]},{"id":"2f66a5ea3afb8ca8","type":"schedex","z":"3853876227abae5f","name":"Time","passthroughunhandled":false,"suspended":false,"lat":"-32.82752","lon":"151.35598","ontime":"","ontopic":"","onpayload":"on","onoffset":0,"onrandomoffset":0,"offtime":"","offtopic":"","offpayload":"","offoffset":"","offrandomoffset":0,"mon":true,"tue":true,"wed":true,"thu":true,"fri":true,"sat":true,"sun":true,"x":750,"y":320,"wires":[["8ae14de9c0d1c7fe"]]},{"id":"13320048d576bf8f","type":"api-call-service","z":"3853876227abae5f","name":"Alexa Actionable Notification - Start Vacuum","server":"fcbb557.4bc97a8","version":3,"debugenabled":false,"service_domain":"script","service":"activate_alexa_actionable_notification","entityId":"actionable_notification_vacuum","data":"{\"text\":\"Would you like me to start vacuum cleaning?\",\"event_id\":\"actionable_notification_vacuum\",\"alexa_device\":\"media_player.living_room_echo_plus\"}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1190,"y":300,"wires":[[]]},{"id":"d1facddc4f023fe5","type":"function","z":"3853876227abae5f","name":"set time - offset","func":"varAlarmTime = msg.payload;\nmsg.payload = {};\nmsg.payload.ontime = varAlarmTime\nmsg.payload.offtime = varAlarmTime\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":600,"y":300,"wires":[["2f66a5ea3afb8ca8"]]},{"id":"3709c43ce61fb35b","type":"trigger-state","z":"3853876227abae5f","name":"Selected Time","server":"fcbb557.4bc97a8","version":0,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityid":"input_select.cleaning_time","entityidfiltertype":"exact","debugenabled":false,"constraints":[{"targetType":"this_entity","targetValue":"","propertyType":"current_state","comparatorType":"is_not","comparatorValueDatatype":"str","comparatorValue":"Manual Time","propertyValue":"new_state.state"}],"outputs":3,"customoutputs":[{"messageType":"default","messageValue":"","messageValueType":"json","comparatorPropertyType":"current_state","comparatorType":"is","comparatorValue":"Manual Time","comparatorValueDataType":"str","comparatorPropertyValue":"new_state.state"}],"outputinitially":true,"state_type":"str","x":380,"y":320,"wires":[["d1facddc4f023fe5"],[],["e8e8291a13847211"]]},{"id":"e8e8291a13847211","type":"trigger-state","z":"3853876227abae5f","name":"Manual Input","server":"fcbb557.4bc97a8","version":0,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityid":"input_text.cleaning_time","entityidfiltertype":"exact","debugenabled":false,"constraints":[{"targetType":"entity_id","targetValue":"input_select.cleaning_time","propertyType":"current_state","comparatorType":"is","comparatorValueDatatype":"str","comparatorValue":"Manual Time","propertyValue":"new_state.state"}],"outputs":2,"customoutputs":[],"outputinitially":true,"state_type":"str","x":590,"y":360,"wires":[["d1facddc4f023fe5"],[]]},{"id":"82da0fb208f9f9e1","type":"trigger-state","z":"3853876227abae5f","name":"Cleaning Mode - Semi-Auto","server":"fcbb557.4bc97a8","version":0,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityid":"input_select.cleaning_mode","entityidfiltertype":"exact","debugenabled":false,"constraints":[{"targetType":"this_entity","targetValue":"","propertyType":"current_state","comparatorType":"is","comparatorValueDatatype":"str","comparatorValue":"Semi-Auto","propertyValue":"new_state.state"}],"outputs":2,"customoutputs":[],"outputinitially":true,"state_type":"str","x":160,"y":320,"wires":[["3709c43ce61fb35b"],[]]},{"id":"fcbb557.4bc97a8","type":"server","name":"Home Assistant","version":1,"legacy":false,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]