Thanks for your answers.
My english is a bit rough. Sorry
In fact, today I have two methods of controlling my shutters.
- Control by push buttons. (an up button and a down button)
- an order by my phone in mqtt
In both cases I send an impulse to my arduino card.
My program detects the impulse and controls the ascent or descent of the shutter concerned.
When I am away for several days, I would have liked to schedule the opening and closing of my shutters during my absence.
An automatic mode should therefore be added.
The interface offered by "Timer in Dashboard" seems appropriate to me.
I tried to put a timer in the flow "volets" but nothing happens at the output of the "timer 1" node.
Nothing happens either at the output of the schedex node in the flow "timer in dashboard".
I'm lost
Here are all of my flow volets
[{"id":"2b700e69.140b12","type":"subflow","name":"Timer 1","info":"","category":"","in":[{"x":500,"y":320,"wires":[{"id":"518f71b3.e543c8"}]}],"out":[{"x":740,"y":320,"wires":[{"id":"518f71b3.e543c8","port":0}]}],"env":[{"name":"TimerNumber","type":"num","value":"1"},{"name":"PayloadON","type":"str","value":"VRAI"},{"name":"PayloadOFF","type":"str","value":"FAUX"}],"color":"#DDAA99"},{"id":"518f71b3.e543c8","type":"function","z":"2b700e69.140b12","name":"","func":"var x = env.get("TimerNumber"); \nvar y = env.get("PayloadON"); \nvar z = env.get("PayloadOFF"); \n\nflow.set("$parent.Timer"+x, x);\nflow.set("$parent.Payload"+x+"_on", y);\nflow.set("$parent.Timer"+x+"_off", z);\n\n\n\nmsg.payload = "Your timer " + x + " has been set";\n\nreturn msg;\n","outputs":1,"noerr":0,"x":600,"y":320,"wires":[]},{"id":"bc0ed67a.5bf018","type":"tab","label":"Volets","disabled":false,"info":"commande des volets\n"},{"id":"1cf1280e.09543","type":"mqtt out","z":"bc0ed67a.5bf018","name":"","topic":"Maison/Volet/Chambre/Montee","qos":"0","retain":"","broker":"e253a1d9.24e29","x":710,"y":100,"wires":},{"id":"82a22464.2a5a6","type":"mqtt out","z":"bc0ed67a.5bf018","name":"","topic":"Maison/Volet/Chambre/Descente","qos":"0","retain":"","broker":"e253a1d9.24e29","x":720,"y":160,"wires":},{"id":"5a834e56.4e3238","type":"ui_button","z":"bc0ed67a.5bf018","name":"","group":"4fc59ba6.81642c","order":6,"width":"2","height":"1","passthru":false,"label":"","color":"","bgcolor":"#34788F","icon":"fa-sort-down","payload":"true","payloadType":"bool","topic":"","x":90,"y":159,"wires":[["82a22464.2a5a6"]]},{"id":"41d3316e.c08ae8","type":"ui_button","z":"bc0ed67a.5bf018","name":"","group":"4fc59ba6.81642c","order":7,"width":"2","height":"1","passthru":false,"label":"","color":"#330033","bgcolor":"#DADBDD","icon":"fa-sort-up","payload":"true","payloadType":"bool","topic":"","x":90,"y":103,"wires":[["1cf1280e.09543"]]},{"id":"75a21497.48e164","type":"mqtt in","z":"bc0ed67a.5bf018","name":"","topic":"etatMonteeCh","qos":"0","broker":"e253a1d9.24e29","x":110,"y":200,"wires":[["ef7aa9e4.6acee8"]]},{"id":"39c68fe9.dcb7e8","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":8,"width":"1","height":"1","name":"","label":"","format":"<i class="fa fa-circle" style="font-size:24px;">","layout":"row-right","x":410,"y":200,"wires":},{"id":"4ccaac74.337f54","type":"mqtt in","z":"bc0ed67a.5bf018","name":"","topic":"etatDescenteCh","qos":"0","broker":"e253a1d9.24e29","x":120,"y":240,"wires":[["86dc020f.3b79"]]},{"id":"1d347333.a7c6ad","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":5,"width":"1","height":"1","name":"","label":"","format":"<i class="fa fa-circle" style="font-size:24px;">","layout":"row-left","x":410,"y":240,"wires":},{"id":"f31ff679.57b4f8","type":"ui_button","z":"bc0ed67a.5bf018","name":"","group":"4fc59ba6.81642c","order":37,"width":"2","height":"1","passthru":false,"label":"","color":"#330033","bgcolor":"#DADBDD","icon":"fa-sort-up","payload":"true","payloadType":"bool","topic":"","x":90,"y":420,"wires":[["162e78aa.afd9df"]]},{"id":"69ff2618.1c942","type":"ui_button","z":"bc0ed67a.5bf018","name":"","group":"4fc59ba6.81642c","order":36,"width":"2","height":"1","passthru":false,"label":"","color":"","bgcolor":"#34788F","icon":"fa-sort-down","payload":"true","payloadType":"bool","topic":"","x":90,"y":457,"wires":[["c39a0203.2f242"]]},{"id":"a7b4aece.b474","type":"mqtt in","z":"bc0ed67a.5bf018","name":"","topic":"etatDescenteJe","qos":"0","broker":"e253a1d9.24e29","x":120,"y":500,"wires":[["a07c7c7c.3c30c8"]]},{"id":"a6730e4d.744c6","type":"mqtt in","z":"bc0ed67a.5bf018","name":"","topic":"etatMonteeJe","qos":"0","broker":"e253a1d9.24e29","x":110,"y":540,"wires":[["34e6cbc4.2c2ddc"]]},{"id":"48bd68b1.6deed","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":35,"width":"1","height":"1","name":"","label":"","format":"<i class="fa fa-circle" style="font-size:24px;">","layout":"row-left","x":470,"y":500,"wires":},{"id":"f0f57bb9.ceb3e","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":38,"width":"1","height":"1","name":"","label":"","format":"<i class="fa fa-circle" style="font-size:24px;">","layout":"row-right","x":470,"y":540,"wires":},{"id":"162e78aa.afd9df","type":"mqtt out","z":"bc0ed67a.5bf018","name":"","topic":"Maison/Volet/Jeu/Montee","qos":"0","retain":"","broker":"e253a1d9.24e29","x":710,"y":420,"wires":},{"id":"c39a0203.2f242","type":"mqtt out","z":"bc0ed67a.5bf018","name":"","topic":"Maison/Volet/Jeu/Descente","qos":"0","retain":"","broker":"e253a1d9.24e29","x":710,"y":457,"wires":},{"id":"fbf505b3.c77ba8","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":2,"width":"3","height":"1","name":"","label":" Fermeture ","format":"","layout":"row-center","x":310,"y":20,"wires":},{"id":"5291d6e1.95d02","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":3,"width":"3","height":"1","name":"","label":" Ouverture ","format":"","layout":"row-center","x":470,"y":20,"wires":},{"id":"ef7aa9e4.6acee8","type":"function","z":"bc0ed67a.5bf018","name":"test","func":"msg.color = (msg.payload === "1")?"#24FB01":"#999999";\nreturn msg;","outputs":1,"noerr":0,"x":270,"y":200,"wires":[["39c68fe9.dcb7e8"]]},{"id":"86dc020f.3b79","type":"function","z":"bc0ed67a.5bf018","name":"test","func":"msg.color = (msg.payload === "1")?"#24FB01":"#999999";\nreturn msg;","outputs":1,"noerr":0,"x":270,"y":240,"wires":[["1d347333.a7c6ad"]]},{"id":"a07c7c7c.3c30c8","type":"function","z":"bc0ed67a.5bf018","name":"test","func":"msg.color = (msg.payload === "1")?"#24FB01":"#999999";\nreturn msg;","outputs":1,"noerr":0,"x":290,"y":500,"wires":[["48bd68b1.6deed"]]},{"id":"34e6cbc4.2c2ddc","type":"function","z":"bc0ed67a.5bf018","name":"test","func":"msg.color = (msg.payload === "1")?"#24FB01":"#999999";\nreturn msg;","outputs":1,"noerr":0,"x":290,"y":540,"wires":[["f0f57bb9.ceb3e"]]},{"id":"9e80312f.a00be","type":"ui_button","z":"bc0ed67a.5bf018","name":"","group":"4fc59ba6.81642c","order":12,"width":"2","height":"1","passthru":false,"label":"","color":"#330033","bgcolor":"#DADBDD","icon":"fa-sort-up","payload":"true","payloadType":"str","topic":"","x":90,"y":720,"wires":[["a3296386.02ebb"]]},{"id":"5e195967.46072","type":"ui_button","z":"bc0ed67a.5bf018","name":"","group":"4fc59ba6.81642c","order":11,"width":"2","height":"1","passthru":false,"label":"","color":"","bgcolor":"#34788F","icon":"fa-sort-down","payload":"true","payloadType":"str","topic":"","x":90,"y":760,"wires":[["3b41c65a.e81252"]]},{"id":"a3296386.02ebb","type":"mqtt out","z":"bc0ed67a.5bf018","name":"","topic":"Maison/Volet/Sdb/Montee","qos":"0","retain":"","broker":"e253a1d9.24e29","x":720,"y":720,"wires":},{"id":"3b41c65a.e81252","type":"mqtt out","z":"bc0ed67a.5bf018","name":"","topic":"Maison/Volet/Sdb/Descente","qos":"0","retain":"","broker":"e253a1d9.24e29","x":720,"y":760,"wires":},{"id":"a79c3b0c.85f1b","type":"mqtt in","z":"bc0ed67a.5bf018","name":"","topic":"etatDescenteSdb","qos":"0","broker":"e253a1d9.24e29","x":120,"y":800,"wires":[["75fcc32.bfcabbc"]]},{"id":"52049d4f.830a5c","type":"mqtt in","z":"bc0ed67a.5bf018","name":"","topic":"etatMonteeSdb","qos":"0","broker":"e253a1d9.24e29","x":120,"y":840,"wires":[["ec6eb96a.4b8868"]]},{"id":"75fcc32.bfcabbc","type":"function","z":"bc0ed67a.5bf018","name":"test","func":"msg.color = (msg.payload === "1")?"#24FB01":"#999999";\nreturn msg;","outputs":1,"noerr":0,"x":310,"y":800,"wires":[["158fa6c1.0b4179"]]},{"id":"ec6eb96a.4b8868","type":"function","z":"bc0ed67a.5bf018","name":"test","func":"msg.color = (msg.payload === "1")?"#24FB01":"#999999";\nreturn msg;","outputs":1,"noerr":0,"x":310,"y":840,"wires":[["136c88af.c0974f"]]},{"id":"158fa6c1.0b4179","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":10,"width":"1","height":"1","name":"","label":"","format":"<i class="fa fa-circle" style="font-size:24px;">","layout":"row-left","x":470,"y":800,"wires":},{"id":"136c88af.c0974f","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":13,"width":"1","height":"1","name":"","label":"","format":"<i class="fa fa-circle" style="font-size:24px;">","layout":"row-right","x":470,"y":840,"wires":},{"id":"7ddd86c1.2602b8","type":"ui_button","z":"bc0ed67a.5bf018","name":"","group":"4fc59ba6.81642c","order":17,"width":"2","height":"1","passthru":false,"label":"","color":"#330033","bgcolor":"#DADBDD","icon":"fa-sort-up","payload":"true","payloadType":"str","topic":"","x":110,"y":1000,"wires":[["1224429d.a3ac4d"]]},{"id":"6983a4d2.f2aac4","type":"ui_button","z":"bc0ed67a.5bf018","name":"","group":"4fc59ba6.81642c","order":16,"width":"2","height":"1","passthru":false,"label":"","color":"","bgcolor":"#34788F","icon":"fa-sort-down","payload":"true","payloadType":"str","topic":"","x":110,"y":1040,"wires":[["191aa5a.2267f5a"]]},{"id":"1224429d.a3ac4d","type":"mqtt out","z":"bc0ed67a.5bf018","name":"","topic":"Maison/Volet/Hall/Montee","qos":"0","retain":"","broker":"e253a1d9.24e29","x":740,"y":1000,"wires":},{"id":"191aa5a.2267f5a","type":"mqtt out","z":"bc0ed67a.5bf018","name":"","topic":"Maison/Volet/Hall/Descente","qos":"0","retain":"","broker":"e253a1d9.24e29","x":740,"y":1040,"wires":},{"id":"9f52ac3c.ff6f2","type":"mqtt in","z":"bc0ed67a.5bf018","name":"","topic":"etatDescenteHall","qos":"0","broker":"e253a1d9.24e29","x":140,"y":1080,"wires":[["ee20315c.aeccb8"]]},{"id":"ada15163.cd31b","type":"mqtt in","z":"bc0ed67a.5bf018","name":"","topic":"etatMonteeHall","qos":"0","broker":"e253a1d9.24e29","x":140,"y":1120,"wires":[["6f964217.9c87e4"]]},{"id":"ee20315c.aeccb8","type":"function","z":"bc0ed67a.5bf018","name":"test","func":"msg.color = (msg.payload === "1")?"#24FB01":"#999999";\nreturn msg;","outputs":1,"noerr":0,"x":330,"y":1080,"wires":[["d374c0d3.d0f2"]]},{"id":"6f964217.9c87e4","type":"function","z":"bc0ed67a.5bf018","name":"test","func":"msg.color = (msg.payload === "1")?"#24FB01":"#999999";\nreturn msg;","outputs":1,"noerr":0,"x":330,"y":1120,"wires":[["6d824e66.33ae1"]]},{"id":"d374c0d3.d0f2","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":15,"width":"1","height":"1","name":"","label":"","format":"<i class="fa fa-circle" style="font-size:24px;">","layout":"row-left","x":470,"y":1080,"wires":},{"id":"6d824e66.33ae1","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":18,"width":"1","height":"1","name":"","label":"","format":"<i class="fa fa-circle" style="font-size:24px;">","layout":"row-right","x":470,"y":1120,"wires":},{"id":"978f687d.a4f01","type":"ui_button","z":"bc0ed67a.5bf018","name":"","group":"4fc59ba6.81642c","order":22,"width":"2","height":"1","passthru":false,"label":"","color":"#330033","bgcolor":"#DADBDD","icon":"fa-sort-up","payload":"true","payloadType":"str","topic":"","x":110,"y":1260,"wires":[["5eb08f6c.d54cd8"]]},{"id":"7f94524d.07b0dc","type":"ui_button","z":"bc0ed67a.5bf018","name":"","group":"4fc59ba6.81642c","order":21,"width":"2","height":"1","passthru":false,"label":"","color":"","bgcolor":"#34788F","icon":"fa-sort-down","payload":"true","payloadType":"str","topic":"","x":110,"y":1300,"wires":[["fba1b2a4.41a9e8"]]},{"id":"5eb08f6c.d54cd8","type":"mqtt out","z":"bc0ed67a.5bf018","name":"","topic":"Maison/Volet/Cuisine/Montee","qos":"0","retain":"","broker":"e253a1d9.24e29","x":740,"y":1260,"wires":},{"id":"fba1b2a4.41a9e8","type":"mqtt out","z":"bc0ed67a.5bf018","name":"","topic":"Maison/Volet/Cuisine/Descente","qos":"","retain":"","broker":"e253a1d9.24e29","x":750,"y":1300,"wires":},{"id":"ef18b097.caf7a","type":"mqtt in","z":"bc0ed67a.5bf018","name":"","topic":"etatDescenteCuisine","qos":"0","broker":"e253a1d9.24e29","x":160,"y":1340,"wires":[["416d39.1d314ac8"]]},{"id":"c25df915.87091","type":"mqtt in","z":"bc0ed67a.5bf018","name":"","topic":"etatMonteeCuisine","qos":"0","broker":"e253a1d9.24e29","x":150,"y":1380,"wires":[["b20eb74f.5d9098"]]},{"id":"416d39.1d314ac8","type":"function","z":"bc0ed67a.5bf018","name":"test","func":"msg.color = (msg.payload === "1")?"#24FB01":"#999999";\nreturn msg;","outputs":1,"noerr":0,"x":350,"y":1340,"wires":[["94c45239.752ab8"]]},{"id":"b20eb74f.5d9098","type":"function","z":"bc0ed67a.5bf018","name":"test","func":"msg.color = (msg.payload === "1")?"#24FB01":"#999999";\nreturn msg;","outputs":1,"noerr":0,"x":350,"y":1380,"wires":[["1d8a9654.0a7caa"]]},{"id":"94c45239.752ab8","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":20,"width":"1","height":"1","name":"","label":"","format":"<i class="fa fa-circle" style="font-size:24px;">","layout":"row-left","x":530,"y":1340,"wires":},{"id":"1d8a9654.0a7caa","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":23,"width":"1","height":"1","name":"","label":"","format":"<i class="fa fa-circle" style="font-size:24px;">","layout":"row-right","x":530,"y":1380,"wires":},{"id":"28fcd00f.dfdc98","type":"ui_button","z":"bc0ed67a.5bf018","name":"","group":"4fc59ba6.81642c","order":27,"width":"2","height":"1","passthru":false,"label":"","color":"#330033","bgcolor":"#DADBDD","icon":"fa-sort-up","payload":"true","payloadType":"str","topic":"","x":110,"y":1540,"wires":[["f79ef0a9.099fd"]]},{"id":"24430d28.70f9ea","type":"ui_button","z":"bc0ed67a.5bf018","name":"","group":"4fc59ba6.81642c","order":26,"width":"2","height":"1","passthru":false,"label":"","color":"","bgcolor":"#34788F","icon":"fa-sort-down","payload":"true","payloadType":"str","topic":"","x":110,"y":1580,"wires":[["5ffe221f.3e143c"]]},{"id":"f79ef0a9.099fd","type":"mqtt out","z":"bc0ed67a.5bf018","name":"","topic":"Maison/Volet/Salle/Montee","qos":"0","retain":"","broker":"e253a1d9.24e29","x":740,"y":1540,"wires":},{"id":"5ffe221f.3e143c","type":"mqtt out","z":"bc0ed67a.5bf018","name":"","topic":"Maison/Volet/Salle/Descente","qos":"0","retain":"","broker":"e253a1d9.24e29","x":740,"y":1580,"wires":},{"id":"95e83f8e.4e51c8","type":"mqtt in","z":"bc0ed67a.5bf018","name":"","topic":"etatDescenteSalle","qos":"0","broker":"e253a1d9.24e29","x":150,"y":1620,"wires":[["57b0ecd4.1781ec"]]},{"id":"23c79a52.2fff46","type":"mqtt in","z":"bc0ed67a.5bf018","name":"","topic":"etatMonteeSalle","qos":"0","broker":"e253a1d9.24e29","x":140,"y":1660,"wires":[["3bbcf6a4.cc79aa"]]},{"id":"57b0ecd4.1781ec","type":"function","z":"bc0ed67a.5bf018","name":"test","func":"msg.color = (msg.payload === "1")?"#24FB01":"#999999";\nreturn msg;","outputs":1,"noerr":0,"x":350,"y":1620,"wires":[["ed134783.ce923"]]},{"id":"3bbcf6a4.cc79aa","type":"function","z":"bc0ed67a.5bf018","name":"test","func":"msg.color = (msg.payload === "1")?"#24FB01":"#999999";\nreturn msg;","outputs":1,"noerr":0,"x":350,"y":1660,"wires":[["807eb7eb.797d6"]]},{"id":"ed134783.ce923","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":25,"width":"1","height":"1","name":"","label":"","format":"<i class="fa fa-circle" style="font-size:24px;">","layout":"row-left","x":510,"y":1620,"wires":},{"id":"807eb7eb.797d6","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":28,"width":"1","height":"1","name":"","label":"","format":"<i class="fa fa-circle" style="font-size:24px;">","layout":"row-right","x":510,"y":1660,"wires":},{"id":"6cdb314a.3dd1e","type":"ui_button","z":"bc0ed67a.5bf018","name":"","group":"4fc59ba6.81642c","order":31,"width":"2","height":"1","passthru":false,"label":"","color":"","bgcolor":"#34788F","icon":"fa-sort-down","payload":"true","payloadType":"str","topic":"","x":110,"y":1820,"wires":[["c8dc7a74.76fb88"]]},{"id":"4d8f642.348cc9c","type":"ui_button","z":"bc0ed67a.5bf018","name":"","group":"4fc59ba6.81642c","order":32,"width":"2","height":"1","passthru":false,"label":"","color":"#330033","bgcolor":"#DADBDD","icon":"fa-sort-up","payload":"true","payloadType":"str","topic":"","x":110,"y":1780,"wires":[["2d12338b.b5499c"]]},{"id":"2d12338b.b5499c","type":"mqtt out","z":"bc0ed67a.5bf018","name":"","topic":"Maison/Volet/Salon/Montee","qos":"0","retain":"","broker":"e253a1d9.24e29","x":740,"y":1780,"wires":},{"id":"c8dc7a74.76fb88","type":"mqtt out","z":"bc0ed67a.5bf018","name":"","topic":"Maison/Volet/Salon/Descente","qos":"0","retain":"","broker":"e253a1d9.24e29","x":750,"y":1820,"wires":},{"id":"5ea2f812.653db8","type":"mqtt in","z":"bc0ed67a.5bf018","name":"","topic":"etatDescenteSalon","qos":"0","broker":"e253a1d9.24e29","x":150,"y":1860,"wires":[["f90d58e6.0743f"]]},{"id":"563a7bb1.5b56dc","type":"mqtt in","z":"bc0ed67a.5bf018","name":"","topic":"etatMonteeSalon","qos":"0","broker":"e253a1d9.24e29","x":140,"y":1900,"wires":[["ca2757ca.838068"]]},{"id":"f90d58e6.0743f","type":"function","z":"bc0ed67a.5bf018","name":"test","func":"msg.color = (msg.payload === "1")?"#24FB01":"#999999";\nreturn msg;","outputs":1,"noerr":0,"x":330,"y":1860,"wires":[["406afcdf.d00b0c"]]},{"id":"ca2757ca.838068","type":"function","z":"bc0ed67a.5bf018","name":"test","func":"msg.color = (msg.payload === "1")?"#24FB01":"#999999";\nreturn msg;","outputs":1,"noerr":0,"x":330,"y":1900,"wires":[["92ed183d.cf72f"]]},{"id":"406afcdf.d00b0c","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":30,"width":"1","height":"1","name":"","label":"","format":"<i class="fa fa-circle" style="font-size:24px;">","layout":"row-left","x":490,"y":1860,"wires":},{"id":"92ed183d.cf72f","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":33,"width":"1","height":"1","name":"","label":"","format":"<i class="fa fa-circle" style="font-size:24px;">","layout":"row-right","x":490,"y":1900,"wires":},{"id":"41b6606f.4cb318","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":1,"width":"2","height":"1","name":"","label":"Pièce","format":"{{msg.payload}}","layout":"row-center","x":610,"y":20,"wires":},{"id":"6af357c1.c0f518","type":"mqtt in","z":"bc0ed67a.5bf018","name":"","topic":"#","qos":"2","datatype":"auto","broker":"e253a1d9.24e29","x":250,"y":2020,"wires":[["9114f169.ebf1e"]]},{"id":"9114f169.ebf1e","type":"debug","z":"bc0ed67a.5bf018","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":420,"y":2020,"wires":},{"id":"b740457a.fbe1b8","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":4,"width":"2","height":"1","name":"","label":"Chambre","format":"{{msg.payload}}","layout":"row-spread","x":100,"y":60,"wires":},{"id":"7ca18a2f.2738d4","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":9,"width":"2","height":"1","name":"","label":"SdB","format":"{{msg.payload}}","layout":"row-spread","x":90,"y":680,"wires":},{"id":"86b09c34.492db","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":14,"width":"2","height":"1","name":"","label":"Hall1","format":"{{msg.payload}}","layout":"row-spread","x":110,"y":960,"wires":},{"id":"2d4a4de4.89d3f2","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":19,"width":"2","height":"1","name":"","label":"Cuisine","format":"{{msg.payload}}","layout":"row-spread","x":120,"y":1220,"wires":},{"id":"e43528de.14335","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":24,"width":"2","height":"1","name":"","label":"Salle","format":"{{msg.payload}}","layout":"row-spread","x":110,"y":1500,"wires":},{"id":"eff5ad14.d4809","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":29,"width":"2","height":"1","name":"","label":"Salon","format":"{{msg.payload}}","layout":"row-spread","x":110,"y":1740,"wires":},{"id":"2c29b372.be8b74","type":"ui_text","z":"bc0ed67a.5bf018","group":"4fc59ba6.81642c","order":34,"width":"2","height":"1","name":"","label":"Jeux","format":"{{msg.payload}}","layout":"row-left","x":90,"y":380,"wires":},{"id":"76ae4630.14a578","type":"cpu","z":"bc0ed67a.5bf018","name":"Temperature","msgCore":false,"msgOverall":false,"msgArray":false,"msgTemp":true,"x":310,"y":2480,"wires":[["43c48a70.b1fe14"]]},{"id":"43c48a70.b1fe14","type":"ui_chart","z":"bc0ed67a.5bf018","name":"Temperature cpu","group":"e743627a.57aa","order":0,"width":0,"height":0,"label":"Tempėrature cpu","chartType":"line","legend":"false","xformat":"dd HH:mm","interpolate":"linear","nodata":"","dot":false,"ymin":"","ymax":"","removeOlder":1,"removeOlderPoints":"","removeOlderUnit":"604800","cutout":0,"useOneColor":false,"colors":["#1f77b4","#aec7e8","#ff7f0e","#00ff00","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5"],"useOldStyle":false,"x":530,"y":2460,"wires":[,]},{"id":"15bed42e.3415cc","type":"inject","z":"bc0ed67a.5bf018","name":"","topic":"","payload":"","payloadType":"date","repeat":"3600","crontab":"","once":true,"onceDelay":0.1,"x":110,"y":2480,"wires":[["76ae4630.14a578"]]},{"id":"a7facfe7.29fae","type":"inject","z":"bc0ed67a.5bf018","name":"","topic":"","payload":"","payloadType":"date","repeat":"30","crontab":"","once":false,"onceDelay":0.1,"x":110,"y":2520,"wires":[["3e56e682.cf670a"]]},{"id":"3e56e682.cf670a","type":"function","z":"bc0ed67a.5bf018","name":"","func":"var now = new Date();\n//var now = new Date(now.getUTCFullYear(), now.getUTCMonth(), now.getUTCDate(), now.getUTCHours(), now.getUTCMinutes(), now.getUTCSeconds());\nvar hour = now.getHours();\nvar minute = now.getMinutes();\nmsg.payload = hour+":"+minute\nreturn msg;","outputs":1,"noerr":0,"x":310,"y":2520,"wires":[["ef6f89d4.0cf878"]]},{"id":"ef6f89d4.0cf878","type":"ui_text","z":"bc0ed67a.5bf018","group":"e743627a.57aa","order":0,"width":0,"height":0,"name":"","label":"Heure :","format":"{{msg.payload}}","layout":"row-spread","x":520,"y":2520,"wires":},{"id":"b0b42b6e.016c28","type":"exec","z":"bc0ed67a.5bf018","command":"","addpay":true,"append":"","useSpawn":"false","timer":"","oldrc":false,"name":"","x":350,"y":2400,"wires":[,,]},{"id":"55df71b0.6fe1d8","type":"ui_button","z":"bc0ed67a.5bf018","d":true,"name":"","group":"e743627a.57aa","order":0,"width":0,"height":0,"passthru":false,"label":"Reboot Rasberry","color":"","bgcolor":"","icon":"","payload":"sudo reboot","payloadType":"str","topic":"","x":130,"y":2400,"wires":[["b0b42b6e.016c28"]]},{"id":"865aadb5.a01e5","type":"subflow:2b700e69.140b12","z":"bc0ed67a.5bf018","name":"Timer 1","env":,"x":420,"y":2200,"wires":[["57e0f95.c2faf08"]]},{"id":"57e0f95.c2faf08","type":"debug","z":"bc0ed67a.5bf018","name":"sortii subflow","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","x":410,"y":2280,"wires":},{"id":"65649a8f.203324","type":"inject","z":"bc0ed67a.5bf018","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":320,"y":2140,"wires":[["865aadb5.a01e5"]]},{"id":"e253a1d9.24e29","type":"mqtt-broker","z":"","name":"raspi-wegui","broker":"10.3.141.1","port":"1883","clientid":"","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""},{"id":"4fc59ba6.81642c","type":"ui_group","z":"","name":"Volets Guilers","tab":"62c669cd.310e28","order":1,"disp":true,"width":"8","collapse":false},{"id":"e743627a.57aa","type":"ui_group","z":"","name":"Info","tab":"4d3c16b5.e1c138","order":2,"disp":true,"width":"6","collapse":false},{"id":"62c669cd.310e28","type":"ui_tab","z":"","name":"Maison Guilers volets","icon":"dashboard","order":1},{"id":"4d3c16b5.e1c138","type":"ui_tab","z":"","name":"Raspberry","icon":"dashboard","order":3}]
i send an other message because it to big if i send all my flows in one message