Skip to content

Instantly share code, notes, and snippets.

@AZDane
Created April 14, 2019 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AZDane/b1b3efdbc6c264f41218f0051db99bd6 to your computer and use it in GitHub Desktop.
Save AZDane/b1b3efdbc6c264f41218f0051db99bd6 to your computer and use it in GitHub Desktop.
Sun Shades
[{"id":"737393cb.d6a5fc","type":"alexa-local","z":"1d226f17.2a7161","devicename":"Side Shade","inputtrigger":false,"x":110,"y":200,"wires":[["f8ca3f8f.3366f"]]},{"id":"959d2dff.609dc","type":"range","z":"1d226f17.2a7161","minin":"0","maxin":"100","minout":"0","maxout":"20000","action":"scale","round":false,"property":"delay","name":"","x":1100,"y":380,"wires":[["9d7d44fd.1b2c08","eb8bd310.0f545"]]},{"id":"f8ca3f8f.3366f","type":"switch","z":"1d226f17.2a7161","name":"on/off true","property":"on_off_command","propertyType":"msg","rules":[{"t":"true"},{"t":"false"}],"checkall":"true","repair":false,"outputs":2,"x":290,"y":200,"wires":[["a3a83ef3.66059"],["1a2d4472.6575ec"]]},{"id":"a3a83ef3.66059","type":"switch","z":"1d226f17.2a7161","name":"on/off","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"on","vt":"str"},{"t":"eq","v":"off","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":450,"y":200,"wires":[["f73b8673.40afa8"],["7f68bca2.036304"]]},{"id":"f73b8673.40afa8","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Down","server":"a6d7ccd5.9cc23","service_domain":"script","service":"south_patio_shade_down","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":640,"y":200,"wires":[["f9bbe52.9a55e18"]]},{"id":"7f68bca2.036304","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Up","server":"a6d7ccd5.9cc23","service_domain":"script","service":"south_patio_shade_up","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":630,"y":260,"wires":[["638b6aea.1c11a4"]]},{"id":"1a2d4472.6575ec","type":"switch","z":"1d226f17.2a7161","name":"0 or 100% or between","property":"bri","propertyType":"msg","rules":[{"t":"eq","v":"100","vt":"str"},{"t":"eq","v":"0","vt":"str"},{"t":"btwn","v":"0","vt":"num","v2":"100","v2t":"num"}],"checkall":"true","repair":false,"outputs":3,"x":180,"y":280,"wires":[["f73b8673.40afa8","a83f309f.1b916"],["7f68bca2.036304","a83f309f.1b916"],["46a1f5a6.3c126c","a83f309f.1b916"]]},{"id":"46a1f5a6.3c126c","type":"switch","z":"1d226f17.2a7161","name":"compare to shadesetting","property":"bri","propertyType":"msg","rules":[{"t":"gt","v":"shadesetting","vt":"flow"},{"t":"lt","v":"shadesetting","vt":"flow"}],"checkall":"true","repair":false,"outputs":2,"x":450,"y":400,"wires":[["5b804612.700b48"],["95c7b451.065dc8"]]},{"id":"9d7d44fd.1b2c08","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Down","server":"a6d7ccd5.9cc23","service_domain":"script","service":"south_patio_shade_down","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":1280,"y":380,"wires":[[]]},{"id":"ec804d43.be9b8","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Up","server":"a6d7ccd5.9cc23","service_domain":"script","service":"south_patio_shade_up","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":1270,"y":420,"wires":[[]]},{"id":"eb8bd310.0f545","type":"delay","z":"1d226f17.2a7161","name":"","pauseType":"delayv","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1260,"y":340,"wires":[["85a76480.25f498"]]},{"id":"89fa5923.d15328","type":"delay","z":"1d226f17.2a7161","name":"","pauseType":"delayv","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1260,"y":480,"wires":[["c6601465.fc54c8"]]},{"id":"5b804612.700b48","type":"function","z":"1d226f17.2a7161","name":"Find Delay Down","func":"flow.set('delaysetting',msg.bri-flow.get('shadesetting'));\nvar delaysetting=flow.get('delaysetting') || 0;\nflow.set('shadesetting',msg.bri);\nreturn msg;","outputs":1,"noerr":0,"x":690,"y":380,"wires":[["76a48028.6c628"]]},{"id":"95c7b451.065dc8","type":"function","z":"1d226f17.2a7161","name":"Find Delay Up","func":"flow.set('delaysetting',flow.get('shadesetting')-msg.bri);\nvar delaysetting=flow.get('delaysetting') || 0;\nflow.set('shadesetting',msg.bri);\nreturn msg;","outputs":1,"noerr":0,"x":680,"y":420,"wires":[["81300872.1cedd8"]]},{"id":"eab00003.539b8","type":"range","z":"1d226f17.2a7161","minin":"0","maxin":"100","minout":"0","maxout":"20000","action":"scale","round":false,"property":"delay","name":"","x":1100,"y":420,"wires":[["ec804d43.be9b8","89fa5923.d15328"]]},{"id":"76a48028.6c628","type":"change","z":"1d226f17.2a7161","name":"","rules":[{"t":"move","p":"delaysetting","pt":"flow","to":"delay","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":900,"y":380,"wires":[["959d2dff.609dc"]]},{"id":"81300872.1cedd8","type":"change","z":"1d226f17.2a7161","name":"","rules":[{"t":"move","p":"delaysetting","pt":"flow","to":"delay","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":880,"y":420,"wires":[["eab00003.539b8"]]},{"id":"85a76480.25f498","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Stop","server":"a6d7ccd5.9cc23","service_domain":"script","service":"south_patio_shade_stop","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":1410,"y":300,"wires":[[]]},{"id":"c6601465.fc54c8","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Stop","server":"a6d7ccd5.9cc23","service_domain":"script","service":"south_patio_shade_stop","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":1410,"y":480,"wires":[[]]},{"id":"aec54925.1773b8","type":"alexa-local","z":"1d226f17.2a7161","devicename":"Patio Shade","inputtrigger":false,"x":110,"y":680,"wires":[["1af1cad0.18dd85"]]},{"id":"d3ad5ac1.b9e4d8","type":"range","z":"1d226f17.2a7161","minin":"0","maxin":"100","minout":"0","maxout":"20000","action":"scale","round":false,"property":"delay","name":"","x":1160,"y":860,"wires":[["bfb5eb33.bc9488","a52258bd.ac1c48"]]},{"id":"1af1cad0.18dd85","type":"switch","z":"1d226f17.2a7161","name":"on/off true","property":"on_off_command","propertyType":"msg","rules":[{"t":"true"},{"t":"false"}],"checkall":"true","repair":false,"outputs":2,"x":290,"y":680,"wires":[["a17e4ad0.a3fe98"],["5a08ec95.c1bd34"]]},{"id":"a17e4ad0.a3fe98","type":"switch","z":"1d226f17.2a7161","name":"on/off","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"on","vt":"str"},{"t":"eq","v":"off","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":450,"y":680,"wires":[["184f3148.698a2f"],["61cb51b2.93222"]]},{"id":"184f3148.698a2f","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Down","server":"a6d7ccd5.9cc23","service_domain":"script","service":"west_patio_shade_down","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":640,"y":680,"wires":[["cfa379a9.702898"]]},{"id":"61cb51b2.93222","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Up","server":"a6d7ccd5.9cc23","service_domain":"script","service":"west_patio_shade_up","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":630,"y":740,"wires":[["a8ea4dc9.a788c"]]},{"id":"5a08ec95.c1bd34","type":"switch","z":"1d226f17.2a7161","name":"0 or 100% or between","property":"bri","propertyType":"msg","rules":[{"t":"eq","v":"100","vt":"str"},{"t":"eq","v":"0","vt":"str"},{"t":"btwn","v":"0","vt":"num","v2":"100","v2t":"num"}],"checkall":"true","repair":false,"outputs":3,"x":180,"y":760,"wires":[["184f3148.698a2f","c996d484.1b7548"],["61cb51b2.93222","c996d484.1b7548"],["7c033182.0d43d","c996d484.1b7548"]]},{"id":"7c033182.0d43d","type":"switch","z":"1d226f17.2a7161","name":"compare to westshadesetting","property":"bri","propertyType":"msg","rules":[{"t":"gt","v":"westshadesetting","vt":"flow"},{"t":"lt","v":"westshadesetting","vt":"flow"}],"checkall":"true","repair":false,"outputs":2,"x":430,"y":880,"wires":[["82c833fe.c8e7b"],["abdc9de4.0a25f"]]},{"id":"bfb5eb33.bc9488","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Down","server":"a6d7ccd5.9cc23","service_domain":"script","service":"west_patio_shade_down","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":1340,"y":860,"wires":[[]]},{"id":"443f510f.cf954","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Up","server":"a6d7ccd5.9cc23","service_domain":"script","service":"west_patio_shade_up","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":1330,"y":900,"wires":[[]]},{"id":"a52258bd.ac1c48","type":"delay","z":"1d226f17.2a7161","name":"","pauseType":"delayv","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1320,"y":820,"wires":[["9fe17a34.675468"]]},{"id":"d8cf8273.cd274","type":"delay","z":"1d226f17.2a7161","name":"","pauseType":"delayv","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1320,"y":960,"wires":[["844b097b.db8d48"]]},{"id":"82c833fe.c8e7b","type":"function","z":"1d226f17.2a7161","name":"Find Delay Down","func":"flow.set('westdelaysetting',msg.bri-flow.get('westshadesetting'));\nvar westdelaysetting=flow.get('westdelaysetting') || 0;\nflow.set('westshadesetting',msg.bri);\nreturn msg;","outputs":1,"noerr":0,"x":690,"y":860,"wires":[["23e721ac.ac483e"]]},{"id":"abdc9de4.0a25f","type":"function","z":"1d226f17.2a7161","name":"Find Delay Up","func":"flow.set('westdelaysetting',flow.get('westshadesetting')-msg.bri);\nvar delaysetting=flow.get('westdelaysetting') || 0;\nflow.set('westshadesetting',msg.bri);\nreturn msg;","outputs":1,"noerr":0,"x":680,"y":900,"wires":[["a60583b0.bc964"]]},{"id":"5dd3d0ea.3100d","type":"range","z":"1d226f17.2a7161","minin":"0","maxin":"100","minout":"0","maxout":"20000","action":"scale","round":false,"property":"delay","name":"","x":1160,"y":900,"wires":[["443f510f.cf954","d8cf8273.cd274"]]},{"id":"23e721ac.ac483e","type":"change","z":"1d226f17.2a7161","name":"","rules":[{"t":"move","p":"westdelaysetting","pt":"flow","to":"delay","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":940,"y":860,"wires":[["d3ad5ac1.b9e4d8"]]},{"id":"a60583b0.bc964","type":"change","z":"1d226f17.2a7161","name":"","rules":[{"t":"move","p":"westdelaysetting","pt":"flow","to":"delay","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":940,"y":900,"wires":[["5dd3d0ea.3100d"]]},{"id":"9fe17a34.675468","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Stop","server":"a6d7ccd5.9cc23","service_domain":"script","service":"west_patio_shade_stop","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":1470,"y":820,"wires":[[]]},{"id":"844b097b.db8d48","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Stop","server":"a6d7ccd5.9cc23","service_domain":"script","service":"west_patio_shade_stop","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":1470,"y":960,"wires":[[]]},{"id":"2ef10e3.2ebf6f2","type":"alexa-local","z":"1d226f17.2a7161","devicename":"Kitchen Shade","inputtrigger":false,"x":100,"y":1120,"wires":[["4de7a924.9ba7e8"]]},{"id":"defc1031.9f57a","type":"range","z":"1d226f17.2a7161","minin":"0","maxin":"100","minout":"0","maxout":"16000","action":"scale","round":false,"property":"delay","name":"","x":1160,"y":1260,"wires":[["19cbdae5.deba75","aa29c740.bc97a8"]]},{"id":"4de7a924.9ba7e8","type":"switch","z":"1d226f17.2a7161","name":"on/off true","property":"on_off_command","propertyType":"msg","rules":[{"t":"true"},{"t":"false"}],"checkall":"true","repair":false,"outputs":2,"x":270,"y":1120,"wires":[["cd8908bd.586758"],["6851b0ce.0c953"]]},{"id":"cd8908bd.586758","type":"switch","z":"1d226f17.2a7161","name":"on/off","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"on","vt":"str"},{"t":"eq","v":"off","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":430,"y":1120,"wires":[["62c319c5.f92d98"],["db06d4e8.be1d78"]]},{"id":"62c319c5.f92d98","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Down","server":"a6d7ccd5.9cc23","service_domain":"script","service":"kitchen_shade_down","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":620,"y":1120,"wires":[["61cc3838.5d4d68"]]},{"id":"db06d4e8.be1d78","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Up","server":"a6d7ccd5.9cc23","service_domain":"script","service":"kitchen_shade_up","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":610,"y":1160,"wires":[["e76d3624.7862f8"]]},{"id":"6851b0ce.0c953","type":"switch","z":"1d226f17.2a7161","name":"0 or 100% or between","property":"bri","propertyType":"msg","rules":[{"t":"eq","v":"100","vt":"str"},{"t":"eq","v":"0","vt":"str"},{"t":"btwn","v":"0","vt":"num","v2":"100","v2t":"num"}],"checkall":"true","repair":false,"outputs":3,"x":160,"y":1200,"wires":[["62c319c5.f92d98","a257d4e3.9aa7f8"],["db06d4e8.be1d78","a257d4e3.9aa7f8"],["3e61cde.f99c332","a257d4e3.9aa7f8"]]},{"id":"3e61cde.f99c332","type":"switch","z":"1d226f17.2a7161","name":"compare to kitchenshadesetting","property":"bri","propertyType":"msg","rules":[{"t":"gt","v":"kitchenshadesetting","vt":"flow"},{"t":"lt","v":"kitchenshadesetting","vt":"flow"}],"checkall":"true","repair":false,"outputs":2,"x":470,"y":1280,"wires":[["e38886b7.682f08"],["22d11f69.8c5eb"]]},{"id":"19cbdae5.deba75","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Down","server":"a6d7ccd5.9cc23","service_domain":"script","service":"kitchen_shade_down","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":1360,"y":1260,"wires":[[]]},{"id":"13d17814.e594f8","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Up","server":"a6d7ccd5.9cc23","service_domain":"script","service":"kitchen_shade_up","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":1350,"y":1300,"wires":[[]]},{"id":"aa29c740.bc97a8","type":"delay","z":"1d226f17.2a7161","name":"","pauseType":"delayv","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1340,"y":1220,"wires":[["cfda3182.28fa1"]]},{"id":"750e454f.9e69cc","type":"delay","z":"1d226f17.2a7161","name":"","pauseType":"delayv","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1340,"y":1340,"wires":[["5c552d5c.ed32f4"]]},{"id":"e38886b7.682f08","type":"function","z":"1d226f17.2a7161","name":"Find Delay Down","func":"flow.set('kitchendelaysetting',msg.bri-flow.get('kitchenshadesetting'));\nvar kitchendelaysetting=flow.get('kitchendelaysetting') || 0;\nflow.set('kitchenshadesetting',msg.bri);\nreturn msg;","outputs":1,"noerr":0,"x":710,"y":1260,"wires":[["328dfdf9.678d22"]]},{"id":"22d11f69.8c5eb","type":"function","z":"1d226f17.2a7161","name":"Find Delay Up","func":"flow.set('kitchendelaysetting',flow.get('kitchenshadesetting')-msg.bri);\nvar delaysetting=flow.get('kitchendelaysetting') || 0;\nflow.set('kitchenshadesetting',msg.bri);\nreturn msg;","outputs":1,"noerr":0,"x":700,"y":1300,"wires":[["3daba1c7.31ca9e"]]},{"id":"ec11885a.a4d0b8","type":"range","z":"1d226f17.2a7161","minin":"0","maxin":"100","minout":"0","maxout":"16000","action":"scale","round":false,"property":"delay","name":"","x":1160,"y":1300,"wires":[["13d17814.e594f8","750e454f.9e69cc"]]},{"id":"328dfdf9.678d22","type":"change","z":"1d226f17.2a7161","name":"","rules":[{"t":"move","p":"kitchendelaysetting","pt":"flow","to":"delay","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":950,"y":1260,"wires":[["defc1031.9f57a"]]},{"id":"3daba1c7.31ca9e","type":"change","z":"1d226f17.2a7161","name":"","rules":[{"t":"move","p":"kitchendelaysetting","pt":"flow","to":"delay","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":950,"y":1300,"wires":[["ec11885a.a4d0b8"]]},{"id":"cfda3182.28fa1","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Stop","server":"a6d7ccd5.9cc23","service_domain":"script","service":"kitchen_shade_stop","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":1490,"y":1220,"wires":[[]]},{"id":"5c552d5c.ed32f4","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Stop","server":"a6d7ccd5.9cc23","service_domain":"script","service":"kitchen_shade_stop","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":1490,"y":1340,"wires":[[]]},{"id":"30ece848.ea95a8","type":"api-call-service","z":"1d226f17.2a7161","name":"Set Slider","server":"a6d7ccd5.9cc23","service_domain":"input_number","service":"set_value","data":"{\"entity_id\":\"input_number.kitchen_shade\",\"value\":\"{{payload}}\"}","mergecontext":"","output_location":"payload","output_location_type":"msg","x":740,"y":1200,"wires":[[]]},{"id":"a257d4e3.9aa7f8","type":"change","z":"1d226f17.2a7161","name":"","rules":[{"t":"move","p":"bri","pt":"msg","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":440,"y":1200,"wires":[["c6b40e93.36a05"]]},{"id":"61cc3838.5d4d68","type":"change","z":"1d226f17.2a7161","name":"Set 0","rules":[{"t":"set","p":"payload","pt":"msg","to":"0","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":790,"y":1120,"wires":[["26376078.032e1"]]},{"id":"e76d3624.7862f8","type":"change","z":"1d226f17.2a7161","name":"Set 100","rules":[{"t":"set","p":"payload","pt":"msg","to":"100","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":800,"y":1160,"wires":[["3973d879.e19638"]]},{"id":"26376078.032e1","type":"api-call-service","z":"1d226f17.2a7161","name":"Set Slider","server":"a6d7ccd5.9cc23","service_domain":"input_number","service":"set_value","data":"{\"entity_id\":\"input_number.kitchen_shade\",\"value\":\"{{payload}}\"}","mergecontext":"","output_location":"payload","output_location_type":"msg","x":940,"y":1120,"wires":[[]]},{"id":"3973d879.e19638","type":"api-call-service","z":"1d226f17.2a7161","name":"Set Slider","server":"a6d7ccd5.9cc23","service_domain":"input_number","service":"set_value","data":"{\"entity_id\":\"input_number.kitchen_shade\",\"value\":\"{{payload}}\"}","mergecontext":"","output_location":"payload","output_location_type":"msg","x":940,"y":1160,"wires":[[]]},{"id":"dcd4727a.c9ea2","type":"api-call-service","z":"1d226f17.2a7161","name":"Set Slider","server":"a6d7ccd5.9cc23","service_domain":"input_number","service":"set_value","data":"{\"entity_id\":\"input_number.patio_shade\",\"value\":\"{{payload}}\"}","mergecontext":"","output_location":"payload","output_location_type":"msg","x":780,"y":800,"wires":[[]]},{"id":"c996d484.1b7548","type":"change","z":"1d226f17.2a7161","name":"","rules":[{"t":"move","p":"bri","pt":"msg","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":460,"y":800,"wires":[["46b83d64.e2c594"]]},{"id":"cfa379a9.702898","type":"change","z":"1d226f17.2a7161","name":"Set 0","rules":[{"t":"set","p":"payload","pt":"msg","to":"0","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":810,"y":680,"wires":[["bb827358.b8039"]]},{"id":"bb827358.b8039","type":"api-call-service","z":"1d226f17.2a7161","name":"Set Slider","server":"a6d7ccd5.9cc23","service_domain":"input_number","service":"set_value","data":"{\"entity_id\":\"input_number.patio_shade\",\"value\":\"{{payload}}\"}","mergecontext":"","output_location":"payload","output_location_type":"msg","x":980,"y":680,"wires":[[]]},{"id":"a8ea4dc9.a788c","type":"change","z":"1d226f17.2a7161","name":"Set 100","rules":[{"t":"set","p":"payload","pt":"msg","to":"100","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":800,"y":740,"wires":[["522329fe.bc7b18"]]},{"id":"522329fe.bc7b18","type":"api-call-service","z":"1d226f17.2a7161","name":"Set Slider","server":"a6d7ccd5.9cc23","service_domain":"input_number","service":"set_value","data":"{\"entity_id\":\"input_number.patio_shade\",\"value\":\"{{payload}}\"}","mergecontext":"","output_location":"payload","output_location_type":"msg","x":960,"y":740,"wires":[[]]},{"id":"f00c8d97.95e65","type":"api-call-service","z":"1d226f17.2a7161","name":"Set Slider","server":"a6d7ccd5.9cc23","service_domain":"input_number","service":"set_value","data":"{\"entity_id\":\"input_number.side_shade\",\"value\":\"{{payload}}\"}","mergecontext":"","output_location":"payload","output_location_type":"msg","x":760,"y":320,"wires":[[]]},{"id":"a83f309f.1b916","type":"change","z":"1d226f17.2a7161","name":"","rules":[{"t":"move","p":"bri","pt":"msg","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":460,"y":320,"wires":[["f8510997.3068b8"]]},{"id":"f9bbe52.9a55e18","type":"change","z":"1d226f17.2a7161","name":"Set 0","rules":[{"t":"set","p":"payload","pt":"msg","to":"0","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":810,"y":200,"wires":[["147d3538.56925b"]]},{"id":"147d3538.56925b","type":"api-call-service","z":"1d226f17.2a7161","name":"Set Slider","server":"a6d7ccd5.9cc23","service_domain":"input_number","service":"set_value","data":"{\"entity_id\":\"input_number.side_shade\",\"value\":\"{{payload}}\"}","mergecontext":"","output_location":"payload","output_location_type":"msg","x":940,"y":200,"wires":[[]]},{"id":"638b6aea.1c11a4","type":"change","z":"1d226f17.2a7161","name":"Set 100","rules":[{"t":"set","p":"payload","pt":"msg","to":"100","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":800,"y":260,"wires":[["5c15bdde.6fec24"]]},{"id":"5c15bdde.6fec24","type":"api-call-service","z":"1d226f17.2a7161","name":"Set Slider","server":"a6d7ccd5.9cc23","service_domain":"input_number","service":"set_value","data":"{\"entity_id\":\"input_number.side_shade\",\"value\":\"{{payload}}\"}","mergecontext":"","output_location":"payload","output_location_type":"msg","x":940,"y":260,"wires":[[]]},{"id":"46b83d64.e2c594","type":"range","z":"1d226f17.2a7161","minin":"0","maxin":"100","minout":"100","maxout":"0","action":"scale","round":false,"property":"payload","name":"","x":620,"y":800,"wires":[["dcd4727a.c9ea2"]]},{"id":"c6b40e93.36a05","type":"range","z":"1d226f17.2a7161","minin":"0","maxin":"100","minout":"100","maxout":"0","action":"scale","round":false,"property":"payload","name":"","x":600,"y":1200,"wires":[["30ece848.ea95a8"]]},{"id":"f8510997.3068b8","type":"range","z":"1d226f17.2a7161","minin":"0","maxin":"100","minout":"100","maxout":"0","action":"scale","round":false,"property":"payload","name":"","x":620,"y":320,"wires":[["f00c8d97.95e65"]]},{"id":"ab9c767f.fae168","type":"server-state-changed","z":"1d226f17.2a7161","name":"Set Cover Position","server":"a6d7ccd5.9cc23","entityidfilter":"input_number.kitchen_shade_set_cover","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"","halt_if_compare":"is","outputs":1,"output_only_on_state_change":true,"x":150,"y":1340,"wires":[["99b88787.ba0bf8"]]},{"id":"99b88787.ba0bf8","type":"range","z":"1d226f17.2a7161","minin":"0","maxin":"100","minout":"100","maxout":"0","action":"scale","round":false,"property":"payload","name":"","x":120,"y":1300,"wires":[["ddb35cea.0652b"]]},{"id":"ddb35cea.0652b","type":"change","z":"1d226f17.2a7161","name":"","rules":[{"t":"move","p":"payload","pt":"msg","to":"bri","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":150,"y":1260,"wires":[["6851b0ce.0c953"]]},{"id":"bab2c81.6329438","type":"server-state-changed","z":"1d226f17.2a7161","name":"Set Cover Position","server":"a6d7ccd5.9cc23","entityidfilter":"input_number.patio_shade_set_cover","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"","halt_if_compare":"is","outputs":1,"output_only_on_state_change":true,"x":170,"y":900,"wires":[["8027d40c.4a47b8"]]},{"id":"8027d40c.4a47b8","type":"range","z":"1d226f17.2a7161","minin":"0","maxin":"100","minout":"100","maxout":"0","action":"scale","round":false,"property":"payload","name":"","x":140,"y":860,"wires":[["3ac14163.6136ce"]]},{"id":"3ac14163.6136ce","type":"change","z":"1d226f17.2a7161","name":"","rules":[{"t":"move","p":"payload","pt":"msg","to":"bri","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":170,"y":820,"wires":[["5a08ec95.c1bd34"]]},{"id":"8554b3c9.4a054","type":"server-state-changed","z":"1d226f17.2a7161","name":"Set Cover Position","server":"a6d7ccd5.9cc23","entityidfilter":"input_number.side_shade_set_cover","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"","halt_if_compare":"is","outputs":1,"output_only_on_state_change":true,"x":150,"y":460,"wires":[["db3cd68c.f769c8"]]},{"id":"db3cd68c.f769c8","type":"range","z":"1d226f17.2a7161","minin":"0","maxin":"100","minout":"100","maxout":"0","action":"scale","round":false,"property":"payload","name":"","x":120,"y":380,"wires":[["1c057e85.be6401"]]},{"id":"1c057e85.be6401","type":"change","z":"1d226f17.2a7161","name":"","rules":[{"t":"move","p":"payload","pt":"msg","to":"bri","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":150,"y":340,"wires":[["1a2d4472.6575ec"]]},{"id":"c8088c8.bc4e97","type":"inject","z":"1d226f17.2a7161","name":"","topic":"","payload":"Started!","payloadType":"str","repeat":"","crontab":"","once":true,"x":120,"y":40,"wires":[["63e987f5.555a78"]]},{"id":"63e987f5.555a78","type":"change","z":"1d226f17.2a7161","name":"Set flow.shadesettings at startup","rules":[{"t":"set","p":"shadesetting","pt":"flow","to":"0","tot":"num"},{"t":"set","p":"westshadesetting","pt":"flow","to":"0","tot":"num"},{"t":"set","p":"kitchenshadesetting","pt":"flow","to":"0","tot":"num"},{"t":"set","p":"allshadesetting","pt":"flow","to":"0","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":600,"y":40,"wires":[[]]},{"id":"a6bfa4b2.ba65d8","type":"alexa-local","z":"1d226f17.2a7161","devicename":"All Shades","inputtrigger":false,"x":110,"y":1580,"wires":[["6a32fce2.705674"]]},{"id":"8a512ce6.27c05","type":"range","z":"1d226f17.2a7161","minin":"0","maxin":"100","minout":"0","maxout":"20000","action":"scale","round":false,"property":"delay","name":"","x":1200,"y":1740,"wires":[["cd023042.3b17b","f6cc7e84.b1cfb"]]},{"id":"6a32fce2.705674","type":"switch","z":"1d226f17.2a7161","name":"on/off true","property":"on_off_command","propertyType":"msg","rules":[{"t":"true"},{"t":"false"}],"checkall":"true","repair":false,"outputs":2,"x":310,"y":1580,"wires":[["e821bf25.82528"],["1eedd11a.1cf86f"]]},{"id":"e821bf25.82528","type":"switch","z":"1d226f17.2a7161","name":"on/off","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"on","vt":"str"},{"t":"eq","v":"off","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":470,"y":1580,"wires":[["a0317644.a4b7e8"],["ede11d4b.f5fef"]]},{"id":"a0317644.a4b7e8","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Down","server":"a6d7ccd5.9cc23","service_domain":"script","service":"all_shades_down","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":660,"y":1580,"wires":[["89684f9.a280fb"]]},{"id":"ede11d4b.f5fef","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Up","server":"a6d7ccd5.9cc23","service_domain":"script","service":"all_shades_up","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":650,"y":1620,"wires":[["ccbb768b.7a6028"]]},{"id":"1eedd11a.1cf86f","type":"switch","z":"1d226f17.2a7161","name":"0 or 100% or between","property":"bri","propertyType":"msg","rules":[{"t":"eq","v":"100","vt":"str"},{"t":"eq","v":"0","vt":"str"},{"t":"btwn","v":"0","vt":"num","v2":"100","v2t":"num"}],"checkall":"true","repair":false,"outputs":3,"x":180,"y":1660,"wires":[["a0317644.a4b7e8","818e3b2f.87f3a8"],["ede11d4b.f5fef","818e3b2f.87f3a8"],["f2eb9b95.78d518","818e3b2f.87f3a8"]]},{"id":"f2eb9b95.78d518","type":"switch","z":"1d226f17.2a7161","name":"compare to allshadesetting","property":"bri","propertyType":"msg","rules":[{"t":"gt","v":"allshadesetting","vt":"flow"},{"t":"lt","v":"allshadesetting","vt":"flow"}],"checkall":"true","repair":false,"outputs":2,"x":460,"y":1760,"wires":[["e3f59a4d.e064c8"],["70f70942.41a9a8"]]},{"id":"cd023042.3b17b","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Down","server":"a6d7ccd5.9cc23","service_domain":"script","service":"all_shades_down","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":1400,"y":1740,"wires":[[]]},{"id":"799a5a8d.6e42d4","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Up","server":"a6d7ccd5.9cc23","service_domain":"script","service":"all_shades_up","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":1390,"y":1780,"wires":[[]]},{"id":"f6cc7e84.b1cfb","type":"delay","z":"1d226f17.2a7161","name":"","pauseType":"delayv","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1380,"y":1700,"wires":[["3fcbdd92.f13282"]]},{"id":"33dbab79.e7b614","type":"delay","z":"1d226f17.2a7161","name":"","pauseType":"delayv","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1380,"y":1820,"wires":[["e347feb2.8c608"]]},{"id":"e3f59a4d.e064c8","type":"function","z":"1d226f17.2a7161","name":"Find Delay Down","func":"flow.set('alldelaysetting',msg.bri-flow.get('allshadesetting'));\nvar alldelaysetting=flow.get('alldelaysetting') || 0;\nflow.set('allshadesetting',msg.bri);\nflow.set('shadesetting',msg.bri);\nflow.set('westshadesetting',msg.bri);\nflow.set('kitchenshadesetting',msg.bri);\nreturn msg;","outputs":1,"noerr":0,"x":730,"y":1740,"wires":[["736873bc.ddb56c"]]},{"id":"70f70942.41a9a8","type":"function","z":"1d226f17.2a7161","name":"Find Delay Up","func":"flow.set('alldelaysetting',flow.get('allshadesetting')-msg.bri);\nvar alldelaysetting=flow.get('alldelaysetting') || 0;\nflow.set('allshadesetting',msg.bri);\nflow.set('shadesetting',msg.bri);\nflow.set('westshadesetting',msg.bri);\nflow.set('kitchenshadesetting',msg.bri);\nreturn msg;","outputs":1,"noerr":0,"x":720,"y":1780,"wires":[["85bbaa57.429c58"]]},{"id":"ddb7a29d.8d387","type":"range","z":"1d226f17.2a7161","minin":"0","maxin":"100","minout":"0","maxout":"20000","action":"scale","round":false,"property":"delay","name":"","x":1200,"y":1780,"wires":[["799a5a8d.6e42d4","33dbab79.e7b614"]]},{"id":"736873bc.ddb56c","type":"change","z":"1d226f17.2a7161","name":"","rules":[{"t":"move","p":"alldelaysetting","pt":"flow","to":"delay","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":970,"y":1740,"wires":[["8a512ce6.27c05"]]},{"id":"85bbaa57.429c58","type":"change","z":"1d226f17.2a7161","name":"","rules":[{"t":"move","p":"alldelaysetting","pt":"flow","to":"delay","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":970,"y":1780,"wires":[["ddb7a29d.8d387"]]},{"id":"3fcbdd92.f13282","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Stop","server":"a6d7ccd5.9cc23","service_domain":"script","service":"all_shades_stop","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":1530,"y":1700,"wires":[[]]},{"id":"e347feb2.8c608","type":"api-call-service","z":"1d226f17.2a7161","name":"Shades Stop","server":"a6d7ccd5.9cc23","service_domain":"script","service":"all_shades_stop","data":"","mergecontext":"","output_location":"payload","output_location_type":"msg","x":1530,"y":1820,"wires":[[]]},{"id":"f54d0e53.8d39","type":"api-call-service","z":"1d226f17.2a7161","name":"Set Slider","server":"a6d7ccd5.9cc23","service_domain":"input_number","service":"set_value","data":"{\"entity_id\":\"input_number.all_shades, input_number.kitchen_shade, input_number.side_shade, input_number.patio_shade\",\"value\":\"{{payload}}\"}","mergecontext":"","output_location":"payload","output_location_type":"msg","x":820,"y":1680,"wires":[[]]},{"id":"818e3b2f.87f3a8","type":"change","z":"1d226f17.2a7161","name":"","rules":[{"t":"move","p":"bri","pt":"msg","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":520,"y":1680,"wires":[["b00c2889.efcb18"]]},{"id":"89684f9.a280fb","type":"change","z":"1d226f17.2a7161","name":"Set 0","rules":[{"t":"set","p":"payload","pt":"msg","to":"0","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":830,"y":1580,"wires":[["4d7f2d13.57fb54"]]},{"id":"ccbb768b.7a6028","type":"change","z":"1d226f17.2a7161","name":"Set 100","rules":[{"t":"set","p":"payload","pt":"msg","to":"100","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":840,"y":1620,"wires":[["b9bc9471.376198"]]},{"id":"4d7f2d13.57fb54","type":"api-call-service","z":"1d226f17.2a7161","name":"Set Slider","server":"a6d7ccd5.9cc23","service_domain":"input_number","service":"set_value","data":"{\"entity_id\":\"input_number.all_shades, input_number.kitchen_shade, input_number.side_shade, input_number.patio_shade\",\"value\":\"{{payload}}\"}","mergecontext":"","output_location":"payload","output_location_type":"msg","x":980,"y":1580,"wires":[[]]},{"id":"b9bc9471.376198","type":"api-call-service","z":"1d226f17.2a7161","name":"Set Slider","server":"a6d7ccd5.9cc23","service_domain":"input_number","service":"set_value","data":"{\"entity_id\":\"input_number.all_shades, input_number.kitchen_shade, input_number.side_shade, input_number.patio_shade\",\"value\":\"{{payload}}\"}","mergecontext":"","output_location":"payload","output_location_type":"msg","x":980,"y":1620,"wires":[[]]},{"id":"b00c2889.efcb18","type":"range","z":"1d226f17.2a7161","minin":"0","maxin":"100","minout":"100","maxout":"0","action":"scale","round":false,"property":"payload","name":"","x":680,"y":1680,"wires":[["f54d0e53.8d39"]]},{"id":"7f8b1aec.f7baa4","type":"server-state-changed","z":"1d226f17.2a7161","name":"Set Cover Position","server":"a6d7ccd5.9cc23","entityidfilter":"input_number.all_shades_set_cover","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"str","halt_if_compare":"is","outputs":1,"output_only_on_state_change":true,"x":170,"y":1800,"wires":[["2b0091c9.e4884e"]]},{"id":"2b0091c9.e4884e","type":"range","z":"1d226f17.2a7161","minin":"0","maxin":"100","minout":"100","maxout":"0","action":"scale","round":false,"property":"payload","name":"","x":140,"y":1760,"wires":[["f8d00f58.be8c5"]]},{"id":"f8d00f58.be8c5","type":"change","z":"1d226f17.2a7161","name":"","rules":[{"t":"move","p":"payload","pt":"msg","to":"bri","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":170,"y":1720,"wires":[["1eedd11a.1cf86f"]]},{"id":"b3901352.f7c9d","type":"bigtimer","z":"1d226f17.2a7161","outtopic":"","outpayload1":"on","outpayload2":"off","name":"Raise Sunshades at sunset","comment":"","lat":"33.487120","lon":"-111.667448","starttime":"5004","endtime":"1410","startoff":"0","endoff":"0","startoff2":"","endoff2":"","offs":0,"outtext1":"on","outtext2":"off","timeout":1440,"sun":true,"mon":true,"tue":true,"wed":true,"thu":true,"fri":true,"sat":true,"jan":true,"feb":true,"mar":true,"apr":true,"may":true,"jun":true,"jul":true,"aug":true,"sep":true,"oct":true,"nov":true,"dec":true,"day1":0,"month1":0,"day2":0,"month2":0,"day3":0,"month3":0,"day4":0,"month4":0,"day5":0,"month5":0,"day6":0,"month6":0,"d1":0,"w1":0,"d2":0,"w2":0,"d3":0,"w3":0,"d4":0,"w4":0,"d5":0,"w5":0,"d6":0,"w6":0,"xday1":0,"xmonth1":0,"xday2":0,"xmonth2":0,"xday3":0,"xmonth3":0,"xday4":0,"xmonth4":0,"xday5":0,"xmonth5":0,"xday6":0,"xmonth6":0,"xd1":0,"xw1":0,"xd2":0,"xw2":0,"xd3":0,"xw3":0,"xd4":0,"xw4":0,"xd5":0,"xw5":0,"xd6":0,"xw6":0,"suspend":false,"random":false,"repeat":false,"atstart":false,"odd":false,"even":false,"x":160,"y":1500,"wires":[["58760dc1.30dbb4","a4727622.d455c8"],[],[]]},{"id":"58760dc1.30dbb4","type":"switch","z":"1d226f17.2a7161","name":"on/off","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"on","vt":"str"},{"t":"eq","v":"off","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":370,"y":1500,"wires":[["ede11d4b.f5fef"],[]]},{"id":"e1771818.8b2748","type":"server-state-changed","z":"1d226f17.2a7161","name":"input_number.side_shade","server":"a6d7ccd5.9cc23","entityidfilter":"input_number.side_shade","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"num","halt_if_compare":"is","outputs":1,"output_only_on_state_change":true,"x":170,"y":500,"wires":[["6db20db4.be3754"]]},{"id":"6db20db4.be3754","type":"switch","z":"1d226f17.2a7161","name":"0 or 100% ","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"100","vt":"num"},{"t":"eq","v":"0","vt":"num"}],"checkall":"true","repair":false,"outputs":2,"x":390,"y":500,"wires":[["bdb07fc7.5872a"],["55d1237c.4f8f2c"]]},{"id":"bdb07fc7.5872a","type":"function","z":"1d226f17.2a7161","name":"shadesetting=0","func":"flow.set('shadesetting',0);\nreturn msg;","outputs":1,"noerr":0,"x":580,"y":480,"wires":[[]]},{"id":"55d1237c.4f8f2c","type":"function","z":"1d226f17.2a7161","name":"shadesetting=100","func":"flow.set('shadesetting',100);\nreturn msg;","outputs":1,"noerr":0,"x":590,"y":520,"wires":[[]]},{"id":"a586f913.60c598","type":"server-state-changed","z":"1d226f17.2a7161","name":"input_number.patio_shade","server":"a6d7ccd5.9cc23","entityidfilter":"input_number.patio_shade","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"num","halt_if_compare":"is","outputs":1,"output_only_on_state_change":true,"x":190,"y":960,"wires":[["397dffae.5c73b"]]},{"id":"397dffae.5c73b","type":"switch","z":"1d226f17.2a7161","name":"0 or 100% ","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"100","vt":"num"},{"t":"eq","v":"0","vt":"num"}],"checkall":"true","repair":false,"outputs":2,"x":390,"y":960,"wires":[["a34a57ad.d2aec8"],["d410d6a4.1449b8"]]},{"id":"291638d3.4227c8","type":"server-state-changed","z":"1d226f17.2a7161","name":"input_number.all_shades","server":"a6d7ccd5.9cc23","entityidfilter":"input_number.all_shades","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"num","halt_if_compare":"is","outputs":1,"output_only_on_state_change":true,"x":190,"y":1860,"wires":[["4866b145.b33d"]]},{"id":"4866b145.b33d","type":"switch","z":"1d226f17.2a7161","name":"0 or 100% ","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"100","vt":"num"},{"t":"eq","v":"0","vt":"num"}],"checkall":"true","repair":false,"outputs":2,"x":390,"y":1860,"wires":[["2e250179.e2597e"],["bbd1f5a2.abc638"]]},{"id":"d410d6a4.1449b8","type":"function","z":"1d226f17.2a7161","name":"westshadesetting=100","func":"flow.set('westshadesetting',100);\nreturn msg;","outputs":1,"noerr":0,"x":600,"y":980,"wires":[[]]},{"id":"a34a57ad.d2aec8","type":"function","z":"1d226f17.2a7161","name":"westshadesetting=0","func":"flow.set('westshadesetting',0);\nreturn msg;","outputs":1,"noerr":0,"x":600,"y":940,"wires":[[]]},{"id":"d43e6f18.c8e2c","type":"server-state-changed","z":"1d226f17.2a7161","name":"input_number.kitchen_shade","server":"a6d7ccd5.9cc23","entityidfilter":"input_number.kitchen_shade","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"num","halt_if_compare":"is","outputs":1,"output_only_on_state_change":true,"x":180,"y":1380,"wires":[["6ea4e8e9.e8b398"]]},{"id":"6ea4e8e9.e8b398","type":"switch","z":"1d226f17.2a7161","name":"0 or 100% ","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"100","vt":"num"},{"t":"eq","v":"0","vt":"num"}],"checkall":"true","repair":false,"outputs":2,"x":390,"y":1380,"wires":[["127f42d4.b1fb5d"],["a6fb8998.91ad58"]]},{"id":"127f42d4.b1fb5d","type":"function","z":"1d226f17.2a7161","name":"kitchenshadesetting=0","func":"flow.set('kitchenshadesetting',0);\nreturn msg;","outputs":1,"noerr":0,"x":600,"y":1360,"wires":[[]]},{"id":"a6fb8998.91ad58","type":"function","z":"1d226f17.2a7161","name":"kitchenshadesetting=100","func":"flow.set('kitchenshadesetting',100);\nreturn msg;","outputs":1,"noerr":0,"x":610,"y":1400,"wires":[[]]},{"id":"2e250179.e2597e","type":"function","z":"1d226f17.2a7161","name":"Allshadesetting=0","func":"flow.set('allshadesetting',0);\nreturn msg;","outputs":1,"noerr":0,"x":610,"y":1840,"wires":[[]]},{"id":"bbd1f5a2.abc638","type":"function","z":"1d226f17.2a7161","name":"Allshadesetting=100","func":"flow.set('allshadesetting',100);\nreturn msg;","outputs":1,"noerr":0,"x":620,"y":1880,"wires":[[]]},{"id":"a4727622.d455c8","type":"debug","z":"1d226f17.2a7161","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":680,"y":1500,"wires":[]},{"id":"a6d7ccd5.9cc23","type":"server","z":"","name":"Home Assistant","legacy":false,"hassio":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open"}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment