add models and UI management for rooms materiels

This commit is contained in:
JcDenis 2024-05-05 22:15:21 +02:00
parent b33a75363d
commit 86dcc614e2
26 changed files with 13357 additions and 4538 deletions

View file

@ -341,7 +341,7 @@
"icon": "cog",
"layout": "flex",
"theme": "0e53487482752cfe",
"order": 3,
"order": 4,
"className": "",
"visible": "true",
"disabled": "false"
@ -407,7 +407,7 @@
"icon": "tune",
"layout": "flex",
"theme": "0e53487482752cfe",
"order": 4,
"order": 5,
"className": "",
"visible": "true",
"disabled": "false"
@ -443,11 +443,11 @@
{
"id": "241fa70e798648e8",
"type": "ui-group",
"name": "Linky",
"name": "Electricité",
"page": "8e909fed7a35e981",
"width": "6",
"height": "1",
"order": 6,
"order": 3,
"showTitle": true,
"className": "",
"visible": "true",
@ -500,7 +500,7 @@
"page": "8e909fed7a35e981",
"width": "6",
"height": "1",
"order": 2,
"order": 4,
"showTitle": true,
"className": "",
"visible": "true",
@ -513,7 +513,7 @@
"page": "8e909fed7a35e981",
"width": "6",
"height": "1",
"order": 3,
"order": 5,
"showTitle": true,
"className": "",
"visible": "true",
@ -526,7 +526,7 @@
"page": "8e909fed7a35e981",
"width": "6",
"height": "1",
"order": 1,
"order": 2,
"showTitle": true,
"className": "",
"visible": "true",
@ -839,7 +839,7 @@
"page": "8e909fed7a35e981",
"width": "6",
"height": "1",
"order": 7,
"order": 6,
"showTitle": true,
"className": "",
"visible": "true",
@ -874,7 +874,7 @@
"icon": "calendar",
"layout": "flex",
"theme": "0e53487482752cfe",
"order": 2,
"order": 3,
"className": "",
"visible": "true",
"disabled": "false"
@ -886,7 +886,7 @@
"page": "8e909fed7a35e981",
"width": "6",
"height": "1",
"order": 5,
"order": 8,
"showTitle": true,
"className": "",
"visible": "true",
@ -912,7 +912,7 @@
"page": "8e909fed7a35e981",
"width": "6",
"height": "1",
"order": 4,
"order": 7,
"showTitle": true,
"className": "",
"visible": "true",
@ -985,5 +985,71 @@
"className": "",
"visible": "true",
"disabled": "false"
},
{
"id": "a7cbb932c183a9ce",
"type": "ui-page",
"name": "Créateur",
"ui": "2d75e4809d2a6fbf",
"path": "/creator",
"icon": "auto-fix",
"layout": "flex",
"theme": "0e53487482752cfe",
"order": 6,
"className": "",
"visible": "true",
"disabled": "false"
},
{
"id": "e5d4647d97841024",
"type": "ui-group",
"name": "Ajouter une entité",
"page": "a7cbb932c183a9ce",
"width": "6",
"height": "1",
"order": 1,
"showTitle": true,
"className": "",
"visible": "true",
"disabled": "false"
},
{
"id": "bb1749d6bdee813d",
"type": "ui-group",
"name": "Supprimer une entité",
"page": "a7cbb932c183a9ce",
"width": "6",
"height": "1",
"order": 2,
"showTitle": true,
"className": "",
"visible": "true",
"disabled": "false"
},
{
"id": "d97b07c77b6d5f1b",
"type": "ui-group",
"name": "Importer / exporter des entités",
"page": "a7cbb932c183a9ce",
"width": "6",
"height": "1",
"order": 3,
"showTitle": true,
"className": "",
"visible": "true",
"disabled": "false"
},
{
"id": "2e025331300821aa",
"type": "ui-group",
"name": "Production photovoltaïque",
"page": "8e909fed7a35e981",
"width": "6",
"height": "1",
"order": 1,
"showTitle": true,
"className": "",
"visible": "true",
"disabled": "false"
}
]

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

View file

@ -133,6 +133,27 @@
"w": 2604,
"h": 1214
},
{
"id": "ab32af53a59cbfa9",
"type": "group",
"z": "52347795767acd3f",
"name": "catch error",
"style": {
"fill": "#ff0000",
"fill-opacity": "0.05",
"label": true,
"stroke": "#ff0000"
},
"nodes": [
"cb4b8e74cf76ad20",
"1493b3ec590211ef",
"56268dd3950d582f"
],
"x": 534,
"y": 19,
"w": 422,
"h": 82
},
{
"id": "665068c11f8d7cd2",
"type": "group",
@ -310,27 +331,6 @@
"w": 2552,
"h": 922
},
{
"id": "ab32af53a59cbfa9",
"type": "group",
"z": "52347795767acd3f",
"name": "catch error",
"style": {
"fill": "#ff0000",
"fill-opacity": "0.05",
"label": true,
"stroke": "#ff0000"
},
"nodes": [
"cb4b8e74cf76ad20",
"1493b3ec590211ef",
"56268dd3950d582f"
],
"x": 534,
"y": 19,
"w": 422,
"h": 82
},
{
"id": "c28cd86afb368a68",
"type": "comment",
@ -449,7 +449,9 @@
"links": [
"8fdb5986494986cc",
"94517b52fbc7c222",
"ec75e169566e28bc"
"ec75e169566e28bc",
"60454b94203e24a9",
"6deb0c2bd68abdcb"
],
"x": 135,
"y": 600,

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -47,7 +47,7 @@
],
"x": 68,
"y": 413,
"w": 1244,
"w": 1574,
"h": 2174
},
{
@ -98,6 +98,67 @@
"w": 1822,
"h": 142
},
{
"id": "8a97ad21fb974dbd",
"type": "group",
"z": "a1e22fa468f03c15",
"name": "catch error",
"style": {
"fill": "#ff0000",
"fill-opacity": "0.05",
"label": true,
"stroke": "#ff0000"
},
"nodes": [
"6f11b20b69a42029",
"31fc5fdc93b7363d",
"d7b616f51fec6d9a"
],
"x": 534,
"y": 19,
"w": 422,
"h": 82
},
{
"id": "b9a706d9e4980c1e",
"type": "group",
"z": "a1e22fa468f03c15",
"name": "mqtt server for teleinfo",
"style": {
"fill": "#ffffff",
"fill-opacity": "0.5",
"label": true,
"stroke": "#0070c0"
},
"nodes": [
"fee31a77e542b203",
"0bf16a20b9656c59"
],
"x": 68,
"y": 173,
"w": 1764,
"h": 194
},
{
"id": "b31845e35ff96b51",
"type": "group",
"z": "a1e22fa468f03c15",
"name": "home - linky",
"style": {
"fill": "#777777",
"fill-opacity": "0.05",
"label": true
},
"nodes": [
"f36ad9add0dea84a",
"4cb9d5d99960728b",
"afbdaa08d5344ac6"
],
"x": 68,
"y": 2993,
"w": 3504,
"h": 494
},
{
"id": "f65dfdda10900ffc",
"type": "group",
@ -133,7 +194,8 @@
"25b8f66cb5486055",
"25a206dee6cb2d38",
"10352a4c8044bff8",
"d1f398881a976c8c"
"d1f398881a976c8c",
"06b7f0862564450a"
],
"x": 94,
"y": 439,
@ -183,11 +245,14 @@
"905240083e6bd5a2",
"e57340f8784de737",
"1d84aac6c8e2a838",
"eaf239f4e4fd9d20"
"eaf239f4e4fd9d20",
"9a0a261261c064da",
"ffd6cc9a833578f9",
"fd73f58e64fd7772"
],
"x": 94,
"y": 979,
"w": 1182,
"w": 1522,
"h": 142
},
{
@ -305,47 +370,6 @@
"w": 942,
"h": 269.5
},
{
"id": "8a97ad21fb974dbd",
"type": "group",
"z": "a1e22fa468f03c15",
"name": "catch error",
"style": {
"fill": "#ff0000",
"fill-opacity": "0.05",
"label": true,
"stroke": "#ff0000"
},
"nodes": [
"6f11b20b69a42029",
"31fc5fdc93b7363d",
"d7b616f51fec6d9a"
],
"x": 534,
"y": 19,
"w": 422,
"h": 82
},
{
"id": "b9a706d9e4980c1e",
"type": "group",
"z": "a1e22fa468f03c15",
"name": "mqtt server for teleinfo",
"style": {
"fill": "#ffffff",
"fill-opacity": "0.5",
"label": true,
"stroke": "#0070c0"
},
"nodes": [
"fee31a77e542b203",
"0bf16a20b9656c59"
],
"x": 68,
"y": 173,
"w": 1764,
"h": 194
},
{
"id": "fee31a77e542b203",
"type": "group",
@ -392,26 +416,6 @@
"w": 512,
"h": 142
},
{
"id": "b31845e35ff96b51",
"type": "group",
"z": "a1e22fa468f03c15",
"name": "home - linky",
"style": {
"fill": "#777777",
"fill-opacity": "0.05",
"label": true
},
"nodes": [
"f36ad9add0dea84a",
"4cb9d5d99960728b",
"afbdaa08d5344ac6"
],
"x": 68,
"y": 2993,
"w": 3504,
"h": 494
},
{
"id": "f36ad9add0dea84a",
"type": "group",
@ -573,7 +577,8 @@
"name": "linky - bucket",
"mode": "link",
"links": [
"60a457c83fc5f610"
"60a457c83fc5f610",
"f5c52506bf786402"
],
"x": 395,
"y": 60,
@ -718,6 +723,7 @@
"inout": "out",
"septopics": true,
"property": "payload",
"topi": "topic",
"x": 930,
"y": 840,
"wires": [
@ -849,7 +855,7 @@
"y": 900,
"wires": [
[
"df89dd445c170c34"
"06b7f0862564450a"
]
]
},
@ -1408,11 +1414,11 @@
"reduceInit": "",
"reduceInitType": "",
"reduceFixup": "",
"x": 770,
"x": 780,
"y": 1020,
"wires": [
[
"af3687a9f899e8da"
"9a0a261261c064da"
]
]
},
@ -1422,13 +1428,14 @@
"z": "a1e22fa468f03c15",
"g": "543a74289e049295",
"name": "",
"func": "var old = msg.payload.old.value;\nvar current = msg.payload.new.value;\nvar diff_index = current - old;\nvar diff_seconds = (msg.payload.new.time - msg.payload.old.time) / 1000;\nif (diff_seconds == 0) {\n var conso = 0;\n} else {\n var coeff = diff_seconds / 3600\n var conso = diff_index / coeff\n conso = Math.round(conso*100)/100\n}\nvar msg2 = {};\nmsg2.payload = {};\nmsg2.payload.conso = conso;\nmsg2.payload.diff_sec = diff_seconds;\nmsg2.payload.old_time = msg.payload.old.time;\nmsg2.payload.new_time = msg.payload.new.time;\nreturn msg2;",
"func": "var old = msg.payload.old.value;\nvar current = msg.payload.new.value;\nvar diff_index = current - old;\n\n\nvar diff_seconds = (msg.payload.new.time - msg.payload.old.time) / 1000;\nif (diff_seconds == 0) {\n var conso = 0;\n} else {\n var coeff = diff_seconds / 3600\n var conso = diff_index / coeff\n conso = Math.round(conso*100)/100\n}\nvar msg2 = {};\nmsg2.payload = {};\nmsg2.payload.conso = conso;\nmsg2.payload.diff_sec = diff_seconds;\nmsg2.payload.old_time = msg.payload.old.time;\nmsg2.payload.new_time = msg.payload.new.time;\n\nnode.status({fill: \"green\", shape: \"ring\", text: conso});\nreturn msg2;",
"outputs": 1,
"timeout": "",
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 940,
"x": 1280,
"y": 1020,
"wires": [
[
@ -1588,7 +1595,7 @@
"links": [
"e340056f7c0ff7e6"
],
"x": 1235,
"x": 1575,
"y": 1020,
"wires": []
},
@ -1631,7 +1638,7 @@
"from": "",
"to": "",
"reg": false,
"x": 1110,
"x": 1450,
"y": 1020,
"wires": [
[
@ -4797,7 +4804,7 @@
"width": "5",
"height": "1",
"name": "power",
"label": "Puissance",
"label": "Puissance linky",
"format": "{{msg.payload}}",
"layout": "row-spread",
"style": false,
@ -4815,11 +4822,11 @@
"z": "a1e22fa468f03c15",
"g": "afbdaa08d5344ac6",
"group": "241fa70e798648e8",
"order": 3,
"order": 4,
"width": "6",
"height": "1",
"name": "tariff",
"label": "Tarif",
"label": "Tarif linky",
"format": "{{msg.payload}}",
"layout": "row-spread",
"style": false,
@ -4949,11 +4956,11 @@
"z": "a1e22fa468f03c15",
"g": "afbdaa08d5344ac6",
"group": "241fa70e798648e8",
"order": 3,
"order": 5,
"width": "6",
"height": "1",
"name": "conso_total_today",
"label": "Aujourd'hui",
"label": "Consommation linky ajourdh'ui",
"format": "{{msg.payload}}",
"layout": "row-spread",
"style": false,
@ -4971,11 +4978,11 @@
"z": "a1e22fa468f03c15",
"g": "afbdaa08d5344ac6",
"group": "241fa70e798648e8",
"order": 3,
"order": 6,
"width": "6",
"height": "1",
"name": "conso_total_yesturday",
"label": "Hier",
"label": "Consommation linky hier",
"format": "{{msg.payload}}",
"layout": "row-spread",
"style": false,
@ -5162,5 +5169,96 @@
"8883fe1a066abc69"
]
]
},
{
"id": "06b7f0862564450a",
"type": "switch",
"z": "a1e22fa468f03c15",
"g": "f65dfdda10900ffc",
"name": "inject",
"property": "payload",
"propertyType": "msg",
"rules": [
{
"t": "eq",
"v": "0",
"vt": "num"
},
{
"t": "else"
}
],
"checkall": "false",
"repair": false,
"outputs": 2,
"x": 770,
"y": 900,
"wires": [
[
"80713009a92b1fb1"
],
[
"df89dd445c170c34"
]
]
},
{
"id": "9a0a261261c064da",
"type": "switch",
"z": "a1e22fa468f03c15",
"g": "543a74289e049295",
"name": "new",
"property": "payload.new",
"propertyType": "msg",
"rules": [
{
"t": "nempty"
}
],
"checkall": "false",
"repair": false,
"outputs": 1,
"x": 950,
"y": 1020,
"wires": [
[
"ffd6cc9a833578f9"
]
]
},
{
"id": "ffd6cc9a833578f9",
"type": "switch",
"z": "a1e22fa468f03c15",
"g": "543a74289e049295",
"name": "old",
"property": "payload.old",
"propertyType": "msg",
"rules": [
{
"t": "nempty"
}
],
"checkall": "false",
"repair": false,
"outputs": 1,
"x": 1110,
"y": 1020,
"wires": [
[
"af3687a9f899e8da"
]
]
},
{
"id": "fd73f58e64fd7772",
"type": "comment",
"z": "a1e22fa468f03c15",
"g": "543a74289e049295",
"name": "",
"info": "",
"x": 790,
"y": 1080,
"wires": []
}
]

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -529,11 +529,13 @@
"name": "ambre - bucket",
"mode": "link",
"links": [
"2e7bb0e6e6079d56",
"41bfea5f19dee5bc",
"540ed3f299c779d4",
"56c276c8a4ae111c",
"64765643b13c207f",
"9fc89d4f93b076e1"
"9fc89d4f93b076e1",
"668589ced855b77f"
],
"x": 395,
"y": 60,

View file

@ -110,6 +110,27 @@
"w": 1434,
"h": 614
},
{
"id": "0a2704782499abad",
"type": "group",
"z": "22d006e54a3d540e",
"name": "catch error",
"style": {
"fill": "#ff0000",
"fill-opacity": "0.05",
"label": true,
"stroke": "#ff0000"
},
"nodes": [
"e2ee65d36f0e6f28",
"2250e14f2b2d0140",
"7ff240db7b508375"
],
"x": 534,
"y": 19,
"w": 422,
"h": 82
},
{
"id": "46a08518c5bb9ce2",
"type": "group",
@ -325,27 +346,6 @@
"w": 952,
"h": 82
},
{
"id": "0a2704782499abad",
"type": "group",
"z": "22d006e54a3d540e",
"name": "catch error",
"style": {
"fill": "#ff0000",
"fill-opacity": "0.05",
"label": true,
"stroke": "#ff0000"
},
"nodes": [
"e2ee65d36f0e6f28",
"2250e14f2b2d0140",
"7ff240db7b508375"
],
"x": 534,
"y": 19,
"w": 422,
"h": 82
},
{
"id": "b730c8754d5fc2c3",
"type": "change",
@ -406,8 +406,10 @@
"name": "bain - bucket",
"mode": "link",
"links": [
"2e7bb0e6e6079d56",
"2ff0940468e68dbc",
"bc11ee4332f56481"
"bc11ee4332f56481",
"668589ced855b77f"
],
"x": 395,
"y": 60,

View file

@ -83,7 +83,7 @@
"5a0952c60ca71a4d"
],
"x": 68,
"y": 833,
"y": 893,
"w": 1694,
"h": 314
},
@ -102,7 +102,7 @@
"297b2d3fd56440f9"
],
"x": 68,
"y": 1193,
"y": 1253,
"w": 1334,
"h": 314
},
@ -123,7 +123,7 @@
"1be2396c5ede7eef"
],
"x": 68,
"y": 1613,
"y": 1673,
"w": 1394,
"h": 494
},
@ -202,7 +202,7 @@
"3f6cb72502b1116f"
],
"x": 94,
"y": 859,
"y": 919,
"w": 522,
"h": 262
},
@ -226,7 +226,7 @@
"4891cf30f176c576"
],
"x": 714,
"y": 896.5,
"y": 956.5,
"w": 1022,
"h": 164.5
},
@ -248,7 +248,7 @@
"a5610da475c5e78e"
],
"x": 694,
"y": 1324,
"y": 1384,
"w": 682,
"h": 112
},
@ -272,7 +272,7 @@
"216fcd9d7b66d1b0"
],
"x": 94,
"y": 1219,
"y": 1279,
"w": 502,
"h": 262
},
@ -297,7 +297,7 @@
"89735cb301bdea99"
],
"x": 94,
"y": 1639,
"y": 1699,
"w": 1342,
"h": 82
},
@ -320,7 +320,7 @@
"3762437c4d4b168c"
],
"x": 94,
"y": 1759,
"y": 1819,
"w": 952,
"h": 82
},
@ -343,7 +343,7 @@
"ac6b4421c7675b8f"
],
"x": 94,
"y": 1879,
"y": 1939,
"w": 952,
"h": 82
},
@ -366,7 +366,7 @@
"938259965bdd9849"
],
"x": 94,
"y": 1999,
"y": 2059,
"w": 892,
"h": 82
},
@ -430,9 +430,11 @@
"name": "cave - bucket",
"mode": "link",
"links": [
"2e7bb0e6e6079d56",
"aa7b6ce7671e2eec",
"cf6474d8d06d0270",
"d063a776bac586a6"
"d063a776bac586a6",
"668589ced855b77f"
],
"x": 395,
"y": 60,
@ -864,7 +866,7 @@
"to": "",
"reg": false,
"x": 340,
"y": 900,
"y": 960,
"wires": [
[
"56833e1ff5565e6b"
@ -882,7 +884,7 @@
"bfa594bf1f876c92"
],
"x": 575,
"y": 900,
"y": 960,
"wires": []
},
{
@ -927,7 +929,7 @@
"to": "",
"reg": false,
"x": 340,
"y": 960,
"y": 1020,
"wires": [
[
"56833e1ff5565e6b"
@ -976,7 +978,7 @@
"to": "",
"reg": false,
"x": 350,
"y": 1020,
"y": 1080,
"wires": [
[
"56833e1ff5565e6b"
@ -993,7 +995,7 @@
"e035e232e2747fed"
],
"x": 135,
"y": 900,
"y": 960,
"wires": [
[
"9f6e59d6bff54b3f",
@ -1045,7 +1047,7 @@
"to": "",
"reg": false,
"x": 360,
"y": 1080,
"y": 1140,
"wires": [
[
"56833e1ff5565e6b"
@ -1062,7 +1064,7 @@
"031a6afd8300356a"
],
"x": 755,
"y": 960,
"y": 1020,
"wires": [
[
"588385f03a20298b"
@ -1132,7 +1134,7 @@
"to": "",
"reg": false,
"x": 1490,
"y": 960,
"y": 1020,
"wires": [
[
"52b59fc8ef0553fe"
@ -1179,7 +1181,7 @@
"repair": false,
"outputs": 5,
"x": 890,
"y": 960,
"y": 1020,
"wires": [
[
"02c43596227a787d"
@ -1209,7 +1211,7 @@
"abdf34b12a5dd88d"
],
"x": 1695,
"y": 960,
"y": 1020,
"wires": []
},
{
@ -1233,7 +1235,7 @@
"repair": false,
"outputs": 1,
"x": 1060,
"y": 1020,
"y": 1080,
"wires": [
[
"4891cf30f176c576"
@ -1261,7 +1263,7 @@
"to": "",
"reg": false,
"x": 1240,
"y": 1020,
"y": 1080,
"wires": [
[
"02c43596227a787d"
@ -1302,7 +1304,7 @@
"repair": false,
"outputs": 4,
"x": 870,
"y": 1380,
"y": 1440,
"wires": [
[
"c11de5fcb0565144"
@ -1381,7 +1383,7 @@
"to": "",
"reg": false,
"x": 1120,
"y": 1380,
"y": 1440,
"wires": [
[
"a5610da475c5e78e"
@ -1398,7 +1400,7 @@
"031a6afd8300356a"
],
"x": 735,
"y": 1380,
"y": 1440,
"wires": [
[
"1dee4c1bfd86f78c"
@ -1447,7 +1449,7 @@
"to": "",
"reg": false,
"x": 350,
"y": 1260,
"y": 1320,
"wires": [
[
"6d8b9ac84c8dc897"
@ -1465,7 +1467,7 @@
"bfa594bf1f876c92"
],
"x": 555,
"y": 1260,
"y": 1320,
"wires": []
},
{
@ -1478,7 +1480,7 @@
"e035e232e2747fed"
],
"x": 135,
"y": 1260,
"y": 1320,
"wires": [
[
"ab0e0267be067354",
@ -1530,7 +1532,7 @@
"to": "",
"reg": false,
"x": 350,
"y": 1320,
"y": 1380,
"wires": [
[
"6d8b9ac84c8dc897"
@ -1579,7 +1581,7 @@
"to": "",
"reg": false,
"x": 350,
"y": 1380,
"y": 1440,
"wires": [
[
"6d8b9ac84c8dc897"
@ -1628,7 +1630,7 @@
"to": "",
"reg": false,
"x": 350,
"y": 1440,
"y": 1500,
"wires": [
[
"6d8b9ac84c8dc897"
@ -1646,7 +1648,7 @@
"df6a69e3a774eebc"
],
"x": 1395,
"y": 1680,
"y": 1740,
"wires": []
},
{
@ -1659,7 +1661,7 @@
"abd3bb3b24dd961a"
],
"x": 135,
"y": 1680,
"y": 1740,
"wires": [
[
"90c2212a5870ab4d"
@ -1685,7 +1687,7 @@
"repair": false,
"outputs": 1,
"x": 430,
"y": 1680,
"y": 1740,
"wires": [
[
"7a48d3b28afb9335"
@ -1711,7 +1713,7 @@
"repair": false,
"outputs": 1,
"x": 270,
"y": 1680,
"y": 1740,
"wires": [
[
"3bb670b7c782d0fe"
@ -1735,7 +1737,7 @@
"filterTopic": false,
"plan": "free",
"x": 930,
"y": 1680,
"y": 1740,
"wires": [
[
"89735cb301bdea99"
@ -1754,7 +1756,7 @@
"linkType": "static",
"timeout": "30",
"x": 660,
"y": 1680,
"y": 1740,
"wires": [
[
"40a1233e15703902"
@ -1773,7 +1775,7 @@
"linkType": "static",
"timeout": "30",
"x": 1200,
"y": 1680,
"y": 1740,
"wires": [
[
"a72c1a80a1c23c90"
@ -1790,7 +1792,7 @@
"a66c6d1f8e271921"
],
"x": 135,
"y": 1800,
"y": 1860,
"wires": [
[
"0ff0fadc83ac38d1"
@ -1816,7 +1818,7 @@
"repair": false,
"outputs": 1,
"x": 270,
"y": 1800,
"y": 1860,
"wires": [
[
"c86c464bb9aa4ec7"
@ -1835,7 +1837,7 @@
"linkType": "static",
"timeout": "30",
"x": 650,
"y": 1800,
"y": 1860,
"wires": [
[
"3762437c4d4b168c"
@ -1863,7 +1865,7 @@
"to": "",
"reg": false,
"x": 430,
"y": 1800,
"y": 1860,
"wires": [
[
"cf514e4790cf30b2"
@ -1887,7 +1889,7 @@
"filterTopic": false,
"plan": "free",
"x": 920,
"y": 1800,
"y": 1860,
"wires": [
[]
]
@ -1911,7 +1913,7 @@
"repair": false,
"outputs": 1,
"x": 270,
"y": 1920,
"y": 1980,
"wires": [
[
"c952edfa67754b49"
@ -1928,7 +1930,7 @@
"8f6b9cabcee961b9"
],
"x": 135,
"y": 1920,
"y": 1980,
"wires": [
[
"76fff1f1e6767cb1"
@ -1956,7 +1958,7 @@
"to": "",
"reg": false,
"x": 430,
"y": 1920,
"y": 1980,
"wires": [
[
"5bdae1b3b0632ad1"
@ -1975,7 +1977,7 @@
"linkType": "static",
"timeout": "30",
"x": 650,
"y": 1920,
"y": 1980,
"wires": [
[
"ac6b4421c7675b8f"
@ -1999,7 +2001,7 @@
"filterTopic": false,
"plan": "free",
"x": 920,
"y": 1920,
"y": 1980,
"wires": [
[]
]
@ -2014,7 +2016,7 @@
"c961c347fd2d14b5"
],
"x": 135,
"y": 2040,
"y": 2100,
"wires": [
[
"151c6168bcca45e8"
@ -2040,7 +2042,7 @@
"repair": false,
"outputs": 1,
"x": 270,
"y": 2040,
"y": 2100,
"wires": [
[
"ce088fb02cc8d95e"
@ -2066,7 +2068,7 @@
"repair": false,
"outputs": 1,
"x": 430,
"y": 2040,
"y": 2100,
"wires": [
[
"938259965bdd9849"
@ -2090,7 +2092,7 @@
"filterTopic": false,
"plan": "free",
"x": 880,
"y": 2040,
"y": 2100,
"wires": [
[]
]
@ -2107,7 +2109,7 @@
"linkType": "static",
"timeout": "30",
"x": 640,
"y": 2040,
"y": 2100,
"wires": [
[
"b178cd11693d5684"
@ -2189,9 +2191,7 @@
"x": 270,
"y": 540,
"wires": [
[
"251128455c53d96c"
]
[]
]
},
{
@ -2323,7 +2323,7 @@
"97c76b46acec597a"
],
"x": 1335,
"y": 1380,
"y": 1440,
"wires": []
}
]

View file

@ -236,7 +236,9 @@
"mode": "link",
"links": [
"18bf3df549328c13",
"96ad68746204ca2f"
"2e7bb0e6e6079d56",
"96ad68746204ca2f",
"668589ced855b77f"
],
"x": 395,
"y": 60,

View file

@ -127,6 +127,27 @@
"w": 1414,
"h": 374
},
{
"id": "0388977d451a1b30",
"type": "group",
"z": "854a244e296fdb4d",
"name": "catch error",
"style": {
"fill": "#ff0000",
"fill-opacity": "0.05",
"label": true,
"stroke": "#ff0000"
},
"nodes": [
"d6efb975ce14727e",
"986d34de7ec45972",
"29876145b02128ba"
],
"x": 534,
"y": 19,
"w": 422,
"h": 82
},
{
"id": "121d8155ecdd4ac3",
"type": "group",
@ -348,27 +369,6 @@
"w": 1342,
"h": 82
},
{
"id": "0388977d451a1b30",
"type": "group",
"z": "854a244e296fdb4d",
"name": "catch error",
"style": {
"fill": "#ff0000",
"fill-opacity": "0.05",
"label": true,
"stroke": "#ff0000"
},
"nodes": [
"d6efb975ce14727e",
"986d34de7ec45972",
"29876145b02128ba"
],
"x": 534,
"y": 19,
"w": 422,
"h": 82
},
{
"id": "33ea1104d94debcf",
"type": "change",
@ -430,9 +430,11 @@
"mode": "link",
"links": [
"10e09aa988492867",
"2e7bb0e6e6079d56",
"c0e1011957abf44a",
"c39d452224c976fc",
"d1d0415b7d813382"
"d1d0415b7d813382",
"668589ced855b77f"
],
"x": 395,
"y": 60,

View file

@ -150,6 +150,27 @@
"w": 534,
"h": 254
},
{
"id": "f43720911c7d606b",
"type": "group",
"z": "83779166f14173f8",
"name": "catch error",
"style": {
"fill": "#ff0000",
"fill-opacity": "0.05",
"label": true,
"stroke": "#ff0000"
},
"nodes": [
"483a5fade5592d4c",
"d14cd6b52b330cdf",
"4b285e7f94d3b8eb"
],
"x": 534,
"y": 19,
"w": 422,
"h": 82
},
{
"id": "062924d415d00ec7",
"type": "group",
@ -420,27 +441,6 @@
"w": 482,
"h": 202
},
{
"id": "f43720911c7d606b",
"type": "group",
"z": "83779166f14173f8",
"name": "catch error",
"style": {
"fill": "#ff0000",
"fill-opacity": "0.05",
"label": true,
"stroke": "#ff0000"
},
"nodes": [
"483a5fade5592d4c",
"d14cd6b52b330cdf",
"4b285e7f94d3b8eb"
],
"x": 534,
"y": 19,
"w": 422,
"h": 82
},
{
"id": "5ef3cfc4ecb15968",
"type": "change",
@ -504,8 +504,10 @@
"029a4bde088b95c6",
"14a8e3b1a1dbf959",
"18a18ef9ed11ad89",
"2e7bb0e6e6079d56",
"afd97549392e0e45",
"ecdb89989bc6cfda"
"ecdb89989bc6cfda",
"668589ced855b77f"
],
"x": 395,
"y": 60,

View file

@ -134,6 +134,27 @@
"w": 1454,
"h": 494
},
{
"id": "40eb94cad73ff69b",
"type": "group",
"z": "f92af28dd3f79491",
"name": "catch error",
"style": {
"fill": "#ff0000",
"fill-opacity": "0.05",
"label": true,
"stroke": "#ff0000"
},
"nodes": [
"656bc46cc7b25d65",
"969c901f6f98bc4b",
"5f003111067c7d2b"
],
"x": 534,
"y": 19,
"w": 422,
"h": 82
},
{
"id": "7648b8bc73881420",
"type": "group",
@ -303,27 +324,6 @@
"w": 1032,
"h": 82
},
{
"id": "40eb94cad73ff69b",
"type": "group",
"z": "f92af28dd3f79491",
"name": "catch error",
"style": {
"fill": "#ff0000",
"fill-opacity": "0.05",
"label": true,
"stroke": "#ff0000"
},
"nodes": [
"656bc46cc7b25d65",
"969c901f6f98bc4b",
"5f003111067c7d2b"
],
"x": 534,
"y": 19,
"w": 422,
"h": 82
},
{
"id": "cfa9b679a6b777b5",
"type": "change",
@ -384,8 +384,10 @@
"name": "diner - bucket",
"mode": "link",
"links": [
"2e7bb0e6e6079d56",
"add6c1d206525445",
"e2173712f7b8b21d"
"e2173712f7b8b21d",
"668589ced855b77f"
],
"x": 395,
"y": 60,
@ -651,7 +653,9 @@
"g": "52c7fa5b6c639641",
"name": "diner - scene - telegram motion",
"mode": "link",
"links": [],
"links": [
"ba0f26a893bbaac2"
],
"x": 1515,
"y": 1200,
"wires": []

View file

@ -66,7 +66,7 @@
"bdd7df89f79ee5b0"
],
"x": 68,
"y": 653,
"y": 713,
"w": 1674,
"h": 494
},
@ -85,8 +85,8 @@
],
"x": 68,
"y": 293,
"w": 714,
"h": 314
"w": 814,
"h": 374
},
{
"id": "44ab986c6e66fcf9",
@ -104,7 +104,7 @@
"5cd3a909ce1f413c"
],
"x": 68,
"y": 1213,
"y": 1273,
"w": 1374,
"h": 374
},
@ -147,7 +147,7 @@
"0ba4943daf9bfaa9"
],
"x": 94,
"y": 679,
"y": 739,
"w": 502,
"h": 142
},
@ -172,7 +172,7 @@
"2095bb5437e6bba0"
],
"x": 694,
"y": 679,
"y": 739,
"w": 1022,
"h": 202
},
@ -197,7 +197,7 @@
"3e25c616be545e45"
],
"x": 694,
"y": 919,
"y": 979,
"w": 1022,
"h": 202
},
@ -222,12 +222,14 @@
"aa511b07336bc955",
"67fa985f43e3907e",
"3c2a4fa97ee2c9cb",
"e162aa2ab40c7d67"
"e162aa2ab40c7d67",
"7351d25a91d6c96d",
"e02be9529de6bf5b"
],
"x": 94,
"y": 319,
"w": 662,
"h": 262
"w": 762,
"h": 322
},
{
"id": "66132351e9273fcd",
@ -250,7 +252,7 @@
"825b1d36c119ef53"
],
"x": 94,
"y": 1239,
"y": 1299,
"w": 1322,
"h": 82
},
@ -275,7 +277,7 @@
"e62259066f5cdb88"
],
"x": 94,
"y": 1359,
"y": 1419,
"w": 1322,
"h": 82
},
@ -298,7 +300,7 @@
"eb6013e0ba671951"
],
"x": 94,
"y": 1479,
"y": 1539,
"w": 952,
"h": 82
},
@ -362,8 +364,10 @@
"name": "jardin - bucket",
"mode": "link",
"links": [
"2e7bb0e6e6079d56",
"60475260b49e8979",
"91a4d952fb3ed03f"
"91a4d952fb3ed03f",
"668589ced855b77f"
],
"x": 395,
"y": 60,
@ -506,7 +510,7 @@
"to": "",
"reg": false,
"x": 340,
"y": 720,
"y": 780,
"wires": [
[
"89f3d6996d451326"
@ -524,7 +528,7 @@
"bfa594bf1f876c92"
],
"x": 555,
"y": 720,
"y": 780,
"wires": []
},
{
@ -537,7 +541,7 @@
"668a343981badf28"
],
"x": 135,
"y": 720,
"y": 780,
"wires": [
[
"78e99b7f5010b616",
@ -587,7 +591,7 @@
"to": "",
"reg": false,
"x": 340,
"y": 780,
"y": 840,
"wires": [
[
"89f3d6996d451326"
@ -604,7 +608,7 @@
"031a6afd8300356a"
],
"x": 735,
"y": 780,
"y": 840,
"wires": [
[
"32570cbbb91d3d5f"
@ -674,7 +678,7 @@
"to": "",
"reg": false,
"x": 1470,
"y": 780,
"y": 840,
"wires": [
[
"0fa2ffecb9982cf5"
@ -710,7 +714,7 @@
"repair": false,
"outputs": 3,
"x": 870,
"y": 780,
"y": 840,
"wires": [
[
"9a200e88cdab07fa"
@ -742,7 +746,7 @@
"repair": false,
"outputs": 1,
"x": 1030,
"y": 720,
"y": 780,
"wires": [
[
"4531745035773d3e"
@ -760,7 +764,7 @@
"abdf34b12a5dd88d"
],
"x": 1675,
"y": 780,
"y": 840,
"wires": []
},
{
@ -784,7 +788,7 @@
"repair": false,
"outputs": 1,
"x": 1040,
"y": 840,
"y": 900,
"wires": [
[
"2095bb5437e6bba0"
@ -812,7 +816,7 @@
"to": "",
"reg": false,
"x": 1220,
"y": 840,
"y": 900,
"wires": [
[
"4531745035773d3e"
@ -829,7 +833,7 @@
"031a6afd8300356a"
],
"x": 735,
"y": 1020,
"y": 1080,
"wires": [
[
"b8b95fbb0c46875e"
@ -899,7 +903,7 @@
"to": "",
"reg": false,
"x": 1470,
"y": 1020,
"y": 1080,
"wires": [
[
"f08fe7b4b871821b"
@ -935,7 +939,7 @@
"repair": false,
"outputs": 3,
"x": 870,
"y": 1020,
"y": 1080,
"wires": [
[
"920498c87637d301"
@ -967,7 +971,7 @@
"repair": false,
"outputs": 1,
"x": 1030,
"y": 960,
"y": 1020,
"wires": [
[
"55b1d876c3f25d5e"
@ -985,7 +989,7 @@
"abdf34b12a5dd88d"
],
"x": 1675,
"y": 1020,
"y": 1080,
"wires": []
},
{
@ -1009,7 +1013,7 @@
"repair": false,
"outputs": 1,
"x": 1040,
"y": 1080,
"y": 1140,
"wires": [
[
"3e25c616be545e45"
@ -1037,7 +1041,7 @@
"to": "",
"reg": false,
"x": 1220,
"y": 1080,
"y": 1140,
"wires": [
[
"55b1d876c3f25d5e"
@ -1060,7 +1064,8 @@
"aa511b07336bc955",
"67fa985f43e3907e",
"3c2a4fa97ee2c9cb",
"e162aa2ab40c7d67"
"e162aa2ab40c7d67",
"e02be9529de6bf5b"
]
]
},
@ -1102,7 +1107,7 @@
"links": [
"d85fe6335a6eae7b"
],
"x": 715,
"x": 815,
"y": 360,
"wires": []
},
@ -1222,7 +1227,7 @@
"df6a69e3a774eebc"
],
"x": 1375,
"y": 1280,
"y": 1340,
"wires": []
},
{
@ -1235,7 +1240,7 @@
"abd3bb3b24dd961a"
],
"x": 135,
"y": 1280,
"y": 1340,
"wires": [
[
"520adefc1310c5fb"
@ -1261,7 +1266,7 @@
"repair": false,
"outputs": 1,
"x": 430,
"y": 1280,
"y": 1340,
"wires": [
[
"ab7f0faa07bb10c5"
@ -1287,7 +1292,7 @@
"repair": false,
"outputs": 1,
"x": 270,
"y": 1280,
"y": 1340,
"wires": [
[
"bba86e872f5e2e77"
@ -1311,7 +1316,7 @@
"filterTopic": false,
"plan": "free",
"x": 920,
"y": 1280,
"y": 1340,
"wires": [
[
"825b1d36c119ef53"
@ -1330,7 +1335,7 @@
"linkType": "static",
"timeout": "30",
"x": 660,
"y": 1280,
"y": 1340,
"wires": [
[
"690dd048f1082d82"
@ -1349,7 +1354,7 @@
"linkType": "static",
"timeout": "30",
"x": 1180,
"y": 1280,
"y": 1340,
"wires": [
[
"339b74120cebdaf7"
@ -1367,7 +1372,7 @@
"df6a69e3a774eebc"
],
"x": 1375,
"y": 1400,
"y": 1460,
"wires": []
},
{
@ -1389,7 +1394,7 @@
"repair": false,
"outputs": 1,
"x": 430,
"y": 1400,
"y": 1460,
"wires": [
[
"d0fb887b17f71649"
@ -1406,7 +1411,7 @@
"abd3bb3b24dd961a"
],
"x": 135,
"y": 1400,
"y": 1460,
"wires": [
[
"a635791973ebfcde"
@ -1432,7 +1437,7 @@
"repair": false,
"outputs": 1,
"x": 270,
"y": 1400,
"y": 1460,
"wires": [
[
"ca190028075a02c4"
@ -1456,7 +1461,7 @@
"filterTopic": false,
"plan": "free",
"x": 920,
"y": 1400,
"y": 1460,
"wires": [
[
"e62259066f5cdb88"
@ -1475,7 +1480,7 @@
"linkType": "static",
"timeout": "30",
"x": 660,
"y": 1400,
"y": 1460,
"wires": [
[
"1e12dbe6025675cd"
@ -1494,7 +1499,7 @@
"linkType": "static",
"timeout": "30",
"x": 1180,
"y": 1400,
"y": 1460,
"wires": [
[
"64e0af5ac57be506"
@ -1511,7 +1516,7 @@
"a66c6d1f8e271921"
],
"x": 135,
"y": 1520,
"y": 1580,
"wires": [
[
"2311f2404970f228"
@ -1537,7 +1542,7 @@
"repair": false,
"outputs": 1,
"x": 270,
"y": 1520,
"y": 1580,
"wires": [
[
"3d309e5ca950760b"
@ -1556,7 +1561,7 @@
"linkType": "static",
"timeout": "30",
"x": 650,
"y": 1520,
"y": 1580,
"wires": [
[
"eb6013e0ba671951"
@ -1584,7 +1589,7 @@
"to": "",
"reg": false,
"x": 430,
"y": 1520,
"y": 1580,
"wires": [
[
"df2a43bb66b9583c"
@ -1608,7 +1613,7 @@
"filterTopic": false,
"plan": "free",
"x": 920,
"y": 1520,
"y": 1580,
"wires": [
[]
]
@ -1750,5 +1755,67 @@
"x": 915,
"y": 60,
"wires": []
},
{
"id": "7351d25a91d6c96d",
"type": "change",
"z": "daa0be2fa53aaf46",
"g": "98821f81dd5b1d8f",
"name": "PJ-MGW1203 / xxx / power / heat pump / true",
"rules": [
{
"t": "set",
"p": "model",
"pt": "msg",
"to": "PJ-MGW1203",
"tot": "str"
},
{
"t": "set",
"p": "field",
"pt": "msg",
"to": "heat pump",
"tot": "str"
},
{
"t": "set",
"p": "default",
"pt": "msg",
"to": "true",
"tot": "bool"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 560,
"y": 600,
"wires": [
[
"4d2e3d8689320f62"
]
]
},
{
"id": "e02be9529de6bf5b",
"type": "credentials",
"z": "daa0be2fa53aaf46",
"g": "98821f81dd5b1d8f",
"name": "id",
"props": [
{
"value": "id",
"type": "msg"
}
],
"x": 270,
"y": 600,
"wires": [
[
"7351d25a91d6c96d"
]
]
}
]

View file

@ -532,10 +532,12 @@
"mode": "link",
"links": [
"0193c4f2510b8f3f",
"2e7bb0e6e6079d56",
"3dc0abb4933cf52c",
"48350e3084957111",
"7faf686a74225948",
"be213fcd6188de9f"
"be213fcd6188de9f",
"668589ced855b77f"
],
"x": 395,
"y": 60,
@ -789,7 +791,7 @@
"type": "change",
"z": "82d1583d2c5dfc80",
"g": "4266b9a7527b5cab",
"name": "ZMNHBD / xxx / outlet / socket 1 (option 1)",
"name": "ZMNHBD / xxx / outlet / left socket (option 1)",
"rules": [
{
"t": "set",
@ -804,6 +806,13 @@
"pt": "msg",
"to": "1",
"tot": "num"
},
{
"t": "set",
"p": "field",
"pt": "msg",
"to": "left socket",
"tot": "str"
}
],
"action": "",
@ -824,7 +833,7 @@
"type": "change",
"z": "82d1583d2c5dfc80",
"g": "4266b9a7527b5cab",
"name": "ZMNHBD / xxx / outlet / socket 2 (option 2)",
"name": "ZMNHBD / xxx / outlet / right socket (option 2)",
"rules": [
{
"t": "set",
@ -839,6 +848,13 @@
"pt": "msg",
"to": "2",
"tot": "num"
},
{
"t": "set",
"p": "field",
"pt": "msg",
"to": "right socket",
"tot": "str"
}
],
"action": "",

View file

@ -70,6 +70,97 @@
"w": 1614,
"h": 374
},
{
"id": "28edba1c5e66d39d",
"type": "group",
"z": "4ae92a5d07f513ee",
"name": "",
"style": {
"fill": "#777777",
"fill-opacity": "0.05",
"label": true
},
"nodes": [
"0b5e3bfbf0fb13c7",
"e3da4219d2723996",
"bf5fb6e0ee73d142",
"6c31c5a2c83b0cc9"
],
"x": 68,
"y": 1073,
"w": 1714,
"h": 634
},
{
"id": "17a627ca751deff0",
"type": "group",
"z": "4ae92a5d07f513ee",
"name": "",
"style": {
"fill": "#777777",
"fill-opacity": "0.05",
"label": true
},
"nodes": [
"90395a4af2f2cd31",
"8991d1dbf96fba5f",
"6c263afeb989803a",
"74a8eb160f0453c1",
"5eecd48ff130b3f6",
"d98b05158545ccd0",
"bba90de32296b2b6",
"1cdeda1f832ad6ae",
"65304d012b83460c"
],
"x": 68,
"y": 293,
"w": 1478,
"h": 734
},
{
"id": "b2aabcf1a98113d2",
"type": "group",
"z": "4ae92a5d07f513ee",
"name": "parents - alexa",
"style": {
"fill": "#777777",
"fill-opacity": "0.05",
"label": true
},
"nodes": [
"a0fb7feea30116c9",
"4ff63042b674da2f",
"a78e3e12e55836b6",
"64f47d1c52b68079",
"7f58393ab187f86a",
"b674665f8dd964b7"
],
"x": 68,
"y": 2313,
"w": 1494,
"h": 734
},
{
"id": "39dd71f6e8eb75c6",
"type": "group",
"z": "4ae92a5d07f513ee",
"name": "catch error",
"style": {
"fill": "#ff0000",
"fill-opacity": "0.05",
"label": true,
"stroke": "#ff0000"
},
"nodes": [
"cf11131afc297ceb",
"3dcf7d94822b69ce",
"3859758a7fa85959"
],
"x": 534,
"y": 19,
"w": 422,
"h": 82
},
{
"id": "72f6a150361b45dd",
"type": "group",
@ -142,27 +233,6 @@
"w": 682,
"h": 82
},
{
"id": "28edba1c5e66d39d",
"type": "group",
"z": "4ae92a5d07f513ee",
"name": "",
"style": {
"fill": "#777777",
"fill-opacity": "0.05",
"label": true
},
"nodes": [
"0b5e3bfbf0fb13c7",
"e3da4219d2723996",
"bf5fb6e0ee73d142",
"6c31c5a2c83b0cc9"
],
"x": 68,
"y": 1073,
"w": 1714,
"h": 634
},
{
"id": "0b5e3bfbf0fb13c7",
"type": "group",
@ -259,32 +329,6 @@
"w": 1062,
"h": 149.5
},
{
"id": "17a627ca751deff0",
"type": "group",
"z": "4ae92a5d07f513ee",
"name": "",
"style": {
"fill": "#777777",
"fill-opacity": "0.05",
"label": true
},
"nodes": [
"90395a4af2f2cd31",
"8991d1dbf96fba5f",
"6c263afeb989803a",
"74a8eb160f0453c1",
"5eecd48ff130b3f6",
"d98b05158545ccd0",
"bba90de32296b2b6",
"1cdeda1f832ad6ae",
"65304d012b83460c"
],
"x": 68,
"y": 293,
"w": 1478,
"h": 734
},
{
"id": "65304d012b83460c",
"type": "group",
@ -327,29 +371,6 @@
"w": 762,
"h": 682
},
{
"id": "b2aabcf1a98113d2",
"type": "group",
"z": "4ae92a5d07f513ee",
"name": "parents - alexa",
"style": {
"fill": "#777777",
"fill-opacity": "0.05",
"label": true
},
"nodes": [
"a0fb7feea30116c9",
"4ff63042b674da2f",
"a78e3e12e55836b6",
"64f47d1c52b68079",
"7f58393ab187f86a",
"b674665f8dd964b7"
],
"x": 68,
"y": 2313,
"w": 1494,
"h": 734
},
{
"id": "a0fb7feea30116c9",
"type": "group",
@ -494,27 +515,6 @@
"w": 992,
"h": 82
},
{
"id": "39dd71f6e8eb75c6",
"type": "group",
"z": "4ae92a5d07f513ee",
"name": "catch error",
"style": {
"fill": "#ff0000",
"fill-opacity": "0.05",
"label": true,
"stroke": "#ff0000"
},
"nodes": [
"cf11131afc297ceb",
"3dcf7d94822b69ce",
"3859758a7fa85959"
],
"x": 534,
"y": 19,
"w": 422,
"h": 82
},
{
"id": "9c97074ceef682a8",
"type": "change",
@ -575,10 +575,12 @@
"name": "parents - bucket",
"mode": "link",
"links": [
"2e7bb0e6e6079d56",
"30a4c71f8d02384d",
"46bbf85405ae20a9",
"b9d7264ac08efb68",
"daf2739ddbaea6e5"
"daf2739ddbaea6e5",
"668589ced855b77f"
],
"x": 395,
"y": 60,

View file

@ -394,7 +394,9 @@
"mode": "link",
"links": [
"21b27e23f84eeec9",
"9bf844aeef65ae08"
"2e7bb0e6e6079d56",
"9bf844aeef65ae08",
"668589ced855b77f"
],
"x": 395,
"y": 60,
@ -673,7 +675,9 @@
"g": "d1e36e4097e61950",
"name": "parking - scene - telegram motion",
"mode": "link",
"links": [],
"links": [
"ba0f26a893bbaac2"
],
"x": 1535,
"y": 1260,
"wires": []

File diff suppressed because it is too large Load diff

View file

@ -386,7 +386,9 @@
"mode": "link",
"links": [
"2e6ed52694d41627",
"825d57214a3d1f72"
"2e7bb0e6e6079d56",
"825d57214a3d1f72",
"668589ced855b77f"
],
"x": 395,
"y": 60,

View file

@ -62,75 +62,13 @@
"nodes": [
"04de52a5f5237233",
"84416ebc7a349dd4",
"638b6d92fcb75ad5"
"638b6d92fcb75ad5",
"2bdcefabbf93c852"
],
"x": 68,
"y": 173,
"y": 353,
"w": 644,
"h": 374
},
{
"id": "04de52a5f5237233",
"type": "group",
"z": "e19f53e3dc7ab928",
"g": "df46e2504e16fc3e",
"name": "home - ui - chart outdoor temperature",
"style": {
"fill": "#6f2fa0",
"fill-opacity": "0.05",
"label": true
},
"nodes": [
"3bd22b1740d9d8b2",
"43e68c058a7661d6",
"b3f5b970a9b03119"
],
"x": 94,
"y": 199,
"w": 592,
"h": 82
},
{
"id": "84416ebc7a349dd4",
"type": "group",
"z": "e19f53e3dc7ab928",
"g": "df46e2504e16fc3e",
"name": "home - ui - chart outdoor humidity",
"style": {
"fill": "#6f2fa0",
"fill-opacity": "0.05",
"label": true
},
"nodes": [
"53e61734d5875604",
"f9ae231f709aa135",
"50bc182c3569008c"
],
"x": 94,
"y": 319,
"w": 572,
"h": 82
},
{
"id": "638b6d92fcb75ad5",
"type": "group",
"z": "e19f53e3dc7ab928",
"g": "df46e2504e16fc3e",
"name": "home - ui - chart linky power",
"style": {
"fill": "#6f2fa0",
"fill-opacity": "0.05",
"label": true
},
"nodes": [
"3abfeada773a5af2",
"ae8ac7965d6fb684",
"47316bf97f84b277"
],
"x": 94,
"y": 439,
"w": 552,
"h": 82
"h": 494
},
{
"id": "c520bebe00c3589e",
@ -153,6 +91,111 @@
"w": 422,
"h": 82
},
{
"id": "04de52a5f5237233",
"type": "group",
"z": "e19f53e3dc7ab928",
"g": "df46e2504e16fc3e",
"name": "home - ui - chart outdoor temperature",
"style": {
"fill": "#6f2fa0",
"fill-opacity": "0.05",
"label": true
},
"nodes": [
"3bd22b1740d9d8b2",
"43e68c058a7661d6",
"b3f5b970a9b03119"
],
"x": 94,
"y": 379,
"w": 592,
"h": 82
},
{
"id": "84416ebc7a349dd4",
"type": "group",
"z": "e19f53e3dc7ab928",
"g": "df46e2504e16fc3e",
"name": "home - ui - chart outdoor humidity",
"style": {
"fill": "#6f2fa0",
"fill-opacity": "0.05",
"label": true
},
"nodes": [
"53e61734d5875604",
"f9ae231f709aa135",
"50bc182c3569008c"
],
"x": 94,
"y": 499,
"w": 572,
"h": 82
},
{
"id": "638b6d92fcb75ad5",
"type": "group",
"z": "e19f53e3dc7ab928",
"g": "df46e2504e16fc3e",
"name": "home - ui - chart linky power",
"style": {
"fill": "#6f2fa0",
"fill-opacity": "0.05",
"label": true
},
"nodes": [
"3abfeada773a5af2",
"ae8ac7965d6fb684",
"47316bf97f84b277"
],
"x": 94,
"y": 619,
"w": 552,
"h": 82
},
{
"id": "e221264ccaca42a1",
"type": "group",
"z": "e19f53e3dc7ab928",
"name": "home - device - auto",
"style": {
"fill": "#ffC000",
"fill-opacity": "0.05",
"label": true
},
"nodes": [
"ce3cbb4ae72bbc14",
"5edfa91275f58882",
"fad822d4d6bc47a2",
"9beae381e402ac2c"
],
"x": 94,
"y": 199,
"w": 642,
"h": 82
},
{
"id": "2bdcefabbf93c852",
"type": "group",
"z": "e19f53e3dc7ab928",
"g": "df46e2504e16fc3e",
"name": "home - ui - chart photovoltaic power",
"style": {
"fill": "#6f2fa0",
"fill-opacity": "0.05",
"label": true
},
"nodes": [
"c4bb801a22f7f669",
"6c11220b26097fc3",
"a2bfb1feb168f963"
],
"x": 94,
"y": 739,
"w": 592,
"h": 82
},
{
"id": "d210ac6cc3e866c0",
"type": "change",
@ -220,7 +263,10 @@
"name": "home - bucket",
"mode": "link",
"links": [
"ab6d3d1be0d9ea74"
"ab6d3d1be0d9ea74",
"ec3cc0db88098e5c",
"15d5a5183a81d250",
"ce3cbb4ae72bbc14"
],
"x": 395,
"y": 60,
@ -282,7 +328,10 @@
"links": [
"1ff5fd68e1799ae5",
"057cd27350be1d0e",
"522b6c161afcb47e"
"522b6c161afcb47e",
"fdea9ff531a587a8",
"72f3d70342e83655",
"1d9d8c969ccdf2be"
],
"x": 1095,
"y": 60,
@ -332,7 +381,7 @@
"height": "6",
"className": "",
"x": 550,
"y": 240,
"y": 420,
"wires": [
[]
]
@ -350,7 +399,7 @@
"retentionPolicy": "",
"org": "iotredloop",
"x": 300,
"y": 240,
"y": 420,
"wires": [
[
"3bd22b1740d9d8b2"
@ -367,7 +416,7 @@
"004bb30c27c94fb4"
],
"x": 135,
"y": 240,
"y": 420,
"wires": [
[
"43e68c058a7661d6"
@ -414,7 +463,7 @@
"height": "6",
"className": "",
"x": 540,
"y": 360,
"y": 540,
"wires": [
[]
]
@ -432,7 +481,7 @@
"retentionPolicy": "",
"org": "iotredloop",
"x": 300,
"y": 360,
"y": 540,
"wires": [
[
"53e61734d5875604"
@ -449,7 +498,7 @@
"004bb30c27c94fb4"
],
"x": 135,
"y": 360,
"y": 540,
"wires": [
[
"f9ae231f709aa135"
@ -496,7 +545,7 @@
"height": "6",
"className": "",
"x": 530,
"y": 480,
"y": 660,
"wires": [
[]
]
@ -514,7 +563,7 @@
"retentionPolicy": "",
"org": "iotredloop",
"x": 300,
"y": 480,
"y": 660,
"wires": [
[
"3abfeada773a5af2"
@ -531,7 +580,7 @@
"004bb30c27c94fb4"
],
"x": 135,
"y": 480,
"y": 660,
"wires": [
[
"ae8ac7965d6fb684"
@ -595,5 +644,166 @@
"x": 915,
"y": 60,
"wires": []
},
{
"id": "ce3cbb4ae72bbc14",
"type": "link in",
"z": "e19f53e3dc7ab928",
"g": "e221264ccaca42a1",
"name": "home - device- auto",
"links": [
"fb0afb89fb191395"
],
"x": 135,
"y": 240,
"wires": [
[
"5edfa91275f58882"
]
]
},
{
"id": "5edfa91275f58882",
"type": "credentials",
"z": "e19f53e3dc7ab928",
"g": "e221264ccaca42a1",
"name": "id",
"props": [
{
"value": "id",
"type": "msg"
}
],
"x": 270,
"y": 240,
"wires": [
[
"fad822d4d6bc47a2"
]
]
},
{
"id": "fad822d4d6bc47a2",
"type": "change",
"z": "e19f53e3dc7ab928",
"g": "e221264ccaca42a1",
"name": "ecu-c / xxx / photovoltaic / url",
"rules": [
{
"t": "set",
"p": "model",
"pt": "msg",
"to": "ecu-c",
"tot": "str"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 500,
"y": 240,
"wires": [
[
"9beae381e402ac2c"
]
]
},
{
"id": "9beae381e402ac2c",
"type": "link out",
"z": "e19f53e3dc7ab928",
"g": "e221264ccaca42a1",
"name": "home - device - auto",
"mode": "link",
"links": [
"d85fe6335a6eae7b"
],
"x": 695,
"y": 240,
"wires": []
},
{
"id": "c4bb801a22f7f669",
"type": "ui-chart",
"z": "e19f53e3dc7ab928",
"g": "2bdcefabbf93c852",
"group": "2e025331300821aa",
"name": "ui chart photovoltac power",
"label": "",
"order": 9007199254740991,
"chartType": "line",
"category": "_field",
"categoryType": "property",
"xAxisProperty": "_time",
"xAxisPropertyType": "msg",
"xAxisType": "time",
"yAxisProperty": "_value",
"ymin": "",
"ymax": "",
"action": "replace",
"pointShape": "false",
"pointRadius": "2",
"showLegend": false,
"removeOlder": 1,
"removeOlderUnit": "86400",
"removeOlderPoints": "100",
"colors": [
"#1f77b4",
"#aec7e8",
"#ff7f0e",
"#2ca02c",
"#98df8a",
"#d62728",
"#ff9896",
"#9467bd",
"#c5b0d5"
],
"width": 6,
"height": "6",
"className": "",
"x": 550,
"y": 780,
"wires": [
[]
]
},
{
"id": "6c11220b26097fc3",
"type": "influxdb in",
"z": "e19f53e3dc7ab928",
"g": "2bdcefabbf93c852",
"influxdb": "e408b55d1dc6870d",
"name": "",
"query": "from(bucket: \"home\")\n |> range(start: -1d, stop: now())\n |> aggregateWindow(every: 15m, fn: last, createEmpty: false)\n |> filter(fn: (r) =>\n r._measurement == \"photovoltaic\" and r._field == \"production power\"\n )",
"rawOutput": false,
"precision": "",
"retentionPolicy": "",
"org": "iotredloop",
"x": 300,
"y": 780,
"wires": [
[
"c4bb801a22f7f669"
]
]
},
{
"id": "a2bfb1feb168f963",
"type": "link in",
"z": "e19f53e3dc7ab928",
"g": "2bdcefabbf93c852",
"name": "home - ui - chart linky power",
"links": [
"004bb30c27c94fb4"
],
"x": 135,
"y": 780,
"wires": [
[
"6c11220b26097fc3"
]
]
}
]

View file

@ -195,6 +195,64 @@
"w": 422,
"h": 82
},
{
"id": "a3df49e3ec177d8d",
"type": "group",
"z": "aab0c030de7df5cc",
"name": "room - ui - chart temperature",
"style": {
"fill": "#6f2fa0",
"fill-opacity": "0.05",
"label": true
},
"nodes": [
"ec99f621f7253cd7",
"023b97f731941ec8",
"d83b592e2491dcb6",
"e44987d599f2b366",
"b6d352f0739c9c5d",
"e01a8d98754f1f85",
"c1d200de7bed7d83",
"3918bb15caaf1ec5",
"4a56f9148bd23d8e",
"fc6afa9a094180d3",
"44d4e7ddd6c2f416",
"20c48f73de388537"
],
"x": 94,
"y": 1999,
"w": 1292,
"h": 202
},
{
"id": "80f986da1d02c67c",
"type": "group",
"z": "aab0c030de7df5cc",
"name": "room - ui - chart humidity",
"style": {
"fill": "#6f2fa0",
"fill-opacity": "0.05",
"label": true
},
"nodes": [
"1f143110084f2d12",
"c95545cb575e900a",
"a521b0c77c8e1b96",
"057bd2913e07a3dc",
"588f7e8cf7861975",
"feae7dc17ccbe84b",
"40fb52f0b9b6d6f8",
"5943f812794763bb",
"280a3b24aff09fd6",
"13bb4993d29c190f",
"4fac1159c7fb1196",
"238894bac5405d86"
],
"x": 94,
"y": 2239,
"w": 1292,
"h": 202
},
{
"id": "0bdefb56ee5ef918",
"type": "group",
@ -975,64 +1033,6 @@
"w": 1082,
"h": 382
},
{
"id": "a3df49e3ec177d8d",
"type": "group",
"z": "aab0c030de7df5cc",
"name": "room - ui - chart temperature",
"style": {
"fill": "#6f2fa0",
"fill-opacity": "0.05",
"label": true
},
"nodes": [
"ec99f621f7253cd7",
"023b97f731941ec8",
"d83b592e2491dcb6",
"e44987d599f2b366",
"b6d352f0739c9c5d",
"e01a8d98754f1f85",
"c1d200de7bed7d83",
"3918bb15caaf1ec5",
"4a56f9148bd23d8e",
"fc6afa9a094180d3",
"44d4e7ddd6c2f416",
"20c48f73de388537"
],
"x": 94,
"y": 1999,
"w": 1292,
"h": 202
},
{
"id": "80f986da1d02c67c",
"type": "group",
"z": "aab0c030de7df5cc",
"name": "room - ui - chart humidity",
"style": {
"fill": "#6f2fa0",
"fill-opacity": "0.05",
"label": true
},
"nodes": [
"1f143110084f2d12",
"c95545cb575e900a",
"a521b0c77c8e1b96",
"057bd2913e07a3dc",
"588f7e8cf7861975",
"feae7dc17ccbe84b",
"40fb52f0b9b6d6f8",
"5943f812794763bb",
"280a3b24aff09fd6",
"13bb4993d29c190f",
"4fac1159c7fb1196",
"238894bac5405d86"
],
"x": 94,
"y": 2239,
"w": 1292,
"h": 202
},
{
"id": "606f3caa9058900f",
"type": "change",
@ -3919,7 +3919,7 @@
],
"linkType": "static",
"timeout": "30",
"x": 3060,
"x": 3080,
"y": 1260,
"wires": [
[
@ -4848,7 +4848,7 @@
],
"linkType": "static",
"timeout": "30",
"x": 2900,
"x": 2920,
"y": 1740,
"wires": [
[
@ -5609,7 +5609,7 @@
],
"linkType": "static",
"timeout": "30",
"x": 2900,
"x": 2920,
"y": 2580,
"wires": [
[
@ -6688,7 +6688,7 @@
],
"linkType": "static",
"timeout": "30",
"x": 2900,
"x": 2920,
"y": 3320,
"wires": [
[
@ -7707,7 +7707,7 @@
],
"linkType": "static",
"timeout": "30",
"x": 2900,
"x": 2920,
"y": 4300,
"wires": [
[
@ -8449,7 +8449,7 @@
],
"linkType": "static",
"timeout": "30",
"x": 2900,
"x": 2920,
"y": 5020,
"wires": [
[
@ -11467,7 +11467,7 @@
],
"linkType": "static",
"timeout": "30",
"x": 5960,
"x": 5980,
"y": 3360,
"wires": [
[