ioBroker / AdapterRequests

This Place is used to track the status of new Adapter-Requests.
248 stars 36 forks source link

Daikin Altherma Wärmepumpen Adapter #681

Closed mmooo77 closed 2 years ago

mmooo77 commented 2 years ago

Hallo Zusammen,

Ich habe eine Daikin Altherma 3 Geo Wärmepumpe und würde die gern in den IoBroker integrieren. Auslesen und/oder ändern der Soll bzw Ist-Werte wären toll. Der Adapter "Daikin Klimaanlage" verbindet sich, erzeugt aber keine Objekte mit Variablen. Bin gern zu Test bereit.

Vielen Dank im Voraus!

Apollon77 commented 2 years ago

Was ist denn da für ein WLAN Adapter drin? Ist das ein Daikin-Cloud Gerät?

mmooo77 commented 2 years ago

Guten Morgen,

Da Gerät hat einen LAN-Adapter BRP069A61. Da soll auch eine Weboberfläche integriert sein, die allerdings nur für eine gewisse Zeit nach dem Start erreichbar ist, dort sollen noch ein paar Smart-Grid Einstellungen möglich sein, nix weiter. Das habe ich aber noch nicht getestet. Ja der hat eine Cloud-Anbindung.

Apollon77 commented 2 years ago

Dann duplicate zu https://github.com/Apollon77/ioBroker.daikin/issues/63

mmooo77 commented 2 years ago

Hallo,

ich habe einen NodeRed Flow aus einem anderen Forum angepasst und es läuft jetzt damit. Es ist nur ein Anfang aber vielleicht hilft es ja jemanden. Ich hoffe das ist Ok..

-es muss die IP des LAN-Kontrollers angepasst werden! -der Flow erzeugt Objekte die dann z.B. in der IOBroker Visu verwendet werden können

[ { "id": "7916defc.b11688", "type": "tab", "label": "Daikin ", "disabled": false, "info": "" }, { "id": "4a281ecf.138be", "type": "websocket in", "z": "7916defc.b11688", "name": "Daikin", "server": "", "client": "8ef83237.4e642", "x": 70, "y": 1080, "wires": [ [ "768574f3.3ff62c" ] ] }, { "id": "55391ba3.bf7154", "type": "status", "z": "7916defc.b11688", "name": "", "scope": [ "4a281ecf.138be" ], "x": 140, "y": 140, "wires": [ [ "c895eac4.5e3e88" ] ] }, { "id": "25839005.de279", "type": "trigger", "z": "7916defc.b11688", "name": "1/Sensor/IndoorTemperature", "op1": "{\"m2m:rqp\":{\"op\":2,\"to\":\"/[0]/MNAE/1/Sensor/IndoorTemperature/la\",\"fr\":\"/S\",\"rqi\":\"ynutj\"}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 720, "y": 80, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "e1cfb13a.c2eec", "type": "trigger", "z": "7916defc.b11688", "name": "1/Sensor/OutdoorTemperature", "op1": "{\"m2m:rqp\":{\"op\":2,\"to\":\"/[0]/MNAE/1/Sensor/OutdoorTemperature/la\",\"fr\":\"/S\",\"rqi\":\"jcmiz\"}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "overrideDelay": false, "units": "ms", "reset": "", "bytopic": "all", "topic": "topic", "outputs": 1, "x": 730, "y": 140, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "797d0e59.3910b8", "type": "trigger", "z": "7916defc.b11688", "name": "2/Sensor/TankTemperature", "op1": "{\"m2m:rqp\":{\"op\":2,\"to\":\"/[0]/MNAE/2/Sensor/TankTemperature/la\",\"fr\":\"/S\",\"rqi\":\"awmvw\"}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "overrideDelay": false, "units": "ms", "reset": "", "bytopic": "all", "topic": "topic", "outputs": 1, "x": 720, "y": 200, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "baa14c24.cc059", "type": "trigger", "z": "7916defc.b11688", "name": "1/Operation/TargetTemperature", "op1": "{\"m2m:rqp\":{\"op\":2,\"to\":\"/[0]/MNAE/1/Operation/TargetTemperature/la\",\"fr\":\"/S\",\"rqi\":\"rcxag\"}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 730, "y": 260, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "63fbdae5.f21214", "type": "trigger", "z": "7916defc.b11688", "name": "2/Operation/TargetTemperature", "op1": "{\"m2m:rqp\":{\"op\":2,\"to\":\"/[0]/MNAE/2/Operation/TargetTemperature/la\",\"fr\":\"/S\",\"rqi\":\"jhntt\"}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 730, "y": 320, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "5be1f665.6ea008", "type": "trigger", "z": "7916defc.b11688", "name": "2/UnitStatus/ReheatState", "op1": "{\"m2m:rqp\":{\"op\":2,\"to\":\"/[0]/MNAE/2/UnitStatus/ReheatState/la\",\"fr\":\"/S\",\"rqi\":\"vbmuy\"}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 710, "y": 380, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "88277fd2.46de48", "type": "trigger", "z": "7916defc.b11688", "name": "1/Operation/Power", "op1": "{\"m2m:rqp\":{\"op\":2,\"to\":\"/[0]/MNAE/1/Operation/Power/la\",\"fr\":\"/S\",\"rqi\":\"qyfud\"}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 690, "y": 440, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "990e3305.f5c728", "type": "inject", "z": "7916defc.b11688", "name": "1min", "repeat": "60", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "true", "payloadType": "bool", "x": 110, "y": 960, "wires": [ [ "6e753022.1c65c" ] ] }, { "id": "1d989609.73ab6a", "type": "trigger", "z": "7916defc.b11688", "name": "1/Operation /Power ON", "op1": "{\"m2m:rqp\":{\"op\":1,\"to\":\"/[0]/MNAE/1/Operation/Power\",\"fr\":\"/S\",\"rqi\":\"bhktc\",\"ty\":4,\"pc\":{\"m2m:cin\":{\"con\":\"on\",\"cnf\":\"text/plain:0\"}}}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 710, "y": 680, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "894bbdfe.41f6e", "type": "trigger", "z": "7916defc.b11688", "name": "1/Operation /Power OFF", "op1": "{\"m2m:rqp\":{\"op\":1,\"to\":\"/[0]/MNAE/1/Operation/Power\",\"fr\":\"/S\",\"rqi\":\"bhktc\",\"ty\":4,\"pc\":{\"m2m:cin\":{\"con\":\"standby\",\"cnf\":\"text/plain:0\"}}}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "overrideDelay": false, "units": "ms", "reset": "", "bytopic": "all", "topic": "topic", "outputs": 1, "x": 710, "y": 620, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "6e753022.1c65c", "type": "trigger", "z": "7916defc.b11688", "name": "trigger", "op1": "true", "op2": "", "op1type": "bool", "op2type": "nul", "duration": "250", "extend": false, "overrideDelay": false, "units": "ms", "reset": "", "bytopic": "all", "topic": "topic", "outputs": 1, "x": 430, "y": 140, "wires": [ [ "e1cfb13a.c2eec", "797d0e59.3910b8", "25839005.de279", "baa14c24.cc059", "63fbdae5.f21214", "5be1f665.6ea008", "88277fd2.46de48", "7b70d1c9.6bcbe8", "a635a681.30807" ] ] }, { "id": "c895eac4.5e3e88", "type": "switch", "z": "7916defc.b11688", "name": "", "property": "status.text", "propertyType": "msg", "rules": [ { "t": "eq", "v": "connected", "vt": "str" } ], "checkall": "true", "repair": false, "outputs": 1, "x": 290, "y": 140, "wires": [ [ "6e753022.1c65c" ] ] }, { "id": "6756f209.40f33c", "type": "trigger", "z": "7916defc.b11688", "name": "2/Operation/Power OFF", "op1": "{\"m2m:rqp\":{\"op\":1,\"to\":\"/[0]/MNAE/2/Operation/Power\",\"fr\":\"/S\",\"rqi\":\"cgeci\",\"ty\":4,\"pc\":{\"m2m:cin\":{\"con\":\"standby\",\"cnf\":\"text/plain:0\"}}}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 710, "y": 740, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "893e56a2.101e78", "type": "trigger", "z": "7916defc.b11688", "name": "2/Operation/Power ON", "op1": "{\"m2m:rqp\":{\"op\":1,\"to\":\"/[0]/MNAE/2/Operation/Power\",\"fr\":\"/S\",\"rqi\":\"cgeci\",\"ty\":4,\"pc\":{\"m2m:cin\":{\"con\":\"on\",\"cnf\":\"text/plain:0\"}}}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 700, "y": 800, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "7b70d1c9.6bcbe8", "type": "trigger", "z": "7916defc.b11688", "name": "2/Operation/Power", "op1": "{\"m2m:rqp\":{\"op\":2,\"to\":\"/[0]/MNAE/2/Operation/Power/la\",\"fr\":\"/S\",\"rqi\":\"tmroa\"}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 690, "y": 500, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "56268606.4b69d", "type": "websocket out", "z": "7916defc.b11688", "name": "Daikin", "server": "", "client": "8ef83237.4e642", "x": 1230, "y": 520, "wires": [] }, { "id": "a635a681.30807", "type": "trigger", "z": "7916defc.b11688", "name": "2/Operation/Powerful", "op1": "{\"m2m:rqp\":{\"op\":2,\"to\":\"/[0]/MNAE/2/Operation/Powerful/la\",\"fr\":\"/S\",\"rqi\":\"zlyhz\"}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 700, "y": 560, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "d39f83b6.e60d9", "type": "trigger", "z": "7916defc.b11688", "name": "2/Operation/Powerful OFF", "op1": "{\"m2m:rqp\":{\"op\":1,\"to\":\"/[0]/MNAE/2/Operation/Powerful\",\"fr\":\"/S\",\"rqi\":\"amwam\",\"ty\":4,\"pc\":{\"m2m:cin\":{\"con\":0,\"cnf\":\"text/plain:0\"}}}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 720, "y": 860, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "70d2d8da.df4c9", "type": "trigger", "z": "7916defc.b11688", "name": "2/Operation/Powerful ON", "op1": "{\"m2m:rqp\":{\"op\":1,\"to\":\"/[0]/MNAE/2/Operation/Powerful\",\"fr\":\"/S\",\"rqi\":\"ibwib\",\"ty\":4,\"pc\":{\"m2m:cin\":{\"con\":1,\"cnf\":\"text/plain:0\"}}}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 710, "y": 920, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "e9238fd3.6c8288", "type": "delay", "z": "7916defc.b11688", "name": "", "pauseType": "rate", "timeout": "5", "timeoutUnits": "seconds", "rate": "1", "nbRateUnits": "1", "rateUnits": "second", "randomFirst": "1", "randomLast": "5", "randomUnits": "seconds", "drop": false, "x": 1030, "y": 520, "wires": [ [ "56268606.4b69d" ] ] }, { "id": "99fcf1ed.0300b8", "type": "inject", "z": "7916defc.b11688", "name": "", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "", "payloadType": "date", "x": 460, "y": 620, "wires": [ [ "894bbdfe.41f6e" ] ] }, { "id": "cd028f03.9f113", "type": "inject", "z": "7916defc.b11688", "name": "", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "", "payloadType": "date", "x": 460, "y": 680, "wires": [ [ "1d989609.73ab6a" ] ] }, { "id": "844a112e.e980f8", "type": "inject", "z": "7916defc.b11688", "name": "", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "", "payloadType": "date", "x": 460, "y": 740, "wires": [ [ "6756f209.40f33c" ] ] }, { "id": "3825c7d3.1975e8", "type": "inject", "z": "7916defc.b11688", "name": "", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "", "payloadType": "date", "x": 460, "y": 800, "wires": [ [ "893e56a2.101e78" ] ] }, { "id": "c5f9b60.c1d2cc8", "type": "inject", "z": "7916defc.b11688", "name": "", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "", "payloadType": "date", "x": 460, "y": 860, "wires": [ [ "d39f83b6.e60d9" ] ] }, { "id": "bd568056.a9d358", "type": "inject", "z": "7916defc.b11688", "name": "", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "", "payloadType": "date", "x": 460, "y": 920, "wires": [ [ "70d2d8da.df4c9" ] ] }, { "id": "246c954f.5ffd8a", "type": "string", "z": "7916defc.b11688", "name": "", "methods": [ { "name": "delLeftMost", "params": [ { "type": "str", "value": "\"con\"" } ] }, { "name": "delRightMost", "params": [ { "type": "str", "value": "}}}}" } ] }, { "name": "delLeftMost", "params": [ { "type": "str", "value": ":" } ] } ], "prop": "payload", "propout": "payload", "object": "msg", "objectout": "msg", "x": 450, "y": 1080, "wires": [ [ "6e589b6f.d116b4" ] ] }, { "id": "6e589b6f.d116b4", "type": "ioBroker out", "z": "7916defc.b11688", "name": "Außentemperatur", "topic": "Daikin.AT", "ack": "true", "autoCreate": "true", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 650, "y": 1080, "wires": [] }, { "id": "f5df8068.2026c", "type": "string", "z": "7916defc.b11688", "name": "", "methods": [ { "name": "delLeftMost", "params": [ { "type": "str", "value": "\"con\"" } ] }, { "name": "delRightMost", "params": [ { "type": "str", "value": "0" } ] }, { "name": "delLeftMost", "params": [ { "type": "str", "value": ":" } ] } ], "prop": "payload", "propout": "payload", "object": "msg", "objectout": "msg", "x": 450, "y": 1020, "wires": [ [ "160ecc2a.847d24" ] ] }, { "id": "1b028df8.447b72", "type": "ioBroker out", "z": "7916defc.b11688", "name": "Speichertemperatur", "topic": "Daikin.Speichertemperatur", "ack": "true", "autoCreate": "true", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 650, "y": 1140, "wires": [] }, { "id": "2e6a9d56.aff592", "type": "string", "z": "7916defc.b11688", "name": "", "methods": [ { "name": "delLeftMost", "params": [ { "type": "str", "value": "\"con\"" } ] }, { "name": "delRightMost", "params": [ { "type": "str", "value": "}}}}" } ] }, { "name": "delLeftMost", "params": [ { "type": "str", "value": ":" } ] } ], "prop": "payload", "propout": "payload", "object": "msg", "objectout": "msg", "x": 450, "y": 1140, "wires": [ [ "1b028df8.447b72" ] ] }, { "id": "6b53c62e.efa928", "type": "ioBroker out", "z": "7916defc.b11688", "d": true, "name": "Solltemp1", "topic": "Daikin.Solltemp1", "ack": "true", "autoCreate": "false", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 620, "y": 1200, "wires": [] }, { "id": "545df023.74b5c", "type": "string", "z": "7916defc.b11688", "name": "", "methods": [ { "name": "delLeftMost", "params": [ { "type": "str", "value": "\"con\"" } ] }, { "name": "delRightMost", "params": [ { "type": "str", "value": "}}}}" } ] }, { "name": "delLeftMost", "params": [ { "type": "str", "value": ":" } ] } ], "prop": "payload", "propout": "payload", "object": "msg", "objectout": "msg", "x": 450, "y": 1200, "wires": [ [ "6b53c62e.efa928" ] ] }, { "id": "f38f8799.0fcc78", "type": "ioBroker out", "z": "7916defc.b11688", "name": "Solltemp2", "topic": "Daikin.Solltemp2", "ack": "true", "autoCreate": "true", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 620, "y": 1260, "wires": [] }, { "id": "c277a8cb.88a198", "type": "string", "z": "7916defc.b11688", "name": "", "methods": [ { "name": "delLeftMost", "params": [ { "type": "str", "value": "\"con\"" } ] }, { "name": "delRightMost", "params": [ { "type": "str", "value": "0" } ] }, { "name": "delLeftMost", "params": [ { "type": "str", "value": ":" } ] } ], "prop": "payload", "propout": "payload", "object": "msg", "objectout": "msg", "x": 450, "y": 1260, "wires": [ [ "f38f8799.0fcc78" ] ] }, { "id": "fa964796.e249c8", "type": "ioBroker out", "z": "7916defc.b11688", "name": "Reheat", "topic": "Daikin.Reheat", "ack": "true", "autoCreate": "true", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 620, "y": 1320, "wires": [] }, { "id": "e7a4c3be.a2bc9", "type": "string", "z": "7916defc.b11688", "name": "", "methods": [ { "name": "delLeftMost", "params": [ { "type": "str", "value": "\"con\"" } ] }, { "name": "delRightMost", "params": [ { "type": "str", "value": "}}}}" } ] }, { "name": "delLeftMost", "params": [ { "type": "str", "value": ":" } ] } ], "prop": "payload", "propout": "payload", "object": "msg", "objectout": "msg", "x": 450, "y": 1320, "wires": [ [ "fa964796.e249c8" ] ] }, { "id": "2f507065.96a56", "type": "ioBroker out", "z": "7916defc.b11688", "name": "Heizung", "topic": "Daikin.Power1", "ack": "false", "autoCreate": "true", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 620, "y": 1380, "wires": [] }, { "id": "45f4791a.bb68e8", "type": "string", "z": "7916defc.b11688", "name": "", "methods": [ { "name": "delLeftMost", "params": [ { "type": "str", "value": "\"con\"" } ] }, { "name": "delRightMost", "params": [ { "type": "str", "value": "}}}}" } ] }, { "name": "delLeftMost", "params": [ { "type": "str", "value": ":" } ] } ], "prop": "payload", "propout": "payload", "object": "msg", "objectout": "msg", "x": 450, "y": 1380, "wires": [ [ "2f507065.96a56" ] ] }, { "id": "7fc5e82b.43e238", "type": "ioBroker out", "z": "7916defc.b11688", "name": "Warmwasser", "topic": "Daikin.Power2", "ack": "false", "autoCreate": "true", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 630, "y": 1440, "wires": [] }, { "id": "e9f466a.4ef5698", "type": "string", "z": "7916defc.b11688", "name": "", "methods": [ { "name": "delLeftMost", "params": [ { "type": "str", "value": "\"con\"" } ] }, { "name": "delRightMost", "params": [ { "type": "str", "value": "}}}}" } ] }, { "name": "delLeftMost", "params": [ { "type": "str", "value": ":" } ] } ], "prop": "payload", "propout": "payload", "object": "msg", "objectout": "msg", "x": 450, "y": 1440, "wires": [ [ "7fc5e82b.43e238" ] ] }, { "id": "ebc35b35.47d858", "type": "ioBroker out", "z": "7916defc.b11688", "name": "Leistungsstark", "topic": "Daikin.Leistungsstark", "ack": "false", "autoCreate": "true", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 640, "y": 1500, "wires": [] }, { "id": "6408f103.4534a", "type": "string", "z": "7916defc.b11688", "name": "", "methods": [ { "name": "delLeftMost", "params": [ { "type": "str", "value": "\"con\"" } ] }, { "name": "delRightMost", "params": [ { "type": "str", "value": "}}}}" } ] }, { "name": "delLeftMost", "params": [ { "type": "str", "value": ":" } ] } ], "prop": "payload", "propout": "payload", "object": "msg", "objectout": "msg", "x": 450, "y": 1500, "wires": [ [ "ebc35b35.47d858" ] ] }, { "id": "768574f3.3ff62c", "type": "switch", "z": "7916defc.b11688", "name": "", "property": "payload", "propertyType": "msg", "rules": [ { "t": "cont", "v": "IndoorTemperature/la", "vt": "str" }, { "t": "cont", "v": "OutdoorTemperature/la", "vt": "str" }, { "t": "cont", "v": "TankTemperature/la", "vt": "str" }, { "t": "cont", "v": "1/Operation/TargetTemperature/la", "vt": "str" }, { "t": "cont", "v": "2/Operation/TargetTemperature/la", "vt": "str" }, { "t": "cont", "v": "ReheatState/la", "vt": "str" }, { "t": "cont", "v": "1/Operation/Power/la", "vt": "str" }, { "t": "cont", "v": "2/Operation/Power/la", "vt": "str" }, { "t": "cont", "v": "2/Operation/Powerful/la", "vt": "str" }, { "t": "else" } ], "checkall": "true", "repair": false, "outputs": 10, "x": 230, "y": 1080, "wires": [ [ "f5df8068.2026c" ], [ "246c954f.5ffd8a" ], [ "2e6a9d56.aff592" ], [ "545df023.74b5c" ], [ "c277a8cb.88a198" ], [ "e7a4c3be.a2bc9" ], [ "45f4791a.bb68e8" ], [ "e9f466a.4ef5698" ], [ "6408f103.4534a" ], [] ], "outputLabels": [ "1 Indoor Temp", "", "", "", "", "", "", "", "", "" ] }, { "id": "160ecc2a.847d24", "type": "ioBroker out", "z": "7916defc.b11688", "name": "IT", "topic": "Daikin.Innentemperatur", "ack": "true", "autoCreate": "true", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 610, "y": 1020, "wires": [] }, { "id": "8ef83237.4e642", "type": "websocket-client", "path": "ws://192.168.0.0/mca", "tls": "", "wholemsg": "false" } ]

Apollon77 commented 2 years ago

Haste mal den Link zu dem "anderen Forum"?

mmooo77 commented 2 years ago

https://community.openenergymonitor.org/t/hack-my-heat-pump-and-publish-data-onto-emoncms/2551/44

hier gibt es noch mehr Infos: https://community.openhab.org/t/how-to-integrate-daikin-altherma-lt-heat-pump/16488/15

Apollon77 commented 2 years ago

Oohh wtf .. then this seems to be even "another protocol" ... so question is if it also works with the cloud approach or not ...

Apollon77 commented 2 years ago

@mmooo77 Can you please create a ticket in iobroker.daikin repo for this?

Apollon77 commented 2 years ago

Daikin-Cloud adapter available

werner2000x commented 1 year ago

Hallo,

ich habe einen NodeRed Flow aus einem anderen Forum angepasst und es läuft jetzt damit. Es ist nur ein Anfang aber vielleicht hilft es ja jemanden. Ich hoffe das ist Ok..

-es muss die IP des LAN-Kontrollers angepasst werden! -der Flow erzeugt Objekte die dann z.B. in der IOBroker Visu verwendet werden können

[ { "id": "7916defc.b11688", "type": "tab", "label": "Daikin ", "disabled": false, "info": "" }, { "id": "4a281ecf.138be", "type": "websocket in", "z": "7916defc.b11688", "name": "Daikin", "server": "", "client": "8ef83237.4e642", "x": 70, "y": 1080, "wires": [ [ "768574f3.3ff62c" ] ] }, { "id": "55391ba3.bf7154", "type": "status", "z": "7916defc.b11688", "name": "", "scope": [ "4a281ecf.138be" ], "x": 140, "y": 140, "wires": [ [ "c895eac4.5e3e88" ] ] }, { "id": "25839005.de279", "type": "trigger", "z": "7916defc.b11688", "name": "1/Sensor/IndoorTemperature", "op1": "{\"m2m:rqp\":{\"op\":2,\"to\":\"/[0]/MNAE/1/Sensor/IndoorTemperature/la\",\"fr\":\"/S\",\"rqi\":\"ynutj\"}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 720, "y": 80, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "e1cfb13a.c2eec", "type": "trigger", "z": "7916defc.b11688", "name": "1/Sensor/OutdoorTemperature", "op1": "{\"m2m:rqp\":{\"op\":2,\"to\":\"/[0]/MNAE/1/Sensor/OutdoorTemperature/la\",\"fr\":\"/S\",\"rqi\":\"jcmiz\"}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "overrideDelay": false, "units": "ms", "reset": "", "bytopic": "all", "topic": "topic", "outputs": 1, "x": 730, "y": 140, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "797d0e59.3910b8", "type": "trigger", "z": "7916defc.b11688", "name": "2/Sensor/TankTemperature", "op1": "{\"m2m:rqp\":{\"op\":2,\"to\":\"/[0]/MNAE/2/Sensor/TankTemperature/la\",\"fr\":\"/S\",\"rqi\":\"awmvw\"}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "overrideDelay": false, "units": "ms", "reset": "", "bytopic": "all", "topic": "topic", "outputs": 1, "x": 720, "y": 200, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "baa14c24.cc059", "type": "trigger", "z": "7916defc.b11688", "name": "1/Operation/TargetTemperature", "op1": "{\"m2m:rqp\":{\"op\":2,\"to\":\"/[0]/MNAE/1/Operation/TargetTemperature/la\",\"fr\":\"/S\",\"rqi\":\"rcxag\"}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 730, "y": 260, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "63fbdae5.f21214", "type": "trigger", "z": "7916defc.b11688", "name": "2/Operation/TargetTemperature", "op1": "{\"m2m:rqp\":{\"op\":2,\"to\":\"/[0]/MNAE/2/Operation/TargetTemperature/la\",\"fr\":\"/S\",\"rqi\":\"jhntt\"}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 730, "y": 320, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "5be1f665.6ea008", "type": "trigger", "z": "7916defc.b11688", "name": "2/UnitStatus/ReheatState", "op1": "{\"m2m:rqp\":{\"op\":2,\"to\":\"/[0]/MNAE/2/UnitStatus/ReheatState/la\",\"fr\":\"/S\",\"rqi\":\"vbmuy\"}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 710, "y": 380, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "88277fd2.46de48", "type": "trigger", "z": "7916defc.b11688", "name": "1/Operation/Power", "op1": "{\"m2m:rqp\":{\"op\":2,\"to\":\"/[0]/MNAE/1/Operation/Power/la\",\"fr\":\"/S\",\"rqi\":\"qyfud\"}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 690, "y": 440, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "990e3305.f5c728", "type": "inject", "z": "7916defc.b11688", "name": "1min", "repeat": "60", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "true", "payloadType": "bool", "x": 110, "y": 960, "wires": [ [ "6e753022.1c65c" ] ] }, { "id": "1d989609.73ab6a", "type": "trigger", "z": "7916defc.b11688", "name": "1/Operation /Power ON", "op1": "{\"m2m:rqp\":{\"op\":1,\"to\":\"/[0]/MNAE/1/Operation/Power\",\"fr\":\"/S\",\"rqi\":\"bhktc\",\"ty\":4,\"pc\":{\"m2m:cin\":{\"con\":\"on\",\"cnf\":\"text/plain:0\"}}}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 710, "y": 680, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "894bbdfe.41f6e", "type": "trigger", "z": "7916defc.b11688", "name": "1/Operation /Power OFF", "op1": "{\"m2m:rqp\":{\"op\":1,\"to\":\"/[0]/MNAE/1/Operation/Power\",\"fr\":\"/S\",\"rqi\":\"bhktc\",\"ty\":4,\"pc\":{\"m2m:cin\":{\"con\":\"standby\",\"cnf\":\"text/plain:0\"}}}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "overrideDelay": false, "units": "ms", "reset": "", "bytopic": "all", "topic": "topic", "outputs": 1, "x": 710, "y": 620, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "6e753022.1c65c", "type": "trigger", "z": "7916defc.b11688", "name": "trigger", "op1": "true", "op2": "", "op1type": "bool", "op2type": "nul", "duration": "250", "extend": false, "overrideDelay": false, "units": "ms", "reset": "", "bytopic": "all", "topic": "topic", "outputs": 1, "x": 430, "y": 140, "wires": [ [ "e1cfb13a.c2eec", "797d0e59.3910b8", "25839005.de279", "baa14c24.cc059", "63fbdae5.f21214", "5be1f665.6ea008", "88277fd2.46de48", "7b70d1c9.6bcbe8", "a635a681.30807" ] ] }, { "id": "c895eac4.5e3e88", "type": "switch", "z": "7916defc.b11688", "name": "", "property": "status.text", "propertyType": "msg", "rules": [ { "t": "eq", "v": "connected", "vt": "str" } ], "checkall": "true", "repair": false, "outputs": 1, "x": 290, "y": 140, "wires": [ [ "6e753022.1c65c" ] ] }, { "id": "6756f209.40f33c", "type": "trigger", "z": "7916defc.b11688", "name": "2/Operation/Power OFF", "op1": "{\"m2m:rqp\":{\"op\":1,\"to\":\"/[0]/MNAE/2/Operation/Power\",\"fr\":\"/S\",\"rqi\":\"cgeci\",\"ty\":4,\"pc\":{\"m2m:cin\":{\"con\":\"standby\",\"cnf\":\"text/plain:0\"}}}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 710, "y": 740, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "893e56a2.101e78", "type": "trigger", "z": "7916defc.b11688", "name": "2/Operation/Power ON", "op1": "{\"m2m:rqp\":{\"op\":1,\"to\":\"/[0]/MNAE/2/Operation/Power\",\"fr\":\"/S\",\"rqi\":\"cgeci\",\"ty\":4,\"pc\":{\"m2m:cin\":{\"con\":\"on\",\"cnf\":\"text/plain:0\"}}}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 700, "y": 800, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "7b70d1c9.6bcbe8", "type": "trigger", "z": "7916defc.b11688", "name": "2/Operation/Power", "op1": "{\"m2m:rqp\":{\"op\":2,\"to\":\"/[0]/MNAE/2/Operation/Power/la\",\"fr\":\"/S\",\"rqi\":\"tmroa\"}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 690, "y": 500, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "56268606.4b69d", "type": "websocket out", "z": "7916defc.b11688", "name": "Daikin", "server": "", "client": "8ef83237.4e642", "x": 1230, "y": 520, "wires": [] }, { "id": "a635a681.30807", "type": "trigger", "z": "7916defc.b11688", "name": "2/Operation/Powerful", "op1": "{\"m2m:rqp\":{\"op\":2,\"to\":\"/[0]/MNAE/2/Operation/Powerful/la\",\"fr\":\"/S\",\"rqi\":\"zlyhz\"}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 700, "y": 560, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "d39f83b6.e60d9", "type": "trigger", "z": "7916defc.b11688", "name": "2/Operation/Powerful OFF", "op1": "{\"m2m:rqp\":{\"op\":1,\"to\":\"/[0]/MNAE/2/Operation/Powerful\",\"fr\":\"/S\",\"rqi\":\"amwam\",\"ty\":4,\"pc\":{\"m2m:cin\":{\"con\":0,\"cnf\":\"text/plain:0\"}}}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 720, "y": 860, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "70d2d8da.df4c9", "type": "trigger", "z": "7916defc.b11688", "name": "2/Operation/Powerful ON", "op1": "{\"m2m:rqp\":{\"op\":1,\"to\":\"/[0]/MNAE/2/Operation/Powerful\",\"fr\":\"/S\",\"rqi\":\"ibwib\",\"ty\":4,\"pc\":{\"m2m:cin\":{\"con\":1,\"cnf\":\"text/plain:0\"}}}}", "op2": "", "op1type": "json", "op2type": "nul", "duration": "250", "extend": false, "units": "ms", "reset": "", "bytopic": "all", "outputs": 1, "x": 710, "y": 920, "wires": [ [ "e9238fd3.6c8288" ] ] }, { "id": "e9238fd3.6c8288", "type": "delay", "z": "7916defc.b11688", "name": "", "pauseType": "rate", "timeout": "5", "timeoutUnits": "seconds", "rate": "1", "nbRateUnits": "1", "rateUnits": "second", "randomFirst": "1", "randomLast": "5", "randomUnits": "seconds", "drop": false, "x": 1030, "y": 520, "wires": [ [ "56268606.4b69d" ] ] }, { "id": "99fcf1ed.0300b8", "type": "inject", "z": "7916defc.b11688", "name": "", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "", "payloadType": "date", "x": 460, "y": 620, "wires": [ [ "894bbdfe.41f6e" ] ] }, { "id": "cd028f03.9f113", "type": "inject", "z": "7916defc.b11688", "name": "", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "", "payloadType": "date", "x": 460, "y": 680, "wires": [ [ "1d989609.73ab6a" ] ] }, { "id": "844a112e.e980f8", "type": "inject", "z": "7916defc.b11688", "name": "", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "", "payloadType": "date", "x": 460, "y": 740, "wires": [ [ "6756f209.40f33c" ] ] }, { "id": "3825c7d3.1975e8", "type": "inject", "z": "7916defc.b11688", "name": "", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "", "payloadType": "date", "x": 460, "y": 800, "wires": [ [ "893e56a2.101e78" ] ] }, { "id": "c5f9b60.c1d2cc8", "type": "inject", "z": "7916defc.b11688", "name": "", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "", "payloadType": "date", "x": 460, "y": 860, "wires": [ [ "d39f83b6.e60d9" ] ] }, { "id": "bd568056.a9d358", "type": "inject", "z": "7916defc.b11688", "name": "", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "", "payloadType": "date", "x": 460, "y": 920, "wires": [ [ "70d2d8da.df4c9" ] ] }, { "id": "246c954f.5ffd8a", "type": "string", "z": "7916defc.b11688", "name": "", "methods": [ { "name": "delLeftMost", "params": [ { "type": "str", "value": "\"con\"" } ] }, { "name": "delRightMost", "params": [ { "type": "str", "value": "}}}}" } ] }, { "name": "delLeftMost", "params": [ { "type": "str", "value": ":" } ] } ], "prop": "payload", "propout": "payload", "object": "msg", "objectout": "msg", "x": 450, "y": 1080, "wires": [ [ "6e589b6f.d116b4" ] ] }, { "id": "6e589b6f.d116b4", "type": "ioBroker out", "z": "7916defc.b11688", "name": "Außentemperatur", "topic": "Daikin.AT", "ack": "true", "autoCreate": "true", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 650, "y": 1080, "wires": [] }, { "id": "f5df8068.2026c", "type": "string", "z": "7916defc.b11688", "name": "", "methods": [ { "name": "delLeftMost", "params": [ { "type": "str", "value": "\"con\"" } ] }, { "name": "delRightMost", "params": [ { "type": "str", "value": "0" } ] }, { "name": "delLeftMost", "params": [ { "type": "str", "value": ":" } ] } ], "prop": "payload", "propout": "payload", "object": "msg", "objectout": "msg", "x": 450, "y": 1020, "wires": [ [ "160ecc2a.847d24" ] ] }, { "id": "1b028df8.447b72", "type": "ioBroker out", "z": "7916defc.b11688", "name": "Speichertemperatur", "topic": "Daikin.Speichertemperatur", "ack": "true", "autoCreate": "true", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 650, "y": 1140, "wires": [] }, { "id": "2e6a9d56.aff592", "type": "string", "z": "7916defc.b11688", "name": "", "methods": [ { "name": "delLeftMost", "params": [ { "type": "str", "value": "\"con\"" } ] }, { "name": "delRightMost", "params": [ { "type": "str", "value": "}}}}" } ] }, { "name": "delLeftMost", "params": [ { "type": "str", "value": ":" } ] } ], "prop": "payload", "propout": "payload", "object": "msg", "objectout": "msg", "x": 450, "y": 1140, "wires": [ [ "1b028df8.447b72" ] ] }, { "id": "6b53c62e.efa928", "type": "ioBroker out", "z": "7916defc.b11688", "d": true, "name": "Solltemp1", "topic": "Daikin.Solltemp1", "ack": "true", "autoCreate": "false", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 620, "y": 1200, "wires": [] }, { "id": "545df023.74b5c", "type": "string", "z": "7916defc.b11688", "name": "", "methods": [ { "name": "delLeftMost", "params": [ { "type": "str", "value": "\"con\"" } ] }, { "name": "delRightMost", "params": [ { "type": "str", "value": "}}}}" } ] }, { "name": "delLeftMost", "params": [ { "type": "str", "value": ":" } ] } ], "prop": "payload", "propout": "payload", "object": "msg", "objectout": "msg", "x": 450, "y": 1200, "wires": [ [ "6b53c62e.efa928" ] ] }, { "id": "f38f8799.0fcc78", "type": "ioBroker out", "z": "7916defc.b11688", "name": "Solltemp2", "topic": "Daikin.Solltemp2", "ack": "true", "autoCreate": "true", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 620, "y": 1260, "wires": [] }, { "id": "c277a8cb.88a198", "type": "string", "z": "7916defc.b11688", "name": "", "methods": [ { "name": "delLeftMost", "params": [ { "type": "str", "value": "\"con\"" } ] }, { "name": "delRightMost", "params": [ { "type": "str", "value": "0" } ] }, { "name": "delLeftMost", "params": [ { "type": "str", "value": ":" } ] } ], "prop": "payload", "propout": "payload", "object": "msg", "objectout": "msg", "x": 450, "y": 1260, "wires": [ [ "f38f8799.0fcc78" ] ] }, { "id": "fa964796.e249c8", "type": "ioBroker out", "z": "7916defc.b11688", "name": "Reheat", "topic": "Daikin.Reheat", "ack": "true", "autoCreate": "true", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 620, "y": 1320, "wires": [] }, { "id": "e7a4c3be.a2bc9", "type": "string", "z": "7916defc.b11688", "name": "", "methods": [ { "name": "delLeftMost", "params": [ { "type": "str", "value": "\"con\"" } ] }, { "name": "delRightMost", "params": [ { "type": "str", "value": "}}}}" } ] }, { "name": "delLeftMost", "params": [ { "type": "str", "value": ":" } ] } ], "prop": "payload", "propout": "payload", "object": "msg", "objectout": "msg", "x": 450, "y": 1320, "wires": [ [ "fa964796.e249c8" ] ] }, { "id": "2f507065.96a56", "type": "ioBroker out", "z": "7916defc.b11688", "name": "Heizung", "topic": "Daikin.Power1", "ack": "false", "autoCreate": "true", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 620, "y": 1380, "wires": [] }, { "id": "45f4791a.bb68e8", "type": "string", "z": "7916defc.b11688", "name": "", "methods": [ { "name": "delLeftMost", "params": [ { "type": "str", "value": "\"con\"" } ] }, { "name": "delRightMost", "params": [ { "type": "str", "value": "}}}}" } ] }, { "name": "delLeftMost", "params": [ { "type": "str", "value": ":" } ] } ], "prop": "payload", "propout": "payload", "object": "msg", "objectout": "msg", "x": 450, "y": 1380, "wires": [ [ "2f507065.96a56" ] ] }, { "id": "7fc5e82b.43e238", "type": "ioBroker out", "z": "7916defc.b11688", "name": "Warmwasser", "topic": "Daikin.Power2", "ack": "false", "autoCreate": "true", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 630, "y": 1440, "wires": [] }, { "id": "e9f466a.4ef5698", "type": "string", "z": "7916defc.b11688", "name": "", "methods": [ { "name": "delLeftMost", "params": [ { "type": "str", "value": "\"con\"" } ] }, { "name": "delRightMost", "params": [ { "type": "str", "value": "}}}}" } ] }, { "name": "delLeftMost", "params": [ { "type": "str", "value": ":" } ] } ], "prop": "payload", "propout": "payload", "object": "msg", "objectout": "msg", "x": 450, "y": 1440, "wires": [ [ "7fc5e82b.43e238" ] ] }, { "id": "ebc35b35.47d858", "type": "ioBroker out", "z": "7916defc.b11688", "name": "Leistungsstark", "topic": "Daikin.Leistungsstark", "ack": "false", "autoCreate": "true", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 640, "y": 1500, "wires": [] }, { "id": "6408f103.4534a", "type": "string", "z": "7916defc.b11688", "name": "", "methods": [ { "name": "delLeftMost", "params": [ { "type": "str", "value": "\"con\"" } ] }, { "name": "delRightMost", "params": [ { "type": "str", "value": "}}}}" } ] }, { "name": "delLeftMost", "params": [ { "type": "str", "value": ":" } ] } ], "prop": "payload", "propout": "payload", "object": "msg", "objectout": "msg", "x": 450, "y": 1500, "wires": [ [ "ebc35b35.47d858" ] ] }, { "id": "768574f3.3ff62c", "type": "switch", "z": "7916defc.b11688", "name": "", "property": "payload", "propertyType": "msg", "rules": [ { "t": "cont", "v": "IndoorTemperature/la", "vt": "str" }, { "t": "cont", "v": "OutdoorTemperature/la", "vt": "str" }, { "t": "cont", "v": "TankTemperature/la", "vt": "str" }, { "t": "cont", "v": "1/Operation/TargetTemperature/la", "vt": "str" }, { "t": "cont", "v": "2/Operation/TargetTemperature/la", "vt": "str" }, { "t": "cont", "v": "ReheatState/la", "vt": "str" }, { "t": "cont", "v": "1/Operation/Power/la", "vt": "str" }, { "t": "cont", "v": "2/Operation/Power/la", "vt": "str" }, { "t": "cont", "v": "2/Operation/Powerful/la", "vt": "str" }, { "t": "else" } ], "checkall": "true", "repair": false, "outputs": 10, "x": 230, "y": 1080, "wires": [ [ "f5df8068.2026c" ], [ "246c954f.5ffd8a" ], [ "2e6a9d56.aff592" ], [ "545df023.74b5c" ], [ "c277a8cb.88a198" ], [ "e7a4c3be.a2bc9" ], [ "45f4791a.bb68e8" ], [ "e9f466a.4ef5698" ], [ "6408f103.4534a" ], [] ], "outputLabels": [ "1 Indoor Temp", "", "", "", "", "", "", "", "", "" ] }, { "id": "160ecc2a.847d24", "type": "ioBroker out", "z": "7916defc.b11688", "name": "IT", "topic": "Daikin.Innentemperatur", "ack": "true", "autoCreate": "true", "stateName": "", "role": "", "payloadType": "", "readonly": "", "stateUnit": "", "stateMin": "", "stateMax": "", "x": 610, "y": 1020, "wires": [] }, { "id": "8ef83237.4e642", "type": "websocket-client", "path": "ws://192.168.0.0/mca", "tls": "", "wholemsg": "false" } ]

Kann man den Nodered Flow auch anpassen an eine Daikin Prefera die nur einen Cloud Zugang hat und mit der App Onecta funktioniert? Ich möchte gern weg von der Cloud obwohl es ganz gut klappt damit.

Apollon77 commented 1 year ago

Dann adde doch mal einen Link und ggf Infos zu deinen anpassungen? :-)

mmooo77 commented 1 year ago

Kann man den Nodered Flow auch anpassen an eine Daikin Prefera die nur einen Cloud Zugang hat und mit der App Onecta funktioniert? Ich möchte gern weg von der Cloud obwohl es ganz gut klappt damit.

Ich denke das geht, kommt auf einen Versuch an.