Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Entwicklung
    4. Supportthread Resol-Adapter

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Supportthread Resol-Adapter

    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      Faz @Gargano last edited by Faz

      @gargano Leider kommt immer noch eine Fehlermeldung.

      d6192a43-506d-4751-8127-68c9604af08c-grafik.png

      Unter Actions wurde der Heizkreis mit dem Wert null eingerichtet.

      b15e7b92-36e5-4ce7-8c6e-c75887c7092c-grafik.png

      Beim setzen des Wert Aus kommt diese Neldung

      1f18af68-d530-4818-88b0-e7184af24e42-grafik.png

      1 Reply Last reply Reply Quote 0
      • F
        Faz @Gargano last edited by

        @gargano fehlen da nicht die configuration-optimizers Dateien für den deltasol-mx2xx.js ?

        Die Dateien {"id":32273,"setup":"deltasol-mx2xx","data":"resol-deltasol-mx-2xx-data"}, gibt es nicht in
        dem Verzeichnis

        /opt/iobroker/node_modules/resol-vbus/src/configuration-optimizers

        Gargano 1 Reply Last reply Reply Quote 0
        • Gargano
          Gargano @Faz last edited by Gargano

          @faz sagte in Supportthread Resol-Adapter:

          Hast Du die aktuelle Version vom vbus ?
          resol-deltasol-mx-2xx-data.js ist in der aktuellen Version vorhanden.

          deltasol-mx2xx ist ja hier drin

          /opt/iobroker/node_modules/iobroker.resol/lib/resol-setup
          
          F 1 Reply Last reply Reply Quote 0
          • F
            Faz @Gargano last edited by

            @gargano Version ist die 1.3.0.

            Es sind nur diese Dateien in Verzeichnis vorhanden.

            8d9d4867-b66f-4eec-b922-2955b7f7599a-grafik.png

            Im Verzeichnis

            /opt/iobroker/node_modules/resol-vbus/src/configuration-optimizers

            sind diese Dateien

            7656f3eb-041e-4ea3-acd7-75a2b6d1c977-grafik.png

            Sollte da nicht die "resol-deltasol-mx-2xx-data.js" sein?

            Gargano 2 Replies Last reply Reply Quote 0
            • Gargano
              Gargano @Faz last edited by

              @faz richtig, da sollte die Datei resol-deltasol-mx-2xx-data.js sein. Installiere bitte die aktuelle Version vom Daniel (vbus)

              F 1 Reply Last reply Reply Quote 0
              • F
                Faz @Gargano last edited by

                @gargano hast du mir ein Link damit ich das richtige instaliere.

                Gargano 1 Reply Last reply Reply Quote 0
                • Gargano
                  Gargano @Faz last edited by

                  @faz https://github.com/danielwippermann/resol-vbus

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

                    @faz Deinstalliere dann die Resol Instanz und neu Installieren nachdem der vbus Adapter installiert ist.

                    F 1 Reply Last reply Reply Quote 0
                    • F
                      Faz @Gargano last edited by

                      @gargano Myvbus installiert, Resol deinstalliert und neu installiert. Die mx.2xx Daten sind jetzt vorhanden.
                      Fehlermelung ist die selbe.

                      9ffbbdc4-d39c-4fa2-bccd-f929b314a756-grafik.png

                      Gargano 1 Reply Last reply Reply Quote 0
                      • Gargano
                        Gargano @Faz last edited by

                        @faz was sagt denn der Debug Log?

                        F 1 Reply Last reply Reply Quote 0
                        • F
                          Faz @Gargano last edited by

                          @gargano diese Fehlermeldungen

                          36ab4d01-bb31-4a17-9ef2-c876df1b7ca7-grafik.png

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

                            @faz Manchmal sieht man den Wald vor lauter Bäumen nicht. Da war ein Punkt zu viel im Namen.

                            Bitte nochmal dieses File
                            deltasol-mx2xx.js
                            in

                            /opt/iobroker/node_modules/iobroker.resol/lib/resol-setup
                            

                            kopieren und Instanz nochmal starten.

                            F 1 Reply Last reply Reply Quote 0
                            • F
                              Faz @Gargano last edited by

                              @gargano keine Veränderung immer noch selber Fehler.

                              9cc947c1-8d0b-45db-ba0c-cd5888b5e170-grafik.png

                              Gargano 2 Replies Last reply Reply Quote 0
                              • Gargano
                                Gargano @Faz last edited by Gargano

                                @faz mmh. Da muss ich doch tiefer reintauchen.
                                Ich vermute mal , daß immer noch die Datei vom V1 genommen wird.

                                1 Reply Last reply Reply Quote 0
                                • Gargano
                                  Gargano @Faz last edited by Gargano

                                  @faz Jetzt müssen wir etwas debuggen.

                                  Bitte im Verzeichnis

                                  /opt/iobroker/node_modules/iobroker.resol
                                  

                                  main.js kopieren in main_org.js als Sicherheitskopie.

                                  Dann in main.js die Zeile

                                  ctx.hsc.on('headerSet', () => {
                                  

                                  suchen und dann die 3 Zeilen ergänzen die hier ganz links stehen.

                                             // HeaderSetConsolidator handler - creates object tree and updates values in preset interval
                                              ctx.hsc.on('headerSet', () => {
                                                  const packetFields = spec.getPacketFieldsForHeaders(ctx.headerSet.getSortedHeaders());
                                  this.log.debug('received raw data: ' + JSON.stringify(packetFields));
                                                  const data = _.map(packetFields, function (pf) {
                                                      return {
                                                          id: pf.id,
                                  minorVersion : pf.packet.minorVersion, 
                                  majorVersion : pf.packet.majorVersion, 
                                                          name: _.get(pf, ['packetFieldSpec', 'name', language]),
                                                          rawValue: pf.rawValue,
                                  

                                  Instanz resol auf debug stellen und neu starten.
                                  Die Ausgaben received raw data und received data hier posten. Aber bitte mit copy und paste in codetags, nicht als screenshot.

                                  F 1 Reply Last reply Reply Quote 0
                                  • F
                                    Faz @Gargano last edited by

                                    @gargano es sind zu viele Zeichen um sie in codetags zu setzen.

                                    received data.txt

                                    received raw data.txt

                                    Gargano 1 Reply Last reply Reply Quote 0
                                    • Gargano
                                      Gargano @Faz last edited by

                                      @faz Danke , dann kannst Du die Zeile

                                      this.log.debug('received raw data: ' + JSON.stringify(packetFields));
                                      

                                      auskommentieren , sonnst wird Dein Protokoll so voll gemüllt. ( mit // am Anfang)

                                      Dann muß ich auf die Antwort vom Daniel warten. Ich hatte gehofft da gäbe es ein majorVersion

                                      F 1 Reply Last reply Reply Quote 0
                                      • F
                                        Faz @Gargano last edited by

                                        @gargano erledigt, Dankeschön

                                        Gargano 1 Reply Last reply Reply Quote 0
                                        • Gargano
                                          Gargano @Faz last edited by

                                          @faz Du kannst nochmal eins versuchen.

                                          Such mal im main.js dies :

                                          const options = {
                                                              optimize: !readConfig
                                                          };
                                          

                                          und ersetze es mit diesem

                                          const options = {
                                                              optimize: !readConfig,
                                                              deviceMajorVersion : 2
                                                          };
                                          

                                          dann die Instanz neu starten und schauen ob dann die Fehlermeldung weg ist.
                                          Evtl. funktioniert es dann ja auch.

                                          Andernfalls müssen wir auf Daniel warten.

                                          F 1 Reply Last reply Reply Quote 0
                                          • F
                                            Faz @Gargano last edited by

                                            @gargano sagte in Supportthread Resol-Adapter:

                                            const options =

                                            Hat leider auch nicht funktoniert. Fehlermeldung bleibt.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            834
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            140
                                            10635
                                            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