start:tasmota:nodered:433
Table des matières
Fichier .json de test pour 433Mhz sous node red via ESP32 et Tasmota
- test433.js
[ { "id": "e7914dbcd6c182f4", "type": "tab", "label": "RF 433 Mz", "disabled": false, "info": "", "env": [] }, { "id": "92e9fc389633bbf3", "type": "mqtt in", "z": "e7914dbcd6c182f4", "name": "", "topic": "tele/tasmota_E4F180/RESULT", "qos": "2", "datatype": "auto-detect", "broker": "438abc8d87f9d8e3", "nl": false, "rap": true, "rh": 0, "inputs": 0, "x": 180, "y": 400, "wires": [ [ "d0822627610f3fe9", "9416fa8709877aee", "5239ec4d94b80595", "f5b524a9e263237c", "3bb718785a9959f8" ] ] }, { "id": "2a8298079e367ee9", "type": "debug", "z": "e7914dbcd6c182f4", "name": "debug 32", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "false", "statusVal": "", "statusType": "auto", "x": 740, "y": 1375, "wires": [] }, { "id": "7c11eae9369db99a", "type": "comment", "z": "e7914dbcd6c182f4", "name": "1on = 0x555015\",\"Bits\":24,\"Protocol\":1,\"Pulse\":266", "info": "", "x": 215, "y": 625, "wires": [] }, { "id": "bf6cad1fb645bff4", "type": "comment", "z": "e7914dbcd6c182f4", "name": "1off = 0x155014\",\"Bits\":24,\"Protocol\":1,\"Pulse\":264", "info": "", "x": 215, "y": 650, "wires": [] }, { "id": "30e0bc0c613e2c17", "type": "comment", "z": "e7914dbcd6c182f4", "name": "2on =0x554415\",\"Bits\":24,\"Protocol\":1,\"Pulse\":265", "info": "", "x": 215, "y": 675, "wires": [] }, { "id": "b1d54f7d3c7bc84e", "type": "comment", "z": "e7914dbcd6c182f4", "name": "2off = 0x154414\",\"Bits\":24,\"Protocol\":1,\"Pulse\":264", "info": "", "x": 215, "y": 700, "wires": [] }, { "id": "27748e4cdce79aa7", "type": "comment", "z": "e7914dbcd6c182f4", "name": "3on = 0x555415\",\"Bits\":24,\"Protocol\":1,\"Pulse\":261", "info": "", "x": 215, "y": 725, "wires": [] }, { "id": "3655dfe1c7a26701", "type": "comment", "z": "e7914dbcd6c182f4", "name": "3off = 0x155414\",\"Bits\":24,\"Protocol\":1,\"Pulse\":259", "info": "", "x": 215, "y": 750, "wires": [] }, { "id": "cba84464d33fbd26", "type": "ui_text", "z": "e7914dbcd6c182f4", "group": "dfe6138cddd72148", "order": 23, "width": 1, "height": 1, "name": "", "label": "Bits", "format": "{{msg.payload}}", "layout": "col-center", "className": "", "style": false, "font": "", "fontSize": 16, "color": "#000000", "x": 1075, "y": 675, "wires": [] }, { "id": "d0822627610f3fe9", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 42", "func": "var Temp = msg.payload.RfReceived.Data;\nmsg.payload = Temp;\nreturn msg;", "outputs": 1, "timeout": "", "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 445, "y": 325, "wires": [ [ "343e0fea7b1a5636", "bde6b207120d4a78", "418670b55f3f28e8", "f6b0aedbf0d4ac91", "d8fc3f60f3b9e151", "478fe901c37a9b5f", "d89fb8a456733dcf", "c79a2ce2f5f47aa6", "1822dc076d3ca5ac", "50ba19dd44ee52db", "ec230db76c8428f6" ] ] }, { "id": "517f359997c5dfb9", "type": "comment", "z": "e7914dbcd6c182f4", "name": "on 0x154557 off 0x154554", "info": "", "x": 215, "y": 800, "wires": [] }, { "id": "343e0fea7b1a5636", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 43", "func": "if (msg.payload == \"0x555015\")\n{\n msg.payload = \"ON\";\n}\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 720, "y": 125, "wires": [ [ "6f6f54fa6a4d42a4" ] ] }, { "id": "bde6b207120d4a78", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 44", "func": "if (msg.payload == \"0x155014\")\n{\n msg.payload = \"OFF\";\n}\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 720, "y": 175, "wires": [ [ "6f6f54fa6a4d42a4" ] ] }, { "id": "8073450db4916853", "type": "ui_led", "z": "e7914dbcd6c182f4", "order": 6, "group": "dfe6138cddd72148", "width": 1, "height": 1, "label": "", "labelPlacement": "left", "labelAlignment": "left", "colorForValue": [ { "color": "#ff0000", "value": "ON", "valueType": "str" }, { "color": "#008000", "value": "OFF", "valueType": "str" } ], "allowColorForValueInMessage": false, "shape": "circle", "showGlow": true, "name": "Prise 1", "x": 1110, "y": 150, "wires": [] }, { "id": "418670b55f3f28e8", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 45", "func": "if (msg.payload == \"0x554415\")\n{\n msg.payload = \"ON\";\n}\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 705, "y": 225, "wires": [ [ "ae0858691c767381" ] ] }, { "id": "f6b0aedbf0d4ac91", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 46", "func": "if (msg.payload == \"0x154414\")\n{\n msg.payload = \"OFF\";\n}\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 705, "y": 275, "wires": [ [ "ae0858691c767381" ] ] }, { "id": "b8fc7a389516b9c9", "type": "ui_led", "z": "e7914dbcd6c182f4", "order": 12, "group": "dfe6138cddd72148", "width": 1, "height": 1, "label": "", "labelPlacement": "left", "labelAlignment": "left", "colorForValue": [ { "color": "#ff0000", "value": "ON", "valueType": "str" }, { "color": "#008000", "value": "OFF", "valueType": "str" } ], "allowColorForValueInMessage": false, "shape": "circle", "showGlow": true, "name": "Prise 2", "x": 1110, "y": 250, "wires": [] }, { "id": "d8fc3f60f3b9e151", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 47", "func": "if (msg.payload == \"0x555415\")\n{\n msg.payload = \"ON\";\n}\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 705, "y": 325, "wires": [ [ "c8241efa914ea503" ] ] }, { "id": "478fe901c37a9b5f", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 48", "func": "if (msg.payload == \"0x155414\")\n{\n msg.payload = \"OFF\";\n}\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 705, "y": 375, "wires": [ [ "c8241efa914ea503" ] ] }, { "id": "9d25c3315aba1ac8", "type": "ui_led", "z": "e7914dbcd6c182f4", "order": 18, "group": "dfe6138cddd72148", "width": 1, "height": 1, "label": "", "labelPlacement": "left", "labelAlignment": "left", "colorForValue": [ { "color": "#ff0000", "value": "ON", "valueType": "str" }, { "color": "#008000", "value": "OFF", "valueType": "str" } ], "allowColorForValueInMessage": false, "shape": "circle", "showGlow": true, "name": "Prise 3", "x": 1115, "y": 350, "wires": [] }, { "id": "cc992e97e4247298", "type": "ui_text", "z": "e7914dbcd6c182f4", "group": "dfe6138cddd72148", "order": 5, "width": 1, "height": 1, "name": "", "label": "Prise 1", "format": "{{msg.payload}}", "layout": "row-spread", "className": "", "style": false, "font": "", "fontSize": 16, "color": "#000000", "x": 1105, "y": 100, "wires": [] }, { "id": "485f4d4539323ad7", "type": "ui_text", "z": "e7914dbcd6c182f4", "group": "dfe6138cddd72148", "order": 11, "width": 1, "height": 1, "name": "", "label": "Prise 2", "format": "{{msg.payload}}", "layout": "row-spread", "className": "", "style": false, "font": "", "fontSize": 16, "color": "#000000", "x": 1110, "y": 200, "wires": [] }, { "id": "da22abf0e89ea519", "type": "ui_text", "z": "e7914dbcd6c182f4", "group": "dfe6138cddd72148", "order": 17, "width": 1, "height": 1, "name": "", "label": "Prise 3", "format": "{{msg.payload}}", "layout": "row-spread", "className": "", "style": false, "font": "", "fontSize": 16, "color": "#000000", "x": 1110, "y": 300, "wires": [] }, { "id": "9416fa8709877aee", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 49", "func": "var Temp = msg.payload.RfReceived.Bits;\nmsg.payload = Temp;\nreturn msg;", "outputs": 1, "timeout": "", "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 630, "y": 675, "wires": [ [ "cba84464d33fbd26" ] ] }, { "id": "5239ec4d94b80595", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 50", "func": "var Temp = msg.payload.RfReceived.Protocol;\nmsg.payload = Temp;\nreturn msg;", "outputs": 1, "timeout": "", "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 630, "y": 725, "wires": [ [ "cba1ca89ecaff2e5" ] ] }, { "id": "f5b524a9e263237c", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 51", "func": "var Temp = msg.payload.RfReceived.Pulse;\nmsg.payload = Temp;\nreturn msg;", "outputs": 1, "timeout": "", "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 620, "y": 775, "wires": [ [ "b7b02577dd997ecd" ] ] }, { "id": "d89fb8a456733dcf", "type": "ui_text", "z": "e7914dbcd6c182f4", "group": "dfe6138cddd72148", "order": 22, "width": 2, "height": 1, "name": "", "label": "Data", "format": "{{msg.payload}}", "layout": "col-center", "className": "", "style": false, "font": "", "fontSize": 16, "color": "#000000", "x": 625, "y": 625, "wires": [] }, { "id": "cba1ca89ecaff2e5", "type": "ui_text", "z": "e7914dbcd6c182f4", "group": "dfe6138cddd72148", "order": 21, "width": 2, "height": 1, "name": "", "label": "Protocol", "format": "{{msg.payload}}", "layout": "col-center", "className": "", "style": false, "font": "", "fontSize": 16, "color": "#000000", "x": 1065, "y": 725, "wires": [] }, { "id": "b7b02577dd997ecd", "type": "ui_text", "z": "e7914dbcd6c182f4", "group": "dfe6138cddd72148", "order": 24, "width": 1, "height": 1, "name": "", "label": "Pulse", "format": "{{msg.payload}}", "layout": "col-center", "className": "", "style": false, "font": "", "fontSize": 16, "color": "#000000", "x": 1075, "y": 775, "wires": [] }, { "id": "3f6d245934dd13cf", "type": "ui_text", "z": "e7914dbcd6c182f4", "group": "dfe6138cddd72148", "order": 3, "width": 3, "height": 1, "name": "IP Rcev", "label": "IP Recv", "format": "{{payload.StatusNET.IPAddress}}", "layout": "col-center", "className": "", "style": true, "font": "Arial,Arial,Helvetica,sans-serif", "fontSize": "16", "color": "#eaed07", "x": 460, "y": 100, "wires": [] }, { "id": "ea87a21e84563485", "type": "mqtt in", "z": "e7914dbcd6c182f4", "name": "", "topic": "stat/tasmota_E4F180/STATUS5", "qos": "2", "datatype": "auto-detect", "broker": "3c170b74178cd15f", "nl": false, "rap": true, "rh": 0, "inputs": 0, "x": 185, "y": 100, "wires": [ [ "3f6d245934dd13cf" ] ] }, { "id": "eaf84533218759a4", "type": "ui_switch", "z": "e7914dbcd6c182f4", "name": "IP 433 Recv", "label": "", "tooltip": "fa-power-off fa-2x", "group": "dfe6138cddd72148", "order": 1, "width": 3, "height": 1, "passthru": true, "decouple": "false", "topic": "topic", "topicType": "msg", "style": "", "onvalue": "5", "onvalueType": "num", "onicon": "fa-power-off fa-2x", "oncolor": "green", "offvalue": "5", "offvalueType": "num", "officon": "fa-power-off fa-2x", "offcolor": "green", "animate": true, "className": "", "x": 135, "y": 50, "wires": [ [ "3f6d245934dd13cf", "1b11704894bd3e8a" ] ] }, { "id": "1b11704894bd3e8a", "type": "mqtt out", "z": "e7914dbcd6c182f4", "name": "", "topic": "cmnd/tasmota_E4F180/STATUS", "qos": "", "retain": "", "respTopic": "", "contentType": "", "userProps": "", "correl": "", "expiry": "", "broker": "3c170b74178cd15f", "x": 455, "y": 50, "wires": [] }, { "id": "6fe5a0fdd054d273", "type": "comment", "z": "e7914dbcd6c182f4", "name": "192.168.0.99", "info": "", "x": 130, "y": 200, "wires": [] }, { "id": "cf37f5cfc6f2c303", "type": "comment", "z": "e7914dbcd6c182f4", "name": "Tele commande Rhino", "info": "", "x": 200, "y": 600, "wires": [] }, { "id": "e0f9a663ecd3494f", "type": "comment", "z": "e7914dbcd6c182f4", "name": "Tele commande Flourish", "info": "", "x": 215, "y": 775, "wires": [] }, { "id": "102acc8dcc2eaab0", "type": "ui_button", "z": "e7914dbcd6c182f4", "name": "", "group": "dfe6138cddd72148", "order": 37, "width": 1, "height": 1, "passthru": false, "label": "OFF 12", "tooltip": "", "color": "red", "bgcolor": "", "className": "", "icon": "", "payload": "0x151554", "payloadType": "num", "topic": "topic", "topicType": "msg", "x": 570, "y": 950, "wires": [ [ "3d87fea750723cfd" ] ] }, { "id": "3d87fea750723cfd", "type": "mqtt out", "z": "e7914dbcd6c182f4", "name": "", "topic": "cmnd/tasmota_E20538/RfSend", "qos": "", "retain": "", "respTopic": "", "contentType": "", "userProps": "", "correl": "", "expiry": "", "broker": "3c170b74178cd15f", "x": 780, "y": 925, "wires": [] }, { "id": "dcbf93a585167159", "type": "ui_button", "z": "e7914dbcd6c182f4", "name": "", "group": "dfe6138cddd72148", "order": 31, "width": 1, "height": 1, "passthru": false, "label": "ON 12", "tooltip": "", "color": "", "bgcolor": "", "className": "", "icon": "", "payload": "0x151557", "payloadType": "num", "topic": "topic", "topicType": "msg", "x": 560, "y": 900, "wires": [ [ "3d87fea750723cfd" ] ] }, { "id": "866b95ae24d7fe45", "type": "ui_button", "z": "e7914dbcd6c182f4", "name": "", "group": "dfe6138cddd72148", "order": 33, "width": 1, "height": 1, "passthru": false, "label": "OFF 1", "tooltip": "", "color": "red", "bgcolor": "", "className": "", "icon": "", "payload": "0x155014", "payloadType": "num", "topic": "topic", "topicType": "msg", "x": 110, "y": 950, "wires": [ [ "a23891736f0b9223" ] ] }, { "id": "a23891736f0b9223", "type": "mqtt out", "z": "e7914dbcd6c182f4", "name": "", "topic": "cmnd/tasmota_E20538/RfSend", "qos": "", "retain": "", "respTopic": "", "contentType": "", "userProps": "", "correl": "", "expiry": "", "broker": "3c170b74178cd15f", "x": 355, "y": 925, "wires": [] }, { "id": "63ce49c67c562a7b", "type": "ui_button", "z": "e7914dbcd6c182f4", "name": "", "group": "dfe6138cddd72148", "order": 27, "width": 1, "height": 1, "passthru": false, "label": "ON 1", "tooltip": "", "color": "", "bgcolor": "", "className": "", "icon": "", "payload": "0x555015", "payloadType": "num", "topic": "topic", "topicType": "msg", "x": 110, "y": 900, "wires": [ [ "a23891736f0b9223" ] ] }, { "id": "3a2aa4b029eaa583", "type": "ui_button", "z": "e7914dbcd6c182f4", "name": "", "group": "dfe6138cddd72148", "order": 34, "width": 1, "height": 1, "passthru": false, "label": "OFF 2", "tooltip": "", "color": "red", "bgcolor": "", "className": "", "icon": "", "payload": "0x154414", "payloadType": "num", "topic": "topic", "topicType": "msg", "x": 110, "y": 1050, "wires": [ [ "e076e80a86ee248a" ] ] }, { "id": "e076e80a86ee248a", "type": "mqtt out", "z": "e7914dbcd6c182f4", "name": "", "topic": "cmnd/tasmota_E20538/RfSend", "qos": "", "retain": "", "respTopic": "", "contentType": "", "userProps": "", "correl": "", "expiry": "", "broker": "3c170b74178cd15f", "x": 355, "y": 1025, "wires": [] }, { "id": "0330a3247fa799cb", "type": "ui_button", "z": "e7914dbcd6c182f4", "name": "", "group": "dfe6138cddd72148", "order": 28, "width": 1, "height": 1, "passthru": false, "label": "ON 2", "tooltip": "", "color": "", "bgcolor": "", "className": "", "icon": "", "payload": "0x554415", "payloadType": "num", "topic": "topic", "topicType": "msg", "x": 110, "y": 1000, "wires": [ [ "e076e80a86ee248a" ] ] }, { "id": "6f05ccc306c17829", "type": "ui_button", "z": "e7914dbcd6c182f4", "name": "", "group": "dfe6138cddd72148", "order": 35, "width": 1, "height": 1, "passthru": false, "label": "OFF 3", "tooltip": "", "color": "red", "bgcolor": "", "className": "", "icon": "", "payload": "0x155414", "payloadType": "num", "topic": "topic", "topicType": "msg", "x": 110, "y": 1150, "wires": [ [ "37589b5ed486b316" ] ] }, { "id": "37589b5ed486b316", "type": "mqtt out", "z": "e7914dbcd6c182f4", "name": "", "topic": "cmnd/tasmota_E20538/RfSend", "qos": "", "retain": "", "respTopic": "", "contentType": "", "userProps": "", "correl": "", "expiry": "", "broker": "3c170b74178cd15f", "x": 355, "y": 1125, "wires": [] }, { "id": "ecb4e8e52e851ac3", "type": "ui_button", "z": "e7914dbcd6c182f4", "name": "", "group": "dfe6138cddd72148", "order": 29, "width": 1, "height": 1, "passthru": false, "label": "ON 3", "tooltip": "", "color": "", "bgcolor": "", "className": "", "icon": "", "payload": "0x555415", "payloadType": "num", "topic": "topic", "topicType": "msg", "x": 110, "y": 1100, "wires": [ [ "37589b5ed486b316" ] ] }, { "id": "e0c4f54549bf446e", "type": "ui_text", "z": "e7914dbcd6c182f4", "group": "dfe6138cddd72148", "order": 25, "width": 3, "height": 1, "name": "", "label": "Commanqe Rhino", "format": "{{msg.payload}}", "layout": "row-spread", "className": "", "style": false, "font": "", "fontSize": 16, "color": "#000000", "x": 200, "y": 850, "wires": [] }, { "id": "07e1f573a9593dad", "type": "ui_text", "z": "e7914dbcd6c182f4", "group": "dfe6138cddd72148", "order": 26, "width": 3, "height": 1, "name": "", "label": "Commanqe Hever", "format": "{{msg.payload}}", "layout": "row-spread", "className": "", "style": false, "font": "", "fontSize": 16, "color": "#000000", "x": 620, "y": 825, "wires": [] }, { "id": "5a99e3ff3d731a48", "type": "mqtt out", "z": "e7914dbcd6c182f4", "name": "", "topic": "cmnd/tasmota_E20538/RfSend", "qos": "", "retain": "", "respTopic": "", "contentType": "", "userProps": "", "correl": "", "expiry": "", "broker": "3c170b74178cd15f", "x": 780, "y": 1025, "wires": [] }, { "id": "0778b9e659dba29d", "type": "ui_button", "z": "e7914dbcd6c182f4", "name": "", "group": "dfe6138cddd72148", "order": 32, "width": 1, "height": 1, "passthru": false, "label": "ON 2 2", "tooltip": "", "color": "", "bgcolor": "", "className": "", "icon": "", "payload": "0x154557", "payloadType": "num", "topic": "topic", "topicType": "msg", "x": 570, "y": 1000, "wires": [ [ "5a99e3ff3d731a48" ] ] }, { "id": "28b287d0384860f4", "type": "ui_button", "z": "e7914dbcd6c182f4", "name": "", "group": "dfe6138cddd72148", "order": 38, "width": 1, "height": 1, "passthru": false, "label": "OFF 2 2", "tooltip": "", "color": "red", "bgcolor": "", "className": "", "icon": "", "payload": "0x154554", "payloadType": "num", "topic": "topic", "topicType": "msg", "x": 575, "y": 1050, "wires": [ [ "5a99e3ff3d731a48" ] ] }, { "id": "d8e9a486891c4450", "type": "debug", "z": "e7914dbcd6c182f4", "name": "debug 34", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "false", "statusVal": "", "statusType": "auto", "x": 735, "y": 1425, "wires": [] }, { "id": "cf8c1ca4fd31c9f1", "type": "ui_text", "z": "e7914dbcd6c182f4", "group": "dfe6138cddd72148", "order": 4, "width": 3, "height": 1, "name": "IP Send", "label": "IP Send", "format": "{{payload.StatusNET.IPAddress}}", "layout": "col-center", "className": "", "style": true, "font": "Arial,Arial,Helvetica,sans-serif", "fontSize": "16", "color": "#eaed07", "x": 475, "y": 1275, "wires": [] }, { "id": "53b219cf59b4267e", "type": "mqtt in", "z": "e7914dbcd6c182f4", "name": "", "topic": "stat/tasmota_E20538/STATUS5", "qos": "2", "datatype": "auto-detect", "broker": "3c170b74178cd15f", "nl": false, "rap": true, "rh": 0, "inputs": 0, "x": 200, "y": 1275, "wires": [ [ "cf8c1ca4fd31c9f1" ] ] }, { "id": "23d4a5e2da63ef7f", "type": "ui_switch", "z": "e7914dbcd6c182f4", "name": "IP 433 Send", "label": "", "tooltip": "fa-power-off fa-2x", "group": "dfe6138cddd72148", "order": 2, "width": 3, "height": 1, "passthru": true, "decouple": "false", "topic": "topic", "topicType": "msg", "style": "", "onvalue": "5", "onvalueType": "num", "onicon": "fa-power-off fa-2x", "oncolor": "green", "offvalue": "5", "offvalueType": "num", "officon": "fa-power-off fa-2x", "offcolor": "green", "animate": true, "className": "", "x": 150, "y": 1225, "wires": [ [ "cf8c1ca4fd31c9f1", "cc501ab5ee6780c0" ] ] }, { "id": "cc501ab5ee6780c0", "type": "mqtt out", "z": "e7914dbcd6c182f4", "name": "", "topic": "cmnd/tasmota_E20538/STATUS", "qos": "", "retain": "", "respTopic": "", "contentType": "", "userProps": "", "correl": "", "expiry": "", "broker": "3c170b74178cd15f", "x": 470, "y": 1225, "wires": [] }, { "id": "1628bc8f99148769", "type": "comment", "z": "e7914dbcd6c182f4", "name": "192.168.0.65", "info": "", "x": 145, "y": 1200, "wires": [] }, { "id": "3bb718785a9959f8", "type": "debug", "z": "e7914dbcd6c182f4", "name": "debug 35", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "payload", "targetType": "msg", "statusVal": "", "statusType": "auto", "x": 415, "y": 225, "wires": [] }, { "id": "b419ca0c6d9b59ab", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 53", "func": "if (msg.payload == \"0x555015\")\n{\n msg.payload = \"ON\";\n}\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 320, "y": 1400, "wires": [ [ "b3440120c6f7b3b1" ] ] }, { "id": "751605ec939e4d09", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 54", "func": "if (msg.payload == \"0x155014\")\n{\n msg.payload = \"OFF\";\n}\n\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 330, "y": 1450, "wires": [ [ "32ebcc81bae5ca93" ] ] }, { "id": "8a33db74e2c69edd", "type": "inject", "z": "e7914dbcd6c182f4", "name": "", "props": [ { "p": "payload" }, { "p": "topic", "vt": "str" } ], "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "0x555015", "payloadType": "str", "x": 115, "y": 1400, "wires": [ [] ] }, { "id": "87d513f5fea99782", "type": "inject", "z": "e7914dbcd6c182f4", "name": "", "props": [ { "p": "payload" }, { "p": "topic", "vt": "str" } ], "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "0x155014", "payloadType": "str", "x": 110, "y": 1450, "wires": [ [] ] }, { "id": "6c913d456e14b9eb", "type": "inject", "z": "e7914dbcd6c182f4", "name": "", "props": [ { "p": "payload" }, { "p": "topic", "vt": "str" } ], "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "0x777777", "payloadType": "str", "x": 135, "y": 1525, "wires": [ [] ] }, { "id": "b3440120c6f7b3b1", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 55", "func": "if (msg.payload != \"ON\") {msg.payload = null}\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 505, "y": 1400, "wires": [ [ "d8e9a486891c4450" ] ] }, { "id": "cc9a84d14e2c45ee", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 56", "func": "if (msg.payload != \"0x155015\") {msg.payload = null}\nif (msg.payload != \"0x155014\") {msg.payload = null }\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 305, "y": 1575, "wires": [ [] ] }, { "id": "c79a2ce2f5f47aa6", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 57", "func": "if (msg.payload == \"0x151557\")\n{\n msg.payload = \"ON\";\n}\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 705, "y": 425, "wires": [ [ "c1d90d502e6d2114" ] ] }, { "id": "1822dc076d3ca5ac", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 58", "func": "if (msg.payload == \"0x151554\")\n{\n msg.payload = \"OFF\";\n}\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 705, "y": 475, "wires": [ [ "c1d90d502e6d2114" ] ] }, { "id": "c99917f5e573c20f", "type": "ui_led", "z": "e7914dbcd6c182f4", "order": 10, "group": "dfe6138cddd72148", "width": 1, "height": 1, "label": "", "labelPlacement": "left", "labelAlignment": "left", "colorForValue": [ { "color": "#ff0000", "value": "ON", "valueType": "str" }, { "color": "#008000", "value": "OFF", "valueType": "str" } ], "allowColorForValueInMessage": false, "shape": "circle", "showGlow": true, "name": "Prise 11", "x": 1110, "y": 450, "wires": [] }, { "id": "50ba19dd44ee52db", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 59", "func": "if (msg.payload == \"0x154557\")\n{\n msg.payload = \"ON\";\n}\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 705, "y": 525, "wires": [ [ "1880c51ac8b87803" ] ] }, { "id": "ec230db76c8428f6", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 60", "func": "if (msg.payload == \"0x154554\")\n{\n msg.payload = \"OFF\";\n}\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 705, "y": 575, "wires": [ [ "1880c51ac8b87803" ] ] }, { "id": "15f65f11c1a71a49", "type": "ui_led", "z": "e7914dbcd6c182f4", "order": 16, "group": "dfe6138cddd72148", "width": 1, "height": 1, "label": "", "labelPlacement": "left", "labelAlignment": "left", "colorForValue": [ { "color": "#ff0000", "value": "ON", "valueType": "str" }, { "color": "#008000", "value": "OFF", "valueType": "str" } ], "allowColorForValueInMessage": false, "shape": "circle", "showGlow": true, "name": "Prise 12", "x": 1115, "y": 550, "wires": [] }, { "id": "2cfd6d788281b3c8", "type": "ui_text", "z": "e7914dbcd6c182f4", "group": "dfe6138cddd72148", "order": 14, "width": 1, "height": 1, "name": "", "label": "Prise 12", "format": "{{msg.payload}}", "layout": "row-spread", "className": "", "style": false, "font": "", "fontSize": 16, "color": "#000000", "x": 1110, "y": 500, "wires": [] }, { "id": "711a93bd4ffae152", "type": "ui_text", "z": "e7914dbcd6c182f4", "group": "dfe6138cddd72148", "order": 8, "width": 1, "height": 1, "name": "", "label": "Prise 11", "format": "{{msg.payload}}", "layout": "row-spread", "className": "", "style": false, "font": "", "fontSize": 16, "color": "#000000", "x": 1115, "y": 400, "wires": [] }, { "id": "32ebcc81bae5ca93", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 61", "func": "if (msg.payload != \"OFF\") {msg.payload = null}\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 505, "y": 1450, "wires": [ [ "d8e9a486891c4450" ] ] }, { "id": "c5d6554f7f3c9ce7", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 62", "func": "if (msg.payload != \"ON\") {msg.payload = null}\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 980, "y": 850, "wires": [ [] ] }, { "id": "e07a64f1d3f36efb", "type": "function", "z": "e7914dbcd6c182f4", "name": "function 63", "func": "if (msg.payload == \"OFF\") (msg.payload !=\"ON\")\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 820, "y": 850, "wires": [ [] ] }, { "id": "6f6f54fa6a4d42a4", "type": "ui_switch", "z": "e7914dbcd6c182f4", "name": "", "label": "", "tooltip": "", "group": "dfe6138cddd72148", "order": 7, "width": 1, "height": 1, "passthru": true, "decouple": "false", "topic": "topic", "topicType": "msg", "style": "", "onvalue": "ON", "onvalueType": "str", "onicon": "", "oncolor": "", "offvalue": "OFF", "offvalueType": "str", "officon": "", "offcolor": "", "animate": false, "className": "", "x": 925, "y": 150, "wires": [ [ "8073450db4916853" ] ] }, { "id": "ae0858691c767381", "type": "ui_switch", "z": "e7914dbcd6c182f4", "name": "", "label": "", "tooltip": "", "group": "dfe6138cddd72148", "order": 13, "width": 1, "height": 1, "passthru": true, "decouple": "false", "topic": "topic", "topicType": "msg", "style": "", "onvalue": "ON", "onvalueType": "str", "onicon": "", "oncolor": "", "offvalue": "OFF", "offvalueType": "str", "officon": "", "offcolor": "", "animate": false, "className": "", "x": 925, "y": 250, "wires": [ [ "b8fc7a389516b9c9" ] ] }, { "id": "c8241efa914ea503", "type": "ui_switch", "z": "e7914dbcd6c182f4", "name": "", "label": "", "tooltip": "", "group": "dfe6138cddd72148", "order": 19, "width": 1, "height": 1, "passthru": true, "decouple": "false", "topic": "topic", "topicType": "msg", "style": "", "onvalue": "ON", "onvalueType": "str", "onicon": "", "oncolor": "", "offvalue": "OFF", "offvalueType": "str", "officon": "", "offcolor": "", "animate": false, "className": "", "x": 925, "y": 350, "wires": [ [ "9d25c3315aba1ac8" ] ] }, { "id": "c1d90d502e6d2114", "type": "ui_switch", "z": "e7914dbcd6c182f4", "name": "", "label": "", "tooltip": "", "group": "dfe6138cddd72148", "order": 9, "width": 1, "height": 1, "passthru": true, "decouple": "false", "topic": "topic", "topicType": "msg", "style": "", "onvalue": "ON", "onvalueType": "str", "onicon": "", "oncolor": "", "offvalue": "OFF", "offvalueType": "str", "officon": "", "offcolor": "", "animate": false, "className": "", "x": 925, "y": 450, "wires": [ [ "c99917f5e573c20f" ] ] }, { "id": "1880c51ac8b87803", "type": "ui_switch", "z": "e7914dbcd6c182f4", "name": "", "label": "", "tooltip": "", "group": "dfe6138cddd72148", "order": 15, "width": 1, "height": 1, "passthru": true, "decouple": "false", "topic": "topic", "topicType": "msg", "style": "", "onvalue": "ON", "onvalueType": "str", "onicon": "", "oncolor": "", "offvalue": "OFF", "offvalueType": "str", "officon": "", "offcolor": "", "animate": false, "className": "", "x": 925, "y": 550, "wires": [ [ "15f65f11c1a71a49" ] ] }, { "id": "273a16228fa45ca9", "type": "ui_template", "z": "e7914dbcd6c182f4", "d": true, "group": "dfe6138cddd72148", "name": "essai2", "order": 16, "width": 2, "height": 1, "format": "<style>\n /* ------------------------------------ */\n /* MODIFICATIONS du THÈME DARK NODE-RED */\n /* ------------------------------------ */\n\n /* ----------------------------- */\n /* On évite les clics non voulus */\n /* ----------------------------- */\n root,\n a,\n button,\n p,\n div {\n -webkit-user-select: none !important;\n }\n\n /* --------------------- */\n /* Dégradé du BACKGROUND */\n /* --------------------- */\n /*body {\n background: -webkit-linear-gradient(\n 55deg,\n #009785 0%,\n #245aa5 50%,\n #b800e9 100%\n );\n -webkit-touch-callout: none !important;\n}*/\n\n /*\n body {\n background-image: url(\"http://91.162.237.12:50005/Fond8.jpg\");\n }\n*/\n\n/*\n body {\n background-image: url(\"http://192.168.1.45:1880/ecran001.jpg\");\n }\n*/\n\n\n body {\n background-image: url(\"https://cdn.pixabay.com/photo/2016/11/29/01/54/wood-1866667_1280.jpg\");\n }\n\n\n /* ------------------------------------- */\n /* Modification du background par DÉFAUT */\n /* ------------------------------------- */\n body.nr-dashboard-theme md-toolbar,\n body.nr-dashboard-theme md-content md-card {\n background-color: transparent !important;\n color: #FFFFFF;\n\n }\n/*\n body.nr-dashboard-theme md-toolbar .md-toolbar-tools {\n color: #fff;\n\n filter: none;\n }\n\n md-sidenav {\n bottom: auto !important;\n color: white !important;\n border-radius: 10px !important;\n }\n\n\n body.nr-dashboard-theme md-sidenav {\n color: white !important;\n }\n\n md-switch .md-bar {\n background-color: #adbbad !important;\n }\n\n ui-card-panel {\n background-color: rgba(255, 255, 255, 0.1) !important;\n border-radius: 10px !important;\n }\n\n /* -------------------- */\n /* ARRONDIS des GROUPES */\n /* -------------------- */\n #Homey_Dashboard_Navigation {\n background-color: transparent !important;\n border-radius: 10px !important;\n }\n\n /* -------------------------- */\n /* PERSONNALISATIONS diverses */\n /* -------------------------- */\n .md-card.md-default-theme,\n md-card {\n border-radius: 10px;\n }\n\n .nr-dashboard-switch.ng-scope {\n background-color: rgba(255, 255, 255, .2) !important;\n }\n\n .nr-dashboard-switch.ng-scope:hover {\n background-color: rgba(255, 255, 255, .5) !important;\n }\n\n .nr-dashboard-theme .nr-dashboard-button .md-button {\n background-color: rgba(255, 255, 255, .2);\n }\n\n .md-button {\n border-radius: 25px;\n }\n\n .nr-dashboard-cardpanel layout-column {\n background-color: rgba(255, 255, 255, 0.2) !important;\n background-color: transparent !important;\n border-radius: 10px !important;\n }\n\n .nr-dashboard-theme ui-card-panel {\n border: none;\n }\n\n .nr-dashboard-template {\n overflow-y: visible;\n }\n\n .nr-dashboard-theme md-content md-card {\n background-color: transparent !important;\n }\n\n .nr-dashboard-theme ui-card-panel p.nr-dashboard-cardtitle {\n color: rgba(255, 255, 255, 0.5);\n }\n\n /* -------------------------------------------- */\n /* FIN DES MODIFICATIONS du THÈME DARK NODE-RED */\n /* -------------------------------------------- */\n</style>\n\n<script>\n document.ontouchmove = function (e) {\n e.preventDefault();\n}\n</script>", "storeOutMessages": true, "fwdInMessages": true, "resendOnRefresh": true, "templateScope": "local", "className": "", "x": 800, "y": 50, "wires": [ [] ] }, { "id": "e297601266099b1e", "type": "ui_spacer", "z": "e7914dbcd6c182f4", "name": "spacer", "group": "dfe6138cddd72148", "order": 20, "width": 3, "height": 1 }, { "id": "08b4fe70b9638383", "type": "ui_spacer", "z": "e7914dbcd6c182f4", "name": "spacer", "group": "dfe6138cddd72148", "order": 30, "width": 1, "height": 1 }, { "id": "e90fd3938ebd0483", "type": "ui_spacer", "z": "e7914dbcd6c182f4", "name": "spacer", "group": "dfe6138cddd72148", "order": 36, "width": 1, "height": 1 }, { "id": "438abc8d87f9d8e3", "type": "mqtt-broker", "name": "", "broker": "fablab37110.ddns.net", "port": "1883", "clientid": "", "autoConnect": true, "usetls": false, "protocolVersion": "4", "keepalive": "60", "cleansession": true, "autoUnsubscribe": true, "birthTopic": "", "birthQos": "0", "birthPayload": "", "birthMsg": {}, "closeTopic": "", "closeQos": "0", "closePayload": "", "closeMsg": {}, "willTopic": "", "willQos": "0", "willPayload": "", "willMsg": {}, "userProps": "", "sessionExpiry": "" }, { "id": "dfe6138cddd72148", "type": "ui_group", "name": "Default", "tab": "7f1b92f3fdcbc5e5", "order": 1, "disp": true, "width": 6, "collapse": false, "className": "" }, { "id": "3c170b74178cd15f", "type": "mqtt-broker", "name": "", "broker": "fablab37110.ddns.net", "port": "1883", "clientid": "", "autoConnect": true, "usetls": false, "protocolVersion": "4", "keepalive": "60", "cleansession": true, "birthTopic": "", "birthQos": "0", "birthPayload": "", "birthMsg": {}, "closeTopic": "", "closeQos": "0", "closePayload": "", "closeMsg": {}, "willTopic": "", "willQos": "0", "willPayload": "", "willMsg": {}, "userProps": "", "sessionExpiry": "" }, { "id": "7f1b92f3fdcbc5e5", "type": "ui_tab", "name": "433 Mz", "icon": "dashboard", "disabled": false, "hidden": false } ]
/home/chanteri/www/fablab37110/data/pages/start/tasmota/nodered/433.txt · Dernière modification : 2024/12/04 18:40 de gerardadmin