Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • 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

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.5k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.6k

Neuer Adapter ecoflow-mqtt

Geplant Angeheftet Gesperrt Verschoben Tester
711 Beiträge 54 Kommentatoren 194.9k Aufrufe 49 Watching
  • Ä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.
  • F foxthefox

    Folgende Grenzen sind derzeitig eingestellt:

    deltamini:

    • cfgFastChgWatts: { min: 200, max: 900 }
    • cfgSlowChgWatts: { min: 200, max: 800 }

    delta:

    • cfgFastChgWatts: { min: 200, max: 1200 }
    • cfgSlowChgWatts: { min: 200, max: 700 }

    deltamax:

    • cfgFastChgWatts: { min: 200, max: 2200 }
    • cfgSlowChgWatts: { min: 200, max: 700 }

    deltapro:
    *cfgFastChgWatts: { min: 200, max: 2900 }

    • cfgSlowChgWatts: { min: 200, max: 2900 }

    delta2:

    • cfgChgWatts: { min: 200, max: 1200 }

    delta2max:

    • SlowChgWatts: { min: 200, max: 2400 }

    Hier wäre eine Rückmeldung gut, welche Grenzen in der APP einstellbar sind.

    EDIT:
    ist nun im Adapter unter doc/devices dokumentiert

    Norbert GöpelN Offline
    Norbert GöpelN Offline
    Norbert Göpel
    schrieb am zuletzt editiert von
    #40

    @foxthefox - I currently implemented direct in javascript (own script) the possibility to set min / max chgwatts for my Delta2. I set 50 Watt as minimum and this works fine. My Delta 2 accepts down to 50. The app has only 200 as minimum but if I set 50 with my script, this also shown in the app and delta2 loads only with that value.

    F 1 Antwort Letzte Antwort
    0
    • S sirdir

      @foxthefox ist das wohl die Info?

      pstation: {"addr":0,"cmdFunc":0,"cmdId":0,"id":1584733429925413247,"version":"1.0","timestamp":1699223252,"moduleType":"4","params":{"bms_slave_bmsSlaveStatus_1.vol":50995,"bms_slave_bmsSlaveStatus_1.cellVol":[3226,3227],"bms_slave_bmsSlaveStatus_1.remainCap":12229,"bms_slave_bmsSlaveStatus_1.f32ShowSoc":31.4,"bms_slave_bmsSlaveStatus_1.cellTemp":[]}}
      
      F Abwesend
      F Abwesend
      foxthefox
      Developer
      schrieb am zuletzt editiert von
      #41

      @sirdir sagte in Neuer Adapter ecoflow-mqtt:

      bms_slave_bmsSlaveStatus_1

      genau, das.
      muß "bms_slave_bmsSlaveStatus_1" erkennen und auswerten

      Adapterüberblick: Profil Github;

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

      Ein Aufruf: video

      S 1 Antwort Letzte Antwort
      0
      • S sirdir

        @foxthefox hab den installiert. Hier noch 4 die ich grad gesehen habe:

        State value to set for "ecoflow-mqtt.0.xx.pd.dsgPowerAC" has value "5135.8" greater than max "4000"
        State value to set for "ecoflow-mqtt.0.xx.pd.chgPowerAC" has value "45061.3" greater than max "4000"
        State value to set for "ecoflow-mqtt.0.xx. inv.acChgRatedPower" has value "2400" greater than max "1800"
        State value to set for "ecoflow-mqtt.0.xx. inv.FastChgWatts" has value "2400" greater than max “2200”
        
        F Abwesend
        F Abwesend
        foxthefox
        Developer
        schrieb am zuletzt editiert von
        #42

        @sirdir sagte in Neuer Adapter ecoflow-mqtt:

        061

        2400W ist eingebaut.

        bei dsgPowerAC/chgPowerAC scheint mir der Faktor zu groß, habe jetzt um 100 kleiner, also mal beobachten ob es mit den Erwartungen korreliert.

        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
        • Norbert GöpelN Norbert Göpel

          @foxthefox - I currently implemented direct in javascript (own script) the possibility to set min / max chgwatts for my Delta2. I set 50 Watt as minimum and this works fine. My Delta 2 accepts down to 50. The app has only 200 as minimum but if I set 50 with my script, this also shown in the app and delta2 loads only with that value.

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

          @norbert-göpel
          @sirdir

          changes are in the upcomming version 0.0.8

          to install it already use in user defined settings:
          https://github.com/foxthefox/ioBroker.ecoflow-mqtt/tree/0.0.8

          important, the changes to datapoints get only effective when deleting them before update.

          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

            @sirdir sagte in Neuer Adapter ecoflow-mqtt:

            bms_slave_bmsSlaveStatus_1

            genau, das.
            muß "bms_slave_bmsSlaveStatus_1" erkennen und auswerten

            S Offline
            S Offline
            sirdir
            schrieb am zuletzt editiert von sirdir
            #44

            @foxthefox Jetzt klappt es mit dem Zusatzakku.
            Von den Warnmeldungen hab ich gerade auch keine mehr gesehen.

            F 1 Antwort Letzte Antwort
            0
            • S sirdir

              @foxthefox Jetzt klappt es mit dem Zusatzakku.
              Von den Warnmeldungen hab ich gerade auch keine mehr gesehen.

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

              @sirdir sagte in Neuer Adapter ecoflow-mqtt:

              @foxthefox Jetzt klappt es mit dem Zusatzakku.
              Von den Warnmeldungen hab ich gerade auch keine mehr gesehen.

              Sehr gut, dann hat es geklappt.

              Adapterüberblick: Profil Github;

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

              Ein Aufruf: video

              F 1 Antwort Letzte Antwort
              1
              • F foxthefox

                @sirdir sagte in Neuer Adapter ecoflow-mqtt:

                @foxthefox Jetzt klappt es mit dem Zusatzakku.
                Von den Warnmeldungen hab ich gerade auch keine mehr gesehen.

                Sehr gut, dann hat es geklappt.

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

                @foxthefox

                dann hab ich mal 0.0.8 finalisiert.

                0.0.8

                • (foxthefox) Delta2Max mppt.outVol mult=0.001 instead 0.1
                • (foxthefox) handling additional battery for Delta2Max
                • (foxthefox) pd.dsgPowerAC -> mult 0.001 Delta2Max
                • (foxthefox) pd.chgPowerAC -> mult 0.001 Delta2Max
                • (foxthefox) inv.acChgRatedPower -> max 4000W
                • (foxthefox) inv.FastChgWatts -> max 2400W
                • (foxthefox) chgwatts Delta 2 -> min 50W

                Adapterüberblick: Profil Github;

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

                Ein Aufruf: video

                F 1 Antwort Letzte Antwort
                0
                • F foxthefox

                  @foxthefox

                  dann hab ich mal 0.0.8 finalisiert.

                  0.0.8

                  • (foxthefox) Delta2Max mppt.outVol mult=0.001 instead 0.1
                  • (foxthefox) handling additional battery for Delta2Max
                  • (foxthefox) pd.dsgPowerAC -> mult 0.001 Delta2Max
                  • (foxthefox) pd.chgPowerAC -> mult 0.001 Delta2Max
                  • (foxthefox) inv.acChgRatedPower -> max 4000W
                  • (foxthefox) inv.FastChgWatts -> max 2400W
                  • (foxthefox) chgwatts Delta 2 -> min 50W
                  F Abwesend
                  F Abwesend
                  foxthefox
                  Developer
                  schrieb am zuletzt editiert von
                  #47

                  @foxthefox
                  nur mal so zur Info, bin die nächste Zeit offline

                  Adapterüberblick: Profil Github;

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

                  Ein Aufruf: video

                  F 1 Antwort Letzte Antwort
                  0
                  • F foxthefox

                    @foxthefox
                    nur mal so zur Info, bin die nächste Zeit offline

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

                    neue Version verfügbar.
                    wichtigste Änderung mit admin 6.12.3 funktioniert nun auch das automatische befüllen der MQTT credentials

                    0.0.9

                    • (foxthefox) final version of credential creation, at least 6.12.3 for admin required
                    • (foxthefox) pd.wattsInSum max=4000W, pd.wattsOutSum max=4000W
                    • (foxthefox) unknwon59 -> batChargingTime, battMin -> batDischargingTime
                    • (foxthefox) processing multiple messages in one datagram

                    Adapterüberblick: Profil Github;

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

                    Ein Aufruf: video

                    F 1 Antwort Letzte Antwort
                    1
                    • F foxthefox

                      neue Version verfügbar.
                      wichtigste Änderung mit admin 6.12.3 funktioniert nun auch das automatische befüllen der MQTT credentials

                      0.0.9

                      • (foxthefox) final version of credential creation, at least 6.12.3 for admin required
                      • (foxthefox) pd.wattsInSum max=4000W, pd.wattsOutSum max=4000W
                      • (foxthefox) unknwon59 -> batChargingTime, battMin -> batDischargingTime
                      • (foxthefox) processing multiple messages in one datagram
                      F Abwesend
                      F Abwesend
                      foxthefox
                      Developer
                      schrieb am zuletzt editiert von
                      #49

                      @foxthefox

                      neue Version verfügbar.

                      nun werden auch die SmartPlugs unterstützt.
                      Da ich keine besitze, ist eine Rückmeldung zur Plausibilität der Werte wichtig. Es kann sein, daß man noch an der ein oder anderen Stelle ein Komma verschieben muß.

                      0.0.10

                      • (foxthefox) unknown pstream message debug possibility
                      • (foxthefox) inv.outTemp max=90°C, inverter_heartbeat.pv1/2inputWatts max=600W
                      • (foxthefox) new function -> smart plugs

                      Adapterüberblick: Profil Github;

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

                      Ein Aufruf: video

                      F 1 Antwort Letzte Antwort
                      0
                      • F foxthefox

                        @foxthefox

                        neue Version verfügbar.

                        nun werden auch die SmartPlugs unterstützt.
                        Da ich keine besitze, ist eine Rückmeldung zur Plausibilität der Werte wichtig. Es kann sein, daß man noch an der ein oder anderen Stelle ein Komma verschieben muß.

                        0.0.10

                        • (foxthefox) unknown pstream message debug possibility
                        • (foxthefox) inv.outTemp max=90°C, inverter_heartbeat.pv1/2inputWatts max=600W
                        • (foxthefox) new function -> smart plugs
                        F Abwesend
                        F Abwesend
                        foxthefox
                        Developer
                        schrieb am zuletzt editiert von
                        #50

                        @foxthefox

                        neue Version war notwendig, da ich nicht an allen Stellen plug+stream berücksichtigt hatte

                        0.0.11

                        • (foxthefox) correction this.pstreamStatesDict to cope with pstream and plug

                        Adapterüberblick: Profil Github;

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

                        Ein Aufruf: video

                        A 1 Antwort Letzte Antwort
                        0
                        • F foxthefox

                          @foxthefox

                          neue Version war notwendig, da ich nicht an allen Stellen plug+stream berücksichtigt hatte

                          0.0.11

                          • (foxthefox) correction this.pstreamStatesDict to cope with pstream and plug
                          A Offline
                          A Offline
                          ApolloSK
                          schrieb am zuletzt editiert von
                          #51

                          @foxthefox
                          Hallo foxthefox, ich habe die Version des Adapter installiert.
                          Powerstream und Deltas werden erkannt und die Werte angezeigt.

                          Die Plugs werden grundsätzlich auch erkannt - zumindest wird der Objektbaum "plus_heartbeat" mit den entsprechenden Unterobjekten angelegt. Leider werden dieser aber nicht mit Daten befüllt. Im Adapter habe ich daraufhin die Protokollstufe auf "silly" gestellt. Die einzige Fehlermeldung die ausgegeben wird, ist folgende:

                          ecoflow-mqtt.0
                          2023-12-13 09:14:07.796 warn State "ecoflow-mqtt.0.HW52ZDH4xxxxxxxx2.energy.watth6" has no existing object, this might lead to an error in future versions

                          Wenn ich die Helligkeit des PLUGS über die App ändere, wird folgendes Ergebnis protokolliert:

                          ecoflow-mqtt.0
                          2023-12-13 09:13:57.025 debug store payload TypeError: Cannot read properties of undefined (reading 'brightness')

                          Kannst du da bitte mal prüfen? DANKE!

                          F 2 Antworten Letzte Antwort
                          0
                          • A ApolloSK

                            @foxthefox
                            Hallo foxthefox, ich habe die Version des Adapter installiert.
                            Powerstream und Deltas werden erkannt und die Werte angezeigt.

                            Die Plugs werden grundsätzlich auch erkannt - zumindest wird der Objektbaum "plus_heartbeat" mit den entsprechenden Unterobjekten angelegt. Leider werden dieser aber nicht mit Daten befüllt. Im Adapter habe ich daraufhin die Protokollstufe auf "silly" gestellt. Die einzige Fehlermeldung die ausgegeben wird, ist folgende:

                            ecoflow-mqtt.0
                            2023-12-13 09:14:07.796 warn State "ecoflow-mqtt.0.HW52ZDH4xxxxxxxx2.energy.watth6" has no existing object, this might lead to an error in future versions

                            Wenn ich die Helligkeit des PLUGS über die App ändere, wird folgendes Ergebnis protokolliert:

                            ecoflow-mqtt.0
                            2023-12-13 09:13:57.025 debug store payload TypeError: Cannot read properties of undefined (reading 'brightness')

                            Kannst du da bitte mal prüfen? DANKE!

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

                            @apollosk
                            Danke für die Rückmeldung, ich habe ja keine Plugs und somit ist die Rückmeldung sehr wichtig.

                            Kommt da wirklich Objektbaum "plus_heartbeat" und nicht "plug_heartbeat" ?
                            Das wäre zumindest ein Grund, warum dort keine Daten hereinkommen.

                            Es war eigentlich nicht vorgesehen, daß bei Plugs auch Energie ausgelesen wird, da konnte ich bisher zu wenig analysieren.
                            Wenn ich soweit bin, wird es auch dort den energy Baum geben.

                            brightness sollte eigentlich noch nicht änderbar sein, habe heute erst Daten dazu analysiert, kommt aber im nächsten Update

                            Adapterüberblick: Profil Github;

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

                            Ein Aufruf: video

                            A 1 Antwort Letzte Antwort
                            0
                            • A ApolloSK

                              @foxthefox
                              Hallo foxthefox, ich habe die Version des Adapter installiert.
                              Powerstream und Deltas werden erkannt und die Werte angezeigt.

                              Die Plugs werden grundsätzlich auch erkannt - zumindest wird der Objektbaum "plus_heartbeat" mit den entsprechenden Unterobjekten angelegt. Leider werden dieser aber nicht mit Daten befüllt. Im Adapter habe ich daraufhin die Protokollstufe auf "silly" gestellt. Die einzige Fehlermeldung die ausgegeben wird, ist folgende:

                              ecoflow-mqtt.0
                              2023-12-13 09:14:07.796 warn State "ecoflow-mqtt.0.HW52ZDH4xxxxxxxx2.energy.watth6" has no existing object, this might lead to an error in future versions

                              Wenn ich die Helligkeit des PLUGS über die App ändere, wird folgendes Ergebnis protokolliert:

                              ecoflow-mqtt.0
                              2023-12-13 09:13:57.025 debug store payload TypeError: Cannot read properties of undefined (reading 'brightness')

                              Kannst du da bitte mal prüfen? DANKE!

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

                              @apollosk

                              Du könntest den Adapter auch mal in den debug modus schalten, damit ein paar mehr Meldungen herauskommen.
                              Zusätzlich wäre dann noch ein Häckchen bei msgUpdatePlug und msgUpdateValuePlug notwendig um sich auf den Plug zu konzentrieren

                              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

                                @apollosk
                                Danke für die Rückmeldung, ich habe ja keine Plugs und somit ist die Rückmeldung sehr wichtig.

                                Kommt da wirklich Objektbaum "plus_heartbeat" und nicht "plug_heartbeat" ?
                                Das wäre zumindest ein Grund, warum dort keine Daten hereinkommen.

                                Es war eigentlich nicht vorgesehen, daß bei Plugs auch Energie ausgelesen wird, da konnte ich bisher zu wenig analysieren.
                                Wenn ich soweit bin, wird es auch dort den energy Baum geben.

                                brightness sollte eigentlich noch nicht änderbar sein, habe heute erst Daten dazu analysiert, kommt aber im nächsten Update

                                A Offline
                                A Offline
                                ApolloSK
                                schrieb am zuletzt editiert von
                                #54

                                @foxthefox
                                Mein Fehler - es wird der Objektbaum "plug_heartbeat" angezeigt

                                445bcd7b-293c-4212-9713-a02e55e2b570-image.png

                                Brigthness habe ich in der App nur mal geändert um zu prüfen ob was im Adapter ankommt.

                                F 1 Antwort Letzte Antwort
                                0
                                • A ApolloSK

                                  @foxthefox
                                  Mein Fehler - es wird der Objektbaum "plug_heartbeat" angezeigt

                                  445bcd7b-293c-4212-9713-a02e55e2b570-image.png

                                  Brigthness habe ich in der App nur mal geändert um zu prüfen ob was im Adapter ankommt.

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

                                  @apollosk
                                  OK, dann muß es etwas anderes sein, warum es die Werte nicht schreibt.
                                  Schonmal debug angeschaut?

                                  Adapterüberblick: Profil Github;

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

                                  Ein Aufruf: video

                                  A 1 Antwort Letzte Antwort
                                  0
                                  • F foxthefox

                                    @apollosk
                                    OK, dann muß es etwas anderes sein, warum es die Werte nicht schreibt.
                                    Schonmal debug angeschaut?

                                    A Offline
                                    A Offline
                                    ApolloSK
                                    schrieb am zuletzt editiert von
                                    #56

                                    @foxthefox

                                    Adapter läuft jetzt im Debug-Modus, mit den entsprechenden Häckchen bei den o.g. Punkten:

                                    ecoflow-mqtt.0
                                    2023-12-13 18:17:09.935	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                    ecoflow-mqtt.0
                                    2023-12-13 18:16:09.746	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                    ecoflow-mqtt.0
                                    2023-12-13 18:15:30.121	debug	store payload TypeError: Cannot read properties of undefined (reading 'volt')
                                    ecoflow-mqtt.0
                                    2023-12-13 18:15:28.150	debug	store payload TypeError: Cannot read properties of undefined (reading 'volt')
                                    ecoflow-mqtt.0
                                    2023-12-13 18:15:09.660	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                    ecoflow-mqtt.0
                                    2023-12-13 18:14:09.528	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                    ecoflow-mqtt.0
                                    2023-12-13 18:13:25.023	debug	store payload TypeError: Cannot read properties of undefined (reading 'volt')
                                    ecoflow-mqtt.0
                                    2023-12-13 18:13:22.999	debug	store payload TypeError: Cannot read properties of undefined (reading 'volt')
                                    ecoflow-mqtt.0
                                    2023-12-13 18:13:09.294	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                    ecoflow-mqtt.0
                                    2023-12-13 18:12:48.122	debug	store payload TypeError: Cannot read properties of undefined (reading 'volt')
                                    ecoflow-mqtt.0
                                    2023-12-13 18:12:46.087	debug	store payload TypeError: Cannot read properties of undefined (reading 'volt')
                                    ecoflow-mqtt.0
                                    2023-12-13 18:12:09.239	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                    ecoflow-mqtt.0
                                    2023-12-13 18:12:01.010	debug	store payload TypeError: Cannot read properties of undefined (reading 'volt')
                                    ecoflow-mqtt.0
                                    2023-12-13 18:11:58.937	debug	store payload TypeError: Cannot read properties of undefined (reading 'volt')
                                    ecoflow-mqtt.0
                                    2023-12-13 18:11:09.119	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                    ecoflow-mqtt.0
                                    2023-12-13 18:10:09.107	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                    ecoflow-mqtt.0
                                    2023-12-13 18:09:08.928	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                    ecoflow-mqtt.0
                                    2023-12-13 18:08:08.801	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                    ecoflow-mqtt.0
                                    2023-12-13 18:07:08.674	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                    ecoflow-mqtt.0
                                    2023-12-13 18:06:33.187	debug	store payload TypeError: Cannot read properties of undefined (reading 'brightness')
                                    ecoflow-mqtt.0
                                    2023-12-13 18:06:28.327	debug	store payload TypeError: Cannot read properties of undefined (reading 'errCode')
                                    ecoflow-mqtt.0
                                    2023-12-13 18:06:26.370	debug	store payload TypeError: Cannot read properties of undefined (reading 'errCode')
                                    ecoflow-mqtt.0
                                    2023-12-13 18:06:08.520	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                    ecoflow-mqtt.0
                                    2023-12-13 18:05:58.235	debug	store payload TypeError: Cannot read properties of undefined (reading 'heartbeatFrequency')
                                    ecoflow-mqtt.0
                                    2023-12-13 18:05:56.769	debug	subscribed the topics
                                    ecoflow-mqtt.0
                                    2023-12-13 18:05:56.674	debug	connected
                                    

                                    Der Rest betrifft die Powerstations bzw den Powerstream.

                                    F 1 Antwort Letzte Antwort
                                    0
                                    • A ApolloSK

                                      @foxthefox

                                      Adapter läuft jetzt im Debug-Modus, mit den entsprechenden Häckchen bei den o.g. Punkten:

                                      ecoflow-mqtt.0
                                      2023-12-13 18:17:09.935	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                      ecoflow-mqtt.0
                                      2023-12-13 18:16:09.746	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                      ecoflow-mqtt.0
                                      2023-12-13 18:15:30.121	debug	store payload TypeError: Cannot read properties of undefined (reading 'volt')
                                      ecoflow-mqtt.0
                                      2023-12-13 18:15:28.150	debug	store payload TypeError: Cannot read properties of undefined (reading 'volt')
                                      ecoflow-mqtt.0
                                      2023-12-13 18:15:09.660	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                      ecoflow-mqtt.0
                                      2023-12-13 18:14:09.528	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                      ecoflow-mqtt.0
                                      2023-12-13 18:13:25.023	debug	store payload TypeError: Cannot read properties of undefined (reading 'volt')
                                      ecoflow-mqtt.0
                                      2023-12-13 18:13:22.999	debug	store payload TypeError: Cannot read properties of undefined (reading 'volt')
                                      ecoflow-mqtt.0
                                      2023-12-13 18:13:09.294	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                      ecoflow-mqtt.0
                                      2023-12-13 18:12:48.122	debug	store payload TypeError: Cannot read properties of undefined (reading 'volt')
                                      ecoflow-mqtt.0
                                      2023-12-13 18:12:46.087	debug	store payload TypeError: Cannot read properties of undefined (reading 'volt')
                                      ecoflow-mqtt.0
                                      2023-12-13 18:12:09.239	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                      ecoflow-mqtt.0
                                      2023-12-13 18:12:01.010	debug	store payload TypeError: Cannot read properties of undefined (reading 'volt')
                                      ecoflow-mqtt.0
                                      2023-12-13 18:11:58.937	debug	store payload TypeError: Cannot read properties of undefined (reading 'volt')
                                      ecoflow-mqtt.0
                                      2023-12-13 18:11:09.119	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                      ecoflow-mqtt.0
                                      2023-12-13 18:10:09.107	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                      ecoflow-mqtt.0
                                      2023-12-13 18:09:08.928	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                      ecoflow-mqtt.0
                                      2023-12-13 18:08:08.801	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                      ecoflow-mqtt.0
                                      2023-12-13 18:07:08.674	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                      ecoflow-mqtt.0
                                      2023-12-13 18:06:33.187	debug	store payload TypeError: Cannot read properties of undefined (reading 'brightness')
                                      ecoflow-mqtt.0
                                      2023-12-13 18:06:28.327	debug	store payload TypeError: Cannot read properties of undefined (reading 'errCode')
                                      ecoflow-mqtt.0
                                      2023-12-13 18:06:26.370	debug	store payload TypeError: Cannot read properties of undefined (reading 'errCode')
                                      ecoflow-mqtt.0
                                      2023-12-13 18:06:08.520	warn	State "ecoflow-mqtt.0.HW52ZDH4XXXXXXXX.energy.watth6" has no existing object, this might lead to an error in future versions
                                      ecoflow-mqtt.0
                                      2023-12-13 18:05:58.235	debug	store payload TypeError: Cannot read properties of undefined (reading 'heartbeatFrequency')
                                      ecoflow-mqtt.0
                                      2023-12-13 18:05:56.769	debug	subscribed the topics
                                      ecoflow-mqtt.0
                                      2023-12-13 18:05:56.674	debug	connected
                                      

                                      Der Rest betrifft die Powerstations bzw den Powerstream.

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

                                      @apollosk
                                      danke derweil, es gibt ein wenig mehr Einblick

                                      EDIT:
                                      Kann es sein, daß noch ein Häckchen bei msgUpdatePlug nicht gesetzt ist?

                                      Adapterüberblick: Profil Github;

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

                                      Ein Aufruf: video

                                      A 1 Antwort Letzte Antwort
                                      0
                                      • F foxthefox

                                        @apollosk
                                        danke derweil, es gibt ein wenig mehr Einblick

                                        EDIT:
                                        Kann es sein, daß noch ein Häckchen bei msgUpdatePlug nicht gesetzt ist?

                                        A Offline
                                        A Offline
                                        ApolloSK
                                        schrieb am zuletzt editiert von
                                        #58

                                        @foxthefox
                                        msgUpdatePlug und msgUpdateValuePlug, beide sind aktiviert.

                                        b53777da-3b9c-4bdc-84ac-b9423106e467-image.png

                                        F 1 Antwort Letzte Antwort
                                        0
                                        • A ApolloSK

                                          @foxthefox
                                          msgUpdatePlug und msgUpdateValuePlug, beide sind aktiviert.

                                          b53777da-3b9c-4bdc-84ac-b9423106e467-image.png

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

                                          @apollosk sagte in Neuer Adapter ecoflow-mqtt:

                                          @foxthefox
                                          msgUpdatePlug und msgUpdateValuePlug, beide sind aktiviert.

                                          b53777da-3b9c-4bdc-84ac-b9423106e467-image.png

                                          ich hatte es oben schon gelesen, aber eigentlich hätte es damit noch eine andere Meldung geben müssen.
                                          nunja, ich schau weiter.

                                          Adapterüberblick: Profil Github;

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

                                          Ein Aufruf: video

                                          F 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          538

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          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