[{"id":"96a063f.44fdda","type":"tab","label":"Bot","disabled":false,"info":""},{"id":"a21d6001.d12ff","type":"subflow","name":"Panel","info":"","category":"","in":[{"x":50,"y":30,"wires":[{"id":"491fc2a1.9c269c"},{"id":"b93a4f0.1b1eab"}]}],"out":[],"env":[],"color":"#DDAA99"},{"id":"6465aa51.38fd74","type":"chatbot-telegram-node","z":"","botname":"Usalusatobot","usernames":"","providerToken":"","polling":"1000","store":"","log":"","parseMode":"","debug":false,"webHook":"","connectMode":"polling"},{"id":"edf0a838.cb59c8","type":"ui_base","theme":{"name":"theme-dark","lightTheme":{"default":"#0094CE","baseColor":"#0094CE","baseFont":"-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif","edited":true,"reset":false},"darkTheme":{"default":"#097479","baseColor":"#097479","baseFont":"-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif","edited":true,"reset":false},"customTheme":{"name":"Untitled Theme 1","default":"#4B7930","baseColor":"#4B7930","baseFont":"-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif"},"themeState":{"base-color":{"default":"#097479","value":"#097479","edited":false},"page-titlebar-backgroundColor":{"value":"#097479","edited":false},"page-backgroundColor":{"value":"#111111","edited":false},"page-sidebar-backgroundColor":{"value":"#000000","edited":false},"group-textColor":{"value":"#0eb8c0","edited":false},"group-borderColor":{"value":"#555555","edited":false},"group-backgroundColor":{"value":"#333333","edited":false},"widget-textColor":{"value":"#eeeeee","edited":false},"widget-backgroundColor":{"value":"#097479","edited":false},"widget-borderColor":{"value":"#333333","edited":false},"base-font":{"value":"-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif"}},"angularTheme":{"primary":"indigo","accents":"blue","warn":"red","background":"grey"}},"site":{"name":"Insegna Usalusato","hideToolbar":"false","allowSwipe":"false","lockMenu":"false","allowTempTheme":"true","dateFormat":"DD/MM/YYYY","sizes":{"sx":48,"sy":48,"gx":6,"gy":6,"cx":6,"cy":6,"px":0,"py":0}}},{"id":"2eea70a0.574a4","type":"ui_tab","z":"","name":"Comandi","icon":"dashboard","order":1,"disabled":false,"hidden":false},{"id":"546c15de.4d613c","type":"ui_group","z":"","name":"Group 1","tab":"2eea70a0.574a4","order":1,"disp":false,"width":"6","collapse":false},{"id":"491fc2a1.9c269c","type":"function","z":"a21d6001.d12ff","name":"","func":"flow.set('filename',msg.filename);\nreturn msg;","outputs":1,"noerr":0,"x":220,"y":40,"wires":[[]]},{"id":"b93a4f0.1b1eab","type":"exec","z":"a21d6001.d12ff","command":"sudo pkill -HUP video-viewer","addpay":false,"append":"","useSpawn":"false","timer":"","oldrc":false,"name":"","x":300,"y":160,"wires":[["e4324b4d.97e638"],[],[]]},{"id":"e4324b4d.97e638","type":"function","z":"a21d6001.d12ff","name":"","func":"var filename = flow.get('filename');\nmsg.payload=\"sudo /home/pi/rpi-rgb-led-matrix/utils/video-viewer --led-chain=5 --led-parallel=2 -f \" + filename;\nreturn msg;\n","outputs":1,"noerr":0,"x":570,"y":160,"wires":[["b91296ad.ad0b28"]]},{"id":"b91296ad.ad0b28","type":"exec","z":"a21d6001.d12ff","command":"","addpay":true,"append":"","useSpawn":"false","timer":"","oldrc":false,"name":"","x":810,"y":160,"wires":[[],[],[]]},{"id":"f1dd4e89.208f","type":"function","z":"96a063f.44fdda","name":"Video ?","func":"if (msg.payload.type===\"video\" || msg.payload.type===\"document\") {\n    msg.filename=\"/home/pi/\" + msg.payload.chatId + \".mp4\";\n    msg.payload=msg.payload.content;\n    return msg;\n}\n","outputs":1,"noerr":0,"x":560,"y":140,"wires":[["dcfbaa42.e36188"]]},{"id":"dcfbaa42.e36188","type":"file","z":"96a063f.44fdda","name":"","filename":"","appendNewline":true,"createDir":false,"overwriteFile":"true","encoding":"none","x":710,"y":140,"wires":[["17e2c476.70896c"]]},{"id":"17e2c476.70896c","type":"subflow:a21d6001.d12ff","z":"96a063f.44fdda","name":"Insegna a led","env":[],"x":960,"y":140,"wires":[]},{"id":"cc5e921e.6348f","type":"inject","z":"96a063f.44fdda","name":"","topic":"","payload":"/home/pi/default.m4v","payloadType":"str","repeat":"","crontab":"","once":true,"onceDelay":0.1,"x":600,"y":80,"wires":[["33768e57.d471e2"]]},{"id":"33768e57.d471e2","type":"change","z":"96a063f.44fdda","name":"","rules":[{"t":"set","p":"filename","pt":"msg","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":870,"y":80,"wires":[["17e2c476.70896c"]]},{"id":"34c94d0c.a24f62","type":"function","z":"96a063f.44fdda","name":"Autorizzazione","func":"if (msg.payload.chatId===77690704 || msg.payload.chatId===63821315) {\n    node.status({fill:\"green\",shape:\"ring\",text:msg.payload.userId});\n    return [msg,null];\n} else {\n    node.status({fill:\"red\",shape:\"ring\",text:msg.payload.userId});\n    return [null,msg];\n}","outputs":2,"noerr":0,"x":340,"y":160,"wires":[["f1dd4e89.208f"],["fbc79e2d.9866c"]]},{"id":"c46b4a3.c0493b8","type":"chatbot-telegram-receive","z":"96a063f.44fdda","bot":"6465aa51.38fd74","botProduction":"","x":150,"y":160,"wires":[["34c94d0c.a24f62"]]},{"id":"8d3564d8.56e9f8","type":"comment","z":"a21d6001.d12ff","name":"Flusso led rgb","info":"","x":250,"y":100,"wires":[]},{"id":"7d76972e.7a4338","type":"inject","z":"96a063f.44fdda","name":"Test stop","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":160,"y":920,"wires":[["c9182308.65a12"]]},{"id":"569d7a29.2b1e34","type":"exec","z":"96a063f.44fdda","command":"sudo /home/pi/rpi-rgb-led-matrix/examples-api-use/demo -D 4 --led-chain=5 --led-parallel=2","addpay":false,"append":"","useSpawn":"false","timer":"","oldrc":false,"name":"","x":710,"y":980,"wires":[[],[],[]]},{"id":"c9182308.65a12","type":"exec","z":"96a063f.44fdda","command":"sudo pkill -HUP demo","addpay":false,"append":"","useSpawn":"false","timer":"","oldrc":false,"name":"","x":480,"y":920,"wires":[[],[],[]]},{"id":"1f248923.a4e787","type":"inject","z":"96a063f.44fdda","name":"Test start","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":160,"y":980,"wires":[["569d7a29.2b1e34"]]},{"id":"fbc79e2d.9866c","type":"chatbot-message","z":"96a063f.44fdda","name":"Non autorizzato","message":[{"message":"Non autorizzato all'accesso"}],"answer":false,"silent":false,"x":570,"y":220,"wires":[["df2a5ec5.fced7"]]},{"id":"df2a5ec5.fced7","type":"chatbot-telegram-send","z":"96a063f.44fdda","bot":"6465aa51.38fd74","botProduction":"","track":false,"passThrough":false,"outputs":0,"x":780,"y":220,"wires":[]},{"id":"33d3a7f4.cd7968","type":"comment","z":"96a063f.44fdda","name":"Ricezione video via Telegram","info":"","x":180,"y":80,"wires":[]},{"id":"949ff1c0.198ed","type":"exec","z":"96a063f.44fdda","command":"","addpay":true,"append":"","useSpawn":"false","timer":"","oldrc":false,"name":"","x":590,"y":700,"wires":[[],[],[]]},{"id":"bbd53fc7.83121","type":"inject","z":"96a063f.44fdda","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":180,"y":700,"wires":[["5f9bf131.3848e"]]},{"id":"7db5eb18.733734","type":"comment","z":"96a063f.44fdda","name":"Comandi di sistema e di test","info":"","x":180,"y":620,"wires":[]},{"id":"5f9bf131.3848e","type":"ui_button","z":"96a063f.44fdda","name":"","group":"546c15de.4d613c","order":0,"width":0,"height":0,"passthru":true,"label":"Halt","tooltip":"","color":"","bgcolor":"","icon":"","payload":"sudo halt","payloadType":"str","topic":"","x":330,"y":700,"wires":[["949ff1c0.198ed"]]},{"id":"e67dcece.b3ad5","type":"inject","z":"96a063f.44fdda","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":180,"y":740,"wires":[["1d6f1b23.489665"]]},{"id":"1d6f1b23.489665","type":"ui_button","z":"96a063f.44fdda","name":"","group":"546c15de.4d613c","order":0,"width":0,"height":0,"passthru":true,"label":"Reboot","tooltip":"","color":"","bgcolor":"","icon":"","payload":"sudo reboot","payloadType":"str","topic":"","x":340,"y":740,"wires":[["949ff1c0.198ed"]]},{"id":"87af8cf2.1468f","type":"inject","z":"96a063f.44fdda","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":180,"y":780,"wires":[["815881a6.60259"]]},{"id":"815881a6.60259","type":"ui_button","z":"96a063f.44fdda","name":"","group":"546c15de.4d613c","order":0,"width":0,"height":0,"passthru":true,"label":"Stop","tooltip":"","color":"","bgcolor":"","icon":"","payload":"sudo pkill -HUP video-viewer","payloadType":"str","topic":"","x":330,"y":780,"wires":[["949ff1c0.198ed"]]}]