Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Neuer Adapter ecoflow-mqtt

NEWS

  • wichtiges UPDATE für controller 7.2.2 im stable
    HomoranH
    Homoran
    10
    1
    899

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    16
    1
    3.3k

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    3.2k

Neuer Adapter ecoflow-mqtt

Geplant Angeheftet Gesperrt Verschoben Tester
793 Beiträge 60 Kommentatoren 267.1k Aufrufe 54 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • H hossi

    Ich habe mal wieder das Problem, dass meine Daten der Ecoflow PowerOcean Plus im ioBroker nur aktualisiert werden, wenn ich die App auf meinem iPhone oder iPad öffne. Schließe ich eine der beiden Apps, werden die Daten nach 5-10 Sekunden im ioBroker nicht mehr aktualisiert. Ich hatte das schon mal und habe jetzt einfach mal ne Woche gewartet, allerdings sind mittlerweile 10 Tage vergangen, in der Zwischenzeit habe ich 2 Firmwarupdates auf den Wechselrichter gespielt, diesen mehrfach runter- und wiedergefahren, aus der App entfernt und neu zugewiesen, den Adapter aktualisiert - alles ohne Änderung.

    Ich gebe die Daten vom ecoflow-mqtt Adapter >>>> MQTT >>>> evcc weiter und mache mir diese zusätzlich in KNX sichtbar.

    Mit evcc steuere ich dann den Heizstab Warmwasser und die Wallbox bei PV-Überschuss, da die Ecoflow PowerOcean Plus nicht nativ unterstützt wird.

    Gerade echt lästig, das die Kombi mal wieder nicht funktioniert, obwohl der ecoflow-mqtt Adapter MEGA ist.

    Jemand eine Idee?
    Gibt es mittlerweile eine Erklärung für das Phänomen und bestenfalls einen Workaround wie man das fixen könnte?

    F Abwesend
    F Abwesend
    foxthefox
    Developer
    schrieb am zuletzt editiert von
    #765

    @hossi
    Ich kann mir vorstellen, daß es mit den FW-Updates auch neue Mechanismen gibt.
    Die Telegramme können eine Rückmeldung verlangen und beim Ausbleiben wird das Updaten eingestellt.
    So etwas in der Richtung habe ich bei den Streams schon im Log gesehen.
    Könnte auch im PowerOcean der Fall sein.
    Dazu müsstest du aber mal ein debug log posten (msgSetGet, msgUpdate mit Häckchen).
    Diesen Mechanismus will ich auch noch einbauen. Leider scheinen die Geräte alle anders die Bestätigung zu schicken.

    Adapterüberblick: Profil Github;

    Wenn der Adapter gefällt und nützlich ist, bitte ins Repo gehen und Star setzen. Danke

    Ein Aufruf: video

    1 Antwort Letzte Antwort
    0
    • F foxthefox

      @jaybee077
      habe das log mal angeschaut, ein Befehl scheint es gegeben zu haben.
      höchstwahrscheinlich mit 100W
      ist auf jeden Fall umfangreicher in der Struktur als das loadPower1
      mit dem timeTable kann ich noch nix anfangen, gibt es da besondere Einstellungen in der App?

      ConfigWrite: {"cfgUtcTime":1761075247,"cfgAllTimerTask":{"timeTask":[{"isCfg":2,"taskIndex":2,"isEnable":true,"isEffect":false,"timeMode":1,"timeParam":0,"timeTable":[80609820],"chgTask":{"chgSource":1,"devTargetSoc":[{"sn":"BKxxxx","targetSoc":100,"chgFromGridPowerLimited":100}]},"homeNeedPowerLimited":0}]}}
      
      J Offline
      J Offline
      jaybee077
      schrieb am zuletzt editiert von jaybee077
      #766

      @foxthefox sagte:

      @jaybee077
      habe das log mal angeschaut, ein Befehl scheint es gegeben zu haben.
      höchstwahrscheinlich mit 100W
      ist auf jeden Fall umfangreicher in der Struktur als das loadPower1
      mit dem timeTable kann ich noch nix anfangen, gibt es da besondere Einstellungen in der App?

      ConfigWrite: {"cfgUtcTime":1761075247,"cfgAllTimerTask":{"timeTask":[{"isCfg":2,"taskIndex":2,"isEnable":true,"isEffect":false,"timeMode":1,"timeParam":0,"timeTable":[80609820],"chgTask":{"chgSource":1,"devTargetSoc":[{"sn":"BKxxxx","targetSoc":100,"chgFromGridPowerLimited":100}]},"homeNeedPowerLimited":0}]}}
      

      Ich hab mal versucht, meinen Weg in der App nachzustellen. Ich mache es händisch so, weil ich keinen mit EcoFlow kompartiblen SmartMeter habe.

      IMG_1049_1a.jpg
      IMG_1049_1b.jpg
      IMG_1049_2a.jpg
      IMG_1049_2b.jpg

      1 Antwort Letzte Antwort
      1
      • F Abwesend
        F Abwesend
        foxthefox
        Developer
        schrieb am zuletzt editiert von
        #767

        Danke für die interessanten Screenshots. Eine Einstellung für "homeNeedPowerLimited" scheint es da nicht zu geben, könnte sogar anstatt eines Wertes auch ein Schalter sein.

        Adapterüberblick: Profil Github;

        Wenn der Adapter gefällt und nützlich ist, bitte ins Repo gehen und Star setzen. Danke

        Ein Aufruf: video

        1 Antwort Letzte Antwort
        0
        • B Offline
          B Offline
          Badwater
          schrieb am zuletzt editiert von
          #768

          Btw. habe einen EF Smart Plug (eckig, silbrig).
          Der Brightness Wert wird nicht richtig interpretiert: 50% ist in der App eingestellt.
          Eine Warnung wg. grösser 100% wird im Log ausgegeben.

          1000055703.jpg

          1 Antwort Letzte Antwort
          0
          • F Abwesend
            F Abwesend
            foxthefox
            Developer
            schrieb am zuletzt editiert von foxthefox
            #769

            Danke.
            Ich setze da mal einen Multiplikator rein.

            EDIT:
            Der Multiplikator sollte schon drin sein. Bitte Adapter stoppen, den Datenpunkt löschen und dann Adapter starten. Dann sollte es passen.

            Adapterüberblick: Profil Github;

            Wenn der Adapter gefällt und nützlich ist, bitte ins Repo gehen und Star setzen. Danke

            Ein Aufruf: video

            1 Antwort Letzte Antwort
            0
            • B Offline
              B Offline
              Badwater
              schrieb am zuletzt editiert von Badwater
              #770

              Ich habe 1.4.6. installiert. Habe ich gemacht, bleibt aber so. Datenpunkt ist nach Löschung und Neustart wieder da mit Wert 512. Habe in der App auf 75% gestellt, daraus wird 764%. :-/
              Habe es ein paar mal gemacht ....Tnx

              ...habe noch eine Warning entdeckt:
              plug_heartbeat.heartbeatFrequency" has value "900" greater than max "20"
              Der Wert im Datenfeld ist 2
              FW vom Plug ist 2.0.4.57

              1 Antwort Letzte Antwort
              0
              • F Abwesend
                F Abwesend
                foxthefox
                Developer
                schrieb am zuletzt editiert von
                #771

                Das mit den 900 kommt aber auch nur sehr sporadisch habe ich den Eindruck, also eher ein Fehler seitens des Gerätes

                Adapterüberblick: Profil Github;

                Wenn der Adapter gefällt und nützlich ist, bitte ins Repo gehen und Star setzen. Danke

                Ein Aufruf: video

                1 Antwort Letzte Antwort
                0
                • G Offline
                  G Offline
                  GTV
                  schrieb am zuletzt editiert von
                  #772

                  moin, ich muss noch mal blöde fragen zur Sicherheit.

                  Wenn ich ein Update mache muss ich dann zwingend die Datenpunkte vorher löschen ?
                  Ich habe für mache Datenpunkte ja History im Hintergrund laufen. sind die Einstellungen dann dafür weg oder erkennt History die Punkte die ich aufnehme slbst neu nach dem Update ?

                  Erstellt der Adapter nach dem Update die Datenpunkte neu ?

                  F 1 Antwort Letzte Antwort
                  0
                  • G GTV

                    moin, ich muss noch mal blöde fragen zur Sicherheit.

                    Wenn ich ein Update mache muss ich dann zwingend die Datenpunkte vorher löschen ?
                    Ich habe für mache Datenpunkte ja History im Hintergrund laufen. sind die Einstellungen dann dafür weg oder erkennt History die Punkte die ich aufnehme slbst neu nach dem Update ?

                    Erstellt der Adapter nach dem Update die Datenpunkte neu ?

                    F Abwesend
                    F Abwesend
                    foxthefox
                    Developer
                    schrieb am zuletzt editiert von
                    #773

                    @GTV
                    Der Adapter kann direkt hochgerüstet werden.
                    Man muss nichts löschen.
                    Der Adapter benutzt eine Methode die Datenpunkte beim Starten anlegt, sind sie schon vorhanden, wird nichts überschrieben.

                    Löschen ist nur notwendig wenn andere Eigenschaften wie Messbereich benötigt werden. Das geht nur über Neuanlegen des Datenpunktes.

                    Adapterüberblick: Profil Github;

                    Wenn der Adapter gefällt und nützlich ist, bitte ins Repo gehen und Star setzen. Danke

                    Ein Aufruf: video

                    1 Antwort Letzte Antwort
                    1
                    • D Offline
                      D Offline
                      deta
                      Most Active
                      schrieb am zuletzt editiert von
                      #774

                      Hallo Zusammen,
                      morgen geht der Rest meine Ecoflow Anlage in Betrieb. Na ja es fehlen nur noch die Panels auf dem Dach.. Diese werden morgen installiert. Stream Ultra und ein AC , sowie der Ecoflow Smart Meter ist bereits in Betrieb.

                      Den Adapter hier habe ich gestern installiert. Scheint gut zu laufen..

                      Bevor ich nun weiter mache, Frage ich einfach mal.. Hat jemand bereits ein VIS oder änliches Erstellt?

                      Wenn ja würde ich es gerne mir mal anschauen..

                      Gruss Deta

                      1 Antwort Letzte Antwort
                      0
                      • F Abwesend
                        F Abwesend
                        foxthefox
                        Developer
                        schrieb am zuletzt editiert von foxthefox
                        #775

                        Ich bin da eher mit Homeassistant unterwegs, aber der neue devices Adapter kann da auch schnell zum Erfolg führen.

                        Edit: Devices ist wohl doch etwas komplizierter als gedacht.

                        Adapterüberblick: Profil Github;

                        Wenn der Adapter gefällt und nützlich ist, bitte ins Repo gehen und Star setzen. Danke

                        Ein Aufruf: video

                        1 Antwort Letzte Antwort
                        0
                        • F Abwesend
                          F Abwesend
                          foxthefox
                          Developer
                          schrieb am zuletzt editiert von
                          #776

                          1.48 ist nun auf npm und git final

                          neue Geräte und Fehlerkorrekturen

                          • (foxthefox) new device Glacier Classic 55L support
                          • (foxthefox) new device Delta 3 Max Plus support
                          • (foxthefox) new device Stream AC support
                          • (foxthefox) new device Rapid Pro 320W support #372
                          • (foxthefox) enhancements on wave3
                          • (foxthefox) corrections in river3plus for data processing
                          • (foxthefox) corrections in D2M for command inv.cfgAcEnabled #340
                          • (foxthefox) poweroceanplus set hrPwr/fromPv/romBat/fromGrid values to 0 for non transmitted datapoints in HeatingRodEnergyStreamShow
                          • (foxthefox) poweroceanplus pcsActPwr max 20kW, pcsXPhase_amp max 60A
                          • (foxthefox) corrections in BMSHeartBeatReport for river3/river3plus
                          • (foxthefox) powGetSysLoad for streamAC/ACPro/Ultra set to 10kW, powGetSchuko 2100W
                          • (foxthefox) new msg counter for received telegrams from EF-cloud (within 10s)
                          • (foxthefox) correction of enBeep (dataLen=2) for Delta3/+/max+/pro
                          • (foxthefox) correction of AC1/2/3 switching on SHP2 (issue #312)
                          • (foxthefox) Stream AC timetask58x exclude
                          • (foxthefox) correction of powerocean / powerocean+ (issue #378), new ENERGY_STREAM_DETAIL and switch for missing datapoint -> value = 0
                          • (foxthefox) dev dependencies cleanup
                          • (foxthefox) #415 powGetPvSum max=3600, sysGridConnectionPower max = 2500
                          • (foxthefox) #422 Backup Reserve Soc as level Delta 3 Plus
                          • (foxthefox) #417 Delta Pro 3, remainTime max= 12520, dcdcChgReqCur max = 150, invBusVol/llcBusVol mult=0.1

                          Adapterüberblick: Profil Github;

                          Wenn der Adapter gefällt und nützlich ist, bitte ins Repo gehen und Star setzen. Danke

                          Ein Aufruf: video

                          D 1 Antwort Letzte Antwort
                          0
                          • F foxthefox

                            1.48 ist nun auf npm und git final

                            neue Geräte und Fehlerkorrekturen

                            • (foxthefox) new device Glacier Classic 55L support
                            • (foxthefox) new device Delta 3 Max Plus support
                            • (foxthefox) new device Stream AC support
                            • (foxthefox) new device Rapid Pro 320W support #372
                            • (foxthefox) enhancements on wave3
                            • (foxthefox) corrections in river3plus for data processing
                            • (foxthefox) corrections in D2M for command inv.cfgAcEnabled #340
                            • (foxthefox) poweroceanplus set hrPwr/fromPv/romBat/fromGrid values to 0 for non transmitted datapoints in HeatingRodEnergyStreamShow
                            • (foxthefox) poweroceanplus pcsActPwr max 20kW, pcsXPhase_amp max 60A
                            • (foxthefox) corrections in BMSHeartBeatReport for river3/river3plus
                            • (foxthefox) powGetSysLoad for streamAC/ACPro/Ultra set to 10kW, powGetSchuko 2100W
                            • (foxthefox) new msg counter for received telegrams from EF-cloud (within 10s)
                            • (foxthefox) correction of enBeep (dataLen=2) for Delta3/+/max+/pro
                            • (foxthefox) correction of AC1/2/3 switching on SHP2 (issue #312)
                            • (foxthefox) Stream AC timetask58x exclude
                            • (foxthefox) correction of powerocean / powerocean+ (issue #378), new ENERGY_STREAM_DETAIL and switch for missing datapoint -> value = 0
                            • (foxthefox) dev dependencies cleanup
                            • (foxthefox) #415 powGetPvSum max=3600, sysGridConnectionPower max = 2500
                            • (foxthefox) #422 Backup Reserve Soc as level Delta 3 Plus
                            • (foxthefox) #417 Delta Pro 3, remainTime max= 12520, dcdcChgReqCur max = 150, invBusVol/llcBusVol mult=0.1
                            D Offline
                            D Offline
                            deta
                            Most Active
                            schrieb am zuletzt editiert von
                            #777

                            @foxthefox Git hat gerade den 1.49 installiert..

                            1 Antwort Letzte Antwort
                            0
                            • D Offline
                              D Offline
                              deta
                              Most Active
                              schrieb am zuletzt editiert von deta
                              #778

                              Aktuell Beta gerade noch mal vom Git geladen,
                              zeigt bei der Ultra Stream nicht mehr den Gesamten Wert an
                              6f326b3a-63fa-4254-97f1-89e83e0e977a-image.jpeg

                              Immer bei Null

                              Liegt denke ich an der API, da ich gerade mal die Vorgänger getestet hatte und da geht es auch nicht mehr.

                              Hier hat es aufgehört
                              e8580664-44a4-4400-957e-338ca98cc23d-image.jpeg

                              D 1 Antwort Letzte Antwort
                              0
                              • D deta

                                Aktuell Beta gerade noch mal vom Git geladen,
                                zeigt bei der Ultra Stream nicht mehr den Gesamten Wert an
                                6f326b3a-63fa-4254-97f1-89e83e0e977a-image.jpeg

                                Immer bei Null

                                Liegt denke ich an der API, da ich gerade mal die Vorgänger getestet hatte und da geht es auch nicht mehr.

                                Hier hat es aufgehört
                                e8580664-44a4-4400-957e-338ca98cc23d-image.jpeg

                                D Offline
                                D Offline
                                deta
                                Most Active
                                schrieb am zuletzt editiert von
                                #779

                                Wollte nur die Info geben.
                                Es geht wieder.. Warscheinloch doch ein API Problem bei Eco gewesen.

                                1 Antwort Letzte Antwort
                                0
                                • F Abwesend
                                  F Abwesend
                                  foxthefox
                                  Developer
                                  schrieb am zuletzt editiert von
                                  #780

                                  neue Version mit Ultra X

                                  1.4.9 (npm)

                                  • (foxthefox) new device Strem Ultra X
                                  • (foxthefox) delta 3 plus backupReserveSoc in relation to Discharge Limit + 5%
                                  • (foxthefox) deltapro3 some max values adapted
                                  • (foxthefox) powerstream timeData
                                  • (foxthefox) corrections of max values in Stream series

                                  Adapterüberblick: Profil Github;

                                  Wenn der Adapter gefällt und nützlich ist, bitte ins Repo gehen und Star setzen. Danke

                                  Ein Aufruf: video

                                  1 Antwort Letzte Antwort
                                  0
                                  • FenriswolfF Offline
                                    FenriswolfF Offline
                                    Fenriswolf
                                    schrieb am zuletzt editiert von
                                    #781

                                    guten Morgen,

                                    ich habe den Adapter durch Zufall gefunden und bin gerade dabei ihn zu testen.
                                    Ich habe eine Delta 3 und eine Glacier. Teilweise läuft der Adapter an, aber ich bekomme dann einige Fehler und der Adapter geht wieder auf rot.

                                    2026-06-09 06:34:01.363 - info: ecoflow-mqtt.0 (7392) starting. Version 1.4.6 in /opt/iobroker/node_modules/iobroker.ecoflow-mqtt, node: v22.22.1, js-controller: 7.0.7
                                    2026-06-09 06:34:01.381 - info: ecoflow-mqtt.0 (7392) adapter entered ready
                                    2026-06-09 06:34:01.381 - info: ecoflow-mqtt.0 (7392) your configration:
                                    2026-06-09 06:34:01.381 - info: ecoflow-mqtt.0 (7392) powerstream -> []
                                    2026-06-09 06:34:01.381 - info: ecoflow-mqtt.0 (7392) powerstation -> [{"devName":"Power-Station-Delta-3","devId":"P231ZEB4PH122833","devType":"delta3","debugEnable":false,"haEnable":false,"pstationsSlave1":false,"pstationsSlave2":false,"pstationsSlave3":false}]
                                    2026-06-09 06:34:01.381 - info: ecoflow-mqtt.0 (7392) smartplug -> []
                                    2026-06-09 06:34:01.381 - info: ecoflow-mqtt.0 (7392) wave -> []
                                    2026-06-09 06:34:01.381 - info: ecoflow-mqtt.0 (7392) glacier -> [{"devName":"Glacier-01","devId":"RF45ZE1B1H5xxxxx","devType":"glacier","debugEnable":false,"haEnable":false}]
                                    2026-06-09 06:34:01.381 - info: ecoflow-mqtt.0 (7392) generator -> []
                                    2026-06-09 06:34:01.382 - info: ecoflow-mqtt.0 (7392) panel -> []
                                    2026-06-09 06:34:01.382 - info: ecoflow-mqtt.0 (7392) smartmeter -> []
                                    2026-06-09 06:34:01.382 - info: ecoflow-mqtt.0 (7392) powerkit -> []
                                    2026-06-09 06:34:01.382 - info: ecoflow-mqtt.0 (7392) powerocean -> []
                                    2026-06-09 06:34:01.382 - info: ecoflow-mqtt.0 (7392) alternator -> []
                                    2026-06-09 06:34:01.384 - info: ecoflow-mqtt.0 (7392) unknown -> []
                                    2026-06-09 06:34:01.391 - info: ecoflow-mqtt.0 (7392) ==========================
                                    2026-06-09 06:34:01.395 - info: ecoflow-mqtt.0 (7392) start device state creation ->delta3 for Id P231ZEB4PHxxxxx
                                    2026-06-09 06:34:01.395 - debug: ecoflow-mqtt.0 (7392) ____________________________________________
                                    2026-06-09 06:34:01.395 - debug: ecoflow-mqtt.0 (7392) create device P231ZEB4PH122833
                                    2026-06-09 06:34:01.436 - debug: ecoflow-mqtt.0 (7392) ____________________________________________
                                    2026-06-09 06:34:01.437 - debug: ecoflow-mqtt.0 (7392) create channel RuntimePropertyUpload
                                    2026-06-09 06:34:01.445 - debug: ecoflow-mqtt.0 (7392) state creation tempPcsDc
                                    2026-06-09 06:34:01.450 - debug: ecoflow-mqtt.0 (7392) state creation tempPcsAc
                                    2026-06-09 06:34:01.454 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoAcOutType
                                    2026-06-09 06:34:01.456 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoAcOutFreq
                                    2026-06-09 06:34:01.458 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoAcOutVol
                                    2026-06-09 06:34:01.459 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoAcInVol
                                    2026-06-09 06:34:01.460 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoBmsVol
                                    2026-06-09 06:34:01.462 - debug: ecoflow-mqtt.0 (7392) state creation pdBmsCommErr
                                    2026-06-09 06:34:01.465 - debug: ecoflow-mqtt.0 (7392) state creation pdIotCommErr
                                    2026-06-09 06:34:01.466 - debug: ecoflow-mqtt.0 (7392) state creation pdFirmVer
                                    2026-06-09 06:34:01.469 - debug: ecoflow-mqtt.0 (7392) state creation iotFirmVer
                                    2026-06-09 06:34:01.470 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoAcInAmp
                                    2026-06-09 06:34:01.472 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoAcOutAmp
                                    2026-06-09 06:34:01.473 - debug: ecoflow-mqtt.0 (7392) state creation bmsFirmVer
                                    2026-06-09 06:34:01.475 - debug: ecoflow-mqtt.0 (7392) state creation bmsBattVol
                                    2026-06-09 06:34:01.476 - debug: ecoflow-mqtt.0 (7392) state creation bmsBattAmp
                                    2026-06-09 06:34:01.478 - debug: ecoflow-mqtt.0 (7392) state creation bmsBalState
                                    2026-06-09 06:34:01.480 - debug: ecoflow-mqtt.0 (7392) state creation bmsFullCap
                                    2026-06-09 06:34:01.482 - debug: ecoflow-mqtt.0 (7392) state creation bmsRemainCap
                                    2026-06-09 06:34:01.484 - debug: ecoflow-mqtt.0 (7392) state creation bmsAlmState
                                    2026-06-09 06:34:01.486 - debug: ecoflow-mqtt.0 (7392) state creation bmsProState
                                    2026-06-09 06:34:01.487 - debug: ecoflow-mqtt.0 (7392) state creation bmsFltState
                                    2026-06-09 06:34:01.488 - debug: ecoflow-mqtt.0 (7392) state creation bmsErrCode
                                    2026-06-09 06:34:01.490 - debug: ecoflow-mqtt.0 (7392) state creation bmsMinCellVol
                                    2026-06-09 06:34:01.490 - debug: ecoflow-mqtt.0 (7392) state creation bmsMaxCellVol
                                    2026-06-09 06:34:01.492 - debug: ecoflow-mqtt.0 (7392) state creation cmsBattVol
                                    2026-06-09 06:34:01.494 - debug: ecoflow-mqtt.0 (7392) state creation cmsBattAmp
                                    2026-06-09 06:34:01.496 - debug: ecoflow-mqtt.0 (7392) state creation cmsChgReqVol
                                    2026-06-09 06:34:01.498 - debug: ecoflow-mqtt.0 (7392) state creation cmsChgReqAmp
                                    2026-06-09 06:34:01.499 - debug: ecoflow-mqtt.0 (7392) state creation bmsAlmState_2
                                    2026-06-09 06:34:01.500 - debug: ecoflow-mqtt.0 (7392) state creation bmsProState_2
                                    2026-06-09 06:34:01.502 - debug: ecoflow-mqtt.0 (7392) state creation displayPropertyFullUploadPeriod
                                    2026-06-09 06:34:01.504 - debug: ecoflow-mqtt.0 (7392) state creation displayPropertyIncrementalUploadPeriod
                                    2026-06-09 06:34:01.505 - debug: ecoflow-mqtt.0 (7392) state creation runtimePropertyFullUploadPeriod
                                    2026-06-09 06:34:01.507 - debug: ecoflow-mqtt.0 (7392) state creation runtimePropertyIncrementalUploadPeriod
                                    2026-06-09 06:34:01.508 - debug: ecoflow-mqtt.0 (7392) state creation tempPv
                                    2026-06-09 06:34:01.510 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoPvVol
                                    2026-06-09 06:34:01.511 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoPvAmp
                                    2026-06-09 06:34:01.513 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoDcpVol
                                    2026-06-09 06:34:01.514 - debug: ecoflow-mqtt.0 (7392) state creation pdDcdcCommErr
                                    2026-06-09 06:34:01.516 - debug: ecoflow-mqtt.0 (7392) state creation pdInvCommErr
                                    2026-06-09 06:34:01.517 - debug: ecoflow-mqtt.0 (7392) state creation dcdcFirmVer
                                    2026-06-09 06:34:01.527 - debug: ecoflow-mqtt.0 (7392) state creation invFirmVer
                                    2026-06-09 06:34:01.561 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoDcpAmp
                                    2026-06-09 06:34:01.580 - debug: ecoflow-mqtt.0 (7392) ____________________________________________
                                    2026-06-09 06:34:01.580 - debug: ecoflow-mqtt.0 (7392) create channel DisplayPropertyUpload
                                    2026-06-09 06:34:01.581 - debug: ecoflow-mqtt.0 (7392) state creation errcode
                                    2026-06-09 06:34:01.582 - debug: ecoflow-mqtt.0 (7392) state creation powInSumW
                                    2026-06-09 06:34:01.584 - debug: ecoflow-mqtt.0 (7392) state creation powOutSumW
                                    2026-06-09 06:34:01.585 - debug: ecoflow-mqtt.0 (7392) state creation lcdLight
                                    2026-06-09 06:34:01.587 - debug: ecoflow-mqtt.0 (7392) state creation energyBackupEn
                                    2026-06-09 06:34:01.588 - debug: ecoflow-mqtt.0 (7392) state creation energyBackupStartSoc
                                    2026-06-09 06:34:01.590 - debug: ecoflow-mqtt.0 (7392) state creation powGetQcusb1
                                    2026-06-09 06:34:01.591 - debug: ecoflow-mqtt.0 (7392) state creation powGetQcusb2
                                    2026-06-09 06:34:01.591 - debug: ecoflow-mqtt.0 (7392) state creation powGetTypec1
                                    2026-06-09 06:34:01.592 - debug: ecoflow-mqtt.0 (7392) state creation powGetTypec2
                                    2026-06-09 06:34:01.593 - debug: ecoflow-mqtt.0 (7392) state creation flowInfoQcusb1
                                    2026-06-09 06:34:01.595 - debug: ecoflow-mqtt.0 (7392) state creation flowInfoQcusb2
                                    2026-06-09 06:34:01.596 - debug: ecoflow-mqtt.0 (7392) state creation flowInfoTypec1
                                    2026-06-09 06:34:01.598 - debug: ecoflow-mqtt.0 (7392) state creation flowInfoTypec2
                                    2026-06-09 06:34:01.599 - debug: ecoflow-mqtt.0 (7392) state creation devStandbyTime
                                    2026-06-09 06:34:01.599 - debug: ecoflow-mqtt.0 (7392) state creation screenOffTime
                                    2026-06-09 06:34:01.600 - debug: ecoflow-mqtt.0 (7392) state creation acStandbyTime
                                    2026-06-09 06:34:01.603 - debug: ecoflow-mqtt.0 (7392) state creation dcStandbyTime
                                    2026-06-09 06:34:01.604 - debug: ecoflow-mqtt.0 (7392) state creation acAlwaysOnFlag
                                    2026-06-09 06:34:01.608 - debug: ecoflow-mqtt.0 (7392) state creation acAlwaysOnMiniSoc
                                    2026-06-09 06:34:01.610 - debug: ecoflow-mqtt.0 (7392) state creation xboostEn
                                    2026-06-09 06:34:01.611 - debug: ecoflow-mqtt.0 (7392) state creation pcsFanLevel
                                    2026-06-09 06:34:01.613 - debug: ecoflow-mqtt.0 (7392) state creation flowInfo_12v
                                    2026-06-09 06:34:01.618 - debug: ecoflow-mqtt.0 (7392) state creation powGet_12v
                                    2026-06-09 06:34:01.620 - debug: ecoflow-mqtt.0 (7392) state creation flowInfoAc2dc
                                    2026-06-09 06:34:01.623 - debug: ecoflow-mqtt.0 (7392) state creation flowInfoDc2ac
                                    2026-06-09 06:34:01.624 - debug: ecoflow-mqtt.0 (7392) state creation flowInfoAcIn
                                    2026-06-09 06:34:01.626 - debug: ecoflow-mqtt.0 (7392) state creation powGetAc
                                    2026-06-09 06:34:01.628 - debug: ecoflow-mqtt.0 (7392) state creation powGetAcIn
                                    2026-06-09 06:34:01.629 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoAcInFlag
                                    2026-06-09 06:34:01.630 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoAcInFeq
                                    2026-06-09 06:34:01.631 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoAcInChgMode
                                    2026-06-09 06:34:01.632 - debug: ecoflow-mqtt.0 (7392) state creation pvDcChgSettingList
                                    2026-06-09 06:34:01.634 - debug: ecoflow-mqtt.0 (7392) state creation utcTimezone
                                    2026-06-09 06:34:01.636 - debug: ecoflow-mqtt.0 (7392) state creation utcTimezoneId
                                    2026-06-09 06:34:01.637 - debug: ecoflow-mqtt.0 (7392) state creation utcSetMode
                                    2026-06-09 06:34:01.639 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoPvChgMaxList
                                    2026-06-09 06:34:01.641 - debug: ecoflow-mqtt.0 (7392) state creation bmsErrCode
                                    2026-06-09 06:34:01.644 - debug: ecoflow-mqtt.0 (7392) state creation wirelessCoordinateDevList
                                    2026-06-09 06:34:01.647 - debug: ecoflow-mqtt.0 (7392) state creation wirelessOilSelfStart
                                    2026-06-09 06:34:01.649 - debug: ecoflow-mqtt.0 (7392) state creation wirelessOilOnSoc
                                    2026-06-09 06:34:01.652 - debug: ecoflow-mqtt.0 (7392) state creation wirelessOilOffSoc
                                    2026-06-09 06:34:01.655 - debug: ecoflow-mqtt.0 (7392) state creation bypassOutDisable
                                    2026-06-09 06:34:01.657 - debug: ecoflow-mqtt.0 (7392) state creation outputPowerOffMemory
                                    2026-06-09 06:34:01.728 - debug: ecoflow-mqtt.0 (7392) state creation flowInfoBmsDsg
                                    2026-06-09 06:34:01.730 - debug: ecoflow-mqtt.0 (7392) state creation flowInfoBmsChg
                                    2026-06-09 06:34:01.734 - debug: ecoflow-mqtt.0 (7392) state creation powGetBms
                                    2026-06-09 06:34:01.736 - debug: ecoflow-mqtt.0 (7392) state creation fastChargeSwitch
                                    2026-06-09 06:34:01.739 - debug: ecoflow-mqtt.0 (7392) state creation enBeep
                                    2026-06-09 06:34:01.743 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoAcChargerFlag
                                    2026-06-09 06:34:01.747 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoAcInChgPowMax
                                    2026-06-09 06:34:01.749 - debug: ecoflow-mqtt.0 (7392) state creation acOutFreq
                                    2026-06-09 06:34:01.753 - debug: ecoflow-mqtt.0 (7392) state creation devSleepState
                                    2026-06-09 06:34:01.756 - debug: ecoflow-mqtt.0 (7392) state creation pdErrCode
                                    2026-06-09 06:34:01.757 - debug: ecoflow-mqtt.0 (7392) state creation timeTaskCurrent
                                    2026-06-09 06:34:01.758 - debug: ecoflow-mqtt.0 (7392) state creation pcsFanErrFlag
                                    2026-06-09 06:34:01.761 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoAcOutDsgPowMax
                                    2026-06-09 06:34:01.764 - debug: ecoflow-mqtt.0 (7392) state creation bmsBattSoc
                                    2026-06-09 06:34:01.765 - debug: ecoflow-mqtt.0 (7392) state creation bmsBattSoh
                                    2026-06-09 06:34:01.768 - debug: ecoflow-mqtt.0 (7392) state creation bmsDesignCap
                                    2026-06-09 06:34:01.769 - debug: ecoflow-mqtt.0 (7392) state creation bmsDsgRemTime
                                    2026-06-09 06:34:01.770 - debug: ecoflow-mqtt.0 (7392) state creation bmsChgRemTime
                                    2026-06-09 06:34:01.773 - debug: ecoflow-mqtt.0 (7392) state creation bmsMinCellTemp
                                    2026-06-09 06:34:01.774 - debug: ecoflow-mqtt.0 (7392) state creation bmsMaxCellTemp
                                    2026-06-09 06:34:01.774 - debug: ecoflow-mqtt.0 (7392) state creation bmsMinMosTemp
                                    2026-06-09 06:34:01.777 - debug: ecoflow-mqtt.0 (7392) state creation bmsMaxMosTemp
                                    2026-06-09 06:34:01.779 - debug: ecoflow-mqtt.0 (7392) state creation cmsBattSoc
                                    2026-06-09 06:34:01.781 - debug: ecoflow-mqtt.0 (7392) state creation cmsBattSoh
                                    2026-06-09 06:34:01.785 - debug: ecoflow-mqtt.0 (7392) state creation cmsDsgRemTime
                                    2026-06-09 06:34:01.787 - debug: ecoflow-mqtt.0 (7392) state creation cmsChgRemTime
                                    2026-06-09 06:34:01.788 - debug: ecoflow-mqtt.0 (7392) state creation cmsMaxChgSoc
                                    2026-06-09 06:34:01.792 - debug: ecoflow-mqtt.0 (7392) state creation cmsMinDsgSoc
                                    2026-06-09 06:34:01.795 - debug: ecoflow-mqtt.0 (7392) state creation cmsOilOnSoc
                                    2026-06-09 06:34:01.797 - debug: ecoflow-mqtt.0 (7392) state creation cmsOilOffSoc
                                    2026-06-09 06:34:01.844 - debug: ecoflow-mqtt.0 (7392) state creation cmsOilSelfStart
                                    2026-06-09 06:34:01.847 - debug: ecoflow-mqtt.0 (7392) state creation cmsBmsRunState
                                    2026-06-09 06:34:01.848 - debug: ecoflow-mqtt.0 (7392) state creation bmsChgDsgState
                                    2026-06-09 06:34:01.849 - debug: ecoflow-mqtt.0 (7392) state creation cmsChgDsgState
                                    2026-06-09 06:34:01.851 - debug: ecoflow-mqtt.0 (7392) state creation timeTaskConflictFlag
                                    2026-06-09 06:34:01.853 - debug: ecoflow-mqtt.0 (7392) state creation timeTaskChangeCnt
                                    2026-06-09 06:34:01.855 - debug: ecoflow-mqtt.0 (7392) state creation powGetDc
                                    2026-06-09 06:34:01.857 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoPvDcAmpMax
                                    2026-06-09 06:34:01.859 - debug: ecoflow-mqtt.0 (7392) state creation flowInfoPv
                                    2026-06-09 06:34:01.861 - debug: ecoflow-mqtt.0 (7392) state creation powGetPv
                                    2026-06-09 06:34:01.862 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoPvFlag
                                    2026-06-09 06:34:01.864 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoPvType
                                    2026-06-09 06:34:01.866 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoPvChargerFlag
                                    2026-06-09 06:34:01.869 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoPvChgAmpMax
                                    2026-06-09 06:34:01.871 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoPvChgVolMax
                                    2026-06-09 06:34:01.873 - debug: ecoflow-mqtt.0 (7392) state creation flowInfoAcOut
                                    2026-06-09 06:34:01.874 - debug: ecoflow-mqtt.0 (7392) state creation powGetAcOut
                                    2026-06-09 06:34:01.878 - debug: ecoflow-mqtt.0 (7392) state creation flowInfoDcpIn
                                    2026-06-09 06:34:01.879 - debug: ecoflow-mqtt.0 (7392) state creation flowInfoDcpOut
                                    2026-06-09 06:34:01.881 - debug: ecoflow-mqtt.0 (7392) state creation powGetDcp
                                    2026-06-09 06:34:01.882 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoDcpInFlag
                                    2026-06-09 06:34:01.884 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoDcpType
                                    2026-06-09 06:34:01.886 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoDcpDetail
                                    2026-06-09 06:34:01.887 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoDcpDsgChgType
                                    2026-06-09 06:34:01.888 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoDcpResv
                                    2026-06-09 06:34:01.892 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoDcpSn
                                    2026-06-09 06:34:01.893 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoDcpFirmVer
                                    2026-06-09 06:34:01.894 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoDcpChargerFlag
                                    2026-06-09 06:34:01.897 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoDcpRunState
                                    2026-06-09 06:34:01.899 - debug: ecoflow-mqtt.0 (7392) state creation dcdcErrCode
                                    2026-06-09 06:34:01.901 - debug: ecoflow-mqtt.0 (7392) state creation plugInInfoDcpErrCode
                                    2026-06-09 06:34:01.902 - debug: ecoflow-mqtt.0 (7392) state creation invErrCode
                                    2026-06-09 06:34:01.903 - debug: ecoflow-mqtt.0 (7392) state creation cmsBattPowOutMax
                                    2026-06-09 06:34:01.904 - debug: ecoflow-mqtt.0 (7392) state creation cmsBattPowInMax
                                    2026-06-09 06:34:01.906 - debug: ecoflow-mqtt.0 (7392) state creation cmsBattFullEnergy
                                    2026-06-09 06:34:01.907 - debug: ecoflow-mqtt.0 (7392) state creation stormPatternEnable
                                    2026-06-09 06:34:01.908 - debug: ecoflow-mqtt.0 (7392) state creation stormPatternOpenFlag
                                    2026-06-09 06:34:01.909 - debug: ecoflow-mqtt.0 (7392) state creation stormPatternEndTime
                                    2026-06-09 06:34:01.910 - debug: ecoflow-mqtt.0 (7392) state creation energyStrategyOperateMode
                                    2026-06-09 06:34:01.911 - debug: ecoflow-mqtt.0 (7392) state creation selfPoweredConflictFlag
                                    2026-06-09 06:34:01.913 - debug: ecoflow-mqtt.0 (7392) state creation touModeConflictFlag
                                    2026-06-09 06:34:01.914 - debug: ecoflow-mqtt.0 (7392) state creation backupReverseSoc
                                    2026-06-09 06:34:01.914 - debug: ecoflow-mqtt.0 (7392) ____________________________________________
                                    2026-06-09 06:34:01.914 - debug: ecoflow-mqtt.0 (7392) create channel BMSHeartBeatReport
                                    2026-06-09 06:34:01.915 - debug: ecoflow-mqtt.0 (7392) state creation num
                                    2026-06-09 06:34:01.917 - debug: ecoflow-mqtt.0 (7392) state creation type
                                    2026-06-09 06:34:01.919 - debug: ecoflow-mqtt.0 (7392) state creation cellId
                                    2026-06-09 06:34:01.966 - debug: ecoflow-mqtt.0 (7392) state creation errCode
                                    2026-06-09 06:34:01.967 - debug: ecoflow-mqtt.0 (7392) state creation sysVer
                                    2026-06-09 06:34:01.968 - debug: ecoflow-mqtt.0 (7392) state creation soc
                                    2026-06-09 06:34:01.969 - debug: ecoflow-mqtt.0 (7392) state creation vol
                                    2026-06-09 06:34:01.970 - debug: ecoflow-mqtt.0 (7392) state creation amp
                                    2026-06-09 06:34:01.972 - debug: ecoflow-mqtt.0 (7392) state creation temp
                                    2026-06-09 06:34:01.972 - debug: ecoflow-mqtt.0 (7392) state creation openBmsFlag
                                    2026-06-09 06:34:01.974 - debug: ecoflow-mqtt.0 (7392) state creation designCap
                                    2026-06-09 06:34:01.976 - debug: ecoflow-mqtt.0 (7392) state creation remainCap
                                    2026-06-09 06:34:01.977 - debug: ecoflow-mqtt.0 (7392) state creation fullCap
                                    2026-06-09 06:34:01.979 - debug: ecoflow-mqtt.0 (7392) state creation cycles
                                    2026-06-09 06:34:01.980 - debug: ecoflow-mqtt.0 (7392) state creation soh
                                    2026-06-09 06:34:01.981 - debug: ecoflow-mqtt.0 (7392) state creation maxCellVol
                                    2026-06-09 06:34:01.983 - debug: ecoflow-mqtt.0 (7392) state creation minCellVol
                                    2026-06-09 06:34:01.985 - debug: ecoflow-mqtt.0 (7392) state creation maxCellTemp
                                    2026-06-09 06:34:01.987 - debug: ecoflow-mqtt.0 (7392) state creation minCellTemp
                                    2026-06-09 06:34:01.989 - debug: ecoflow-mqtt.0 (7392) state creation maxMosTemp
                                    2026-06-09 06:34:01.991 - debug: ecoflow-mqtt.0 (7392) state creation minMosTemp
                                    2026-06-09 06:34:01.993 - debug: ecoflow-mqtt.0 (7392) state creation bmsFault
                                    2026-06-09 06:34:01.998 - debug: ecoflow-mqtt.0 (7392) state creation bqSysStatReg
                                    2026-06-09 06:34:02.001 - debug: ecoflow-mqtt.0 (7392) state creation tagChgAmp
                                    2026-06-09 06:34:02.003 - debug: ecoflow-mqtt.0 (7392) state creation f32ShowSoc
                                    2026-06-09 06:34:02.004 - debug: ecoflow-mqtt.0 (7392) state creation inputWatts
                                    2026-06-09 06:34:02.007 - debug: ecoflow-mqtt.0 (7392) state creation outputWatts
                                    2026-06-09 06:34:02.010 - debug: ecoflow-mqtt.0 (7392) state creation remainTime
                                    2026-06-09 06:34:02.013 - debug: ecoflow-mqtt.0 (7392) state creation mosState
                                    2026-06-09 06:34:02.017 - debug: ecoflow-mqtt.0 (7392) state creation balanceState
                                    2026-06-09 06:34:02.018 - debug: ecoflow-mqtt.0 (7392) state creation maxVolDiff
                                    2026-06-09 06:34:02.020 - debug: ecoflow-mqtt.0 (7392) state creation cellSeriesNum
                                    2026-06-09 06:34:02.022 - debug: ecoflow-mqtt.0 (7392) state creation cellVol
                                    2026-06-09 06:34:02.024 - debug: ecoflow-mqtt.0 (7392) state creation cellNtcNum
                                    2026-06-09 06:34:02.029 - debug: ecoflow-mqtt.0 (7392) state creation cellTemp
                                    2026-06-09 06:34:02.031 - debug: ecoflow-mqtt.0 (7392) state creation hwVer
                                    2026-06-09 06:34:02.034 - debug: ecoflow-mqtt.0 (7392) state creation bmsHeartbeatVer
                                    2026-06-09 06:34:02.038 - debug: ecoflow-mqtt.0 (7392) state creation ecloudOcv
                                    2026-06-09 06:34:02.040 - debug: ecoflow-mqtt.0 (7392) state creation bmsSn
                                    2026-06-09 06:34:02.042 - debug: ecoflow-mqtt.0 (7392) state creation productType
                                    2026-06-09 06:34:02.043 - debug: ecoflow-mqtt.0 (7392) state creation productDetail
                                    2026-06-09 06:34:02.044 - debug: ecoflow-mqtt.0 (7392) state creation actSoc
                                    2026-06-09 06:34:02.050 - debug: ecoflow-mqtt.0 (7392) state creation diffSoc
                                    2026-06-09 06:34:02.052 - debug: ecoflow-mqtt.0 (7392) state creation targetSoc
                                    2026-06-09 06:34:02.106 - debug: ecoflow-mqtt.0 (7392) state creation sysLoaderVer
                                    2026-06-09 06:34:02.108 - debug: ecoflow-mqtt.0 (7392) state creation sysState
                                    2026-06-09 06:34:02.112 - debug: ecoflow-mqtt.0 (7392) state creation chgDsgState
                                    2026-06-09 06:34:02.115 - debug: ecoflow-mqtt.0 (7392) state creation allErrCode
                                    2026-06-09 06:34:02.116 - debug: ecoflow-mqtt.0 (7392) state creation allBmsFault
                                    2026-06-09 06:34:02.121 - debug: ecoflow-mqtt.0 (7392) state creation accuChgCap
                                    2026-06-09 06:34:02.123 - debug: ecoflow-mqtt.0 (7392) state creation accuDsgCap
                                    2026-06-09 06:34:02.126 - debug: ecoflow-mqtt.0 (7392) state creation realSoh
                                    2026-06-09 06:34:02.128 - debug: ecoflow-mqtt.0 (7392) state creation calendarSoh
                                    2026-06-09 06:34:02.130 - debug: ecoflow-mqtt.0 (7392) state creation cycleSoh
                                    2026-06-09 06:34:02.134 - debug: ecoflow-mqtt.0 (7392) state creation mosNtcNum
                                    2026-06-09 06:34:02.136 - debug: ecoflow-mqtt.0 (7392) state creation mosTemp
                                    2026-06-09 06:34:02.138 - debug: ecoflow-mqtt.0 (7392) state creation envNtcNum
                                    2026-06-09 06:34:02.141 - debug: ecoflow-mqtt.0 (7392) state creation envTemp
                                    2026-06-09 06:34:02.142 - debug: ecoflow-mqtt.0 (7392) state creation curSensorNtcNum
                                    2026-06-09 06:34:02.143 - debug: ecoflow-mqtt.0 (7392) state creation curSensorTemp
                                    2026-06-09 06:34:02.148 - debug: ecoflow-mqtt.0 (7392) state creation maxEnvTemp
                                    2026-06-09 06:34:02.150 - debug: ecoflow-mqtt.0 (7392) state creation minEnvTemp
                                    2026-06-09 06:34:02.153 - debug: ecoflow-mqtt.0 (7392) state creation maxCurSensorTemp
                                    2026-06-09 06:34:02.156 - debug: ecoflow-mqtt.0 (7392) state creation minCurSensorTemp
                                    2026-06-09 06:34:02.157 - debug: ecoflow-mqtt.0 (7392) state creation balanceCmd
                                    2026-06-09 06:34:02.159 - debug: ecoflow-mqtt.0 (7392) state creation remainBalanceTime
                                    2026-06-09 06:34:02.161 - debug: ecoflow-mqtt.0 (7392) state creation afeSysStatus
                                    2026-06-09 06:34:02.162 - debug: ecoflow-mqtt.0 (7392) state creation mcuPinInStatus
                                    2026-06-09 06:34:02.165 - debug: ecoflow-mqtt.0 (7392) state creation mcuPinOutStatus
                                    2026-06-09 06:34:02.169 - debug: ecoflow-mqtt.0 (7392) state creation bmsAlarmState1
                                    2026-06-09 06:34:02.172 - debug: ecoflow-mqtt.0 (7392) state creation bmsAlarmState2
                                    2026-06-09 06:34:02.174 - debug: ecoflow-mqtt.0 (7392) state creation bmsProtectState1
                                    2026-06-09 06:34:02.177 - debug: ecoflow-mqtt.0 (7392) state creation bmsProtectState2
                                    2026-06-09 06:34:02.178 - debug: ecoflow-mqtt.0 (7392) state creation bmsFaultState
                                    2026-06-09 06:34:02.225 - debug: ecoflow-mqtt.0 (7392) state creation accuChgEnergy
                                    2026-06-09 06:34:02.226 - debug: ecoflow-mqtt.0 (7392) state creation accuDsgEnergy
                                    2026-06-09 06:34:02.228 - debug: ecoflow-mqtt.0 (7392) state creation packSn
                                    2026-06-09 06:34:02.229 - debug: ecoflow-mqtt.0 (7392) state creation waterInFlag
                                    2026-06-09 06:34:02.231 - debug: ecoflow-mqtt.0 (7392) state creation heatfilmNtcNum
                                    2026-06-09 06:34:02.233 - debug: ecoflow-mqtt.0 (7392) state creation minHeatfilmTemp
                                    2026-06-09 06:34:02.235 - debug: ecoflow-mqtt.0 (7392) state creation maxHeatfilmTemp
                                    2026-06-09 06:34:02.241 - debug: ecoflow-mqtt.0 (7392) state creation heatfilmTemp
                                    2026-06-09 06:34:02.244 - debug: ecoflow-mqtt.0 (7392) ____________________________________________
                                    2026-06-09 06:34:02.244 - debug: ecoflow-mqtt.0 (7392) create channel setDp3
                                    2026-06-09 06:34:02.246 - debug: ecoflow-mqtt.0 (7392) state creation cfgAcOutOpen
                                    2026-06-09 06:34:02.250 - debug: ecoflow-mqtt.0 (7392) state creation cfgDc12vOutOpen
                                    2026-06-09 06:34:02.251 - debug: ecoflow-mqtt.0 (7392) state creation cfgUsbOpen
                                    2026-06-09 06:34:02.253 - debug: ecoflow-mqtt.0 (7392) ____________________________________________
                                    2026-06-09 06:34:02.253 - debug: ecoflow-mqtt.0 (7392) create channel action
                                    2026-06-09 06:34:02.256 - debug: ecoflow-mqtt.0 (7392) state creation latestQuotas
                                    2026-06-09 06:34:02.311 - debug: ecoflow-mqtt.0 (7392) ____________________________________________
                                    2026-06-09 06:34:02.311 - debug: ecoflow-mqtt.0 (7392) create channel info
                                    2026-06-09 06:34:02.313 - debug: ecoflow-mqtt.0 (7392) state creation msgCount
                                    2026-06-09 06:34:02.362 - debug: ecoflow-mqtt.0 (7392) SET initial P231ZEB4PH122833.info.msgCount to 0
                                    2026-06-09 06:34:02.363 - debug: ecoflow-mqtt.0 (7392) state creation status
                                    2026-06-09 06:34:02.439 - debug: ecoflow-mqtt.0 (7392) SET initial P231ZEB4PH122833.info.status to offline
                                    2026-06-09 06:34:02.439 - info: ecoflow-mqtt.0 (7392) device states created for P231ZEB4PH122833 / delta3 / Power-Station-Delta-3
                                    2026-06-09 06:34:02.439 - info: ecoflow-mqtt.0 (7392) ==========================
                                    2026-06-09 06:34:02.442 - info: ecoflow-mqtt.0 (7392) ==========================
                                    2026-06-09 06:34:02.443 - info: ecoflow-mqtt.0 (7392) start device state creation ->glacier for Id RF45ZE1B1Hxxxxxxx
                                    2026-06-09 06:34:02.443 - debug: ecoflow-mqtt.0 (7392) ____________________________________________
                                    2026-06-09 06:34:02.443 - debug: ecoflow-mqtt.0 (7392) create device RF45ZE1B1H5M0060
                                    2026-06-09 06:34:02.448 - debug: ecoflow-mqtt.0 (7392) ____________________________________________
                                    2026-06-09 06:34:02.448 - debug: ecoflow-mqtt.0 (7392) create channel pd
                                    2026-06-09 06:34:02.492 - debug: ecoflow-mqtt.0 (7392) state creation exhaustTmp
                                    2026-06-09 06:34:02.494 - debug: ecoflow-mqtt.0 (7392) state creation tempCoolTime
                                    2026-06-09 06:34:02.496 - debug: ecoflow-mqtt.0 (7392) state creation batTime
                                    2026-06-09 06:34:02.497 - debug: ecoflow-mqtt.0 (7392) state creation appSensorAdv
                                    2026-06-09 06:34:02.499 - debug: ecoflow-mqtt.0 (7392) state creation errorTimePower
                                    2026-06-09 06:34:02.502 - debug: ecoflow-mqtt.0 (7392) state creation tempWater
                                    2026-06-09 06:34:02.503 - debug: ecoflow-mqtt.0 (7392) state creation A12Val
                                    2026-06-09 06:34:02.507 - debug: ecoflow-mqtt.0 (7392) state creation tempIceTime
                                    2026-06-09 06:34:02.555 - debug: ecoflow-mqtt.0 (7392) state creation motorCur
                                    2026-06-09 06:34:02.556 - debug: ecoflow-mqtt.0 (7392) state creation networkTypeTime
                                    2026-06-09 06:34:02.557 - debug: ecoflow-mqtt.0 (7392) state creation powerXt60Time
                                    2026-06-09 06:34:02.557 - debug: ecoflow-mqtt.0 (7392) state creation tmpMSet
                                    2026-06-09 06:34:02.558 - debug: ecoflow-mqtt.0 (7392) state creation tmpM
                                    2026-06-09 06:34:02.558 - debug: ecoflow-mqtt.0 (7392) state creation icePercent
                                    2026-06-09 06:34:02.559 - debug: ecoflow-mqtt.0 (7392) state creation powerBatInTime
                                    2026-06-09 06:34:02.560 - debug: ecoflow-mqtt.0 (7392) state creation ambientTmp
                                    2026-06-09 06:34:02.560 - debug: ecoflow-mqtt.0 (7392) state creation coolZoneSingleTime
                                    2026-06-09 06:34:02.561 - debug: ecoflow-mqtt.0 (7392) state creation chargeXt60Time
                                    2026-06-09 06:34:02.562 - debug: ecoflow-mqtt.0 (7392) state creation errorTimeBms
                                    2026-06-09 06:34:02.563 - debug: ecoflow-mqtt.0 (7392) state creation tmpAver
                                    2026-06-09 06:34:02.564 - debug: ecoflow-mqtt.0 (7392) state creation appOpTimeBlTime
                                    2026-06-09 06:34:02.564 - debug: ecoflow-mqtt.0 (7392) state creation tmpRSet
                                    2026-06-09 06:34:02.565 - debug: ecoflow-mqtt.0 (7392) state creation batPct
                                    2026-06-09 06:34:02.566 - debug: ecoflow-mqtt.0 (7392) state creation errorTimePd
                                    2026-06-09 06:34:02.566 - debug: ecoflow-mqtt.0 (7392) state creation iceTmTag
                                    2026-06-09 06:34:02.567 - debug: ecoflow-mqtt.0 (7392) state creation coolCoverTime
                                    2026-06-09 06:34:02.568 - debug: ecoflow-mqtt.0 (7392) state creation powerBatOutTime
                                    2026-06-09 06:34:02.568 - debug: ecoflow-mqtt.0 (7392) state creation chargeWorkTime
                                    2026-06-09 06:34:02.569 - debug: ecoflow-mqtt.0 (7392) state creation workFsmTime
                                    2026-06-09 06:34:02.569 - debug: ecoflow-mqtt.0 (7392) state creation motorVol
                                    2026-06-09 06:34:02.570 - debug: ecoflow-mqtt.0 (7392) state creation workModeTime
                                    2026-06-09 06:34:02.570 - debug: ecoflow-mqtt.0 (7392) state creation coolZoneDoubleTime
                                    2026-06-09 06:34:02.571 - debug: ecoflow-mqtt.0 (7392) state creation tempAmbientTime
                                    2026-06-09 06:34:02.571 - debug: ecoflow-mqtt.0 (7392) state creation tempCoolSetTime
                                    2026-06-09 06:34:02.572 - debug: ecoflow-mqtt.0 (7392) state creation tmpLSet
                                    2026-06-09 06:34:02.572 - debug: ecoflow-mqtt.0 (7392) state creation motorSpeed
                                    2026-06-09 06:34:02.573 - debug: ecoflow-mqtt.0 (7392) state creation motorWat
                                    2026-06-09 06:34:02.574 - debug: ecoflow-mqtt.0 (7392) state creation errBms
                                    2026-06-09 06:34:02.574 - debug: ecoflow-mqtt.0 (7392) state creation errPd
                                    2026-06-09 06:34:02.575 - debug: ecoflow-mqtt.0 (7392) state creation errBldc
                                    2026-06-09 06:34:02.575 - debug: ecoflow-mqtt.0 (7392) state creation emsChgFlg
                                    2026-06-09 06:34:02.576 - debug: ecoflow-mqtt.0 (7392) state creation errLcd
                                    2026-06-09 06:34:02.577 - debug: ecoflow-mqtt.0 (7392) state creation threeWayState
                                    2026-06-09 06:34:02.577 - debug: ecoflow-mqtt.0 (7392) state creation flagTwoZone
                                    2026-06-09 06:34:02.578 - debug: ecoflow-mqtt.0 (7392) state creation errCode
                                    2026-06-09 06:34:02.578 - debug: ecoflow-mqtt.0 (7392) state creation errPwr
                                    2026-06-09 06:34:02.579 - debug: ecoflow-mqtt.0 (7392) state creation coolZoneDoubleCount
                                    2026-06-09 06:34:02.582 - debug: ecoflow-mqtt.0 (7392) state creation buttonLong
                                    2026-06-09 06:34:02.583 - debug: ecoflow-mqtt.0 (7392) state creation coolCoverCount
                                    2026-06-09 06:34:02.584 - debug: ecoflow-mqtt.0 (7392) state creation networkTypeCount
                                    2026-06-09 06:34:02.585 - debug: ecoflow-mqtt.0 (7392) state creation powerXt60Count
                                    2026-06-09 06:34:02.585 - debug: ecoflow-mqtt.0 (7392) state creation errorCountPower
                                    2026-06-09 06:34:02.586 - debug: ecoflow-mqtt.0 (7392) state creation appOpCountDeIce
                                    2026-06-09 06:34:02.587 - debug: ecoflow-mqtt.0 (7392) state creation dntMakeIceDevice
                                    2026-06-09 06:34:02.587 - debug: ecoflow-mqtt.0 (7392) state creation appOpCountBeepOff
                                    2026-06-09 06:34:02.588 - debug: ecoflow-mqtt.0 (7392) state creation appOpCountPowerOn
                                    2026-06-09 06:34:02.588 - debug: ecoflow-mqtt.0 (7392) state creation countinueMakeIceMax
                                    2026-06-09 06:34:02.589 - debug: ecoflow-mqtt.0 (7392) state creation workFsmCount
                                    2026-06-09 06:34:02.589 - debug: ecoflow-mqtt.0 (7392) state creation appOpCountPowerOff
                                    2026-06-09 06:34:02.590 - debug: ecoflow-mqtt.0 (7392) state creation appOpCountDntMakeIce
                                    2026-06-09 06:34:02.590 - debug: ecoflow-mqtt.0 (7392) state creation powerBatInCount
                                    2026-06-09 06:34:02.591 - debug: ecoflow-mqtt.0 (7392) state creation errorCountBldc
                                    2026-06-09 06:34:02.592 - debug: ecoflow-mqtt.0 (7392) state creation workModeCount
                                    2026-06-09 06:34:02.592 - debug: ecoflow-mqtt.0 (7392) state creation errorCountBms
                                    2026-06-09 06:34:02.593 - debug: ecoflow-mqtt.0 (7392) state creation chargeXt60Count
                                    2026-06-09 06:34:02.593 - debug: ecoflow-mqtt.0 (7392) state creation makeIceCount
                                    2026-06-09 06:34:02.594 - debug: ecoflow-mqtt.0 (7392) state creation appOpCountWorkMode
                                    2026-06-09 06:34:02.594 - debug: ecoflow-mqtt.0 (7392) state creation chargeWorkCount
                                    2026-06-09 06:34:02.595 - debug: ecoflow-mqtt.0 (7392) state creation appOpCountBlTime
                                    2026-06-09 06:34:02.595 - debug: ecoflow-mqtt.0 (7392) state creation coolZoneSingleCount
                                    2026-06-09 06:34:02.596 - debug: ecoflow-mqtt.0 (7392) state creation errorCountPd
                                    2026-06-09 06:34:02.596 - debug: ecoflow-mqtt.0 (7392) state creation buttonShort
                                    2026-06-09 06:34:02.597 - debug: ecoflow-mqtt.0 (7392) state creation countinueMakeIceAve
                                    2026-06-09 06:34:02.597 - debug: ecoflow-mqtt.0 (7392) state creation appOpCountTempUnitC
                                    2026-06-09 06:34:02.598 - debug: ecoflow-mqtt.0 (7392) state creation appOpCountTempUnitF
                                    2026-06-09 06:34:02.599 - debug: ecoflow-mqtt.0 (7392) state creation appOpCountBeepOn
                                    2026-06-09 06:34:02.599 - debug: ecoflow-mqtt.0 (7392) state creation iceTm
                                    2026-06-09 06:34:02.600 - debug: ecoflow-mqtt.0 (7392) state creation powerPbLevel
                                    2026-06-09 06:34:02.600 - debug: ecoflow-mqtt.0 (7392) state creation tmpR
                                    2026-06-09 06:34:02.601 - debug: ecoflow-mqtt.0 (7392) state creation tmpL
                                    2026-06-09 06:34:02.602 - debug: ecoflow-mqtt.0 (7392) state creation blTime
                                    2026-06-09 06:34:02.602 - debug: ecoflow-mqtt.0 (7392) state creation iceMkMode
                                    2026-06-09 06:34:02.603 - debug: ecoflow-mqtt.0 (7392) state creation iceMode
                                    2026-06-09 06:34:02.603 - debug: ecoflow-mqtt.0 (7392) state creation iceShape
                                    2026-06-09 06:34:02.604 - debug: ecoflow-mqtt.0 (7392) state creation iceDetach
                                    2026-06-09 06:34:02.605 - debug: ecoflow-mqtt.0 (7392) state creation fsmState
                                    2026-06-09 06:34:02.605 - debug: ecoflow-mqtt.0 (7392) state creation motorWait
                                    2026-06-09 06:34:02.606 - debug: ecoflow-mqtt.0 (7392) state creation pwrState
                                    2026-06-09 06:34:02.607 - debug: ecoflow-mqtt.0 (7392) state creation bldcDntWork
                                    2026-06-09 06:34:02.607 - debug: ecoflow-mqtt.0 (7392) state creation waterLine
                                    2026-06-09 06:34:02.608 - debug: ecoflow-mqtt.0 (7392) state creation flagAmbintReady
                                    2026-06-09 06:34:02.608 - debug: ecoflow-mqtt.0 (7392) state creation batFlag
                                    2026-06-09 06:34:02.609 - debug: ecoflow-mqtt.0 (7392) state creation xt150InState
                                    2026-06-09 06:34:02.609 - debug: ecoflow-mqtt.0 (7392) state creation doorStat
                                    2026-06-09 06:34:02.610 - debug: ecoflow-mqtt.0 (7392) state creation runState
                                    2026-06-09 06:34:02.610 - debug: ecoflow-mqtt.0 (7392) state creation chgType
                                    2026-06-09 06:34:02.611 - debug: ecoflow-mqtt.0 (7392) state creation sensor
                                    2026-06-09 06:34:02.611 - debug: ecoflow-mqtt.0 (7392) state creation xt60InState
                                    2026-06-09 06:34:02.612 - debug: ecoflow-mqtt.0 (7392) state creation iceAlert
                                    2026-06-09 06:34:02.613 - debug: ecoflow-mqtt.0 (7392) state creation carBatLow
                                    2026-06-09 06:34:02.616 - debug: ecoflow-mqtt.0 (7392) state creation bmsInFlag
                                    2026-06-09 06:34:02.616 - debug: ecoflow-mqtt.0 (7392) state creation bldcDntIce
                                    2026-06-09 06:34:02.617 - debug: ecoflow-mqtt.0 (7392) state creation warnInfo
                                    2026-06-09 06:34:02.618 - debug: ecoflow-mqtt.0 (7392) state creation fanLvl
                                    2026-06-09 06:34:02.618 - debug: ecoflow-mqtt.0 (7392) state creation coolMode
                                    2026-06-09 06:34:02.619 - debug: ecoflow-mqtt.0 (7392) state creation sensorAdv
                                    2026-06-09 06:34:02.619 - debug: ecoflow-mqtt.0 (7392) state creation beepEn
                                    2026-06-09 06:34:02.620 - debug: ecoflow-mqtt.0 (7392) state creation pwrPbEn
                                    2026-06-09 06:34:02.621 - debug: ecoflow-mqtt.0 (7392) state creation tmpUnit
                                    2026-06-09 06:34:02.621 - debug: ecoflow-mqtt.0 (7392) state creation err
                                    2026-06-09 06:34:02.622 - debug: ecoflow-mqtt.0 (7392) state creation deiceAct
                                    2026-06-09 06:34:02.623 - debug: ecoflow-mqtt.0 (7392) state creation appOpCountMakeIce
                                    2026-06-09 06:34:02.623 - debug: ecoflow-mqtt.0 (7392) state creation errorTimeBldc
                                    2026-06-09 06:34:02.624 - debug: ecoflow-mqtt.0 (7392) ____________________________________________
                                    2026-06-09 06:34:02.624 - debug: ecoflow-mqtt.0 (7392) create channel bmsMaster
                                    2026-06-09 06:34:02.624 - debug: ecoflow-mqtt.0 (7392) state creation designCap
                                    2026-06-09 06:34:02.625 - debug: ecoflow-mqtt.0 (7392) state creation f32ShowSoc
                                    2026-06-09 06:34:02.626 - debug: ecoflow-mqtt.0 (7392) state creation minMosTmp
                                    2026-06-09 06:34:02.626 - debug: ecoflow-mqtt.0 (7392) state creation vol
                                    2026-06-09 06:34:02.627 - debug: ecoflow-mqtt.0 (7392) state creation fullCap
                                    2026-06-09 06:34:02.627 - debug: ecoflow-mqtt.0 (7392) state creation remainCap
                                    2026-06-09 06:34:02.628 - debug: ecoflow-mqtt.0 (7392) state creation tmp
                                    2026-06-09 06:34:02.628 - debug: ecoflow-mqtt.0 (7392) state creation outWatts
                                    2026-06-09 06:34:02.629 - debug: ecoflow-mqtt.0 (7392) state creation cycles
                                    2026-06-09 06:34:02.630 - debug: ecoflow-mqtt.0 (7392) state creation minCellVol
                                    2026-06-09 06:34:02.630 - debug: ecoflow-mqtt.0 (7392) state creation maxCellVol
                                    2026-06-09 06:34:02.631 - debug: ecoflow-mqtt.0 (7392) state creation maxMosTmp
                                    2026-06-09 06:34:02.631 - debug: ecoflow-mqtt.0 (7392) state creation inWatts
                                    2026-06-09 06:34:02.632 - debug: ecoflow-mqtt.0 (7392) state creation soc
                                    2026-06-09 06:34:02.632 - debug: ecoflow-mqtt.0 (7392) state creation tagChgAmp
                                    2026-06-09 06:34:02.633 - debug: ecoflow-mqtt.0 (7392) state creation minCellTmp
                                    2026-06-09 06:34:02.634 - debug: ecoflow-mqtt.0 (7392) state creation maxCellTmp
                                    2026-06-09 06:34:02.634 - debug: ecoflow-mqtt.0 (7392) state creation remainTime
                                    2026-06-09 06:34:02.635 - debug: ecoflow-mqtt.0 (7392) state creation amp
                                    2026-06-09 06:34:02.635 - debug: ecoflow-mqtt.0 (7392) state creation bmsFault
                                    2026-06-09 06:34:02.636 - debug: ecoflow-mqtt.0 (7392) state creation num
                                    2026-06-09 06:34:02.636 - debug: ecoflow-mqtt.0 (7392) state creation err
                                    2026-06-09 06:34:02.637 - debug: ecoflow-mqtt.0 (7392) state creation bqStatReg
                                    2026-06-09 06:34:02.637 - debug: ecoflow-mqtt.0 (7392) state creation ver
                                    2026-06-09 06:34:02.638 - debug: ecoflow-mqtt.0 (7392) state creation soh
                                    2026-06-09 06:34:02.639 - debug: ecoflow-mqtt.0 (7392) state creation type
                                    2026-06-09 06:34:02.641 - debug: ecoflow-mqtt.0 (7392) state creation cellId
                                    2026-06-09 06:34:02.642 - debug: ecoflow-mqtt.0 (7392) state creation openBmsIdx
                                    2026-06-09 06:34:02.643 - debug: ecoflow-mqtt.0 (7392) ____________________________________________
                                    2026-06-09 06:34:02.643 - debug: ecoflow-mqtt.0 (7392) create channel ems
                                    2026-06-09 06:34:02.644 - debug: ecoflow-mqtt.0 (7392) state creation closeOilEbSocMax
                                    2026-06-09 06:34:02.645 - debug: ecoflow-mqtt.0 (7392) state creation chgVol
                                    2026-06-09 06:34:02.646 - debug: ecoflow-mqtt.0 (7392) state creation dsgRemain
                                    2026-06-09 06:34:02.647 - debug: ecoflow-mqtt.0 (7392) state creation maxAvailNum
                                    2026-06-09 06:34:02.648 - debug: ecoflow-mqtt.0 (7392) state creation paraVolMax
                                    2026-06-09 06:34:02.649 - debug: ecoflow-mqtt.0 (7392) state creation paraVolMin
                                    2026-06-09 06:34:02.649 - debug: ecoflow-mqtt.0 (7392) state creation lcdSoc
                                    2026-06-09 06:34:02.650 - debug: ecoflow-mqtt.0 (7392) state creation chgRemain
                                    2026-06-09 06:34:02.651 - debug: ecoflow-mqtt.0 (7392) state creation openOilEbSocMin
                                    2026-06-09 06:34:02.651 - debug: ecoflow-mqtt.0 (7392) state creation minDsgSoc
                                    2026-06-09 06:34:02.652 - debug: ecoflow-mqtt.0 (7392) state creation maxChgSoc
                                    2026-06-09 06:34:02.653 - debug: ecoflow-mqtt.0 (7392) state creation bmsIsConnt
                                    2026-06-09 06:34:02.653 - debug: ecoflow-mqtt.0 (7392) state creation openBmsIdx
                                    2026-06-09 06:34:02.654 - debug: ecoflow-mqtt.0 (7392) state creation warnState
                                    2026-06-09 06:34:02.655 - debug: ecoflow-mqtt.0 (7392) state creation upsFlag
                                    2026-06-09 06:34:02.655 - debug: ecoflow-mqtt.0 (7392) state creation bmsModel
                                    2026-06-09 06:34:02.656 - debug: ecoflow-mqtt.0 (7392) state creation dsgCmd
                                    2026-06-09 06:34:02.657 - debug: ecoflow-mqtt.0 (7392) state creation emsFlag
                                    2026-06-09 06:34:02.657 - debug: ecoflow-mqtt.0 (7392) state creation chgCmd
                                    2026-06-09 06:34:02.658 - debug: ecoflow-mqtt.0 (7392) state creation fanLvl
                                    2026-06-09 06:34:02.659 - debug: ecoflow-mqtt.0 (7392) state creation f32LcdSoc
                                    2026-06-09 06:34:02.659 - debug: ecoflow-mqtt.0 (7392) state creation chgState
                                    2026-06-09 06:34:02.660 - debug: ecoflow-mqtt.0 (7392) state creation chgAmp
                                    2026-06-09 06:34:02.661 - debug: ecoflow-mqtt.0 (7392) ____________________________________________
                                    2026-06-09 06:34:02.661 - debug: ecoflow-mqtt.0 (7392) create channel action
                                    2026-06-09 06:34:02.662 - debug: ecoflow-mqtt.0 (7392) state creation latestQuotas
                                    2026-06-09 06:34:02.706 - debug: ecoflow-mqtt.0 (7392) ____________________________________________
                                    2026-06-09 06:34:02.706 - debug: ecoflow-mqtt.0 (7392) create channel info
                                    2026-06-09 06:34:02.707 - debug: ecoflow-mqtt.0 (7392) state creation msgCount
                                    2026-06-09 06:34:02.751 - debug: ecoflow-mqtt.0 (7392) SET initial RF45ZE1B1H5M0060.info.msgCount to 0
                                    2026-06-09 06:34:02.752 - debug: ecoflow-mqtt.0 (7392) state creation status
                                    2026-06-09 06:34:02.795 - debug: ecoflow-mqtt.0 (7392) SET initial RF45ZE1B1H5xxxxxx.info.status to offline
                                    2026-06-09 06:34:02.795 - info: ecoflow-mqtt.0 (7392) device states created for RF45ZE1B1H5xxxxxx / glacier / Glacier-01
                                    2026-06-09 06:34:02.795 - info: ecoflow-mqtt.0 (7392) ==========================
                                    2026-06-09 06:34:02.844 - info: ecoflow-mqtt.0 (7392) [EF] going to connect to mqtt broker
                                    2026-06-09 06:34:02.845 - debug: ecoflow-mqtt.0 (7392) [EF] your mqtt configuration:
                                    2026-06-09 06:34:02.845 - debug: ecoflow-mqtt.0 (7392) [EF] port -> 8883
                                    2026-06-09 06:34:02.845 - debug: ecoflow-mqtt.0 (7392) [EF] url -> mqtts://mqtt-e.ecoflow.com
                                    2026-06-09 06:34:02.845 - debug: ecoflow-mqtt.0 (7392) [EF] protocol -> mqtts://
                                    2026-06-09 06:34:02.957 - info: ecoflow-mqtt.0 (7392) EF connected
                                    2026-06-09 06:34:03.064 - debug: ecoflow-mqtt.0 (7392) EF subscribed the topics
                                    2026-06-09 06:34:03.064 - debug: ecoflow-mqtt.0 (7392) P231ZEB4PHxxxxxx delta3 -> latestQuotas request
                                    2026-06-09 06:34:03.069 - info: ecoflow-mqtt.0 (7392) state ecoflow-mqtt.0.P231ZEB4PHxxxxxx.action.latestQuotas changed: true (ack = false)
                                    2026-06-09 06:34:03.069 - info: ecoflow-mqtt.0 (7392) (ack=false) ->cmd : channel action state latestQuotas
                                    2026-06-09 06:34:03.089 - debug: ecoflow-mqtt.0 (7392) RF45ZE1B1H5xxxxxx glacier -> latestQuotas request
                                    2026-06-09 06:34:03.137 - info: ecoflow-mqtt.0 (7392) state ecoflow-mqtt.0.RF45ZE1B1H5xxxxxx.action.latestQuotas changed: true (ack = false)
                                    2026-06-09 06:34:03.137 - info: ecoflow-mqtt.0 (7392) (ack=false) ->cmd : channel action state latestQuotas
                                    2026-06-09 06:34:03.256 - info: ecoflow-mqtt.0 (7392) state ecoflow-mqtt.0.P231ZEB4PHxxxxxx.info.status changed: online (ack = true)
                                    2026-06-09 06:34:03.256 - info: ecoflow-mqtt.0 (7392) [EF] P231ZEB4PHxxxxx is online with cloud
                                    2026-06-09 06:34:03.606 - error: ecoflow-mqtt.0 (7392) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    2026-06-09 06:34:03.607 - error: ecoflow-mqtt.0 (7392) unhandled promise rejection: Unexpected token '�', "
                                    �
                                    �"... is not valid JSON
                                    2026-06-09 06:34:03.607 - error: ecoflow-mqtt.0 (7392) SyntaxError: Unexpected token '�', "
                                    �
                                    �"... is not valid JSON
                                    at JSON.parse ()
                                    at MqttClient. (/opt/iobroker/node_modules/iobroker.ecoflow-mqtt/main.js:913:46)
                                    at MqttClient.emit (node:events:519:28)
                                    at handlePublish (/opt/iobroker/node_modules/mqtt/build/lib/handlers/publish.js:97:20)
                                    at handle (/opt/iobroker/node_modules/mqtt/build/lib/handlers/index.js:28:35)
                                    at work (/opt/iobroker/node_modules/mqtt/build/lib/client.js:267:40)
                                    at writable._write (/opt/iobroker/node_modules/mqtt/build/lib/client.js:292:13)
                                    at writeOrBuffer (/opt/iobroker/node_modules/readable-stream/lib/internal/streams/writable.js:336:12)
                                    at _write (/opt/iobroker/node_modules/readable-stream/lib/internal/streams/writable.js:285:10)
                                    at Writable.write (/opt/iobroker/node_modules/readable-stream/lib/internal/streams/writable.js:288:10)
                                    2026-06-09 06:34:03.607 - error: ecoflow-mqtt.0 (7392) Unexpected token '�', "
                                    �
                                    �"... is not valid JSON
                                    2026-06-09 06:34:03.608 - error: ecoflow-mqtt.0 (7392) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    2026-06-09 06:34:03.608 - error: ecoflow-mqtt.0 (7392) unhandled promise rejection: Unexpected token 'c', "
                                    c
                                    O
                                    @"... is not valid JSON
                                    2026-06-09 06:34:03.608 - error: ecoflow-mqtt.0 (7392) SyntaxError: Unexpected token 'c', "
                                    c
                                    O
                                    @"... is not valid JSON
                                    at JSON.parse ()
                                    at MqttClient. (/opt/iobroker/node_modules/iobroker.ecoflow-mqtt/main.js:913:46)
                                    at MqttClient.emit (node:events:519:28)
                                    at handlePublish (/opt/iobroker/node_modules/mqtt/build/lib/handlers/publish.js:97:20)
                                    at handle (/opt/iobroker/node_modules/mqtt/build/lib/handlers/index.js:28:35)
                                    at work (/opt/iobroker/node_modules/mqtt/build/lib/client.js:267:40)
                                    at writable._write (/opt/iobroker/node_modules/mqtt/build/lib/client.js:292:13)
                                    at writeOrBuffer (/opt/iobroker/node_modules/readable-stream/lib/internal/streams/writable.js:336:12)
                                    at _write (/opt/iobroker/node_modules/readable-stream/lib/internal/streams/writable.js:285:10)
                                    at Writable.write (/opt/iobroker/node_modules/readable-stream/lib/internal/streams/writable.js:288:10)
                                    2026-06-09 06:34:03.608 - error: ecoflow-mqtt.0 (7392) Unexpected token 'c', "
                                    c
                                    O
                                    @"... is not valid JSON
                                    2026-06-09 06:34:03.615 - debug: ecoflow-mqtt.0 (7392) recon_timer stopped
                                    2026-06-09 06:34:03.616 - debug: ecoflow-mqtt.0 (7392) lastQuotInterval interval stopped
                                    2026-06-09 06:34:03.616 - info: ecoflow-mqtt.0 (7392) cleaned everything up...
                                    2026-06-09 06:34:03.617 - info: ecoflow-mqtt.0 (7392) terminating
                                    2026-06-09 06:34:03.617 - warn: ecoflow-mqtt.0 (7392) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    2026-06-09 06:34:03.634 - debug: ecoflow-mqtt.0 (7392) P231ZEB4PHxxxxxx is offline
                                    2026-06-09 06:34:03.634 - debug: ecoflow-mqtt.0 (7392) RF45ZE1B1H5xxxxxx is offline
                                    2026-06-09 06:34:03.634 - info: ecoflow-mqtt.0 (7392) ecoflow connection closed
                                    2026-06-09 06:34:04.118 - info: ecoflow-mqtt.0 (7392) terminating
                                    2026-06-09 06:34:04.221 - error: host.p0-ioBroker-Test instance system.adapter.ecoflow-mqtt.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                    2026-06-09 06:34:04.221 - info: host.p0-ioBroker-Test Restart adapter system.adapter.ecoflow-mqtt.0 because enabled
                                    2026-06-09 06:34:24.332 - info: dreame.0 (6971) State value to set for "dreame.0.-112818020.status.battery-level" has to be type "number" but received type "string"
                                    2026-06-09 06:34:34.672 - info: host.p0-ioBroker-Test instance system.adapter.ecoflow-mqtt.0 in version "1.4.6" started with pid 7408
                                    
                                    

                                    Ich hoffe, es hilft etwas.

                                    Ich habe auch schon mal Werte erhalten, aber dann ging der Adapter irgendwann auf rot.

                                    Press any key to continue or any other to quit

                                    F 1 Antwort Letzte Antwort
                                    1
                                    • D Offline
                                      D Offline
                                      deta
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #782

                                      @foxthefox , kannst du bitte mal schauen, ich habe die Ultra Stream und dort kommt und kommt mal nicht der Wert ecoflow-mqtt.0.BK11ZE1B2H4S1628.DisplayPropertyUpload.powGetPvSum. Es kommt mal Daten und mal wieder nicht. Es ist der Wert der gesamten Solarenergie der Panels
                                      Liegt es an der API? Oder noch ein Problem mit dem Adapter?
                                      Weil in der Eco App wird es angezeigt immer.

                                      cu Deta

                                      1 Antwort Letzte Antwort
                                      0
                                      • D Offline
                                        D Offline
                                        deta
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #783

                                        Verständnissfrage. In der Eco App ist ja die Angabe Hausnetz, das ist das was ja gerade im Haus verbraucht wird.
                                        Welcher Wert in dem Adapter ist das? Ich kann da nichts vergleichbares finden..

                                        cu Deta

                                        1 Antwort Letzte Antwort
                                        0
                                        • R Offline
                                          R Offline
                                          ronny_s
                                          schrieb am zuletzt editiert von
                                          #784

                                          @deta
                                          das ist der Wert
                                          ecoflow-mqtt.0.xxxxxxxxxxxxxxxx.DisplayPropertyUpload.powGetSysLoad

                                          D 1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          477

                                          Online

                                          33.0k

                                          Benutzer

                                          83.3k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2026
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe