Advertisement
Guest User

Untitled

a guest
May 19th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. [{"id":"7d165fcb.b84cb","type":"tab","label":"Flow 3","disabled":false,"info":""},{"id":"83a680c3.30d75","type":"function","z":"7d165fcb.b84cb","name":"entity_id and brightness","func":"var bright = msg.data.attributes.brightness;\nvar adjust = bright - 20;\n\nmsg.payload = {\n \"data\":{\n \"entity_id\":\"light.office\",\n \"brightness\":adjust, \n \"transition\":3}\n};\n\nif (adjust <= 30)\n{\n msg.payload = \"OMGSTOP\";\n}\nreturn msg;","outputs":1,"noerr":0,"x":1270,"y":120,"wires":[["1e9684cf.7c9adb"]]},{"id":"fde2e940.ff51b8","type":"api-call-service","z":"7d165fcb.b84cb","name":"Adjust Lights","server":"6cc3db6d.571de4","service_domain":"light","service":"turn_on","data":"{\"entity_id\":\"light.office\"}","mergecontext":"","output_location":"","output_location_type":"none","x":1570,"y":280,"wires":[["631b0a07.df3054"]]},{"id":"187c88cd.594017","type":"sun events","z":"7d165fcb.b84cb","testmode":true,"verbose":true,"topic":"","name":"","x":60,"y":140,"wires":[["78c6973b.384258"]]},{"id":"78c6973b.384258","type":"switch","z":"7d165fcb.b84cb","name":"","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"dusk","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":210,"y":140,"wires":[["2b60041f.831d4c"]]},{"id":"631b0a07.df3054","type":"stoptimer","z":"7d165fcb.b84cb","duration":"5","units":"Second","payloadtype":"num","payloadval":"0","name":"","x":980,"y":100,"wires":[["472c22ba.9c38bc"],[]]},{"id":"472c22ba.9c38bc","type":"api-current-state","z":"7d165fcb.b84cb","name":"Get State","server":"6cc3db6d.571de4","outputs":1,"halt_if":"","halt_if_type":"str","halt_if_compare":"is","override_topic":false,"entity_id":"light.office","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","x":960,"y":180,"wires":[["83a680c3.30d75","e3b1ea6.67da818"]]},{"id":"2b60041f.831d4c","type":"function","z":"7d165fcb.b84cb","name":"entity_id and brightness","func":"\nvar adjust = 254;\nmsg.payload = {\n \"data\":{\n \"entity_id\":\"light.office\",\n \"brightness\":adjust, \n \"transition\":3}\n};\nreturn msg;","outputs":1,"noerr":0,"x":710,"y":160,"wires":[["631b0a07.df3054"]]},{"id":"77e03e37.e07d3","type":"inject","z":"7d165fcb.b84cb","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":240,"y":80,"wires":[["2b60041f.831d4c"]]},{"id":"e3b1ea6.67da818","type":"debug","z":"7d165fcb.b84cb","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","x":1530,"y":160,"wires":[]},{"id":"1e9684cf.7c9adb","type":"switch","z":"7d165fcb.b84cb","name":"","property":"payload","propertyType":"msg","rules":[{"t":"neq","v":"OMGSTOP","vt":"str"},{"t":"eq","v":"OMGSTOP","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":1080,"y":360,"wires":[["f7f94115.b4709","22672b1.13c7ad4"],["20d41e61.d24492"]]},{"id":"20d41e61.d24492","type":"change","z":"7d165fcb.b84cb","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"STOP","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1260,"y":460,"wires":[["631b0a07.df3054"]]},{"id":"f7f94115.b4709","type":"change","z":"7d165fcb.b84cb","name":"office light","rules":[{"t":"set","p":"payload.data.entity_id","pt":"msg","to":"light.office","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1240,"y":320,"wires":[["fde2e940.ff51b8"]]},{"id":"22672b1.13c7ad4","type":"change","z":"7d165fcb.b84cb","name":"basement light","rules":[{"t":"set","p":"payload.data.entity_id","pt":"msg","to":"light.basement","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1260,"y":360,"wires":[["fde2e940.ff51b8"]]},{"id":"6cc3db6d.571de4","type":"server","z":"","name":"Home Assistant","legacy":false,"hassio":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement