Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [Anleitung][HowTo] eq3-MAX! Cube Thermostate direkt mit ioBroker und node-red

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    [Anleitung][HowTo] eq3-MAX! Cube Thermostate direkt mit ioBroker und node-red

    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      nsession last edited by

      @Marcolotti

      Bitte in dem Thread nicht über die CUL Lösung diskutieren.

      Ich habe keinen CUL und wollte die Lösung für Leute Ohne CUL hier Anbieten.

      @ Zipkart

      Einfach im Node-Red http://ip:1880 rechts oben die 3 Balken anklicken, dann auf "Manage Palette"

      Linke Seite dann auf Install nach maxcube suchen und install klicken.

      nach neustart von Node-Red hast du die Module mit drin.

      Hier der Flow den ich zur Zeit Verwende (ist bestimmt noch erweiterbar zie momentan nur die nötigsten Werte aus der Cube)

      IP und die ID's der Thermostate müssen angepasst werden.

      [
          {
              "id": "c2147af6.563db",
              "type": "inject",
              "z": "3450885a.24e06",
              "name": "GetMaxStatus",
              "topic": "",
              "payload": "true",
              "payloadType": "bool",
              "repeat": "10",
              "crontab": "",
              "once": true,
              "x": 221,
              "y": 91,
              "wires": [
                  [
                      "2657b083.94a208"
                  ]
              ]
          },
          {
              "id": "75f3912e.d7a538",
              "type": "switch",
              "z": "3450885a.24e06",
              "name": "MaxSwitch",
              "property": "payload.rf_address",
              "propertyType": "msg",
              "rules": [
                  {
                      "t": "eq",
                      "v": "12e8a7",
                      "vt": "str"
                  },
                  {
                      "t": "eq",
                      "v": "12dc48",
                      "vt": "str"
                  }
              ],
              "checkall": "true",
              "outputs": 2,
              "x": 193,
              "y": 376,
              "wires": [
                  [
                      "c4c30038.cb479",
                      "126c7073.0b2ee8",
                      "16af0a66.0ead3e",
                      "9236368a.da234"
                  ],
                  [
                      "239781d2.85129e",
                      "56c9220e.037884",
                      "ee34a8cb.cd3cc8",
                      "62ead578.b9559c"
                  ]
              ]
          },
          {
              "id": "c4c30038.cb479",
              "type": "template",
              "z": "3450885a.24e06",
              "name": "MAXTemp",
              "field": "payload",
              "fieldType": "msg",
              "format": "handlebars",
              "syntax": "mustache",
              "template": "{{payload.setpoint}}",
              "x": 566,
              "y": 129,
              "wires": [
                  [
                      "ae6c68a7.7524c"
                  ]
              ]
          },
          {
              "id": "126c7073.0b2ee8",
              "type": "template",
              "z": "3450885a.24e06",
              "name": "MAXMode",
              "field": "payload",
              "fieldType": "msg",
              "format": "handlebars",
              "syntax": "mustache",
              "template": "{{payload.mode}}",
              "x": 568,
              "y": 267,
              "wires": [
                  [
                      "34c2cf4c.d4a1a"
                  ]
              ]
          },
          {
              "id": "16af0a66.0ead3e",
              "type": "template",
              "z": "3450885a.24e06",
              "name": "MAXValve",
              "field": "payload",
              "fieldType": "msg",
              "format": "handlebars",
              "syntax": "mustache",
              "template": "{{payload.valve}}",
              "x": 571,
              "y": 412,
              "wires": [
                  [
                      "fd679f2d.14d298"
                  ]
              ]
          },
          {
              "id": "239781d2.85129e",
              "type": "template",
              "z": "3450885a.24e06",
              "name": "MAXValve",
              "field": "payload",
              "fieldType": "msg",
              "format": "handlebars",
              "syntax": "mustache",
              "template": "{{payload.valve}}",
              "x": 571,
              "y": 462,
              "wires": [
                  [
                      "cd68f393.39c738"
                  ]
              ]
          },
          {
              "id": "2657b083.94a208",
              "type": "maxcube out",
              "z": "3450885a.24e06",
              "server": "bea6b78.6a003c8",
              "x": 211,
              "y": 175,
              "wires": [
                  [
                      "75f3912e.d7a538"
                  ]
              ]
          },
          {
              "id": "56c9220e.037884",
              "type": "template",
              "z": "3450885a.24e06",
              "name": "MAXTemp",
              "field": "payload",
              "fieldType": "msg",
              "format": "handlebars",
              "syntax": "mustache",
              "template": "{{payload.setpoint}} ",
              "x": 565,
              "y": 175,
              "wires": [
                  [
                      "ce129fb9.04f28"
                  ]
              ]
          },
          {
              "id": "ee34a8cb.cd3cc8",
              "type": "template",
              "z": "3450885a.24e06",
              "name": "MAXMode",
              "field": "payload",
              "fieldType": "msg",
              "format": "handlebars",
              "syntax": "mustache",
              "template": "{{payload.mode}}",
              "x": 568,
              "y": 319,
              "wires": [
                  [
                      "31ff1f18.a1fda8"
                  ]
              ]
          },
          {
              "id": "83edd6c3.cce8f",
              "type": "maxcube in",
              "z": "3450885a.24e06",
              "server": "bea6b78.6a003c8",
              "x": 723,
              "y": 770,
              "wires": []
          },
          {
              "id": "29bb16cf.b06972",
              "type": "inject",
              "z": "3450885a.24e06",
              "name": "",
              "topic": "degrees",
              "payload": "{\"rf_address\":\"12e8a7\", \"degrees\":19}",
              "payloadType": "json",
              "repeat": "",
              "crontab": "",
              "once": false,
              "x": 1121,
              "y": 633,
              "wires": [
                  [
                      "bf96286.b89acd8"
                  ]
              ]
          },
          {
              "id": "bf96286.b89acd8",
              "type": "debug",
              "z": "3450885a.24e06",
              "name": "",
              "active": false,
              "console": "false",
              "complete": "false",
              "x": 1314,
              "y": 633,
              "wires": []
          },
          {
              "id": "231bd5a5.732ec2",
              "type": "ioBroker in",
              "z": "3450885a.24e06",
              "name": "EssZi.setpoint",
              "topic": "admin.0.eq3-MAX.EssZi.setpoint",
              "payloadType": "value",
              "onlyack": "",
              "func": "rbe",
              "gap": "1%",
              "x": 177,
              "y": 729,
              "wires": [
                  [
                      "f111318b.039478"
                  ]
              ]
          },
          {
              "id": "f111318b.039478",
              "type": "function",
              "z": "3450885a.24e06",
              "name": "EssZi setpoint",
              "func": "msg.payload = {rf_address:\"12e8a7\", degrees:msg.payload};\nreturn msg;",
              "outputs": 1,
              "noerr": 0,
              "x": 382,
              "y": 729,
              "wires": [
                  [
                      "83edd6c3.cce8f"
                  ]
              ]
          },
          {
              "id": "ae6c68a7.7524c",
              "type": "ioBroker out",
              "z": "3450885a.24e06",
              "name": "EssZi.setpoint",
              "topic": "admin.0.eq3-MAX.EssZi.setpoint",
              "ack": "true",
              "autoCreate": "false",
              "x": 802,
              "y": 128,
              "wires": []
          },
          {
              "id": "92a81077.c4df7",
              "type": "ioBroker in",
              "z": "3450885a.24e06",
              "name": "Sofa.setpoint",
              "topic": "admin.0.eq3-MAX.Sofa.setpoint",
              "payloadType": "value",
              "onlyack": "",
              "func": "rbe",
              "gap": "",
              "x": 181,
              "y": 793,
              "wires": [
                  [
                      "fead12e2.87b9d8"
                  ]
              ]
          },
          {
              "id": "34c2cf4c.d4a1a",
              "type": "ioBroker out",
              "z": "3450885a.24e06",
              "name": "EssZi.mode",
              "topic": "admin.0.eq3-MAX.EssZi.mode",
              "ack": "true",
              "autoCreate": "false",
              "x": 793,
              "y": 267,
              "wires": []
          },
          {
              "id": "fd679f2d.14d298",
              "type": "ioBroker out",
              "z": "3450885a.24e06",
              "name": "EssZi.valve",
              "topic": "admin.0.eq3-MAX.EssZi.valve",
              "ack": "true",
              "autoCreate": "false",
              "x": 795,
              "y": 411,
              "wires": []
          },
          {
              "id": "9236368a.da234",
              "type": "template",
              "z": "3450885a.24e06",
              "name": "MAXBatt",
              "field": "payload",
              "fieldType": "msg",
              "format": "handlebars",
              "syntax": "mustache",
              "template": "{{payload.battery_low}}",
              "x": 570,
              "y": 538,
              "wires": [
                  [
                      "338a1afa.a672c6"
                  ]
              ]
          },
          {
              "id": "338a1afa.a672c6",
              "type": "ioBroker out",
              "z": "3450885a.24e06",
              "name": "EssZi.battery",
              "topic": "admin.0.eq3-MAX.EssZi.battery",
              "ack": "true",
              "autoCreate": "false",
              "x": 791,
              "y": 539,
              "wires": []
          },
          {
              "id": "f906a40e.b1441",
              "type": "comment",
              "z": "3450885a.24e06",
              "name": "12e8a7 EssZimmer",
              "info": "",
              "x": 189,
              "y": 421,
              "wires": []
          },
          {
              "id": "a251bd83.695948",
              "type": "comment",
              "z": "3450885a.24e06",
              "name": "12dc48 Sofa",
              "info": "",
              "x": 168,
              "y": 457,
              "wires": []
          },
          {
              "id": "ce129fb9.04f28",
              "type": "ioBroker out",
              "z": "3450885a.24e06",
              "name": "Sofa.setpoint",
              "topic": "admin.0.eq3-MAX.Sofa.setpoint",
              "ack": "true",
              "autoCreate": "false",
              "x": 791,
              "y": 175,
              "wires": []
          },
          {
              "id": "62ead578.b9559c",
              "type": "template",
              "z": "3450885a.24e06",
              "name": "MAXBatt",
              "field": "payload",
              "fieldType": "msg",
              "format": "handlebars",
              "syntax": "mustache",
              "template": "{{payload.battery_low}}",
              "x": 571,
              "y": 587,
              "wires": [
                  [
                      "9ea3ad4f.3ea448"
                  ]
              ]
          },
          {
              "id": "9ea3ad4f.3ea448",
              "type": "ioBroker out",
              "z": "3450885a.24e06",
              "name": "Sofa.battery",
              "topic": "admin.0.eq3-MAX.Sofa.battery",
              "ack": "true",
              "autoCreate": "false",
              "x": 792,
              "y": 588,
              "wires": []
          },
          {
              "id": "cd68f393.39c738",
              "type": "ioBroker out",
              "z": "3450885a.24e06",
              "name": "Sofa.valve",
              "topic": "admin.0.eq3-MAX.Sofa.valve",
              "ack": "true",
              "autoCreate": "false",
              "x": 793,
              "y": 464,
              "wires": []
          },
          {
              "id": "31ff1f18.a1fda8",
              "type": "ioBroker out",
              "z": "3450885a.24e06",
              "name": "Sofa.mode",
              "topic": "admin.0.eq3-MAX.Sofa.mode",
              "ack": "true",
              "autoCreate": "false",
              "x": 794,
              "y": 317,
              "wires": []
          },
          {
              "id": "fead12e2.87b9d8",
              "type": "function",
              "z": "3450885a.24e06",
              "name": "Sofa setpoint",
              "func": "msg.payload = {rf_address:\"12dc48\", degrees:msg.payload};\nreturn msg;",
              "outputs": 1,
              "noerr": 0,
              "x": 370,
              "y": 792,
              "wires": [
                  [
                      "83edd6c3.cce8f"
                  ]
              ]
          },
          {
              "id": "13e23af4.c6d24d",
              "type": "function",
              "z": "3450885a.24e06",
              "name": "Sofa setpoint boost",
              "func": "msg.payload = {rf_address:\"12dc48\", mode:\"BOOST\"};\nreturn msg;",
              "outputs": 1,
              "noerr": 0,
              "x": 346,
              "y": 939,
              "wires": [
                  [
                      "2f1fda76.7cd316"
                  ]
              ]
          },
          {
              "id": "8edd8663.0439f",
              "type": "inject",
              "z": "3450885a.24e06",
              "name": "",
              "topic": "degrees",
              "payload": "19",
              "payloadType": "num",
              "repeat": "",
              "crontab": "",
              "once": false,
              "x": 151,
              "y": 939,
              "wires": [
                  [
                      "13e23af4.c6d24d"
                  ]
              ]
          },
          {
              "id": "2f1fda76.7cd316",
              "type": "debug",
              "z": "3450885a.24e06",
              "name": "",
              "active": true,
              "console": "false",
              "complete": "false",
              "x": 587,
              "y": 967,
              "wires": []
          },
          {
              "id": "9b6cba44.5adc68",
              "type": "function",
              "z": "3450885a.24e06",
              "name": "Sofa setpoint manual",
              "func": "msg.payload = {rf_address:\"12dc48\", mode:\"MANUAL\"};\nreturn msg;",
              "outputs": 1,
              "noerr": 0,
              "x": 352,
              "y": 978,
              "wires": [
                  []
              ]
          },
          {
              "id": "4a03b54d.a3f3ec",
              "type": "inject",
              "z": "3450885a.24e06",
              "name": "",
              "topic": "degrees",
              "payload": "19",
              "payloadType": "num",
              "repeat": "",
              "crontab": "",
              "once": false,
              "x": 157,
              "y": 977,
              "wires": [
                  [
                      "9b6cba44.5adc68"
                  ]
              ]
          },
          {
              "id": "bea6b78.6a003c8",
              "type": "maxcube-server",
              "z": "",
              "host": "192.168.175.50",
              "port": "62910"
          }
      ]
      
      1 Reply Last reply Reply Quote 0
      • Z
        Zipkart last edited by

        Super vielen Dank für die Flows. So kann ich nun beide Versionen Testen und hoffentlich zukünftig ganz auf FHEM verzichten.

        Gesendet von iPhone mit Tapatalk

        1 Reply Last reply Reply Quote 0
        • M
          Muchul last edited by

          Hallo,

          könnt ihr einem blutigen Anfänger etwas helfen?

          ich habe den flow übernommen und auch die ids angepasst.

          Dort wird beim Cube und beim Thermostat "Connected" angezeigt.

          Wie bekomme ich das in die VIS rein, das es dort angezeigt und auch gesteuert werden kann?

          Die IDs vom Cube und von den Thermostaten habe ich aus der App "Max Remote!" entnommen.

          Wie kann ich die IDs von weiteren Geräten, z.B. Fensterkontakt oder Eco Taster finden.

          1 Reply Last reply Reply Quote 0
          • Z
            Zipkart last edited by

            @Muchul:

            Hallo,

            könnt ihr einem blutigen Anfänger etwas helfen?

            ich habe den flow übernommen und auch die ids angepasst.

            Dort wird beim Cube und beim Thermostat "Connected" angezeigt.

            Wie bekomme ich das in die VIS rein, das es dort angezeigt und auch gesteuert werden kann?

            Die IDs vom Cube und von den Thermostaten habe ich aus der App "Max Remote!" entnommen.

            Wie kann ich die IDs von weiteren Geräten, z.B. Fensterkontakt oder Eco Taster finden. `

            Guten Morgen.

            Ich kann dir leider noch nicht helfen, da ich das Projekt MAX etwas hingen anstellen musste und es. Ich nicht wieder geschafft habe.

            Grundsätzlich kannst du aber aller über die Objekte in VIS einbinden. Eventuell musst du die Datenpunkte manuell erstellen, aber ich denke mal dass diese selbstständig angelegt werden.

            Die ID aller Geräte findet man meines Erachtens in der EQ3 MAX App.

            Gruß Stefan.

            Gesendet von iPhone mit Tapatalk

            1 Reply Last reply Reply Quote 0
            • M
              Muchul last edited by

              Hallo Zipkart,

              macht nichts und eilt auch nicht, bis die Heizung wieder an ist, dauert es ja noch.

              In der MAX! App sind die IDs leider nicht drin.

              Ichhabe aber irgend wo noch eine Openhub SD Karte, ich meine da wären die IDs alle mal aufgelistet.

              1 Reply Last reply Reply Quote 0
              • Bluefox
                Bluefox last edited by

                Schreib mal:

                cd /opt/iobroker
                npm i https://github.com/ioBroker/ioBroker.maxcube/tarball/master
                iobroker a maxcube
                
                

                und dann gehe ins admin und öffne maxcube.0 Einstellungen

                1 Reply Last reply Reply Quote 0
                • M
                  Muchul last edited by

                  Wow,

                  was war das denn?

                  Alle Geräte sind auf einmal da.

                  Pure Magie.

                  Vielen Dank Bluefox.

                  Edit: merke gerade das node-red gar nicht laufen hatte, das ganze geht also über den maxcube Adapter, und das ohne Cul!!

                  Klasse, und vielen herzlichen Dank dafür.

                  1 Reply Last reply Reply Quote 0
                  • Bluefox
                    Bluefox last edited by

                    @Muchul:

                    Wow,

                    was war das denn?

                    Alle Geräte sind auf einmal da.

                    Pure Magie.

                    Vielen Dank Bluefox.

                    Edit: merke gerade das node-red gar nicht laufen hatte, das ganze geht also über den maxcube Adapter, und das ohne Cul!!

                    Klasse, und vielen herzlichen Dank dafür. `
                    Wie kennst du das nicht? Das ist doch schon seit 18 Stunden auf github und du hast nur jetzt installiert? 😄

                    1 Reply Last reply Reply Quote 0
                    • M
                      Muchul last edited by

                      Ich schäme mich dafür :oops:

                      1 Reply Last reply Reply Quote 0
                      • M
                        mac-d last edited by

                        Hallo, der maxcube Adapter ist echt super.

                        Bei mir wird aber bei allen Thermostaten die über ein Wandthermostat geregelt werden die IST-Temperatur nicht übertragen ("0").

                        Kennt jemand das Problem?

                        Gruss Dieter

                        1 Reply Last reply Reply Quote 0
                        • C
                          CitaroMAN last edited by

                          Hallo

                          Klingt super, diese Lösung.

                          Welchen USB-Stick empfiehlst Du denn, um dem Raspberry das Sprechen mit eq3 zu ermöglichen?

                          1 Reply Last reply Reply Quote 0
                          • plani
                            plani last edited by

                            Ich sehe die Max Thermostate aber was muss ich weitermachen, damit ich mit Alexa steuern kann ? - Kann mir jemand helfen 🙂

                            Danke für Eure Hilfe !
                            5224_iobroker_1.jpg
                            5224_iobroker_2.jpg

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post

                            Support us

                            ioBroker
                            Community Adapters
                            Donate
                            FAQ Cloud / IOT
                            HowTo: Node.js-Update
                            HowTo: Backup/Restore
                            Downloads
                            BLOG

                            914
                            Online

                            31.9k
                            Users

                            80.1k
                            Topics

                            1.3m
                            Posts

                            8
                            16
                            13329
                            Loading More Posts
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes
                            Reply
                            • Reply as topic
                            Log in to reply
                            Community
                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                            The ioBroker Community 2014-2023
                            logo