Advertisement
dykandDK

HA - NR - Send notification if doors / windows are open when last person leaves home

Sep 5th, 2022
1,411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.24 KB | None | 0 0
  1. [{"id":"c80cc9f89a92f633","type":"comment","z":"c9fbc8a321fed437","name":"Send notification if doors / windows are open when last person leaves home","info":"","x":290,"y":960,"wires":[]},{"id":"b66c413ff077971c","type":"template","z":"c9fbc8a321fed437","name":"Entity names","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"{{payload.attributes.friendly_name}}","output":"str","x":610,"y":1020,"wires":[["4c164d6aaefce236"]]},{"id":"4c164d6aaefce236","type":"join","z":"c9fbc8a321fed437","name":"combine msgs","mode":"custom","build":"string","property":"payload","propertyType":"msg","key":"topic","joiner":"[92,110]","joinerType":"bin","accumulate":false,"timeout":"","count":"","reduceRight":false,"reduceExp":"","reduceInit":"","reduceInitType":"","reduceFixup":"","x":800,"y":1020,"wires":[["0f02b980be846e5d","be57d9c31598654a"]]},{"id":"be57d9c31598654a","type":"debug","z":"c9fbc8a321fed437","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1030,"y":980,"wires":[]},{"id":"978ecefe02164bb7","type":"inject","z":"c9fbc8a321fed437","name":"test","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":"2","topic":"","payload":"","payloadType":"date","x":90,"y":1080,"wires":[["6b7eea9e95ce8a6a"]]},{"id":"6b7eea9e95ce8a6a","type":"ha-get-entities","z":"c9fbc8a321fed437","server":"49e64ea71c5ef4d9","name":"Get open doors / windows entities","rules":[{"property":"state","logic":"is","value":"on","valueType":"str"},{"property":"attributes.device_class","logic":"is_not","value":"\"\"","valueType":"str"},{"property":"attributes.device_class","logic":"is","value":"opening","valueType":"str"}],"output_type":"split","output_empty_results":false,"output_location_type":"msg","output_location":"payload","output_results_count":1,"x":360,"y":1020,"wires":[["b66c413ff077971c"]]},{"id":"0f02b980be846e5d","type":"api-call-service","z":"c9fbc8a321fed437","name":"Send notification","server":"49e64ea71c5ef4d9","version":1,"debugenabled":false,"service_domain":"notify","service":"anders_devices","entityId":"","data":"{\"message\":\"Følgende døre/vinduer er åbne:\\n\\n{{payload}}\",\"title\":\"Døre eller vinduer er åbne!\"}","dataType":"json","mergecontext":"","output_location":"payload","output_location_type":"none","mustacheAltTags":false,"x":1050,"y":1020,"wires":[[]]},{"id":"ebf041906e125ffd","type":"trigger-state","z":"c9fbc8a321fed437","name":"Nobody is home","server":"49e64ea71c5ef4d9","exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityid":"group.alle_personer","entityidfiltertype":"exact","debugenabled":false,"constraints":[{"targetType":"this_entity","targetValue":"","propertyType":"current_state","comparatorType":"is","comparatorValueDatatype":"str","comparatorValue":"not_home","propertyValue":"new_state.state"},{"targetType":"this_entity","targetValue":"","propertyType":"previous_state","comparatorType":"is_not","comparatorValueDatatype":"str","comparatorValue":"not_home","propertyValue":"old_state.state"}],"outputs":2,"customoutputs":[],"outputinitially":false,"state_type":"str","x":100,"y":1020,"wires":[["6b7eea9e95ce8a6a"],[]]}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement