Advertisement
artpc

battery nodered

Apr 26th, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. [{"id":"564b7e28.7f492","type":"comment","z":"a7ccdcb2.262f9","name":"Device Low Battery Alerting","info":"","x":160,"y":40,"wires":[]},{"id":"7c3b7623.52c1a8","type":"server-state-changed","z":"a7ccdcb2.262f9","name":"All State Changes","server":"26e5941.84d67ec","entityidfilter":".*","entityidfiltertype":"regex","haltifstate":"","x":130,"y":100,"wires":[["88365311.980a7"]]},{"id":"88365311.980a7","type":"switch","z":"a7ccdcb2.262f9","name":"FIlter to devices with battery_level","property":"data.new_state.attributes.battery_level","propertyType":"msg","rules":[{"t":"nnull"}],"checkall":"true","repair":false,"outputs":1,"x":400,"y":100,"wires":[["7a186ada.1f6424"]]},{"id":"7a186ada.1f6424","type":"switch","z":"a7ccdcb2.262f9","name":"Select certain domains","property":"data.entity_id","propertyType":"msg","rules":[{"t":"regex","v":"^light.*|^switch.*|^sensor.*|^zwave.*|^lock.*","vt":"str","case":false}],"checkall":"true","repair":false,"outputs":1,"x":680,"y":100,"wires":[["92a6acbe.8d327"]]},{"id":"92a6acbe.8d327","type":"switch","z":"a7ccdcb2.262f9","name":"Check Battery Level","property":"data.new_state.attributes.battery_level","propertyType":"msg","rules":[{"t":"lte","v":"40","vt":"num"},{"t":"gt","v":"40","vt":"num"}],"checkall":"true","repair":false,"outputs":2,"x":140,"y":220,"wires":[["d5854c5d.e254a"],["12b35d02.ebe203"]],"outputLabels":["Low","High"]},{"id":"4804de62.8125f","type":"api-call-service","z":"a7ccdcb2.262f9","name":"Send Slack Notification","server":"26e5941.84d67ec","service_domain":"notify","service":"mrslack","data":"","mergecontext":"","x":950,"y":200,"wires":[[]]},{"id":"51daf3c2.d6346c","type":"template","z":"a7ccdcb2.262f9","name":"Generate UI message","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"{ \"data\":\n {\n \"message\": \"Low Battery ({{data.new_state.attributes.battery_level}}%) on device {{data.entity_id}}\",\n \"title\": \"Low Battery Levels\",\n \"notification_id\": \"battery_{{data.entity_id}}\"\n }\n}","output":"json","x":680,"y":160,"wires":[["be49175b.34ba28"]]},{"id":"be49175b.34ba28","type":"api-call-service","z":"a7ccdcb2.262f9","name":"Create UI Notification","server":"26e5941.84d67ec","service_domain":"persistent_notification","service":"create","data":"","mergecontext":"","x":940,"y":160,"wires":[[]]},{"id":"459bfb5d.9170f4","type":"template","z":"a7ccdcb2.262f9","name":"Generate Slack message","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"{ \"data\":\n {\n \"message\": \"Low Battery ({{data.new_state.attributes.battery_level}}%) on device {{data.entity_id}}\"\n }\n}","output":"json","x":690,"y":200,"wires":[["4804de62.8125f"]]},{"id":"d5854c5d.e254a","type":"throttle","z":"a7ccdcb2.262f9","name":"Once per 6 hours throttle","throttleType":"time","timeLimit":"6","timeLimitType":"hours","countLimit":0,"blockSize":0,"locked":false,"x":430,"y":180,"wires":[["51daf3c2.d6346c","459bfb5d.9170f4"]]},{"id":"12b35d02.ebe203","type":"template","z":"a7ccdcb2.262f9","name":"Generate UI message","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"{ \"data\":\n {\n \"notification_id\": \"battery_{{data.entity_id}}\"\n }\n}","output":"json","x":420,"y":260,"wires":[["4cf2f812.a111d8"]]},{"id":"4cf2f812.a111d8","type":"api-call-service","z":"a7ccdcb2.262f9","name":"Dismiss UI Notification","server":"26e5941.84d67ec","service_domain":"persistent_notification","service":"dismiss","data":"","mergecontext":"","x":700,"y":260,"wires":[[]]},{"id":"26e5941.84d67ec","type":"server","z":"","name":"Home Assistant","url":"https://hass:8123","pass":"XXXXXXX"}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement