domoticafacilconjota / capitulos

Copy y paste del canal
38 stars 50 forks source link

[NuevoFlow] Ajustar el brillo de las luces conforme camino en el pasillo (Modo nocturno) #58

Open AnibalVaz opened 3 years ago

AnibalVaz commented 3 years ago

LA DOMÓTICA ES ALTAMENTE ADICTIVA

luz00

Si el sensor ultrasónico detecta <2 metros, empieza encendiendo la luz1 y sube el brillo de 10 en 10 hasta el 100%, pero al llegar al 50% la luz1, se enciende la luz2 y sube el brillo de 10 en 10 hasta el 100%, pero al llegar al 50% la luz2, se enciende la luz3 y sube el brillo de 10 en 10 hasta el 100%, cuando la luz2 llega al 100% empieza a bajar el brillo de la luz1 de 20 en 20 hasta 0%, y cuando la luz3 llega al 100% empieza a bajar el brillo de la luz2 de 20 en 20 hasta cero, y cuando la luz2 esta en 0% empieza a bajar el brillo de la luz3, de 20 en 20 hasta 0%.

luz0

Si el sensor ultrasónico detecta >2 metros... lo mismo, pero ahora cambia el orden la primera seria luz3, luego luz2 y al final luz1, lo hice de una forma fea pero funcional, por que no he podido crear un ciclo for dentro de Node- RED, sigo intentando crearlo con los nodos:

Pero no paso de activar el looptimer con el ultrasonico y nunca incrementa.

Notas del autor Me podrías enseñar a crear un ciclo for en Node-RED, o alguna sugerencia para hacer esto mismo pero con una programación mas eficiente. Saludos desde Zitácuaro, Michoacán. México.

[{"id":"91708f40.ebd66","type":"tab","label":"NOCTURNO_PRUEBA","disabled":false,"info":""},{"id":"27f6fe72.df19f2","type":"server-state-changed","z":"91708f40.ebd66","name":"u1_hab1","server":"e5a4a369.9301b","version":1,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"sensor.ultrasonico_1_hab1","entityidfiltertype":"exact","outputinitially":false,"state_type":"num","haltifstate":"","halt_if_type":"str","halt_if_compare":"is","outputs":1,"output_only_on_state_change":true,"for":0,"forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"x":200,"y":1380,"wires":[["f4abdb53.9b5938"]]},{"id":"f4abdb53.9b5938","type":"switch","z":"91708f40.ebd66","name":"","property":"payload","propertyType":"msg","rules":[{"t":"lt","v":"2.00","vt":"num"},{"t":"gt","v":"2.00","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":350,"y":1380,"wires":[["a3d32ba9.a40b88","cef1c1ee.8650f"],["4aeefab5.cf7dd4","8242de08.2184b"]]},{"id":"a3d32ba9.a40b88","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 25}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":530,"y":1320,"wires":[["6c43b9c7.5fff88"]]},{"id":"6c43b9c7.5fff88","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":550,"y":1260,"wires":[["70775ef3.77e7a"]]},{"id":"70775ef3.77e7a","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 50}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":530,"y":1200,"wires":[["989f86dd.6e3a88"]]},{"id":"989f86dd.6e3a88","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":550,"y":1140,"wires":[["fa2b3fb1.58891"]]},{"id":"fa2b3fb1.58891","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":530,"y":1080,"wires":[["afdb82a.f3bf58"]]},{"id":"afdb82a.f3bf58","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":550,"y":1020,"wires":[["cd77f0e3.1b97c"]]},{"id":"cd77f0e3.1b97c","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":530,"y":960,"wires":[["57448322.460bac"]]},{"id":"57448322.460bac","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":550,"y":900,"wires":[["ca2a72a0.686e6"]]},{"id":"ca2a72a0.686e6","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":530,"y":840,"wires":[["48d71a81.bfb3e4"]]},{"id":"cef1c1ee.8650f","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"1","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":560,"y":1380,"wires":[["b7dbe5d9.755898","851c802d.c0112"]]},{"id":"b7dbe5d9.755898","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 25}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":790,"y":1320,"wires":[["6fa2ece8.539df4"]]},{"id":"6fa2ece8.539df4","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":810,"y":1260,"wires":[["b56144da.7ae238"]]},{"id":"b56144da.7ae238","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 50}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":790,"y":1200,"wires":[["def1f008.8579"]]},{"id":"def1f008.8579","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":810,"y":1140,"wires":[["158e20fd.27b57f"]]},{"id":"158e20fd.27b57f","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":790,"y":1080,"wires":[["eb90b641.f27558"]]},{"id":"eb90b641.f27558","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":810,"y":1020,"wires":[["3f1abf82.c9915"]]},{"id":"3f1abf82.c9915","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":790,"y":960,"wires":[["4ea08335.0720ec"]]},{"id":"4ea08335.0720ec","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":810,"y":900,"wires":[["3bed7c95.730454"]]},{"id":"3bed7c95.730454","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":790,"y":840,"wires":[["269bb19d.282fae"]]},{"id":"851c802d.c0112","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"1","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":820,"y":1380,"wires":[["b6c91579.ed92b8","8c914ec.e8b5db","f613b138.7bdfe","999a8ace.e70608"]]},{"id":"b6c91579.ed92b8","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 25}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1050,"y":1320,"wires":[["35edb382.04931c"]]},{"id":"35edb382.04931c","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1070,"y":1260,"wires":[["3ac96574.a03aba"]]},{"id":"3ac96574.a03aba","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 50}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1050,"y":1200,"wires":[["657d779d.f62498"]]},{"id":"657d779d.f62498","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1070,"y":1140,"wires":[["9b78f7bf.fb4ea8"]]},{"id":"9b78f7bf.fb4ea8","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1050,"y":1080,"wires":[["b51d5296.7c3dd"]]},{"id":"b51d5296.7c3dd","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1070,"y":1020,"wires":[["f870dbac.326258"]]},{"id":"f870dbac.326258","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1050,"y":960,"wires":[["71ac9c7a.10baf4"]]},{"id":"71ac9c7a.10baf4","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1070,"y":900,"wires":[["d45830a.25bacd"]]},{"id":"d45830a.25bacd","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1050,"y":840,"wires":[["655141ff.51d2"]]},{"id":"8c914ec.e8b5db","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"1","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1080,"y":1380,"wires":[["bbec4565.62b108"]]},{"id":"f613b138.7bdfe","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"2","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1080,"y":1440,"wires":[["2b60bb64.e80e84"]]},{"id":"999a8ace.e70608","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"3","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1080,"y":1500,"wires":[["ec7a5f5a.cab9c"]]},{"id":"63d49135.07558","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":530,"y":720,"wires":[["cd629046.2b4ef"]]},{"id":"cd629046.2b4ef","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":550,"y":660,"wires":[["7f210fa3.af926"]]},{"id":"7f210fa3.af926","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 125}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":530,"y":600,"wires":[["85bd5070.77701"]]},{"id":"85bd5070.77701","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":550,"y":540,"wires":[["5ee12f49.9b3aa"]]},{"id":"5ee12f49.9b3aa","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 150}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":530,"y":480,"wires":[["18650b87.59cd24"]]},{"id":"18650b87.59cd24","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":550,"y":420,"wires":[["103650ae.5477ef"]]},{"id":"103650ae.5477ef","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 175}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":530,"y":360,"wires":[["52dd8fde.b86c3"]]},{"id":"48d71a81.bfb3e4","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":550,"y":780,"wires":[["63d49135.07558"]]},{"id":"e72171ea.37ab6","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 200}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":530,"y":240,"wires":[[]]},{"id":"52dd8fde.b86c3","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":550,"y":300,"wires":[["e72171ea.37ab6"]]},{"id":"1ceb5a9.eadb4a5","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":790,"y":720,"wires":[["f926379a.93aa48"]]},{"id":"f926379a.93aa48","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":810,"y":660,"wires":[["17251be0.84a624"]]},{"id":"17251be0.84a624","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 125}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":790,"y":600,"wires":[["2ff52584.bd085a"]]},{"id":"2ff52584.bd085a","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":810,"y":540,"wires":[["3ee6520d.2dfa0e"]]},{"id":"3ee6520d.2dfa0e","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 150}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":790,"y":480,"wires":[["fd6379d8.e2aa28"]]},{"id":"fd6379d8.e2aa28","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":810,"y":420,"wires":[["15dfd9ad.9f4726"]]},{"id":"15dfd9ad.9f4726","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 175}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":790,"y":360,"wires":[["60ba55ae.36167c"]]},{"id":"269bb19d.282fae","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":810,"y":780,"wires":[["1ceb5a9.eadb4a5"]]},{"id":"90ead747.cc62d8","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 200}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":790,"y":240,"wires":[[]]},{"id":"60ba55ae.36167c","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":810,"y":300,"wires":[["90ead747.cc62d8"]]},{"id":"cfc5c87f.5a9f78","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1050,"y":720,"wires":[["b50dbe35.2fdb1"]]},{"id":"b50dbe35.2fdb1","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1070,"y":660,"wires":[["2a217aa2.a841c6"]]},{"id":"2a217aa2.a841c6","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 125}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1050,"y":600,"wires":[["6a3d23ea.b9149c"]]},{"id":"6a3d23ea.b9149c","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1070,"y":540,"wires":[["991493b2.78c14"]]},{"id":"991493b2.78c14","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 150}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1050,"y":480,"wires":[["686e6337.26e74c"]]},{"id":"686e6337.26e74c","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1070,"y":420,"wires":[["6ccd0f99.b8c1a"]]},{"id":"6ccd0f99.b8c1a","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 175}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1050,"y":360,"wires":[["f04e9374.17114"]]},{"id":"655141ff.51d2","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1070,"y":780,"wires":[["cfc5c87f.5a9f78"]]},{"id":"2f1c584d.d10998","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 200}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1050,"y":240,"wires":[[]]},{"id":"f04e9374.17114","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1070,"y":300,"wires":[["2f1c584d.d10998"]]},{"id":"1a65c101.cd004f","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 25}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1410,"y":240,"wires":[[]]},{"id":"913a2756.7a1098","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1430,"y":1260,"wires":[["a41f9851.b0c4e8"]]},{"id":"8baac602.5f20e8","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 50}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1410,"y":360,"wires":[["357914c5.36eb1c"]]},{"id":"83c05540.3d0bc8","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1410,"y":480,"wires":[["dc0c699a.61c768"]]},{"id":"fc764773.45d818","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1410,"y":600,"wires":[["8b4364d8.507fc8"]]},{"id":"5c75dea5.3efce","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1410,"y":720,"wires":[["9a51ec0f.4b9e9"]]},{"id":"d118947.473d668","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1410,"y":840,"wires":[["7aff1938.446dd8"]]},{"id":"3c2b824a.46dc5e","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 125}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1410,"y":960,"wires":[["e7dc43f0.fca1c"]]},{"id":"b06e8ce6.c88a9","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 150}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1410,"y":1080,"wires":[["1952ef34.44b251"]]},{"id":"a41f9851.b0c4e8","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 175}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1410,"y":1200,"wires":[["155be70b.2c2b49"]]},{"id":"bbec4565.62b108","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 200}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1410,"y":1320,"wires":[["913a2756.7a1098"]]},{"id":"155be70b.2c2b49","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1430,"y":1140,"wires":[["b06e8ce6.c88a9"]]},{"id":"1952ef34.44b251","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1430,"y":1020,"wires":[["3c2b824a.46dc5e"]]},{"id":"e7dc43f0.fca1c","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1430,"y":900,"wires":[["d118947.473d668"]]},{"id":"7aff1938.446dd8","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1430,"y":780,"wires":[["5c75dea5.3efce"]]},{"id":"9a51ec0f.4b9e9","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1430,"y":660,"wires":[["fc764773.45d818"]]},{"id":"8b4364d8.507fc8","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1430,"y":540,"wires":[["83c05540.3d0bc8"]]},{"id":"dc0c699a.61c768","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1430,"y":420,"wires":[["8baac602.5f20e8"]]},{"id":"357914c5.36eb1c","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1430,"y":300,"wires":[["1a65c101.cd004f"]]},{"id":"d4c819ff.721528","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 25}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1690,"y":240,"wires":[[]]},{"id":"8ecf0b22.5deba8","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1710,"y":1260,"wires":[["d9e5a76c.1be7c8"]]},{"id":"3bacd2c4.1c2d9e","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 50}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1690,"y":360,"wires":[["44276221.6c5eac"]]},{"id":"b75c7e04.c89e3","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1690,"y":480,"wires":[["97558502.b27e08"]]},{"id":"46a31195.6152f","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1690,"y":600,"wires":[["c32a8e32.9d776"]]},{"id":"a747ecad.caafb","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1690,"y":720,"wires":[["d55be9f2.76d9d8"]]},{"id":"f8e1c832.11a9d8","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1690,"y":840,"wires":[["f415a04.a8c946"]]},{"id":"2c9390e7.3ea39","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 125}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1690,"y":960,"wires":[["233cbf30.0ea47"]]},{"id":"408ce72a.bd1ea8","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 150}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1690,"y":1080,"wires":[["2da1e740.5c4d48"]]},{"id":"d9e5a76c.1be7c8","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 175}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1690,"y":1200,"wires":[["9905f2d7.68293"]]},{"id":"2b60bb64.e80e84","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 200}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1690,"y":1320,"wires":[["8ecf0b22.5deba8"]]},{"id":"9905f2d7.68293","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1710,"y":1140,"wires":[["408ce72a.bd1ea8"]]},{"id":"2da1e740.5c4d48","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1710,"y":1020,"wires":[["2c9390e7.3ea39"]]},{"id":"233cbf30.0ea47","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1710,"y":900,"wires":[["f8e1c832.11a9d8"]]},{"id":"f415a04.a8c946","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1710,"y":780,"wires":[["a747ecad.caafb"]]},{"id":"d55be9f2.76d9d8","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1710,"y":660,"wires":[["46a31195.6152f"]]},{"id":"c32a8e32.9d776","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1710,"y":540,"wires":[["b75c7e04.c89e3"]]},{"id":"97558502.b27e08","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1710,"y":420,"wires":[["3bacd2c4.1c2d9e"]]},{"id":"44276221.6c5eac","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1710,"y":300,"wires":[["d4c819ff.721528"]]},{"id":"909dc2ac.7634c","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 25}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1970,"y":240,"wires":[[]]},{"id":"20345a65.004256","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1990,"y":1260,"wires":[["137d5840.a14268"]]},{"id":"cb4f7cf8.02294","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 50}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1970,"y":360,"wires":[["54e0c238.7e1dac"]]},{"id":"a7f73c99.70e7c","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1970,"y":480,"wires":[["cb9bedb7.94d9a"]]},{"id":"398844ab.26dd1c","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1970,"y":600,"wires":[["5496943.f2ee66c"]]},{"id":"9fc2a203.db676","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1970,"y":720,"wires":[["19465703.455e09"]]},{"id":"fdc76cb7.1deac","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1970,"y":840,"wires":[["bd7377b1.445e28"]]},{"id":"5efbbc7a.9d8c24","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 125}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1970,"y":960,"wires":[["251a3e9b.fb1692"]]},{"id":"525cbde3.6e1c84","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 150}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1970,"y":1080,"wires":[["40e9930a.9f765c"]]},{"id":"137d5840.a14268","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 175}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1970,"y":1200,"wires":[["286381af.a18f5e"]]},{"id":"ec7a5f5a.cab9c","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 200}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1970,"y":1320,"wires":[["20345a65.004256"]]},{"id":"286381af.a18f5e","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1990,"y":1140,"wires":[["525cbde3.6e1c84"]]},{"id":"40e9930a.9f765c","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1990,"y":1020,"wires":[["5efbbc7a.9d8c24"]]},{"id":"251a3e9b.fb1692","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1990,"y":900,"wires":[["fdc76cb7.1deac"]]},{"id":"bd7377b1.445e28","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1990,"y":780,"wires":[["9fc2a203.db676"]]},{"id":"19465703.455e09","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1990,"y":660,"wires":[["398844ab.26dd1c"]]},{"id":"5496943.f2ee66c","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1990,"y":540,"wires":[["a7f73c99.70e7c"]]},{"id":"cb9bedb7.94d9a","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1990,"y":420,"wires":[["cb4f7cf8.02294"]]},{"id":"54e0c238.7e1dac","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1990,"y":300,"wires":[["909dc2ac.7634c"]]},{"id":"6d7ed4d.dda802c","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 25}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3030,"y":1800,"wires":[["2024215.bc00cde"]]},{"id":"2024215.bc00cde","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3050,"y":1740,"wires":[["c5b71782.ffbe48"]]},{"id":"c5b71782.ffbe48","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 50}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3030,"y":1680,"wires":[["af2570d1.7167e"]]},{"id":"af2570d1.7167e","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3050,"y":1620,"wires":[["51870c76.d93574"]]},{"id":"51870c76.d93574","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3030,"y":1560,"wires":[["f074c21d.bd0f3"]]},{"id":"f074c21d.bd0f3","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3050,"y":1500,"wires":[["c1dcb2c0.9c7c2"]]},{"id":"c1dcb2c0.9c7c2","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3030,"y":1440,"wires":[["ff8edd9c.4ddc6"]]},{"id":"ff8edd9c.4ddc6","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3050,"y":1380,"wires":[["7e1da081.2183f"]]},{"id":"7e1da081.2183f","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3030,"y":1320,"wires":[["86b9acdf.e0c2"]]},{"id":"8242de08.2184b","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"1","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2540,"y":1860,"wires":[["de3e0a44.e3d788","192cbf8b.80eb1"]]},{"id":"de3e0a44.e3d788","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 25}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2770,"y":1800,"wires":[["fd4c0a8.40a10f8"]]},{"id":"fd4c0a8.40a10f8","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2790,"y":1740,"wires":[["67590f6e.0001e"]]},{"id":"67590f6e.0001e","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 50}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2770,"y":1680,"wires":[["3d8828aa.ce1e48"]]},{"id":"3d8828aa.ce1e48","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2790,"y":1620,"wires":[["b2e399d0.b24348"]]},{"id":"b2e399d0.b24348","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2770,"y":1560,"wires":[["21a53d5e.7bf232"]]},{"id":"21a53d5e.7bf232","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2790,"y":1500,"wires":[["6e2e1bfb.63bf94"]]},{"id":"6e2e1bfb.63bf94","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2770,"y":1440,"wires":[["d52ea135.7611f"]]},{"id":"d52ea135.7611f","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2790,"y":1380,"wires":[["94f7b65.95e8b48"]]},{"id":"94f7b65.95e8b48","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2770,"y":1320,"wires":[["c700797c.1d04b8"]]},{"id":"192cbf8b.80eb1","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"1","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2800,"y":1860,"wires":[["a3476974.8d0698","11debc10.850004","3bd91f13.454d2"]]},{"id":"4aeefab5.cf7dd4","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 25}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2490,"y":1800,"wires":[["dd9bbd1c.d607e"]]},{"id":"dd9bbd1c.d607e","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2510,"y":1740,"wires":[["3bad52a.9bf73ae"]]},{"id":"3bad52a.9bf73ae","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 50}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2490,"y":1680,"wires":[["d88adc0d.7f2b7"]]},{"id":"d88adc0d.7f2b7","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2510,"y":1620,"wires":[["17779f99.787e8"]]},{"id":"17779f99.787e8","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2490,"y":1560,"wires":[["ceecec02.54a3e"]]},{"id":"ceecec02.54a3e","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2510,"y":1500,"wires":[["879928bc.7cd688"]]},{"id":"879928bc.7cd688","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2490,"y":1440,"wires":[["ac0df3cb.4419e"]]},{"id":"ac0df3cb.4419e","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2510,"y":1380,"wires":[["b552b13d.d7aca"]]},{"id":"b552b13d.d7aca","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2490,"y":1320,"wires":[["66545dd2.f26554"]]},{"id":"a3476974.8d0698","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"1","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3060,"y":1860,"wires":[["ddef90c0.38aa6"]]},{"id":"11debc10.850004","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"2","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3060,"y":1920,"wires":[["ff6a2051.06ad1"]]},{"id":"3bd91f13.454d2","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"3","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3060,"y":1980,"wires":[["6a191cbf.8ecf54"]]},{"id":"f6a62db9.4c912","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3030,"y":1200,"wires":[["7e4d9366.e740fc"]]},{"id":"7e4d9366.e740fc","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3050,"y":1140,"wires":[["3e57f96e.39afb6"]]},{"id":"3e57f96e.39afb6","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 125}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3030,"y":1080,"wires":[["ac7f73d9.1df43"]]},{"id":"ac7f73d9.1df43","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3050,"y":1020,"wires":[["37e4354c.62094a"]]},{"id":"37e4354c.62094a","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 150}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3030,"y":960,"wires":[["8b4b1622.14efc8"]]},{"id":"8b4b1622.14efc8","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3050,"y":900,"wires":[["624173be.79dbcc"]]},{"id":"624173be.79dbcc","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 175}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3030,"y":840,"wires":[["4070744c.e2aeac"]]},{"id":"86b9acdf.e0c2","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3050,"y":1260,"wires":[["f6a62db9.4c912"]]},{"id":"e0d86408.60b9f8","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 200}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3030,"y":720,"wires":[[]]},{"id":"4070744c.e2aeac","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3050,"y":780,"wires":[["e0d86408.60b9f8"]]},{"id":"bdf1083a.f49f68","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2770,"y":1200,"wires":[["cb9d426c.6ce4a"]]},{"id":"cb9d426c.6ce4a","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2790,"y":1140,"wires":[["d4e40545.3c0418"]]},{"id":"d4e40545.3c0418","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 125}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2770,"y":1080,"wires":[["7cdd54c7.cb5b6c"]]},{"id":"7cdd54c7.cb5b6c","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2790,"y":1020,"wires":[["214fa713.cbf578"]]},{"id":"214fa713.cbf578","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 150}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2770,"y":960,"wires":[["4f8d5224.ef910c"]]},{"id":"4f8d5224.ef910c","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2790,"y":900,"wires":[["357f14b8.462ecc"]]},{"id":"357f14b8.462ecc","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 175}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2770,"y":840,"wires":[["f3200ebb.989f2"]]},{"id":"c700797c.1d04b8","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2790,"y":1260,"wires":[["bdf1083a.f49f68"]]},{"id":"69e5ff37.cbf1e","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 200}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2770,"y":720,"wires":[[]]},{"id":"f3200ebb.989f2","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2790,"y":780,"wires":[["69e5ff37.cbf1e"]]},{"id":"783cbdc6.79c564","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2490,"y":1200,"wires":[["a5b1445d.b5b418"]]},{"id":"a5b1445d.b5b418","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2510,"y":1140,"wires":[["1008919b.fa053e"]]},{"id":"1008919b.fa053e","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 125}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2490,"y":1080,"wires":[["de722ed7.b8d16"]]},{"id":"de722ed7.b8d16","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2510,"y":1020,"wires":[["5f0a2b23.82dc94"]]},{"id":"5f0a2b23.82dc94","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 150}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2490,"y":960,"wires":[["180ac533.ccf60b"]]},{"id":"180ac533.ccf60b","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2510,"y":900,"wires":[["977283a1.4d29e"]]},{"id":"977283a1.4d29e","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 175}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2490,"y":840,"wires":[["4afda609.723cb8"]]},{"id":"66545dd2.f26554","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2510,"y":1260,"wires":[["783cbdc6.79c564"]]},{"id":"28f741b4.7ad74e","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 200}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2490,"y":720,"wires":[[]]},{"id":"4afda609.723cb8","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"200","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2510,"y":780,"wires":[["28f741b4.7ad74e"]]},{"id":"f122f326.5f282","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 25}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3950,"y":720,"wires":[[]]},{"id":"f22d16a.ec904e8","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3970,"y":1740,"wires":[["473e1fba.c7107"]]},{"id":"ce216663.4c14f8","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 50}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3950,"y":840,"wires":[["2a88c877.c5fe88"]]},{"id":"60280217.a291bc","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3950,"y":960,"wires":[["461aee95.42576"]]},{"id":"c0cfaedd.cc6bb","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3950,"y":1080,"wires":[["57ea6da2.75b674"]]},{"id":"8af4ea54.9b38c8","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3950,"y":1200,"wires":[["5bb4bc22.2fdff4"]]},{"id":"54c59a3e.a93174","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3950,"y":1320,"wires":[["dcb84268.0fb7f"]]},{"id":"e862186c.bdabf8","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 125}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3950,"y":1440,"wires":[["97c91191.b97f7"]]},{"id":"725b6d9e.8707d4","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 150}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3950,"y":1560,"wires":[["78871c6b.78b944"]]},{"id":"473e1fba.c7107","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 175}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3950,"y":1680,"wires":[["27e68616.5b40aa"]]},{"id":"6a191cbf.8ecf54","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_1_hab1","data":"{ \"brightness\": 200}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3950,"y":1800,"wires":[["f22d16a.ec904e8"]]},{"id":"27e68616.5b40aa","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3970,"y":1620,"wires":[["725b6d9e.8707d4"]]},{"id":"78871c6b.78b944","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3970,"y":1500,"wires":[["e862186c.bdabf8"]]},{"id":"97c91191.b97f7","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3970,"y":1380,"wires":[["54c59a3e.a93174"]]},{"id":"dcb84268.0fb7f","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3970,"y":1260,"wires":[["8af4ea54.9b38c8"]]},{"id":"5bb4bc22.2fdff4","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3970,"y":1140,"wires":[["c0cfaedd.cc6bb"]]},{"id":"57ea6da2.75b674","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3970,"y":1020,"wires":[["60280217.a291bc"]]},{"id":"461aee95.42576","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3970,"y":900,"wires":[["ce216663.4c14f8"]]},{"id":"2a88c877.c5fe88","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3970,"y":780,"wires":[["f122f326.5f282"]]},{"id":"c3521b5f.bcc5d8","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 25}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3670,"y":720,"wires":[[]]},{"id":"12b691f7.c5b56e","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3690,"y":1740,"wires":[["dc6f19e3.6606c8"]]},{"id":"efeb9a7c.2f04a8","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 50}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3670,"y":840,"wires":[["665c1622.894d28"]]},{"id":"355b8f90.d8998","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3670,"y":960,"wires":[["e4309b55.7b0648"]]},{"id":"633a5ba.01865a4","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3670,"y":1080,"wires":[["929b62be.aa5f5"]]},{"id":"f2a04783.9e47e8","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3670,"y":1200,"wires":[["dc0445f1.7a0288"]]},{"id":"da876a5c.4f5cb8","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3670,"y":1320,"wires":[["11813ce5.861bf3"]]},{"id":"26486c1d.b86354","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 125}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3670,"y":1440,"wires":[["352e682e.72eb38"]]},{"id":"b8659ef.86bd26","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 150}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3670,"y":1560,"wires":[["56e4abb9.c93c14"]]},{"id":"dc6f19e3.6606c8","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 175}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3670,"y":1680,"wires":[["751edeac.c2ce6"]]},{"id":"ff6a2051.06ad1","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_2_hab1","data":"{ \"brightness\": 200}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3670,"y":1800,"wires":[["12b691f7.c5b56e"]]},{"id":"751edeac.c2ce6","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3690,"y":1620,"wires":[["b8659ef.86bd26"]]},{"id":"56e4abb9.c93c14","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3690,"y":1500,"wires":[["26486c1d.b86354"]]},{"id":"352e682e.72eb38","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3690,"y":1380,"wires":[["da876a5c.4f5cb8"]]},{"id":"11813ce5.861bf3","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3690,"y":1260,"wires":[["f2a04783.9e47e8"]]},{"id":"dc0445f1.7a0288","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3690,"y":1140,"wires":[["633a5ba.01865a4"]]},{"id":"929b62be.aa5f5","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3690,"y":1020,"wires":[["355b8f90.d8998"]]},{"id":"e4309b55.7b0648","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3690,"y":900,"wires":[["efeb9a7c.2f04a8"]]},{"id":"665c1622.894d28","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3690,"y":780,"wires":[["c3521b5f.bcc5d8"]]},{"id":"4e5d1799.155a68","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 25}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3390,"y":720,"wires":[[]]},{"id":"645f9299.58aecc","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3410,"y":1740,"wires":[["1f2d6fec.01391"]]},{"id":"6764b89b.64ec48","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 50}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3390,"y":840,"wires":[["331538aa.979c68"]]},{"id":"560fb2ab.13229c","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3390,"y":960,"wires":[["7f55ba83.0c7a04"]]},{"id":"916e7140.79593","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3390,"y":1080,"wires":[["18a5e91e.d88697"]]},{"id":"4f670b10.bdefc4","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 75}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3390,"y":1200,"wires":[["26b5ab71.477314"]]},{"id":"791dad4e.b05264","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 100}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3390,"y":1320,"wires":[["b0e89f0d.c5daf"]]},{"id":"4874c4fc.d47e3c","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 125}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3390,"y":1440,"wires":[["2e6a6f73.ea5aa"]]},{"id":"a2c9ed27.9e6e7","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 150}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3390,"y":1560,"wires":[["18398a94.fbc655"]]},{"id":"1f2d6fec.01391","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 175}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3390,"y":1680,"wires":[["8fdfcc9a.aac5f"]]},{"id":"ddef90c0.38aa6","type":"api-call-service","z":"91708f40.ebd66","name":"","server":"e5a4a369.9301b","version":1,"debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.luz_atenuada_3_hab1","data":"{ \"brightness\": 200}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":3390,"y":1800,"wires":[["645f9299.58aecc"]]},{"id":"8fdfcc9a.aac5f","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3410,"y":1620,"wires":[["a2c9ed27.9e6e7"]]},{"id":"18398a94.fbc655","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3410,"y":1500,"wires":[["4874c4fc.d47e3c"]]},{"id":"2e6a6f73.ea5aa","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3410,"y":1380,"wires":[["791dad4e.b05264"]]},{"id":"b0e89f0d.c5daf","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3410,"y":1260,"wires":[["4f670b10.bdefc4"]]},{"id":"26b5ab71.477314","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3410,"y":1140,"wires":[["916e7140.79593"]]},{"id":"18a5e91e.d88697","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3410,"y":1020,"wires":[["560fb2ab.13229c"]]},{"id":"7f55ba83.0c7a04","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3410,"y":900,"wires":[["6764b89b.64ec48"]]},{"id":"331538aa.979c68","type":"delay","z":"91708f40.ebd66","name":"","pauseType":"delay","timeout":"100","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":3410,"y":780,"wires":[["4e5d1799.155a68"]]},{"id":"e5a4a369.9301b","type":"server","name":"Home Assistant","addon":true}]