Klopt, de mijne gaat ook naar dT5 als hij opwarmt na een defrost maar mijn systeem heeft een gebrek aan afgifte dus veel meer dan dat haalt ie niet en al helemaal niet lang
Okido. Ik kan 't niet zo goed als Lurge of AJUitdehaag maar 't werkt
Even Gilze Rijen aanpassen naar 't station van jouw keuze evenals de idx voor de dummy sensor (heb percentage gepakt omdat hij humidity niet pakte om een of andere reden).
[
{
"id": "7f197a6e.f01b94",
"type": "tab",
"label": "KNMI luchtvochtigheid",
"disabled": false,
"info": ""
},
{
"id": "768d1866.da3238",
"type": "inject",
"z": "7f197a6e.f01b94",
"name": "Iedere 30min uitvoeren",
"topic": "",
"payload": "",
"payloadType": "date",
"repeat": "1800",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"x": 150,
"y": 40,
"wires": [
[
"23e630a1.f220d"
]
]
},
{
"id": "da64381d.3aaec8",
"type": "debug",
"z": "7f197a6e.f01b94",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"x": 110,
"y": 520,
"wires": []
},
{
"id": "23e630a1.f220d",
"type": "http request",
"z": "7f197a6e.f01b94",
"name": "Data opvragen KNMI",
"method": "GET",
"ret": "txt",
"paytoqs": false,
"url": "https://www.knmi.nl/nederland-nu/weer/waarnemingen",
"tls": "",
"persist": false,
"proxy": "",
"authType": "",
"x": 140,
"y": 80,
"wires": [
[
"b5418eb8.d6577"
]
]
},
{
"id": "7409ee9c.faf7f",
"type": "switch",
"z": "7f197a6e.f01b94",
"name": "Switch",
"property": "payload",
"propertyType": "msg",
"rules": [
{
"t": "cont",
"v": "Gilze Rijen",
"vt": "str"
}
],
"checkall": "true",
"repair": false,
"outputs": 1,
"x": 90,
"y": 240,
"wires": [
[
"8b98e1e2.fe915"
]
]
},
{
"id": "b5418eb8.d6577",
"type": "html",
"z": "7f197a6e.f01b94",
"name": "Tabel filter",
"property": "payload",
"outproperty": "payload",
"tag": "table[class=table]",
"ret": "html",
"as": "multi",
"x": 110,
"y": 120,
"wires": [
[
"cb6f0875.fe6e58"
]
]
},
{
"id": "cb6f0875.fe6e58",
"type": "html",
"z": "7f197a6e.f01b94",
"name": "Regels uitsplitsen",
"property": "payload",
"outproperty": "payload",
"tag": "tr",
"ret": "html",
"as": "single",
"x": 130,
"y": 160,
"wires": [
[
"c3b6f192.635f9"
]
]
},
{
"id": "c3b6f192.635f9",
"type": "split",
"z": "7f197a6e.f01b94",
"name": "",
"splt": "\\n",
"spltType": "str",
"arraySplt": 1,
"arraySpltType": "len",
"stream": false,
"addname": "",
"x": 90,
"y": 200,
"wires": [
[
"7409ee9c.faf7f"
]
]
},
{
"id": "8b98e1e2.fe915",
"type": "html",
"z": "7f197a6e.f01b94",
"name": "Alleen Gilze Rijen in array",
"property": "payload",
"outproperty": "payload",
"tag": "td",
"ret": "html",
"as": "single",
"x": 150,
"y": 280,
"wires": [
[
"ac25fb2e.507998",
"bf878b71.7a8fc8"
]
]
},
{
"id": "bf878b71.7a8fc8",
"type": "function",
"z": "7f197a6e.f01b94",
"name": "Klaarmaken voor Domoticz",
"func": "msg.payload = msg.payload[4];\nmsg.payload.idx = 3; \nmsg.payload.svalue = \"RVGilze\";\nmsg.topic = \"domoticz/in\";\nreturn msg",
"outputs": 1,
"noerr": 0,
"x": 160,
"y": 380,
"wires": [
[
"9644231b.dc763"
]
]
},
{
"id": "ac25fb2e.507998",
"type": "debug",
"z": "7f197a6e.f01b94",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"x": 410,
"y": 280,
"wires": []
},
{
"id": "3ef3b6ed.3b5e7a",
"type": "mqtt out",
"z": "7f197a6e.f01b94",
"name": "MQTT Publish",
"topic": "",
"qos": "",
"retain": "",
"broker": "91718d29.a2ae3",
"x": 400,
"y": 420,
"wires": []
},
{
"id": "9644231b.dc763",
"type": "change",
"z": "7f197a6e.f01b94",
"name": "",
"rules": [
{
"t": "set",
"p": "payload",
"pt": "msg",
"to": "\"{\\\"idx\\\":26,\\\"svalue\\\":\\\"\" & $.payload & \"\\\"}\"",
"tot": "jsonata"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 120,
"y": 420,
"wires": [
[
"da64381d.3aaec8",
"3ef3b6ed.3b5e7a"
]
]
},
{
"id": "91718d29.a2ae3",
"type": "mqtt-broker",
"broker": "127.0.0.1",
"port": "1883",
"clientid": "",
"usetls": false,
"verifyservercert": true,
"compatmode": true,
"keepalive": 15,
"cleansession": true,
"birthQos": "0",
"willQos": "0"
}
]
Ik heb er vandaag 1 gehad en ook alleen omdat ik 'm zelf aangezwengeld had. Het viel wel op dat hij er aan zat te komen maar dan zou 't nog even geduurd hebben terwijl de buitenunit bijna helemaal dicht zat.