NEWS
Neuer Adapter ecoflow-mqtt
-
@deta, @ronny_s
Wie sich der Einsatz mehrerer Streams verhält kann ich nicht wirklich sagen, habe auch keine zum Testen.
Ich kann mir vorstellen, daß es ggf ein führendes Gerät gibt welches dann die anderen aussteuert und dann ist dieses ggf. auch nur für die Updates zuständig.
Grundsätzlich sollten alle Geräte sich mit dem Adapter verbinden und auch Werte liefern (ob alle Werte dann auch gleichartig befüllt werden, hängt an der firmware im Gerät)
Mindestens nach dem Start des Adapters sollten alle Geräte Werte geliefert haben und dann sollte beim Öffnen der App auch etwas passieren, oder Navigieren in der App. Danach könnten sich die nichtführenden evtl. kommunikationstechnisch schlafen legen.
Ihr könnt ja mal ein log posten vom Start des Adapter posten und dann kann ich mir das Verhalten mal anschauen.
Dazu wäre der Adapter in debug mode zu setzen und Häckchen bei msgSetGet mgsUpdate und bei den Gerätezeilen das erste Häckchen rechts für debug enable.@foxthefox Hab dir den Start als PN gesendet.
-
Hi zusammen,
hat hier jemand ein PowerOcean System im Einsatz und bekommt alle Daten geliefert?
Mein Ordner ecoflow-mqtt.0.HJ35XXXXXX.ParallelEnergyStreamReport ist komplett leer.Ich habe Adapter 1.4.9 im Einsatz.
-
Hi zusammen,
hat hier jemand ein PowerOcean System im Einsatz und bekommt alle Daten geliefert?
Mein Ordner ecoflow-mqtt.0.HJ35XXXXXX.ParallelEnergyStreamReport ist komplett leer.Ich habe Adapter 1.4.9 im Einsatz.
@derweidner
Bei solchen Problemen mal bitte den Adapter in debug Modus versetzen.
Die Häckchen für msgSetGet, msgUpdate und debug in der Gerätedefinition setzen.
Dann das log vom Neustart mit einigen …[get]… und …[update]… posten.
Dann schau ich es mir an.
Wird ja wieder kühler😎 -
@derweidner
Bei solchen Problemen mal bitte den Adapter in debug Modus versetzen.
Die Häckchen für msgSetGet, msgUpdate und debug in der Gerätedefinition setzen.
Dann das log vom Neustart mit einigen …[get]… und …[update]… posten.
Dann schau ich es mir an.
Wird ja wieder kühler😎2026-07-01 22:43:06.075 - debug: ecoflow-mqtt.0 (6901) HJ35xxxxx powerocean -> latestQuotas request 2026-07-01 22:43:06.100 - info: ecoflow-mqtt.0 (6901) state ecoflow-mqtt.0.HJ35xxxxx.action.latestQuotas changed: true (ack = false) 2026-07-01 22:43:06.100 - info: ecoflow-mqtt.0 (6901) (ack=false) ->cmd : channel action state latestQuotas 2026-07-01 22:44:39.042 - warn: ecoflow-mqtt.0 (6901) State value to set for "ecoflow-mqtt.0.HJ35xxxxxxx.JTS1_ENERGY_STREAM_DETAIL.mpptPwr" has value "5001.32" greater than max "5000" 2026-07-01 22:45:06.139 - error: ecoflow-mqtt.0 (6901) 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-07-01 22:45:06.140 - error: ecoflow-mqtt.0 (6901) unhandled promise rejection: Cannot read properties of undefined (reading '0') 2026-07-01 22:45:06.143 - error: ecoflow-mqtt.0 (6901) TypeError: Cannot read properties of undefined (reading '0') at Object.storeProtoPayload [as powerocean] (/opt/iobroker/node_modules/iobroker.ecoflow-mqtt/lib/dict_data/ef_powerocean_data.js:5667:90) at async MqttClient. (/opt/iobroker/node_modules/iobroker.ecoflow-mqtt/main.js:790:58) 2026-07-01 22:45:06.143 - error: ecoflow-mqtt.0 (6901) Cannot read properties of undefined (reading '0') 2026-07-01 22:45:06.156 - debug: ecoflow-mqtt.0 (6901) lastQuotInterval interval stopped 2026-07-01 22:45:06.157 - debug: ecoflow-mqtt.0 (6901) msgCalc interval stopped 2026-07-01 22:45:06.159 - info: ecoflow-mqtt.0 (6901) cleaned everything up... 2026-07-01 22:45:06.160 - info: ecoflow-mqtt.0 (6901) terminating 2026-07-01 22:45:06.162 - warn: ecoflow-mqtt.0 (6901) Terminated (UNCAUGHT_EXCEPTION): Without reason 2026-07-01 22:45:06.178 - debug: ecoflow-mqtt.0 (6901) HJ35xxxxxxxxxx is offline 2026-07-01 22:45:06.180 - info: ecoflow-mqtt.0 (6901) ecoflow connection closed 2026-07-01 22:45:06.663 - info: ecoflow-mqtt.0 (6901) terminating 2026-07-01 22:45:06.663 - info: ecoflow-mqtt.0 (6901) terminating 2026-07-01 22:45:06.849 - error: host.iobroker instance system.adapter.ecoflow-mqtt.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2026-07-01 22:45:41.152 - debug: ecoflow-mqtt.0 (13731) Redis Objects: Use Redis connection: 127.0.0.1:9001 2026-07-01 22:45:41.248 - debug: ecoflow-mqtt.0 (13731) Objects client ready ... initialize now 2026-07-01 22:45:41.251 - debug: ecoflow-mqtt.0 (13731) Objects create System PubSub Client 2026-07-01 22:45:41.253 - debug: ecoflow-mqtt.0 (13731) Objects create User PubSub Client 2026-07-01 22:45:41.417 - debug: ecoflow-mqtt.0 (13731) Objects client initialize lua scripts 2026-07-01 22:45:41.432 - debug: ecoflow-mqtt.0 (13731) Objects connected to redis: 127.0.0.1:9001 2026-07-01 22:45:41.546 - debug: ecoflow-mqtt.0 (13731) Redis States: Use Redis connection: 127.0.0.1:9000 2026-07-01 22:45:41.584 - debug: ecoflow-mqtt.0 (13731) States create System PubSub Client 2026-07-01 22:45:41.587 - debug: ecoflow-mqtt.0 (13731) States create User PubSub Client 2026-07-01 22:45:41.702 - debug: ecoflow-mqtt.0 (13731) States connected to redis: 127.0.0.1:9000 2026-07-01 22:45:42.103 - info: ecoflow-mqtt.0 (13731) starting. Version 1.4.9 in /opt/iobroker/node_modules/iobroker.ecoflow-mqtt, node: v22.15.0, js-controller: 7.2.2 2026-07-01 22:45:42.134 - info: ecoflow-mqtt.0 (13731) adapter entered ready 2026-07-01 22:45:42.135 - info: ecoflow-mqtt.0 (13731) your configration: 2026-07-01 22:45:42.135 - info: ecoflow-mqtt.0 (13731) powerstream -> [] 2026-07-01 22:45:42.136 - info: ecoflow-mqtt.0 (13731) powerstation -> [] 2026-07-01 22:45:42.136 - info: ecoflow-mqtt.0 (13731) smartplug -> [] 2026-07-01 22:45:42.136 - info: ecoflow-mqtt.0 (13731) wave -> [] 2026-07-01 22:45:42.136 - info: ecoflow-mqtt.0 (13731) glacier -> [] 2026-07-01 22:45:42.137 - info: ecoflow-mqtt.0 (13731) generator -> [] 2026-07-01 22:45:42.137 - info: ecoflow-mqtt.0 (13731) panel -> [] 2026-07-01 22:45:42.138 - info: ecoflow-mqtt.0 (13731) smartmeter -> [] 2026-07-01 22:45:42.138 - info: ecoflow-mqtt.0 (13731) powerkit -> [] 2026-07-01 22:45:42.138 - info: ecoflow-mqtt.0 (13731) powerocean -> [{"devName":"My Power Ocean","devId":"HJ35xxxxxxxx","devType":"powerocean","debugEnable":false,"haEnable":false,"pstationsSlave1":true,"pstationsSlave2":true,"pstationsSlave3":false,"pstationsSlave4":false,"pstationsSlave5":false}] 2026-07-01 22:45:42.139 - info: ecoflow-mqtt.0 (13731) alternator -> [] 2026-07-01 22:45:42.139 - info: ecoflow-mqtt.0 (13731) rapid -> [] 2026-07-01 22:45:42.140 - info: ecoflow-mqtt.0 (13731) unknown -> [] 2026-07-01 22:45:42.174 - info: ecoflow-mqtt.0 (13731) ========================== 2026-07-01 22:45:42.174 - info: ecoflow-mqtt.0 (13731) start device state creation ->powerocean for Id HJ35xxxxxxx 2026-07-01 22:45:42.175 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:42.175 - debug: ecoflow-mqtt.0 (13731) create device HJ35xxxxxxxxx 2026-07-01 22:45:42.217 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:42.218 - debug: ecoflow-mqtt.0 (13731) create channel statusReportBattery1 2026-07-01 22:45:42.223 - debug: ecoflow-mqtt.0 (13731) state creation bpPwr 2026-07-01 22:45:42.230 - debug: ecoflow-mqtt.0 (13731) state creation bpSoc 2026-07-01 22:45:42.233 - debug: ecoflow-mqtt.0 (13731) state creation bpSoh 2026-07-01 22:45:42.236 - debug: ecoflow-mqtt.0 (13731) state creation bpSop 2026-07-01 22:45:42.238 - debug: ecoflow-mqtt.0 (13731) state creation bpTemp 2026-07-01 22:45:42.241 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxCellVol 2026-07-01 22:45:42.244 - debug: ecoflow-mqtt.0 (13731) state creation bpMinCellVol 2026-07-01 22:45:42.247 - debug: ecoflow-mqtt.0 (13731) state creation bpRunSta 2026-07-01 22:45:42.250 - debug: ecoflow-mqtt.0 (13731) state creation bpVol 2026-07-01 22:45:42.253 - debug: ecoflow-mqtt.0 (13731) state creation bpAmp 2026-07-01 22:45:42.256 - debug: ecoflow-mqtt.0 (13731) state creation bpBusVol 2026-07-01 22:45:42.258 - debug: ecoflow-mqtt.0 (13731) state creation bpErrCode 2026-07-01 22:45:42.292 - debug: ecoflow-mqtt.0 (13731) state creation bpCellVol 2026-07-01 22:45:42.296 - debug: ecoflow-mqtt.0 (13731) state creation bpDsrc 2026-07-01 22:45:42.301 - debug: ecoflow-mqtt.0 (13731) state creation bpSn 2026-07-01 22:45:42.305 - debug: ecoflow-mqtt.0 (13731) state creation bpCycles 2026-07-01 22:45:42.309 - debug: ecoflow-mqtt.0 (13731) state creation bpBalanceState 2026-07-01 22:45:42.319 - debug: ecoflow-mqtt.0 (13731) state creation bpHvMosTemp 2026-07-01 22:45:42.324 - debug: ecoflow-mqtt.0 (13731) state creation bpLvMosTemp 2026-07-01 22:45:42.328 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcTemp 2026-07-01 22:45:42.330 - debug: ecoflow-mqtt.0 (13731) state creation bpHtsTemp 2026-07-01 22:45:42.334 - debug: ecoflow-mqtt.0 (13731) state creation bpBusNegTemp 2026-07-01 22:45:42.337 - debug: ecoflow-mqtt.0 (13731) state creation bpBusPosTemp 2026-07-01 22:45:42.339 - debug: ecoflow-mqtt.0 (13731) state creation bpEnvTemp 2026-07-01 22:45:42.342 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuChgCap 2026-07-01 22:45:42.344 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuDsgCap 2026-07-01 22:45:42.347 - debug: ecoflow-mqtt.0 (13731) state creation bpDesignCap 2026-07-01 22:45:42.349 - debug: ecoflow-mqtt.0 (13731) state creation bpFullCap 2026-07-01 22:45:42.352 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxCellTemp 2026-07-01 22:45:42.354 - debug: ecoflow-mqtt.0 (13731) state creation bpMinCellTemp 2026-07-01 22:45:42.356 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxMosTemp 2026-07-01 22:45:42.359 - debug: ecoflow-mqtt.0 (13731) state creation bpMinMosTemp 2026-07-01 22:45:42.361 - debug: ecoflow-mqtt.0 (13731) state creation bpBmsFault 2026-07-01 22:45:42.392 - debug: ecoflow-mqtt.0 (13731) state creation bpEcloundSoc 2026-07-01 22:45:42.395 - debug: ecoflow-mqtt.0 (13731) state creation bpHeartbeatVer 2026-07-01 22:45:42.400 - debug: ecoflow-mqtt.0 (13731) state creation bpTimestamp 2026-07-01 22:45:42.403 - debug: ecoflow-mqtt.0 (13731) state creation bpRealSoc 2026-07-01 22:45:42.407 - debug: ecoflow-mqtt.0 (13731) state creation bpRealSoh 2026-07-01 22:45:42.411 - debug: ecoflow-mqtt.0 (13731) state creation bpGlobalProtect 2026-07-01 22:45:42.415 - debug: ecoflow-mqtt.0 (13731) state creation bpDownLimitSoc 2026-07-01 22:45:42.420 - debug: ecoflow-mqtt.0 (13731) state creation bpUpLimitSoc 2026-07-01 22:45:42.424 - debug: ecoflow-mqtt.0 (13731) state creation bpActiveCalReqStat 2026-07-01 22:45:42.429 - debug: ecoflow-mqtt.0 (13731) state creation bpActiveCalRunStat 2026-07-01 22:45:42.433 - debug: ecoflow-mqtt.0 (13731) state creation moduleProductInfo 2026-07-01 22:45:42.437 - debug: ecoflow-mqtt.0 (13731) state creation moduleProgramSta 2026-07-01 22:45:42.441 - debug: ecoflow-mqtt.0 (13731) state creation moduleAplSwVer 2026-07-01 22:45:42.445 - debug: ecoflow-mqtt.0 (13731) state creation moduleLoaderSwVer 2026-07-01 22:45:42.448 - debug: ecoflow-mqtt.0 (13731) state creation bmsRunSta 2026-07-01 22:45:42.451 - debug: ecoflow-mqtt.0 (13731) state creation bmsChgDsgSta 2026-07-01 22:45:42.455 - debug: ecoflow-mqtt.0 (13731) state creation dabModSta 2026-07-01 22:45:42.458 - debug: ecoflow-mqtt.0 (13731) state creation bpChgSop 2026-07-01 22:45:42.461 - debug: ecoflow-mqtt.0 (13731) state creation bpDsgSop 2026-07-01 22:45:42.464 - debug: ecoflow-mqtt.0 (13731) state creation bpRemainWatth 2026-07-01 22:45:42.467 - debug: ecoflow-mqtt.0 (13731) state creation bpTargetSoc 2026-07-01 22:45:42.470 - debug: ecoflow-mqtt.0 (13731) state creation bpDiffSoc 2026-07-01 22:45:42.474 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxSoc 2026-07-01 22:45:42.495 - debug: ecoflow-mqtt.0 (13731) state creation bpMinSoc 2026-07-01 22:45:42.498 - debug: ecoflow-mqtt.0 (13731) state creation bpLimitSoc 2026-07-01 22:45:42.500 - debug: ecoflow-mqtt.0 (13731) state creation bpCalendarSoh 2026-07-01 22:45:42.503 - debug: ecoflow-mqtt.0 (13731) state creation bpCycleSoh 2026-07-01 22:45:42.505 - debug: ecoflow-mqtt.0 (13731) state creation bpAcRechargeFlag 2026-07-01 22:45:42.508 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcHeatFlag 2026-07-01 22:45:42.510 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcExitEvent 2026-07-01 22:45:42.513 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuChgEnergy 2026-07-01 22:45:42.515 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuDsgEnergy 2026-07-01 22:45:42.518 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcTemp2 2026-07-01 22:45:42.520 - debug: ecoflow-mqtt.0 (13731) state creation bpSysState 2026-07-01 22:45:42.523 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:42.523 - debug: ecoflow-mqtt.0 (13731) create channel statusReportBattery2 2026-07-01 22:45:42.527 - debug: ecoflow-mqtt.0 (13731) state creation bpPwr 2026-07-01 22:45:42.531 - debug: ecoflow-mqtt.0 (13731) state creation bpSoc 2026-07-01 22:45:42.534 - debug: ecoflow-mqtt.0 (13731) state creation bpSoh 2026-07-01 22:45:42.536 - debug: ecoflow-mqtt.0 (13731) state creation bpSop 2026-07-01 22:45:42.539 - debug: ecoflow-mqtt.0 (13731) state creation bpTemp 2026-07-01 22:45:42.541 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxCellVol 2026-07-01 22:45:42.544 - debug: ecoflow-mqtt.0 (13731) state creation bpMinCellVol 2026-07-01 22:45:42.546 - debug: ecoflow-mqtt.0 (13731) state creation bpRunSta 2026-07-01 22:45:42.549 - debug: ecoflow-mqtt.0 (13731) state creation bpVol 2026-07-01 22:45:42.551 - debug: ecoflow-mqtt.0 (13731) state creation bpAmp 2026-07-01 22:45:42.554 - debug: ecoflow-mqtt.0 (13731) state creation bpBusVol 2026-07-01 22:45:42.556 - debug: ecoflow-mqtt.0 (13731) state creation bpErrCode 2026-07-01 22:45:42.559 - debug: ecoflow-mqtt.0 (13731) state creation bpCellVol 2026-07-01 22:45:42.561 - debug: ecoflow-mqtt.0 (13731) state creation bpDsrc 2026-07-01 22:45:42.564 - debug: ecoflow-mqtt.0 (13731) state creation bpSn 2026-07-01 22:45:42.566 - debug: ecoflow-mqtt.0 (13731) state creation bpCycles 2026-07-01 22:45:42.569 - debug: ecoflow-mqtt.0 (13731) state creation bpBalanceState 2026-07-01 22:45:42.571 - debug: ecoflow-mqtt.0 (13731) state creation bpHvMosTemp 2026-07-01 22:45:42.574 - debug: ecoflow-mqtt.0 (13731) state creation bpLvMosTemp 2026-07-01 22:45:42.577 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcTemp 2026-07-01 22:45:42.579 - debug: ecoflow-mqtt.0 (13731) state creation bpHtsTemp 2026-07-01 22:45:42.582 - debug: ecoflow-mqtt.0 (13731) state creation bpBusNegTemp 2026-07-01 22:45:42.584 - debug: ecoflow-mqtt.0 (13731) state creation bpBusPosTemp 2026-07-01 22:45:42.587 - debug: ecoflow-mqtt.0 (13731) state creation bpEnvTemp 2026-07-01 22:45:42.589 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuChgCap 2026-07-01 22:45:42.592 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuDsgCap 2026-07-01 22:45:42.594 - debug: ecoflow-mqtt.0 (13731) state creation bpDesignCap 2026-07-01 22:45:42.597 - debug: ecoflow-mqtt.0 (13731) state creation bpFullCap 2026-07-01 22:45:42.599 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxCellTemp 2026-07-01 22:45:42.602 - debug: ecoflow-mqtt.0 (13731) state creation bpMinCellTemp 2026-07-01 22:45:42.604 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxMosTemp 2026-07-01 22:45:42.607 - debug: ecoflow-mqtt.0 (13731) state creation bpMinMosTemp 2026-07-01 22:45:42.609 - debug: ecoflow-mqtt.0 (13731) state creation bpBmsFault 2026-07-01 22:45:42.612 - debug: ecoflow-mqtt.0 (13731) state creation bpEcloundSoc 2026-07-01 22:45:42.616 - debug: ecoflow-mqtt.0 (13731) state creation bpHeartbeatVer 2026-07-01 22:45:42.619 - debug: ecoflow-mqtt.0 (13731) state creation bpTimestamp 2026-07-01 22:45:42.622 - debug: ecoflow-mqtt.0 (13731) state creation bpRealSoc 2026-07-01 22:45:42.626 - debug: ecoflow-mqtt.0 (13731) state creation bpRealSoh 2026-07-01 22:45:42.629 - debug: ecoflow-mqtt.0 (13731) state creation bpGlobalProtect 2026-07-01 22:45:42.632 - debug: ecoflow-mqtt.0 (13731) state creation bpDownLimitSoc 2026-07-01 22:45:42.634 - debug: ecoflow-mqtt.0 (13731) state creation bpUpLimitSoc 2026-07-01 22:45:42.637 - debug: ecoflow-mqtt.0 (13731) state creation bpActiveCalReqStat 2026-07-01 22:45:42.640 - debug: ecoflow-mqtt.0 (13731) state creation bpActiveCalRunStat 2026-07-01 22:45:42.643 - debug: ecoflow-mqtt.0 (13731) state creation moduleProductInfo 2026-07-01 22:45:42.646 - debug: ecoflow-mqtt.0 (13731) state creation moduleProgramSta 2026-07-01 22:45:42.649 - debug: ecoflow-mqtt.0 (13731) state creation moduleAplSwVer 2026-07-01 22:45:42.651 - debug: ecoflow-mqtt.0 (13731) state creation moduleLoaderSwVer 2026-07-01 22:45:42.654 - debug: ecoflow-mqtt.0 (13731) state creation bmsRunSta 2026-07-01 22:45:42.656 - debug: ecoflow-mqtt.0 (13731) state creation bmsChgDsgSta 2026-07-01 22:45:42.659 - debug: ecoflow-mqtt.0 (13731) state creation dabModSta 2026-07-01 22:45:42.661 - debug: ecoflow-mqtt.0 (13731) state creation bpChgSop 2026-07-01 22:45:42.664 - debug: ecoflow-mqtt.0 (13731) state creation bpDsgSop 2026-07-01 22:45:42.666 - debug: ecoflow-mqtt.0 (13731) state creation bpRemainWatth 2026-07-01 22:45:42.669 - debug: ecoflow-mqtt.0 (13731) state creation bpTargetSoc 2026-07-01 22:45:42.671 - debug: ecoflow-mqtt.0 (13731) state creation bpDiffSoc 2026-07-01 22:45:42.674 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxSoc 2026-07-01 22:45:42.676 - debug: ecoflow-mqtt.0 (13731) state creation bpMinSoc 2026-07-01 22:45:42.679 - debug: ecoflow-mqtt.0 (13731) state creation bpLimitSoc 2026-07-01 22:45:42.682 - debug: ecoflow-mqtt.0 (13731) state creation bpCalendarSoh 2026-07-01 22:45:42.689 - debug: ecoflow-mqtt.0 (13731) state creation bpCycleSoh 2026-07-01 22:45:42.692 - debug: ecoflow-mqtt.0 (13731) state creation bpAcRechargeFlag 2026-07-01 22:45:42.696 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcHeatFlag 2026-07-01 22:45:42.699 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcExitEvent 2026-07-01 22:45:42.701 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuChgEnergy 2026-07-01 22:45:42.704 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuDsgEnergy 2026-07-01 22:45:42.706 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcTemp2 2026-07-01 22:45:42.709 - debug: ecoflow-mqtt.0 (13731) state creation bpSysState 2026-07-01 22:45:42.711 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:42.712 - debug: ecoflow-mqtt.0 (13731) create channel statusReportBattery3 2026-07-01 22:45:42.715 - debug: ecoflow-mqtt.0 (13731) state creation bpPwr 2026-07-01 22:45:42.718 - debug: ecoflow-mqtt.0 (13731) state creation bpSoc 2026-07-01 22:45:42.721 - debug: ecoflow-mqtt.0 (13731) state creation bpSoh 2026-07-01 22:45:42.724 - debug: ecoflow-mqtt.0 (13731) state creation bpSop 2026-07-01 22:45:42.727 - debug: ecoflow-mqtt.0 (13731) state creation bpTemp 2026-07-01 22:45:42.729 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxCellVol 2026-07-01 22:45:42.732 - debug: ecoflow-mqtt.0 (13731) state creation bpMinCellVol 2026-07-01 22:45:42.734 - debug: ecoflow-mqtt.0 (13731) state creation bpRunSta 2026-07-01 22:45:42.737 - debug: ecoflow-mqtt.0 (13731) state creation bpVol 2026-07-01 22:45:42.739 - debug: ecoflow-mqtt.0 (13731) state creation bpAmp 2026-07-01 22:45:42.742 - debug: ecoflow-mqtt.0 (13731) state creation bpBusVol 2026-07-01 22:45:42.744 - debug: ecoflow-mqtt.0 (13731) state creation bpErrCode 2026-07-01 22:45:42.747 - debug: ecoflow-mqtt.0 (13731) state creation bpCellVol 2026-07-01 22:45:42.749 - debug: ecoflow-mqtt.0 (13731) state creation bpDsrc 2026-07-01 22:45:42.752 - debug: ecoflow-mqtt.0 (13731) state creation bpSn 2026-07-01 22:45:42.755 - debug: ecoflow-mqtt.0 (13731) state creation bpCycles 2026-07-01 22:45:42.757 - debug: ecoflow-mqtt.0 (13731) state creation bpBalanceState 2026-07-01 22:45:42.760 - debug: ecoflow-mqtt.0 (13731) state creation bpHvMosTemp 2026-07-01 22:45:42.763 - debug: ecoflow-mqtt.0 (13731) state creation bpLvMosTemp 2026-07-01 22:45:42.770 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcTemp 2026-07-01 22:45:42.773 - debug: ecoflow-mqtt.0 (13731) state creation bpHtsTemp 2026-07-01 22:45:42.776 - debug: ecoflow-mqtt.0 (13731) state creation bpBusNegTemp 2026-07-01 22:45:42.778 - debug: ecoflow-mqtt.0 (13731) state creation bpBusPosTemp 2026-07-01 22:45:42.781 - debug: ecoflow-mqtt.0 (13731) state creation bpEnvTemp 2026-07-01 22:45:42.784 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuChgCap 2026-07-01 22:45:42.787 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuDsgCap 2026-07-01 22:45:42.789 - debug: ecoflow-mqtt.0 (13731) state creation bpDesignCap 2026-07-01 22:45:42.792 - debug: ecoflow-mqtt.0 (13731) state creation bpFullCap 2026-07-01 22:45:42.794 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxCellTemp 2026-07-01 22:45:42.797 - debug: ecoflow-mqtt.0 (13731) state creation bpMinCellTemp 2026-07-01 22:45:42.800 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxMosTemp 2026-07-01 22:45:42.803 - debug: ecoflow-mqtt.0 (13731) state creation bpMinMosTemp 2026-07-01 22:45:42.806 - debug: ecoflow-mqtt.0 (13731) state creation bpBmsFault 2026-07-01 22:45:42.811 - debug: ecoflow-mqtt.0 (13731) state creation bpEcloundSoc 2026-07-01 22:45:42.813 - debug: ecoflow-mqtt.0 (13731) state creation bpHeartbeatVer 2026-07-01 22:45:42.816 - debug: ecoflow-mqtt.0 (13731) state creation bpTimestamp 2026-07-01 22:45:42.819 - debug: ecoflow-mqtt.0 (13731) state creation bpRealSoc 2026-07-01 22:45:42.821 - debug: ecoflow-mqtt.0 (13731) state creation bpRealSoh 2026-07-01 22:45:42.824 - debug: ecoflow-mqtt.0 (13731) state creation bpGlobalProtect 2026-07-01 22:45:42.828 - debug: ecoflow-mqtt.0 (13731) state creation bpDownLimitSoc 2026-07-01 22:45:42.831 - debug: ecoflow-mqtt.0 (13731) state creation bpUpLimitSoc 2026-07-01 22:45:42.834 - debug: ecoflow-mqtt.0 (13731) state creation bpActiveCalReqStat 2026-07-01 22:45:42.837 - debug: ecoflow-mqtt.0 (13731) state creation bpActiveCalRunStat 2026-07-01 22:45:42.839 - debug: ecoflow-mqtt.0 (13731) state creation moduleProductInfo 2026-07-01 22:45:42.842 - debug: ecoflow-mqtt.0 (13731) state creation moduleProgramSta 2026-07-01 22:45:42.845 - debug: ecoflow-mqtt.0 (13731) state creation moduleAplSwVer 2026-07-01 22:45:42.847 - debug: ecoflow-mqtt.0 (13731) state creation moduleLoaderSwVer 2026-07-01 22:45:42.850 - debug: ecoflow-mqtt.0 (13731) state creation bmsRunSta 2026-07-01 22:45:42.853 - debug: ecoflow-mqtt.0 (13731) state creation bmsChgDsgSta 2026-07-01 22:45:42.856 - debug: ecoflow-mqtt.0 (13731) state creation dabModSta 2026-07-01 22:45:42.858 - debug: ecoflow-mqtt.0 (13731) state creation bpChgSop 2026-07-01 22:45:42.861 - debug: ecoflow-mqtt.0 (13731) state creation bpDsgSop 2026-07-01 22:45:42.863 - debug: ecoflow-mqtt.0 (13731) state creation bpRemainWatth 2026-07-01 22:45:42.866 - debug: ecoflow-mqtt.0 (13731) state creation bpTargetSoc 2026-07-01 22:45:42.868 - debug: ecoflow-mqtt.0 (13731) state creation bpDiffSoc 2026-07-01 22:45:42.871 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxSoc 2026-07-01 22:45:42.873 - debug: ecoflow-mqtt.0 (13731) state creation bpMinSoc 2026-07-01 22:45:42.876 - debug: ecoflow-mqtt.0 (13731) state creation bpLimitSoc 2026-07-01 22:45:42.879 - debug: ecoflow-mqtt.0 (13731) state creation bpCalendarSoh 2026-07-01 22:45:42.881 - debug: ecoflow-mqtt.0 (13731) state creation bpCycleSoh 2026-07-01 22:45:42.885 - debug: ecoflow-mqtt.0 (13731) state creation bpAcRechargeFlag 2026-07-01 22:45:42.888 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcHeatFlag 2026-07-01 22:45:42.891 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcExitEvent 2026-07-01 22:45:42.893 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuChgEnergy 2026-07-01 22:45:42.896 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuDsgEnergy 2026-07-01 22:45:42.899 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcTemp2 2026-07-01 22:45:42.901 - debug: ecoflow-mqtt.0 (13731) state creation bpSysState 2026-07-01 22:45:42.904 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:42.905 - debug: ecoflow-mqtt.0 (13731) create channel JTS1_ENERGY_STREAM_REPORT 2026-07-01 22:45:42.908 - debug: ecoflow-mqtt.0 (13731) state creation sysLoadPwr 2026-07-01 22:45:42.910 - debug: ecoflow-mqtt.0 (13731) state creation sysGridPwr 2026-07-01 22:45:42.913 - debug: ecoflow-mqtt.0 (13731) state creation mpptPwr 2026-07-01 22:45:42.916 - debug: ecoflow-mqtt.0 (13731) state creation bpPwr 2026-07-01 22:45:42.919 - debug: ecoflow-mqtt.0 (13731) state creation bpSoc 2026-07-01 22:45:42.921 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:42.922 - debug: ecoflow-mqtt.0 (13731) create channel JTS1_ENERGY_STREAM_DETAIL 2026-07-01 22:45:42.925 - debug: ecoflow-mqtt.0 (13731) state creation loadPwr 2026-07-01 22:45:42.928 - debug: ecoflow-mqtt.0 (13731) state creation gridPwr 2026-07-01 22:45:42.931 - debug: ecoflow-mqtt.0 (13731) state creation mpptPwr 2026-07-01 22:45:42.937 - debug: ecoflow-mqtt.0 (13731) state creation bpPwr 2026-07-01 22:45:42.940 - debug: ecoflow-mqtt.0 (13731) state creation bpSoc 2026-07-01 22:45:42.944 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:42.944 - debug: ecoflow-mqtt.0 (13731) create channel ParallelEnergyStreamReport 2026-07-01 22:45:42.949 - debug: ecoflow-mqtt.0 (13731) state creation sysLoadPwr 2026-07-01 22:45:42.953 - debug: ecoflow-mqtt.0 (13731) state creation sysGridPwr 2026-07-01 22:45:42.956 - debug: ecoflow-mqtt.0 (13731) state creation mpptPwr 2026-07-01 22:45:42.959 - debug: ecoflow-mqtt.0 (13731) state creation bpPwr 2026-07-01 22:45:42.962 - debug: ecoflow-mqtt.0 (13731) state creation bpSoc 2026-07-01 22:45:42.965 - debug: ecoflow-mqtt.0 (13731) state creation powerPv1 2026-07-01 22:45:42.968 - debug: ecoflow-mqtt.0 (13731) state creation powerPv2 2026-07-01 22:45:42.971 - debug: ecoflow-mqtt.0 (13731) state creation ocean_sysLoadPwr 2026-07-01 22:45:42.975 - debug: ecoflow-mqtt.0 (13731) state creation ocean_sysGridPwr 2026-07-01 22:45:42.978 - debug: ecoflow-mqtt.0 (13731) state creation ocean_mpptPwr 2026-07-01 22:45:42.981 - debug: ecoflow-mqtt.0 (13731) state creation ocean_bpPwr 2026-07-01 22:45:42.984 - debug: ecoflow-mqtt.0 (13731) state creation ocean_bpSoc 2026-07-01 22:45:42.987 - debug: ecoflow-mqtt.0 (13731) state creation ocean_devSn 2026-07-01 22:45:42.990 - debug: ecoflow-mqtt.0 (13731) state creation ocean_powerPv1 2026-07-01 22:45:42.994 - debug: ecoflow-mqtt.0 (13731) state creation ocean_powerPv2 2026-07-01 22:45:42.997 - debug: ecoflow-mqtt.0 (13731) state creation system1_sysLoadPwr 2026-07-01 22:45:42.999 - debug: ecoflow-mqtt.0 (13731) state creation system1_sysGridPwr 2026-07-01 22:45:43.002 - debug: ecoflow-mqtt.0 (13731) state creation system1_mpptPwr 2026-07-01 22:45:43.004 - debug: ecoflow-mqtt.0 (13731) state creation system1_bpPwr 2026-07-01 22:45:43.007 - debug: ecoflow-mqtt.0 (13731) state creation system1_bpSoc 2026-07-01 22:45:43.009 - debug: ecoflow-mqtt.0 (13731) state creation system1_devSn 2026-07-01 22:45:43.012 - debug: ecoflow-mqtt.0 (13731) state creation system1_powerPv1 2026-07-01 22:45:43.014 - debug: ecoflow-mqtt.0 (13731) state creation system1_powerPv2 2026-07-01 22:45:43.017 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:43.018 - debug: ecoflow-mqtt.0 (13731) create channel JTS1_EMS_HEARTBEAT 2026-07-01 22:45:43.021 - debug: ecoflow-mqtt.0 (13731) state creation pcsAPhase_volt 2026-07-01 22:45:43.024 - debug: ecoflow-mqtt.0 (13731) state creation pcsAPhase_amp 2026-07-01 22:45:43.027 - debug: ecoflow-mqtt.0 (13731) state creation pcsAPhase_actPwr 2026-07-01 22:45:43.034 - debug: ecoflow-mqtt.0 (13731) state creation pcsAPhase_reactPwr 2026-07-01 22:45:43.057 - debug: ecoflow-mqtt.0 (13731) state creation pcsAPhase_apparentPwr 2026-07-01 22:45:43.062 - debug: ecoflow-mqtt.0 (13731) state creation pcsBPhase_volt 2026-07-01 22:45:43.070 - debug: ecoflow-mqtt.0 (13731) state creation pcsBPhase_amp 2026-07-01 22:45:43.072 - debug: ecoflow-mqtt.0 (13731) state creation pcsBPhase_actPwr 2026-07-01 22:45:43.075 - debug: ecoflow-mqtt.0 (13731) state creation pcsBPhase_reactPwr 2026-07-01 22:45:43.079 - debug: ecoflow-mqtt.0 (13731) state creation pcsBPhase_apparentPwr 2026-07-01 22:45:43.083 - debug: ecoflow-mqtt.0 (13731) state creation pcsCPhase_volt 2026-07-01 22:45:43.086 - debug: ecoflow-mqtt.0 (13731) state creation pcsCPhase_amp 2026-07-01 22:45:43.089 - debug: ecoflow-mqtt.0 (13731) state creation pcsCPhase_actPwr 2026-07-01 22:45:43.092 - debug: ecoflow-mqtt.0 (13731) state creation pcsCPhase_reactPwr 2026-07-01 22:45:43.095 - debug: ecoflow-mqtt.0 (13731) state creation pcsCPhase_apparentPwr 2026-07-01 22:45:43.097 - debug: ecoflow-mqtt.0 (13731) state creation mpptHeartBeat_mpptPv_vol0 2026-07-01 22:45:43.100 - debug: ecoflow-mqtt.0 (13731) state creation mpptHeartBeat_mpptPv_vol1 2026-07-01 22:45:43.105 - debug: ecoflow-mqtt.0 (13731) state creation mpptHeartBeat_mpptPv_amp0 2026-07-01 22:45:43.108 - debug: ecoflow-mqtt.0 (13731) state creation mpptHeartBeat_mpptPv_amp1 2026-07-01 22:45:43.111 - debug: ecoflow-mqtt.0 (13731) state creation mpptHeartBeat_mpptPv_pwr0 2026-07-01 22:45:43.114 - debug: ecoflow-mqtt.0 (13731) state creation mpptHeartBeat_mpptPv_pwr1 2026-07-01 22:45:43.117 - debug: ecoflow-mqtt.0 (13731) state creation mpptHeartBeat_mpptPv_lightSta0 2026-07-01 22:45:43.121 - debug: ecoflow-mqtt.0 (13731) state creation mpptHeartBeat_mpptPv_lightSta1 2026-07-01 22:45:43.124 - debug: ecoflow-mqtt.0 (13731) state creation mpptHeartBeat_mpptTempVal 2026-07-01 22:45:43.127 - debug: ecoflow-mqtt.0 (13731) state creation mpptHeartBeat_mpptInsResist 2026-07-01 22:45:43.130 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_vol0 2026-07-01 22:45:43.135 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_amp0 2026-07-01 22:45:43.138 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_freq0 2026-07-01 22:45:43.141 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_pwr0 2026-07-01 22:45:43.144 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_vol1 2026-07-01 22:45:43.148 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_amp1 2026-07-01 22:45:43.154 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_freq1 2026-07-01 22:45:43.157 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_pwr1 2026-07-01 22:45:43.161 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_vol2 2026-07-01 22:45:43.167 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_amp2 2026-07-01 22:45:43.170 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_freq2 2026-07-01 22:45:43.173 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_pwr2 2026-07-01 22:45:43.175 - debug: ecoflow-mqtt.0 (13731) state creation meterHeartBeat_meterType0 2026-07-01 22:45:43.179 - debug: ecoflow-mqtt.0 (13731) state creation meterHeartBeat_meterAddr0 2026-07-01 22:45:43.182 - debug: ecoflow-mqtt.0 (13731) state creation meterHeartBeat_meterData0 2026-07-01 22:45:43.184 - debug: ecoflow-mqtt.0 (13731) state creation meterHeartBeat_meterType1 2026-07-01 22:45:43.187 - debug: ecoflow-mqtt.0 (13731) state creation meterHeartBeat_meterAddr1 2026-07-01 22:45:43.190 - debug: ecoflow-mqtt.0 (13731) state creation meterHeartBeat_meterData1 2026-07-01 22:45:43.192 - debug: ecoflow-mqtt.0 (13731) state creation bpRemainWatth 2026-07-01 22:45:43.195 - debug: ecoflow-mqtt.0 (13731) state creation bpDsgTime 2026-07-01 22:45:43.198 - debug: ecoflow-mqtt.0 (13731) state creation rateCtrlSwtich 2026-07-01 22:45:43.201 - debug: ecoflow-mqtt.0 (13731) state creation sysRateCtrlTime 2026-07-01 22:45:43.203 - debug: ecoflow-mqtt.0 (13731) state creation duraTime 2026-07-01 22:45:43.206 - debug: ecoflow-mqtt.0 (13731) state creation pcsActPwr 2026-07-01 22:45:43.209 - debug: ecoflow-mqtt.0 (13731) state creation pcsAcFreq 2026-07-01 22:45:43.211 - debug: ecoflow-mqtt.0 (13731) state creation pcsBusVolt 2026-07-01 22:45:43.214 - debug: ecoflow-mqtt.0 (13731) state creation pcsLeakAmp 2026-07-01 22:45:43.217 - debug: ecoflow-mqtt.0 (13731) state creation pcsDci 2026-07-01 22:45:43.219 - debug: ecoflow-mqtt.0 (13731) state creation pcsDcv 2026-07-01 22:45:43.223 - debug: ecoflow-mqtt.0 (13731) state creation pcsVbusRef 2026-07-01 22:45:43.226 - debug: ecoflow-mqtt.0 (13731) state creation pcsActivePowerRef 2026-07-01 22:45:43.229 - debug: ecoflow-mqtt.0 (13731) state creation pcsActivePowerLimitUp 2026-07-01 22:45:43.231 - debug: ecoflow-mqtt.0 (13731) state creation pcsActivePowerLimitDn 2026-07-01 22:45:43.234 - debug: ecoflow-mqtt.0 (13731) state creation pcsBpPower 2026-07-01 22:45:43.237 - debug: ecoflow-mqtt.0 (13731) state creation pcsBpPowerChgLimit 2026-07-01 22:45:43.239 - debug: ecoflow-mqtt.0 (13731) state creation pcsRelayStateShow 2026-07-01 22:45:43.242 - debug: ecoflow-mqtt.0 (13731) state creation pcsGridSafetyFuncRecord 2026-07-01 22:45:43.245 - debug: ecoflow-mqtt.0 (13731) state creation pcsGridSafetyStateRecord 2026-07-01 22:45:43.247 - debug: ecoflow-mqtt.0 (13731) state creation pcsGridInvErrorRms 2026-07-01 22:45:43.250 - debug: ecoflow-mqtt.0 (13731) state creation pcsPfcCurReal 2026-07-01 22:45:43.253 - debug: ecoflow-mqtt.0 (13731) state creation pcsPfcCurRef 2026-07-01 22:45:43.255 - debug: ecoflow-mqtt.0 (13731) state creation pcsReactivePowerRef 2026-07-01 22:45:43.258 - debug: ecoflow-mqtt.0 (13731) state creation pcsMeterPower 2026-07-01 22:45:43.261 - debug: ecoflow-mqtt.0 (13731) state creation pcsCommInterfaceState 2026-07-01 22:45:43.263 - debug: ecoflow-mqtt.0 (13731) state creation pcsAverageVoltage 2026-07-01 22:45:43.266 - debug: ecoflow-mqtt.0 (13731) state creation pcsVgridThd 2026-07-01 22:45:43.269 - debug: ecoflow-mqtt.0 (13731) state creation pcsInterruptOccupancyRate 2026-07-01 22:45:43.271 - debug: ecoflow-mqtt.0 (13731) state creation emsMpptSelfcheckState 2026-07-01 22:45:43.276 - debug: ecoflow-mqtt.0 (13731) state creation emsMpptStartupState 2026-07-01 22:45:43.281 - debug: ecoflow-mqtt.0 (13731) state creation emsBpSelfcheckState 2026-07-01 22:45:43.294 - debug: ecoflow-mqtt.0 (13731) state creation emsBpStartupState 2026-07-01 22:45:43.297 - debug: ecoflow-mqtt.0 (13731) state creation emsPcsSelfcheckState 2026-07-01 22:45:43.300 - debug: ecoflow-mqtt.0 (13731) state creation emsPcsStartupState 2026-07-01 22:45:43.302 - debug: ecoflow-mqtt.0 (13731) state creation emsBusVolt 2026-07-01 22:45:43.305 - debug: ecoflow-mqtt.0 (13731) state creation emsActiveOffGridCmd 2026-07-01 22:45:43.308 - debug: ecoflow-mqtt.0 (13731) state creation emsBpAliveNum 2026-07-01 22:45:43.311 - debug: ecoflow-mqtt.0 (13731) state creation emsBpPower 2026-07-01 22:45:43.314 - debug: ecoflow-mqtt.0 (13731) state creation emsBpChg 2026-07-01 22:45:43.317 - debug: ecoflow-mqtt.0 (13731) state creation emsBpDsg 2026-07-01 22:45:43.320 - debug: ecoflow-mqtt.0 (13731) state creation emsBpChgRequest 2026-07-01 22:45:43.322 - debug: ecoflow-mqtt.0 (13731) state creation emsSelfUsedCnt 2026-07-01 22:45:43.325 - debug: ecoflow-mqtt.0 (13731) state creation emsAcMakeupTriggleSoc 2026-07-01 22:45:43.327 - debug: ecoflow-mqtt.0 (13731) state creation emsAcMakeupExitSoc 2026-07-01 22:45:43.330 - debug: ecoflow-mqtt.0 (13731) state creation emsAcMakeupMinSoc 2026-07-01 22:45:43.334 - debug: ecoflow-mqtt.0 (13731) state creation emsAcMakeupCnt 2026-07-01 22:45:43.338 - debug: ecoflow-mqtt.0 (13731) state creation emsStartFsmState 2026-07-01 22:45:43.342 - debug: ecoflow-mqtt.0 (13731) state creation emsMpptRunState 2026-07-01 22:45:43.346 - debug: ecoflow-mqtt.0 (13731) state creation emsMpptModStat 2026-07-01 22:45:43.350 - debug: ecoflow-mqtt.0 (13731) state creation emsStopCmd 2026-07-01 22:45:43.353 - debug: ecoflow-mqtt.0 (13731) state creation emsSysCfg 2026-07-01 22:45:43.357 - debug: ecoflow-mqtt.0 (13731) state creation emsLpState 2026-07-01 22:45:43.361 - debug: ecoflow-mqtt.0 (13731) state creation emsLpType 2026-07-01 22:45:43.364 - debug: ecoflow-mqtt.0 (13731) state creation emsLpMpptCnt 2026-07-01 22:45:43.367 - debug: ecoflow-mqtt.0 (13731) state creation emsLpBpCnt 2026-07-01 22:45:43.370 - debug: ecoflow-mqtt.0 (13731) state creation emsLpStateFlag 2026-07-01 22:45:43.373 - debug: ecoflow-mqtt.0 (13731) state creation emsSocCalibState 2026-07-01 22:45:43.375 - debug: ecoflow-mqtt.0 (13731) state creation emsSocCalibRequest 2026-07-01 22:45:43.377 - debug: ecoflow-mqtt.0 (13731) state creation emsMpptHbState 2026-07-01 22:45:43.380 - debug: ecoflow-mqtt.0 (13731) state creation emsNtcTempMax 2026-07-01 22:45:43.383 - debug: ecoflow-mqtt.0 (13731) state creation emsBusVoltErrSlidFilter 2026-07-01 22:45:43.385 - debug: ecoflow-mqtt.0 (13731) state creation emsBusVoltRipple 2026-07-01 22:45:43.388 - debug: ecoflow-mqtt.0 (13731) state creation emsPvInvPwr 2026-07-01 22:45:43.391 - debug: ecoflow-mqtt.0 (13731) state creation mpptBusVolRef 2026-07-01 22:45:43.393 - debug: ecoflow-mqtt.0 (13731) state creation dcdcBusVolRef 2026-07-01 22:45:43.396 - debug: ecoflow-mqtt.0 (13731) state creation dcdcBpVol 2026-07-01 22:45:43.401 - debug: ecoflow-mqtt.0 (13731) state creation dcdcInductanceCurr 2026-07-01 22:45:43.403 - debug: ecoflow-mqtt.0 (13731) state creation innerTemperature 2026-07-01 22:45:43.406 - debug: ecoflow-mqtt.0 (13731) state creation powerLimitMode 2026-07-01 22:45:43.409 - debug: ecoflow-mqtt.0 (13731) state creation invRatedPower 2026-07-01 22:45:43.411 - debug: ecoflow-mqtt.0 (13731) state creation dcdcStateRecord 2026-07-01 22:45:43.414 - debug: ecoflow-mqtt.0 (13731) state creation emsWorkMode 2026-07-01 22:45:43.416 - debug: ecoflow-mqtt.0 (13731) state creation pcsBackupPwr 2026-07-01 22:45:43.419 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:43.420 - debug: ecoflow-mqtt.0 (13731) create channel JTS1_EMS_CHANGE_REPORT 2026-07-01 22:45:43.423 - debug: ecoflow-mqtt.0 (13731) state creation bpSoc 2026-07-01 22:45:43.426 - debug: ecoflow-mqtt.0 (13731) state creation bpTotalChgEnergy 2026-07-01 22:45:43.428 - debug: ecoflow-mqtt.0 (13731) state creation bpTotalDsgEnergy 2026-07-01 22:45:43.431 - debug: ecoflow-mqtt.0 (13731) state creation evBindList 2026-07-01 22:45:43.433 - debug: ecoflow-mqtt.0 (13731) state creation sysWorkSta 2026-07-01 22:45:43.436 - debug: ecoflow-mqtt.0 (13731) state creation sysGridSta 2026-07-01 22:45:43.438 - debug: ecoflow-mqtt.0 (13731) state creation emsWorkMode 2026-07-01 22:45:43.441 - debug: ecoflow-mqtt.0 (13731) state creation emsBackupEvent 2026-07-01 22:45:43.443 - debug: ecoflow-mqtt.0 (13731) state creation bpChgDsgSta 2026-07-01 22:45:43.446 - debug: ecoflow-mqtt.0 (13731) state creation emsKeepSoc 2026-07-01 22:45:43.449 - debug: ecoflow-mqtt.0 (13731) state creation emsSysSelfCheckStat 2026-07-01 22:45:43.453 - debug: ecoflow-mqtt.0 (13731) state creation bpOnlineSum 2026-07-01 22:45:43.456 - debug: ecoflow-mqtt.0 (13731) state creation sysOnOffMachineStat 2026-07-01 22:45:43.458 - debug: ecoflow-mqtt.0 (13731) state creation sysBatChgUpLimit 2026-07-01 22:45:43.461 - debug: ecoflow-mqtt.0 (13731) state creation sysBatDsgDownLimit 2026-07-01 22:45:43.464 - debug: ecoflow-mqtt.0 (13731) state creation sysBatBackupRatio 2026-07-01 22:45:43.466 - debug: ecoflow-mqtt.0 (13731) state creation emsFeedMode 2026-07-01 22:45:43.469 - debug: ecoflow-mqtt.0 (13731) state creation emsFeedRatio 2026-07-01 22:45:43.472 - debug: ecoflow-mqtt.0 (13731) state creation emsFeedPwr 2026-07-01 22:45:43.475 - debug: ecoflow-mqtt.0 (13731) state creation sysMeterCfg 2026-07-01 22:45:43.478 - debug: ecoflow-mqtt.0 (13731) state creation sysTypeCfg 2026-07-01 22:45:43.480 - debug: ecoflow-mqtt.0 (13731) state creation pcsRunSta 2026-07-01 22:45:43.483 - debug: ecoflow-mqtt.0 (13731) state creation pcsAcErrCode 2026-07-01 22:45:43.486 - debug: ecoflow-mqtt.0 (13731) state creation pcsDcErrCode 2026-07-01 22:45:43.488 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVol1 2026-07-01 22:45:43.491 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVol2 2026-07-01 22:45:43.493 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVol3 2026-07-01 22:45:43.496 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolTime1 2026-07-01 22:45:43.499 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolTime2 2026-07-01 22:45:43.501 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolTime3 2026-07-01 22:45:43.504 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVol1 2026-07-01 22:45:43.506 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVol2 2026-07-01 22:45:43.509 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVol3 2026-07-01 22:45:43.514 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolTime1 2026-07-01 22:45:43.517 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolTime2 2026-07-01 22:45:43.522 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolTime3 2026-07-01 22:45:43.525 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolRecover 2026-07-01 22:45:43.528 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolRecover 2026-07-01 22:45:43.530 - debug: ecoflow-mqtt.0 (13731) state creation pcsVolRecoverTime 2026-07-01 22:45:43.533 - debug: ecoflow-mqtt.0 (13731) state creation pcs_10minOverVol 2026-07-01 22:45:43.536 - debug: ecoflow-mqtt.0 (13731) state creation pcs_10minOverVolTime 2026-07-01 22:45:43.540 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreq1 2026-07-01 22:45:43.546 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreq2 2026-07-01 22:45:43.550 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqTime1 2026-07-01 22:45:43.553 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqTime2 2026-07-01 22:45:43.556 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowFreq1 2026-07-01 22:45:43.559 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowFreq2 2026-07-01 22:45:43.562 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowFreqTime1 2026-07-01 22:45:43.565 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowFreqTime2 2026-07-01 22:45:43.568 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqRecover 2026-07-01 22:45:43.571 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowFreqRecover 2026-07-01 22:45:43.574 - debug: ecoflow-mqtt.0 (13731) state creation pcsFreqRecoverTime 2026-07-01 22:45:43.577 - debug: ecoflow-mqtt.0 (13731) state creation pcsHvrtLvrtSwitch 2026-07-01 22:45:43.580 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolRideThroughStart1 2026-07-01 22:45:43.583 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolRideThroughStart2 2026-07-01 22:45:43.586 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolRideThroughProtectTime1 2026-07-01 22:45:43.589 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolRideThroughProtectTime2 2026-07-01 22:45:43.591 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolRideThroughStart1 2026-07-01 22:45:43.594 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolRideThroughStart2 2026-07-01 22:45:43.597 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolRideThroughStart3 2026-07-01 22:45:43.600 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolRideThroughProtectTime1 2026-07-01 22:45:43.603 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolRideThroughProtectTime2 2026-07-01 22:45:43.607 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolRideThroughProtectTime3 2026-07-01 22:45:43.618 - debug: ecoflow-mqtt.0 (13731) state creation pcsHighVolRideThroughRecover 2026-07-01 22:45:43.621 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolRideThroughRecover 2026-07-01 22:45:43.624 - debug: ecoflow-mqtt.0 (13731) state creation pcsIslandDetectSwitch 2026-07-01 22:45:43.627 - debug: ecoflow-mqtt.0 (13731) state creation pcsActivePowerDeratingSwitch 2026-07-01 22:45:43.630 - debug: ecoflow-mqtt.0 (13731) state creation pcsActivePowerDeratingPercent 2026-07-01 22:45:43.633 - debug: ecoflow-mqtt.0 (13731) state creation pcsActivePowerGradient 2026-07-01 22:45:43.636 - debug: ecoflow-mqtt.0 (13731) state creation pcsActivePowerSoftstartSwitch 2026-07-01 22:45:43.639 - debug: ecoflow-mqtt.0 (13731) state creation pcsActivePowerSoftstartTime 2026-07-01 22:45:43.642 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingSwitch 2026-07-01 22:45:43.646 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingPowerBased 2026-07-01 22:45:43.666 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingStart 2026-07-01 22:45:43.669 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingEnd 2026-07-01 22:45:43.671 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingSlope 2026-07-01 22:45:43.674 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingRecoverSlope 2026-07-01 22:45:43.677 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingFrozeSwitch 2026-07-01 22:45:43.679 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingCutoffPower 2026-07-01 22:45:43.682 - debug: ecoflow-mqtt.0 (13731) state creation pcsUnderFreqIncrementSwitch 2026-07-01 22:45:43.684 - debug: ecoflow-mqtt.0 (13731) state creation pcsUnderFreqIncrementStart 2026-07-01 22:45:43.687 - debug: ecoflow-mqtt.0 (13731) state creation pcsUnderFreqIncrementEnd 2026-07-01 22:45:43.691 - debug: ecoflow-mqtt.0 (13731) state creation pcsUnderFreqIncrementSlope 2026-07-01 22:45:43.694 - debug: ecoflow-mqtt.0 (13731) state creation pcsUnderFreqIncrementRecoverSlope 2026-07-01 22:45:43.696 - debug: ecoflow-mqtt.0 (13731) state creation pcsUnderFreqIncrementFrozeSwitch 2026-07-01 22:45:43.699 - debug: ecoflow-mqtt.0 (13731) state creation pcsAntiBackFlowSwitch 2026-07-01 22:45:43.702 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolDeratingSwitch 2026-07-01 22:45:43.705 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolDeratingStart 2026-07-01 22:45:43.707 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolDeratingEnd 2026-07-01 22:45:43.710 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolDeratingStartingPower 2026-07-01 22:45:43.714 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolDeratingEndPower 2026-07-01 22:45:43.716 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolDeratingTimeConst 2026-07-01 22:45:43.719 - debug: ecoflow-mqtt.0 (13731) state creation pcsReactPwrModeSelect 2026-07-01 22:45:43.722 - debug: ecoflow-mqtt.0 (13731) state creation pcsReactPwrCompensation 2026-07-01 22:45:43.724 - debug: ecoflow-mqtt.0 (13731) state creation pcsPfValue 2026-07-01 22:45:43.727 - debug: ecoflow-mqtt.0 (13731) state creation pcsReactPwrPercent 2026-07-01 22:45:43.730 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuV1 2026-07-01 22:45:43.732 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuV2 2026-07-01 22:45:43.735 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuV3 2026-07-01 22:45:43.737 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuV4 2026-07-01 22:45:43.740 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuQ1 2026-07-01 22:45:43.742 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuQ2 2026-07-01 22:45:43.745 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuQ3 2026-07-01 22:45:43.748 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuQ4 2026-07-01 22:45:43.751 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuTimeConst 2026-07-01 22:45:43.754 - debug: ecoflow-mqtt.0 (13731) state creation pcsCospP1 2026-07-01 22:45:43.758 - debug: ecoflow-mqtt.0 (13731) state creation pcsCospP2 2026-07-01 22:45:43.761 - debug: ecoflow-mqtt.0 (13731) state creation pcsCospP3 2026-07-01 22:45:43.765 - debug: ecoflow-mqtt.0 (13731) state creation pcsCospPf1 2026-07-01 22:45:43.767 - debug: ecoflow-mqtt.0 (13731) state creation pcsCospPf2 2026-07-01 22:45:43.769 - debug: ecoflow-mqtt.0 (13731) state creation pcsCospPf3 2026-07-01 22:45:43.772 - debug: ecoflow-mqtt.0 (13731) state creation pcsSafetyCountryCodeSelection 2026-07-01 22:45:43.775 - debug: ecoflow-mqtt.0 (13731) state creation pcsReconnectGridDetectSwitch 2026-07-01 22:45:43.777 - debug: ecoflow-mqtt.0 (13731) state creation pcsOnGridWaitTime 2026-07-01 22:45:43.780 - debug: ecoflow-mqtt.0 (13731) state creation pcsHighVolOnGrid 2026-07-01 22:45:43.783 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolOnGrid 2026-07-01 22:45:43.786 - debug: ecoflow-mqtt.0 (13731) state creation pcsHighFreqOnGrid 2026-07-01 22:45:43.788 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowFreqOnGrid 2026-07-01 22:45:43.790 - debug: ecoflow-mqtt.0 (13731) state creation pcsFaultRecoverOnGridWaitTime 2026-07-01 22:45:43.792 - debug: ecoflow-mqtt.0 (13731) state creation pcsFaultRecoverHighVolOnGrid 2026-07-01 22:45:43.795 - debug: ecoflow-mqtt.0 (13731) state creation pcsFaultRecoverLowVolOnGrid 2026-07-01 22:45:43.797 - debug: ecoflow-mqtt.0 (13731) state creation pcsFaultRecoverHighFreqOnGrid 2026-07-01 22:45:43.800 - debug: ecoflow-mqtt.0 (13731) state creation pcsFaultRecoverLowFreqOnGrid 2026-07-01 22:45:43.804 - debug: ecoflow-mqtt.0 (13731) state creation pcsPowerDeratingFlag 2026-07-01 22:45:43.807 - debug: ecoflow-mqtt.0 (13731) state creation pcsPowerDeratingSet 2026-07-01 22:45:43.809 - debug: ecoflow-mqtt.0 (13731) state creation pcsSendEnd 2026-07-01 22:45:43.811 - debug: ecoflow-mqtt.0 (13731) state creation rateCtrlSwtich 2026-07-01 22:45:43.813 - debug: ecoflow-mqtt.0 (13731) state creation sysRateCtrlTime 2026-07-01 22:45:43.816 - debug: ecoflow-mqtt.0 (13731) state creation duraTime 2026-07-01 22:45:43.818 - debug: ecoflow-mqtt.0 (13731) state creation pcs_10minOverVolSwitch 2026-07-01 22:45:43.821 - debug: ecoflow-mqtt.0 (13731) state creation pcsActivePowerSoftStartRate 2026-07-01 22:45:43.823 - debug: ecoflow-mqtt.0 (13731) state creation pcsActivePowerNormalRampUpRate 2026-07-01 22:45:43.827 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingStartDelay 2026-07-01 22:45:43.829 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingEndDelay 2026-07-01 22:45:43.831 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingRecoverSlopeSwitch 2026-07-01 22:45:43.834 - debug: ecoflow-mqtt.0 (13731) state creation pcsUnderFreqIncrementStartDelay 2026-07-01 22:45:43.836 - debug: ecoflow-mqtt.0 (13731) state creation pcsUnderFreqIncrementEndDelay 2026-07-01 22:45:43.839 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolDeratingDelayTime 2026-07-01 22:45:43.841 - debug: ecoflow-mqtt.0 (13731) state creation pcsOngridReconnectFlag 2026-07-01 22:45:43.843 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuLockinPower 2026-07-01 22:45:43.845 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuLockoutPower 2026-07-01 22:45:43.848 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuMinimumCosphi 2026-07-01 22:45:43.850 - debug: ecoflow-mqtt.0 (13731) state creation pcsFastCheck 2026-07-01 22:45:43.853 - debug: ecoflow-mqtt.0 (13731) state creation pcsFunctionEnable 2026-07-01 22:45:43.858 - debug: ecoflow-mqtt.0 (13731) state creation emsCtrlLedType 2026-07-01 22:45:43.861 - debug: ecoflow-mqtt.0 (13731) state creation emsCtrlLedBright 2026-07-01 22:45:43.868 - debug: ecoflow-mqtt.0 (13731) state creation pcsUnderFreqIncrementRecoverSlopeSwitch 2026-07-01 22:45:43.872 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolDeratingDaleyTime 2026-07-01 22:45:43.880 - debug: ecoflow-mqtt.0 (13731) state creation pcsCospP4 2026-07-01 22:45:43.883 - debug: ecoflow-mqtt.0 (13731) state creation pcsCospPf4 2026-07-01 22:45:43.887 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved1 2026-07-01 22:45:43.889 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved2 2026-07-01 22:45:43.894 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved3 2026-07-01 22:45:43.897 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved4 2026-07-01 22:45:43.900 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved5 2026-07-01 22:45:43.903 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved6 2026-07-01 22:45:43.906 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved7 2026-07-01 22:45:43.908 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved8 2026-07-01 22:45:43.910 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved9 2026-07-01 22:45:43.913 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved10 2026-07-01 22:45:43.916 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved11 2026-07-01 22:45:43.919 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved12 2026-07-01 22:45:43.922 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved13 2026-07-01 22:45:43.924 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved14 2026-07-01 22:45:43.927 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved15 2026-07-01 22:45:43.930 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved16 2026-07-01 22:45:43.933 - debug: ecoflow-mqtt.0 (13731) state creation sysMulPeakSwitch 2026-07-01 22:45:43.936 - debug: ecoflow-mqtt.0 (13731) state creation sysMulPeakTime 2026-07-01 22:45:43.939 - debug: ecoflow-mqtt.0 (13731) state creation emsSgReady 2026-07-01 22:45:43.941 - debug: ecoflow-mqtt.0 (13731) state creation emsSgReadyEn 2026-07-01 22:45:43.943 - debug: ecoflow-mqtt.0 (13731) state creation emsSgRunStat 2026-07-01 22:45:43.946 - debug: ecoflow-mqtt.0 (13731) state creation emsStopAll 2026-07-01 22:45:43.948 - debug: ecoflow-mqtt.0 (13731) state creation iot_4gOn 2026-07-01 22:45:43.950 - debug: ecoflow-mqtt.0 (13731) state creation iot_4gSta 2026-07-01 22:45:43.952 - debug: ecoflow-mqtt.0 (13731) state creation iot_4gPdp 2026-07-01 22:45:43.954 - debug: ecoflow-mqtt.0 (13731) state creation iot_4gErr 2026-07-01 22:45:43.957 - debug: ecoflow-mqtt.0 (13731) state creation sysHeatStat 2026-07-01 22:45:43.960 - debug: ecoflow-mqtt.0 (13731) state creation pcsAcWarningCode 2026-07-01 22:45:43.963 - debug: ecoflow-mqtt.0 (13731) state creation pcsRelaySelfCheckSta 2026-07-01 22:45:43.966 - debug: ecoflow-mqtt.0 (13731) state creation pcsRunFsmState 2026-07-01 22:45:43.969 - debug: ecoflow-mqtt.0 (13731) state creation mppt1FaultCode 2026-07-01 22:45:43.972 - debug: ecoflow-mqtt.0 (13731) state creation mppt2FaultCode 2026-07-01 22:45:43.975 - debug: ecoflow-mqtt.0 (13731) state creation mppt1WarningCode 2026-07-01 22:45:43.977 - debug: ecoflow-mqtt.0 (13731) state creation mppt2WarningCode 2026-07-01 22:45:43.980 - debug: ecoflow-mqtt.0 (13731) state creation bpLineOffFlag 2026-07-01 22:45:43.983 - debug: ecoflow-mqtt.0 (13731) state creation bpRestartFlag 2026-07-01 22:45:43.986 - debug: ecoflow-mqtt.0 (13731) state creation bpReverseFlag 2026-07-01 22:45:43.989 - debug: ecoflow-mqtt.0 (13731) state creation batRelayCloseFailFlag 2026-07-01 22:45:43.991 - debug: ecoflow-mqtt.0 (13731) state creation batSoftRelayStatus 2026-07-01 22:45:43.994 - debug: ecoflow-mqtt.0 (13731) state creation batRealyStatus 2026-07-01 22:45:43.996 - debug: ecoflow-mqtt.0 (13731) state creation pcsRelayStateShow 2026-07-01 22:45:43.999 - debug: ecoflow-mqtt.0 (13731) state creation emsWorkState 2026-07-01 22:45:44.001 - debug: ecoflow-mqtt.0 (13731) state creation afciFaultCntCh1 2026-07-01 22:45:44.004 - debug: ecoflow-mqtt.0 (13731) state creation afciFaultValueCh1 2026-07-01 22:45:44.006 - debug: ecoflow-mqtt.0 (13731) state creation afciFaultMaxValueCh1 2026-07-01 22:45:44.008 - debug: ecoflow-mqtt.0 (13731) state creation afciProtectValueCh1 2026-07-01 22:45:44.010 - debug: ecoflow-mqtt.0 (13731) state creation afciFaultFlagCh1 2026-07-01 22:45:44.012 - debug: ecoflow-mqtt.0 (13731) state creation afciFaultCntCh2 2026-07-01 22:45:44.014 - debug: ecoflow-mqtt.0 (13731) state creation afciFaultValueCh2 2026-07-01 22:45:44.016 - debug: ecoflow-mqtt.0 (13731) state creation afciFaultMaxValueCh2 2026-07-01 22:45:44.019 - debug: ecoflow-mqtt.0 (13731) state creation afciProtectValueCh2 2026-07-01 22:45:44.021 - debug: ecoflow-mqtt.0 (13731) state creation afciFaultFlagCh2 2026-07-01 22:45:44.023 - debug: ecoflow-mqtt.0 (13731) state creation afciSelfTestCmdState 2026-07-01 22:45:44.025 - debug: ecoflow-mqtt.0 (13731) state creation afciEnableCmdState 2026-07-01 22:45:44.027 - debug: ecoflow-mqtt.0 (13731) state creation afciFaultClearState 2026-07-01 22:45:44.030 - debug: ecoflow-mqtt.0 (13731) state creation afciSellfTestResult 2026-07-01 22:45:44.034 - debug: ecoflow-mqtt.0 (13731) state creation afciSwitchFreqCh1 2026-07-01 22:45:44.038 - debug: ecoflow-mqtt.0 (13731) state creation afciSwitchFreqCh2 2026-07-01 22:45:44.040 - debug: ecoflow-mqtt.0 (13731) state creation sysCalStat 2026-07-01 22:45:44.042 - debug: ecoflow-mqtt.0 (13731) state creation ethWanStat 2026-07-01 22:45:44.044 - debug: ecoflow-mqtt.0 (13731) state creation wifiStaStat 2026-07-01 22:45:44.047 - debug: ecoflow-mqtt.0 (13731) state creation wireless_4gIccid 2026-07-01 22:45:44.049 - debug: ecoflow-mqtt.0 (13731) state creation virtualHardEdition 2026-07-01 22:45:44.051 - debug: ecoflow-mqtt.0 (13731) state creation userRole 2026-07-01 22:45:44.053 - debug: ecoflow-mqtt.0 (13731) state creation chgDsgMode 2026-07-01 22:45:44.055 - debug: ecoflow-mqtt.0 (13731) state creation chgDsgPwr 2026-07-01 22:45:44.057 - debug: ecoflow-mqtt.0 (13731) state creation parallelAllowState 2026-07-01 22:45:44.059 - debug: ecoflow-mqtt.0 (13731) state creation parallelTypeSet 2026-07-01 22:45:44.062 - debug: ecoflow-mqtt.0 (13731) state creation parallelType 2026-07-01 22:45:44.064 - debug: ecoflow-mqtt.0 (13731) state creation afciIsExist 2026-07-01 22:45:44.066 - debug: ecoflow-mqtt.0 (13731) state creation afciEn 2026-07-01 22:45:44.068 - debug: ecoflow-mqtt.0 (13731) state creation afciEnSet 2026-07-01 22:45:44.070 - debug: ecoflow-mqtt.0 (13731) state creation parallelTypeCur 2026-07-01 22:45:44.072 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:44.073 - debug: ecoflow-mqtt.0 (13731) create channel EVChargingParamReport 2026-07-01 22:45:44.075 - debug: ecoflow-mqtt.0 (13731) state creation evSn 2026-07-01 22:45:44.078 - debug: ecoflow-mqtt.0 (13731) state creation expectChargingEnergy 2026-07-01 22:45:44.081 - debug: ecoflow-mqtt.0 (13731) state creation stopChargingSoc 2026-07-01 22:45:44.102 - debug: ecoflow-mqtt.0 (13731) state creation onlineBits 2026-07-01 22:45:44.104 - debug: ecoflow-mqtt.0 (13731) state creation evPlugAndPlay 2026-07-01 22:45:44.106 - debug: ecoflow-mqtt.0 (13731) state creation chargingStatus 2026-07-01 22:45:44.109 - debug: ecoflow-mqtt.0 (13731) state creation errorCode 2026-07-01 22:45:44.112 - debug: ecoflow-mqtt.0 (13731) state creation evPwr 2026-07-01 22:45:44.115 - debug: ecoflow-mqtt.0 (13731) state creation evChargingEnergy 2026-07-01 22:45:44.131 - debug: ecoflow-mqtt.0 (13731) state creation workMode 2026-07-01 22:45:44.141 - debug: ecoflow-mqtt.0 (13731) state creation orderTime 2026-07-01 22:45:44.156 - debug: ecoflow-mqtt.0 (13731) state creation orderState 2026-07-01 22:45:44.163 - debug: ecoflow-mqtt.0 (13731) state creation defaultVehicleId 2026-07-01 22:45:44.176 - debug: ecoflow-mqtt.0 (13731) state creation chargeVehicleId 2026-07-01 22:45:44.179 - debug: ecoflow-mqtt.0 (13731) state creation orderStartTimestamp 2026-07-01 22:45:44.181 - debug: ecoflow-mqtt.0 (13731) state creation orderEndTimestamp 2026-07-01 22:45:44.184 - debug: ecoflow-mqtt.0 (13731) state creation useGridFirst 2026-07-01 22:45:44.187 - debug: ecoflow-mqtt.0 (13731) state creation unknown30 2026-07-01 22:45:44.189 - debug: ecoflow-mqtt.0 (13731) state creation unknown31 2026-07-01 22:45:44.192 - debug: ecoflow-mqtt.0 (13731) state creation unknown32 2026-07-01 22:45:44.194 - debug: ecoflow-mqtt.0 (13731) state creation unknown33 2026-07-01 22:45:44.197 - debug: ecoflow-mqtt.0 (13731) state creation unknown34 2026-07-01 22:45:44.200 - debug: ecoflow-mqtt.0 (13731) state creation unknown35 2026-07-01 22:45:44.203 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:44.204 - debug: ecoflow-mqtt.0 (13731) create channel JTS1_EMS_PARAM_CHANGE_REPORT 2026-07-01 22:45:44.207 - debug: ecoflow-mqtt.0 (13731) state creation smartCtrl 2026-07-01 22:45:44.209 - debug: ecoflow-mqtt.0 (13731) state creation energyEfficientEnable 2026-07-01 22:45:44.212 - debug: ecoflow-mqtt.0 (13731) state creation sysZone 2026-07-01 22:45:44.215 - debug: ecoflow-mqtt.0 (13731) state creation sysTimeTab 2026-07-01 22:45:44.217 - debug: ecoflow-mqtt.0 (13731) state creation bpBurst 2026-07-01 22:45:44.220 - debug: ecoflow-mqtt.0 (13731) state creation lowerPowerStat 2026-07-01 22:45:44.222 - debug: ecoflow-mqtt.0 (13731) state creation breakerCapacityMax 2026-07-01 22:45:44.224 - debug: ecoflow-mqtt.0 (13731) state creation breakerEnableState 2026-07-01 22:45:44.226 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:44.227 - debug: ecoflow-mqtt.0 (13731) create channel HRChargingParamReport 2026-07-01 22:45:44.230 - debug: ecoflow-mqtt.0 (13731) state creation hrSn 2026-07-01 22:45:44.232 - debug: ecoflow-mqtt.0 (13731) state creation mode 2026-07-01 22:45:44.235 - debug: ecoflow-mqtt.0 (13731) state creation onlineBits 2026-07-01 22:45:44.237 - debug: ecoflow-mqtt.0 (13731) state creation heatingPower 2026-07-01 22:45:44.239 - debug: ecoflow-mqtt.0 (13731) state creation targetPower 2026-07-01 22:45:44.241 - debug: ecoflow-mqtt.0 (13731) state creation temp 2026-07-01 22:45:44.243 - debug: ecoflow-mqtt.0 (13731) state creation targetTemp 2026-07-01 22:45:44.246 - debug: ecoflow-mqtt.0 (13731) state creation runStat 2026-07-01 22:45:44.249 - debug: ecoflow-mqtt.0 (13731) state creation errorCode 2026-07-01 22:45:44.251 - debug: ecoflow-mqtt.0 (13731) state creation waterTankVolume 2026-07-01 22:45:44.254 - debug: ecoflow-mqtt.0 (13731) state creation selfcheckPercent 2026-07-01 22:45:44.256 - debug: ecoflow-mqtt.0 (13731) state creation runFlag 2026-07-01 22:45:44.258 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:44.259 - debug: ecoflow-mqtt.0 (13731) create channel HeatingRodEnergyStreamShow 2026-07-01 22:45:44.261 - debug: ecoflow-mqtt.0 (13731) state creation rod1_hrSn 2026-07-01 22:45:44.264 - debug: ecoflow-mqtt.0 (13731) state creation rod1_hrPwr 2026-07-01 22:45:44.266 - debug: ecoflow-mqtt.0 (13731) state creation rod1_temp 2026-07-01 22:45:44.270 - debug: ecoflow-mqtt.0 (13731) state creation rod1_fromPv 2026-07-01 22:45:44.274 - debug: ecoflow-mqtt.0 (13731) state creation rod1_fromBat 2026-07-01 22:45:44.294 - debug: ecoflow-mqtt.0 (13731) state creation rod1_fromGrid 2026-07-01 22:45:44.297 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:44.297 - debug: ecoflow-mqtt.0 (13731) create channel action 2026-07-01 22:45:44.302 - debug: ecoflow-mqtt.0 (13731) state creation latestQuotas 2026-07-01 22:45:44.358 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:44.358 - debug: ecoflow-mqtt.0 (13731) create channel info 2026-07-01 22:45:44.363 - debug: ecoflow-mqtt.0 (13731) state creation msgCount 2026-07-01 22:45:44.414 - debug: ecoflow-mqtt.0 (13731) SET initial HJ35xxxxx.info.msgCount to 0 2026-07-01 22:45:44.415 - debug: ecoflow-mqtt.0 (13731) state creation status 2026-07-01 22:45:44.469 - debug: ecoflow-mqtt.0 (13731) SET initial HJ35xxxxxxxxxxxx.info.status to offline 2026-07-01 22:45:44.470 - info: ecoflow-mqtt.0 (13731) device states created for HJ35xxxxxxxxxx / powerocean / My Power Ocean 2026-07-01 22:45:44.470 - info: ecoflow-mqtt.0 (13731) ========================== 2026-07-01 22:45:44.554 - info: ecoflow-mqtt.0 (13731) [EF] going to connect to mqtt broker 2026-07-01 22:45:44.555 - debug: ecoflow-mqtt.0 (13731) [EF] your mqtt configuration: 2026-07-01 22:45:44.555 - debug: ecoflow-mqtt.0 (13731) [EF] port -> 8883 2026-07-01 22:45:44.555 - debug: ecoflow-mqtt.0 (13731) [EF] url -> mqtts://mqtt-e.ecoflow.com 2026-07-01 22:45:44.556 - debug: ecoflow-mqtt.0 (13731) [EF] protocol -> mqtts:// 2026-07-01 22:45:44.943 - info: ecoflow-mqtt.0 (13731) EF connected 2026-07-01 22:45:45.041 - debug: ecoflow-mqtt.0 (13731) EF subscribed the topics 2026-07-01 22:45:45.042 - debug: ecoflow-mqtt.0 (13731) HJ35xxxxxxxxxxx powerocean -> latestQuotas request 2026-07-01 22:45:45.187 - info: ecoflow-mqtt.0 (13731) state ecoflow-mqtt.0.HJ35xxxxxxxxxxxx.action.latestQuotas changed: true (ack = false) 2026-07-01 22:45:45.188 - info: ecoflow-mqtt.0 (13731) (ack=false) ->cmd : channel action state latestQuotas 2026-07-01 22:45:46.500 - info: ecoflow-mqtt.0 (13731) [EF] HJ35xxxxxxxxx is online with cloud 2026-07-01 22:45:46.505 - info: ecoflow-mqtt.0 (13731) state ecoflow-mqtt.0.HJ35xxxxxxxxxxx.info.status changed: online (ack = true)Ich hoffe es hilft weiter.
-
2026-07-01 22:43:06.075 - debug: ecoflow-mqtt.0 (6901) HJ35xxxxx powerocean -> latestQuotas request 2026-07-01 22:43:06.100 - info: ecoflow-mqtt.0 (6901) state ecoflow-mqtt.0.HJ35xxxxx.action.latestQuotas changed: true (ack = false) 2026-07-01 22:43:06.100 - info: ecoflow-mqtt.0 (6901) (ack=false) ->cmd : channel action state latestQuotas 2026-07-01 22:44:39.042 - warn: ecoflow-mqtt.0 (6901) State value to set for "ecoflow-mqtt.0.HJ35xxxxxxx.JTS1_ENERGY_STREAM_DETAIL.mpptPwr" has value "5001.32" greater than max "5000" 2026-07-01 22:45:06.139 - error: ecoflow-mqtt.0 (6901) 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-07-01 22:45:06.140 - error: ecoflow-mqtt.0 (6901) unhandled promise rejection: Cannot read properties of undefined (reading '0') 2026-07-01 22:45:06.143 - error: ecoflow-mqtt.0 (6901) TypeError: Cannot read properties of undefined (reading '0') at Object.storeProtoPayload [as powerocean] (/opt/iobroker/node_modules/iobroker.ecoflow-mqtt/lib/dict_data/ef_powerocean_data.js:5667:90) at async MqttClient. (/opt/iobroker/node_modules/iobroker.ecoflow-mqtt/main.js:790:58) 2026-07-01 22:45:06.143 - error: ecoflow-mqtt.0 (6901) Cannot read properties of undefined (reading '0') 2026-07-01 22:45:06.156 - debug: ecoflow-mqtt.0 (6901) lastQuotInterval interval stopped 2026-07-01 22:45:06.157 - debug: ecoflow-mqtt.0 (6901) msgCalc interval stopped 2026-07-01 22:45:06.159 - info: ecoflow-mqtt.0 (6901) cleaned everything up... 2026-07-01 22:45:06.160 - info: ecoflow-mqtt.0 (6901) terminating 2026-07-01 22:45:06.162 - warn: ecoflow-mqtt.0 (6901) Terminated (UNCAUGHT_EXCEPTION): Without reason 2026-07-01 22:45:06.178 - debug: ecoflow-mqtt.0 (6901) HJ35xxxxxxxxxx is offline 2026-07-01 22:45:06.180 - info: ecoflow-mqtt.0 (6901) ecoflow connection closed 2026-07-01 22:45:06.663 - info: ecoflow-mqtt.0 (6901) terminating 2026-07-01 22:45:06.663 - info: ecoflow-mqtt.0 (6901) terminating 2026-07-01 22:45:06.849 - error: host.iobroker instance system.adapter.ecoflow-mqtt.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2026-07-01 22:45:41.152 - debug: ecoflow-mqtt.0 (13731) Redis Objects: Use Redis connection: 127.0.0.1:9001 2026-07-01 22:45:41.248 - debug: ecoflow-mqtt.0 (13731) Objects client ready ... initialize now 2026-07-01 22:45:41.251 - debug: ecoflow-mqtt.0 (13731) Objects create System PubSub Client 2026-07-01 22:45:41.253 - debug: ecoflow-mqtt.0 (13731) Objects create User PubSub Client 2026-07-01 22:45:41.417 - debug: ecoflow-mqtt.0 (13731) Objects client initialize lua scripts 2026-07-01 22:45:41.432 - debug: ecoflow-mqtt.0 (13731) Objects connected to redis: 127.0.0.1:9001 2026-07-01 22:45:41.546 - debug: ecoflow-mqtt.0 (13731) Redis States: Use Redis connection: 127.0.0.1:9000 2026-07-01 22:45:41.584 - debug: ecoflow-mqtt.0 (13731) States create System PubSub Client 2026-07-01 22:45:41.587 - debug: ecoflow-mqtt.0 (13731) States create User PubSub Client 2026-07-01 22:45:41.702 - debug: ecoflow-mqtt.0 (13731) States connected to redis: 127.0.0.1:9000 2026-07-01 22:45:42.103 - info: ecoflow-mqtt.0 (13731) starting. Version 1.4.9 in /opt/iobroker/node_modules/iobroker.ecoflow-mqtt, node: v22.15.0, js-controller: 7.2.2 2026-07-01 22:45:42.134 - info: ecoflow-mqtt.0 (13731) adapter entered ready 2026-07-01 22:45:42.135 - info: ecoflow-mqtt.0 (13731) your configration: 2026-07-01 22:45:42.135 - info: ecoflow-mqtt.0 (13731) powerstream -> [] 2026-07-01 22:45:42.136 - info: ecoflow-mqtt.0 (13731) powerstation -> [] 2026-07-01 22:45:42.136 - info: ecoflow-mqtt.0 (13731) smartplug -> [] 2026-07-01 22:45:42.136 - info: ecoflow-mqtt.0 (13731) wave -> [] 2026-07-01 22:45:42.136 - info: ecoflow-mqtt.0 (13731) glacier -> [] 2026-07-01 22:45:42.137 - info: ecoflow-mqtt.0 (13731) generator -> [] 2026-07-01 22:45:42.137 - info: ecoflow-mqtt.0 (13731) panel -> [] 2026-07-01 22:45:42.138 - info: ecoflow-mqtt.0 (13731) smartmeter -> [] 2026-07-01 22:45:42.138 - info: ecoflow-mqtt.0 (13731) powerkit -> [] 2026-07-01 22:45:42.138 - info: ecoflow-mqtt.0 (13731) powerocean -> [{"devName":"My Power Ocean","devId":"HJ35xxxxxxxx","devType":"powerocean","debugEnable":false,"haEnable":false,"pstationsSlave1":true,"pstationsSlave2":true,"pstationsSlave3":false,"pstationsSlave4":false,"pstationsSlave5":false}] 2026-07-01 22:45:42.139 - info: ecoflow-mqtt.0 (13731) alternator -> [] 2026-07-01 22:45:42.139 - info: ecoflow-mqtt.0 (13731) rapid -> [] 2026-07-01 22:45:42.140 - info: ecoflow-mqtt.0 (13731) unknown -> [] 2026-07-01 22:45:42.174 - info: ecoflow-mqtt.0 (13731) ========================== 2026-07-01 22:45:42.174 - info: ecoflow-mqtt.0 (13731) start device state creation ->powerocean for Id HJ35xxxxxxx 2026-07-01 22:45:42.175 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:42.175 - debug: ecoflow-mqtt.0 (13731) create device HJ35xxxxxxxxx 2026-07-01 22:45:42.217 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:42.218 - debug: ecoflow-mqtt.0 (13731) create channel statusReportBattery1 2026-07-01 22:45:42.223 - debug: ecoflow-mqtt.0 (13731) state creation bpPwr 2026-07-01 22:45:42.230 - debug: ecoflow-mqtt.0 (13731) state creation bpSoc 2026-07-01 22:45:42.233 - debug: ecoflow-mqtt.0 (13731) state creation bpSoh 2026-07-01 22:45:42.236 - debug: ecoflow-mqtt.0 (13731) state creation bpSop 2026-07-01 22:45:42.238 - debug: ecoflow-mqtt.0 (13731) state creation bpTemp 2026-07-01 22:45:42.241 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxCellVol 2026-07-01 22:45:42.244 - debug: ecoflow-mqtt.0 (13731) state creation bpMinCellVol 2026-07-01 22:45:42.247 - debug: ecoflow-mqtt.0 (13731) state creation bpRunSta 2026-07-01 22:45:42.250 - debug: ecoflow-mqtt.0 (13731) state creation bpVol 2026-07-01 22:45:42.253 - debug: ecoflow-mqtt.0 (13731) state creation bpAmp 2026-07-01 22:45:42.256 - debug: ecoflow-mqtt.0 (13731) state creation bpBusVol 2026-07-01 22:45:42.258 - debug: ecoflow-mqtt.0 (13731) state creation bpErrCode 2026-07-01 22:45:42.292 - debug: ecoflow-mqtt.0 (13731) state creation bpCellVol 2026-07-01 22:45:42.296 - debug: ecoflow-mqtt.0 (13731) state creation bpDsrc 2026-07-01 22:45:42.301 - debug: ecoflow-mqtt.0 (13731) state creation bpSn 2026-07-01 22:45:42.305 - debug: ecoflow-mqtt.0 (13731) state creation bpCycles 2026-07-01 22:45:42.309 - debug: ecoflow-mqtt.0 (13731) state creation bpBalanceState 2026-07-01 22:45:42.319 - debug: ecoflow-mqtt.0 (13731) state creation bpHvMosTemp 2026-07-01 22:45:42.324 - debug: ecoflow-mqtt.0 (13731) state creation bpLvMosTemp 2026-07-01 22:45:42.328 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcTemp 2026-07-01 22:45:42.330 - debug: ecoflow-mqtt.0 (13731) state creation bpHtsTemp 2026-07-01 22:45:42.334 - debug: ecoflow-mqtt.0 (13731) state creation bpBusNegTemp 2026-07-01 22:45:42.337 - debug: ecoflow-mqtt.0 (13731) state creation bpBusPosTemp 2026-07-01 22:45:42.339 - debug: ecoflow-mqtt.0 (13731) state creation bpEnvTemp 2026-07-01 22:45:42.342 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuChgCap 2026-07-01 22:45:42.344 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuDsgCap 2026-07-01 22:45:42.347 - debug: ecoflow-mqtt.0 (13731) state creation bpDesignCap 2026-07-01 22:45:42.349 - debug: ecoflow-mqtt.0 (13731) state creation bpFullCap 2026-07-01 22:45:42.352 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxCellTemp 2026-07-01 22:45:42.354 - debug: ecoflow-mqtt.0 (13731) state creation bpMinCellTemp 2026-07-01 22:45:42.356 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxMosTemp 2026-07-01 22:45:42.359 - debug: ecoflow-mqtt.0 (13731) state creation bpMinMosTemp 2026-07-01 22:45:42.361 - debug: ecoflow-mqtt.0 (13731) state creation bpBmsFault 2026-07-01 22:45:42.392 - debug: ecoflow-mqtt.0 (13731) state creation bpEcloundSoc 2026-07-01 22:45:42.395 - debug: ecoflow-mqtt.0 (13731) state creation bpHeartbeatVer 2026-07-01 22:45:42.400 - debug: ecoflow-mqtt.0 (13731) state creation bpTimestamp 2026-07-01 22:45:42.403 - debug: ecoflow-mqtt.0 (13731) state creation bpRealSoc 2026-07-01 22:45:42.407 - debug: ecoflow-mqtt.0 (13731) state creation bpRealSoh 2026-07-01 22:45:42.411 - debug: ecoflow-mqtt.0 (13731) state creation bpGlobalProtect 2026-07-01 22:45:42.415 - debug: ecoflow-mqtt.0 (13731) state creation bpDownLimitSoc 2026-07-01 22:45:42.420 - debug: ecoflow-mqtt.0 (13731) state creation bpUpLimitSoc 2026-07-01 22:45:42.424 - debug: ecoflow-mqtt.0 (13731) state creation bpActiveCalReqStat 2026-07-01 22:45:42.429 - debug: ecoflow-mqtt.0 (13731) state creation bpActiveCalRunStat 2026-07-01 22:45:42.433 - debug: ecoflow-mqtt.0 (13731) state creation moduleProductInfo 2026-07-01 22:45:42.437 - debug: ecoflow-mqtt.0 (13731) state creation moduleProgramSta 2026-07-01 22:45:42.441 - debug: ecoflow-mqtt.0 (13731) state creation moduleAplSwVer 2026-07-01 22:45:42.445 - debug: ecoflow-mqtt.0 (13731) state creation moduleLoaderSwVer 2026-07-01 22:45:42.448 - debug: ecoflow-mqtt.0 (13731) state creation bmsRunSta 2026-07-01 22:45:42.451 - debug: ecoflow-mqtt.0 (13731) state creation bmsChgDsgSta 2026-07-01 22:45:42.455 - debug: ecoflow-mqtt.0 (13731) state creation dabModSta 2026-07-01 22:45:42.458 - debug: ecoflow-mqtt.0 (13731) state creation bpChgSop 2026-07-01 22:45:42.461 - debug: ecoflow-mqtt.0 (13731) state creation bpDsgSop 2026-07-01 22:45:42.464 - debug: ecoflow-mqtt.0 (13731) state creation bpRemainWatth 2026-07-01 22:45:42.467 - debug: ecoflow-mqtt.0 (13731) state creation bpTargetSoc 2026-07-01 22:45:42.470 - debug: ecoflow-mqtt.0 (13731) state creation bpDiffSoc 2026-07-01 22:45:42.474 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxSoc 2026-07-01 22:45:42.495 - debug: ecoflow-mqtt.0 (13731) state creation bpMinSoc 2026-07-01 22:45:42.498 - debug: ecoflow-mqtt.0 (13731) state creation bpLimitSoc 2026-07-01 22:45:42.500 - debug: ecoflow-mqtt.0 (13731) state creation bpCalendarSoh 2026-07-01 22:45:42.503 - debug: ecoflow-mqtt.0 (13731) state creation bpCycleSoh 2026-07-01 22:45:42.505 - debug: ecoflow-mqtt.0 (13731) state creation bpAcRechargeFlag 2026-07-01 22:45:42.508 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcHeatFlag 2026-07-01 22:45:42.510 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcExitEvent 2026-07-01 22:45:42.513 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuChgEnergy 2026-07-01 22:45:42.515 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuDsgEnergy 2026-07-01 22:45:42.518 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcTemp2 2026-07-01 22:45:42.520 - debug: ecoflow-mqtt.0 (13731) state creation bpSysState 2026-07-01 22:45:42.523 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:42.523 - debug: ecoflow-mqtt.0 (13731) create channel statusReportBattery2 2026-07-01 22:45:42.527 - debug: ecoflow-mqtt.0 (13731) state creation bpPwr 2026-07-01 22:45:42.531 - debug: ecoflow-mqtt.0 (13731) state creation bpSoc 2026-07-01 22:45:42.534 - debug: ecoflow-mqtt.0 (13731) state creation bpSoh 2026-07-01 22:45:42.536 - debug: ecoflow-mqtt.0 (13731) state creation bpSop 2026-07-01 22:45:42.539 - debug: ecoflow-mqtt.0 (13731) state creation bpTemp 2026-07-01 22:45:42.541 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxCellVol 2026-07-01 22:45:42.544 - debug: ecoflow-mqtt.0 (13731) state creation bpMinCellVol 2026-07-01 22:45:42.546 - debug: ecoflow-mqtt.0 (13731) state creation bpRunSta 2026-07-01 22:45:42.549 - debug: ecoflow-mqtt.0 (13731) state creation bpVol 2026-07-01 22:45:42.551 - debug: ecoflow-mqtt.0 (13731) state creation bpAmp 2026-07-01 22:45:42.554 - debug: ecoflow-mqtt.0 (13731) state creation bpBusVol 2026-07-01 22:45:42.556 - debug: ecoflow-mqtt.0 (13731) state creation bpErrCode 2026-07-01 22:45:42.559 - debug: ecoflow-mqtt.0 (13731) state creation bpCellVol 2026-07-01 22:45:42.561 - debug: ecoflow-mqtt.0 (13731) state creation bpDsrc 2026-07-01 22:45:42.564 - debug: ecoflow-mqtt.0 (13731) state creation bpSn 2026-07-01 22:45:42.566 - debug: ecoflow-mqtt.0 (13731) state creation bpCycles 2026-07-01 22:45:42.569 - debug: ecoflow-mqtt.0 (13731) state creation bpBalanceState 2026-07-01 22:45:42.571 - debug: ecoflow-mqtt.0 (13731) state creation bpHvMosTemp 2026-07-01 22:45:42.574 - debug: ecoflow-mqtt.0 (13731) state creation bpLvMosTemp 2026-07-01 22:45:42.577 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcTemp 2026-07-01 22:45:42.579 - debug: ecoflow-mqtt.0 (13731) state creation bpHtsTemp 2026-07-01 22:45:42.582 - debug: ecoflow-mqtt.0 (13731) state creation bpBusNegTemp 2026-07-01 22:45:42.584 - debug: ecoflow-mqtt.0 (13731) state creation bpBusPosTemp 2026-07-01 22:45:42.587 - debug: ecoflow-mqtt.0 (13731) state creation bpEnvTemp 2026-07-01 22:45:42.589 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuChgCap 2026-07-01 22:45:42.592 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuDsgCap 2026-07-01 22:45:42.594 - debug: ecoflow-mqtt.0 (13731) state creation bpDesignCap 2026-07-01 22:45:42.597 - debug: ecoflow-mqtt.0 (13731) state creation bpFullCap 2026-07-01 22:45:42.599 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxCellTemp 2026-07-01 22:45:42.602 - debug: ecoflow-mqtt.0 (13731) state creation bpMinCellTemp 2026-07-01 22:45:42.604 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxMosTemp 2026-07-01 22:45:42.607 - debug: ecoflow-mqtt.0 (13731) state creation bpMinMosTemp 2026-07-01 22:45:42.609 - debug: ecoflow-mqtt.0 (13731) state creation bpBmsFault 2026-07-01 22:45:42.612 - debug: ecoflow-mqtt.0 (13731) state creation bpEcloundSoc 2026-07-01 22:45:42.616 - debug: ecoflow-mqtt.0 (13731) state creation bpHeartbeatVer 2026-07-01 22:45:42.619 - debug: ecoflow-mqtt.0 (13731) state creation bpTimestamp 2026-07-01 22:45:42.622 - debug: ecoflow-mqtt.0 (13731) state creation bpRealSoc 2026-07-01 22:45:42.626 - debug: ecoflow-mqtt.0 (13731) state creation bpRealSoh 2026-07-01 22:45:42.629 - debug: ecoflow-mqtt.0 (13731) state creation bpGlobalProtect 2026-07-01 22:45:42.632 - debug: ecoflow-mqtt.0 (13731) state creation bpDownLimitSoc 2026-07-01 22:45:42.634 - debug: ecoflow-mqtt.0 (13731) state creation bpUpLimitSoc 2026-07-01 22:45:42.637 - debug: ecoflow-mqtt.0 (13731) state creation bpActiveCalReqStat 2026-07-01 22:45:42.640 - debug: ecoflow-mqtt.0 (13731) state creation bpActiveCalRunStat 2026-07-01 22:45:42.643 - debug: ecoflow-mqtt.0 (13731) state creation moduleProductInfo 2026-07-01 22:45:42.646 - debug: ecoflow-mqtt.0 (13731) state creation moduleProgramSta 2026-07-01 22:45:42.649 - debug: ecoflow-mqtt.0 (13731) state creation moduleAplSwVer 2026-07-01 22:45:42.651 - debug: ecoflow-mqtt.0 (13731) state creation moduleLoaderSwVer 2026-07-01 22:45:42.654 - debug: ecoflow-mqtt.0 (13731) state creation bmsRunSta 2026-07-01 22:45:42.656 - debug: ecoflow-mqtt.0 (13731) state creation bmsChgDsgSta 2026-07-01 22:45:42.659 - debug: ecoflow-mqtt.0 (13731) state creation dabModSta 2026-07-01 22:45:42.661 - debug: ecoflow-mqtt.0 (13731) state creation bpChgSop 2026-07-01 22:45:42.664 - debug: ecoflow-mqtt.0 (13731) state creation bpDsgSop 2026-07-01 22:45:42.666 - debug: ecoflow-mqtt.0 (13731) state creation bpRemainWatth 2026-07-01 22:45:42.669 - debug: ecoflow-mqtt.0 (13731) state creation bpTargetSoc 2026-07-01 22:45:42.671 - debug: ecoflow-mqtt.0 (13731) state creation bpDiffSoc 2026-07-01 22:45:42.674 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxSoc 2026-07-01 22:45:42.676 - debug: ecoflow-mqtt.0 (13731) state creation bpMinSoc 2026-07-01 22:45:42.679 - debug: ecoflow-mqtt.0 (13731) state creation bpLimitSoc 2026-07-01 22:45:42.682 - debug: ecoflow-mqtt.0 (13731) state creation bpCalendarSoh 2026-07-01 22:45:42.689 - debug: ecoflow-mqtt.0 (13731) state creation bpCycleSoh 2026-07-01 22:45:42.692 - debug: ecoflow-mqtt.0 (13731) state creation bpAcRechargeFlag 2026-07-01 22:45:42.696 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcHeatFlag 2026-07-01 22:45:42.699 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcExitEvent 2026-07-01 22:45:42.701 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuChgEnergy 2026-07-01 22:45:42.704 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuDsgEnergy 2026-07-01 22:45:42.706 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcTemp2 2026-07-01 22:45:42.709 - debug: ecoflow-mqtt.0 (13731) state creation bpSysState 2026-07-01 22:45:42.711 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:42.712 - debug: ecoflow-mqtt.0 (13731) create channel statusReportBattery3 2026-07-01 22:45:42.715 - debug: ecoflow-mqtt.0 (13731) state creation bpPwr 2026-07-01 22:45:42.718 - debug: ecoflow-mqtt.0 (13731) state creation bpSoc 2026-07-01 22:45:42.721 - debug: ecoflow-mqtt.0 (13731) state creation bpSoh 2026-07-01 22:45:42.724 - debug: ecoflow-mqtt.0 (13731) state creation bpSop 2026-07-01 22:45:42.727 - debug: ecoflow-mqtt.0 (13731) state creation bpTemp 2026-07-01 22:45:42.729 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxCellVol 2026-07-01 22:45:42.732 - debug: ecoflow-mqtt.0 (13731) state creation bpMinCellVol 2026-07-01 22:45:42.734 - debug: ecoflow-mqtt.0 (13731) state creation bpRunSta 2026-07-01 22:45:42.737 - debug: ecoflow-mqtt.0 (13731) state creation bpVol 2026-07-01 22:45:42.739 - debug: ecoflow-mqtt.0 (13731) state creation bpAmp 2026-07-01 22:45:42.742 - debug: ecoflow-mqtt.0 (13731) state creation bpBusVol 2026-07-01 22:45:42.744 - debug: ecoflow-mqtt.0 (13731) state creation bpErrCode 2026-07-01 22:45:42.747 - debug: ecoflow-mqtt.0 (13731) state creation bpCellVol 2026-07-01 22:45:42.749 - debug: ecoflow-mqtt.0 (13731) state creation bpDsrc 2026-07-01 22:45:42.752 - debug: ecoflow-mqtt.0 (13731) state creation bpSn 2026-07-01 22:45:42.755 - debug: ecoflow-mqtt.0 (13731) state creation bpCycles 2026-07-01 22:45:42.757 - debug: ecoflow-mqtt.0 (13731) state creation bpBalanceState 2026-07-01 22:45:42.760 - debug: ecoflow-mqtt.0 (13731) state creation bpHvMosTemp 2026-07-01 22:45:42.763 - debug: ecoflow-mqtt.0 (13731) state creation bpLvMosTemp 2026-07-01 22:45:42.770 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcTemp 2026-07-01 22:45:42.773 - debug: ecoflow-mqtt.0 (13731) state creation bpHtsTemp 2026-07-01 22:45:42.776 - debug: ecoflow-mqtt.0 (13731) state creation bpBusNegTemp 2026-07-01 22:45:42.778 - debug: ecoflow-mqtt.0 (13731) state creation bpBusPosTemp 2026-07-01 22:45:42.781 - debug: ecoflow-mqtt.0 (13731) state creation bpEnvTemp 2026-07-01 22:45:42.784 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuChgCap 2026-07-01 22:45:42.787 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuDsgCap 2026-07-01 22:45:42.789 - debug: ecoflow-mqtt.0 (13731) state creation bpDesignCap 2026-07-01 22:45:42.792 - debug: ecoflow-mqtt.0 (13731) state creation bpFullCap 2026-07-01 22:45:42.794 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxCellTemp 2026-07-01 22:45:42.797 - debug: ecoflow-mqtt.0 (13731) state creation bpMinCellTemp 2026-07-01 22:45:42.800 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxMosTemp 2026-07-01 22:45:42.803 - debug: ecoflow-mqtt.0 (13731) state creation bpMinMosTemp 2026-07-01 22:45:42.806 - debug: ecoflow-mqtt.0 (13731) state creation bpBmsFault 2026-07-01 22:45:42.811 - debug: ecoflow-mqtt.0 (13731) state creation bpEcloundSoc 2026-07-01 22:45:42.813 - debug: ecoflow-mqtt.0 (13731) state creation bpHeartbeatVer 2026-07-01 22:45:42.816 - debug: ecoflow-mqtt.0 (13731) state creation bpTimestamp 2026-07-01 22:45:42.819 - debug: ecoflow-mqtt.0 (13731) state creation bpRealSoc 2026-07-01 22:45:42.821 - debug: ecoflow-mqtt.0 (13731) state creation bpRealSoh 2026-07-01 22:45:42.824 - debug: ecoflow-mqtt.0 (13731) state creation bpGlobalProtect 2026-07-01 22:45:42.828 - debug: ecoflow-mqtt.0 (13731) state creation bpDownLimitSoc 2026-07-01 22:45:42.831 - debug: ecoflow-mqtt.0 (13731) state creation bpUpLimitSoc 2026-07-01 22:45:42.834 - debug: ecoflow-mqtt.0 (13731) state creation bpActiveCalReqStat 2026-07-01 22:45:42.837 - debug: ecoflow-mqtt.0 (13731) state creation bpActiveCalRunStat 2026-07-01 22:45:42.839 - debug: ecoflow-mqtt.0 (13731) state creation moduleProductInfo 2026-07-01 22:45:42.842 - debug: ecoflow-mqtt.0 (13731) state creation moduleProgramSta 2026-07-01 22:45:42.845 - debug: ecoflow-mqtt.0 (13731) state creation moduleAplSwVer 2026-07-01 22:45:42.847 - debug: ecoflow-mqtt.0 (13731) state creation moduleLoaderSwVer 2026-07-01 22:45:42.850 - debug: ecoflow-mqtt.0 (13731) state creation bmsRunSta 2026-07-01 22:45:42.853 - debug: ecoflow-mqtt.0 (13731) state creation bmsChgDsgSta 2026-07-01 22:45:42.856 - debug: ecoflow-mqtt.0 (13731) state creation dabModSta 2026-07-01 22:45:42.858 - debug: ecoflow-mqtt.0 (13731) state creation bpChgSop 2026-07-01 22:45:42.861 - debug: ecoflow-mqtt.0 (13731) state creation bpDsgSop 2026-07-01 22:45:42.863 - debug: ecoflow-mqtt.0 (13731) state creation bpRemainWatth 2026-07-01 22:45:42.866 - debug: ecoflow-mqtt.0 (13731) state creation bpTargetSoc 2026-07-01 22:45:42.868 - debug: ecoflow-mqtt.0 (13731) state creation bpDiffSoc 2026-07-01 22:45:42.871 - debug: ecoflow-mqtt.0 (13731) state creation bpMaxSoc 2026-07-01 22:45:42.873 - debug: ecoflow-mqtt.0 (13731) state creation bpMinSoc 2026-07-01 22:45:42.876 - debug: ecoflow-mqtt.0 (13731) state creation bpLimitSoc 2026-07-01 22:45:42.879 - debug: ecoflow-mqtt.0 (13731) state creation bpCalendarSoh 2026-07-01 22:45:42.881 - debug: ecoflow-mqtt.0 (13731) state creation bpCycleSoh 2026-07-01 22:45:42.885 - debug: ecoflow-mqtt.0 (13731) state creation bpAcRechargeFlag 2026-07-01 22:45:42.888 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcHeatFlag 2026-07-01 22:45:42.891 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcExitEvent 2026-07-01 22:45:42.893 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuChgEnergy 2026-07-01 22:45:42.896 - debug: ecoflow-mqtt.0 (13731) state creation bpAccuDsgEnergy 2026-07-01 22:45:42.899 - debug: ecoflow-mqtt.0 (13731) state creation bpPtcTemp2 2026-07-01 22:45:42.901 - debug: ecoflow-mqtt.0 (13731) state creation bpSysState 2026-07-01 22:45:42.904 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:42.905 - debug: ecoflow-mqtt.0 (13731) create channel JTS1_ENERGY_STREAM_REPORT 2026-07-01 22:45:42.908 - debug: ecoflow-mqtt.0 (13731) state creation sysLoadPwr 2026-07-01 22:45:42.910 - debug: ecoflow-mqtt.0 (13731) state creation sysGridPwr 2026-07-01 22:45:42.913 - debug: ecoflow-mqtt.0 (13731) state creation mpptPwr 2026-07-01 22:45:42.916 - debug: ecoflow-mqtt.0 (13731) state creation bpPwr 2026-07-01 22:45:42.919 - debug: ecoflow-mqtt.0 (13731) state creation bpSoc 2026-07-01 22:45:42.921 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:42.922 - debug: ecoflow-mqtt.0 (13731) create channel JTS1_ENERGY_STREAM_DETAIL 2026-07-01 22:45:42.925 - debug: ecoflow-mqtt.0 (13731) state creation loadPwr 2026-07-01 22:45:42.928 - debug: ecoflow-mqtt.0 (13731) state creation gridPwr 2026-07-01 22:45:42.931 - debug: ecoflow-mqtt.0 (13731) state creation mpptPwr 2026-07-01 22:45:42.937 - debug: ecoflow-mqtt.0 (13731) state creation bpPwr 2026-07-01 22:45:42.940 - debug: ecoflow-mqtt.0 (13731) state creation bpSoc 2026-07-01 22:45:42.944 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:42.944 - debug: ecoflow-mqtt.0 (13731) create channel ParallelEnergyStreamReport 2026-07-01 22:45:42.949 - debug: ecoflow-mqtt.0 (13731) state creation sysLoadPwr 2026-07-01 22:45:42.953 - debug: ecoflow-mqtt.0 (13731) state creation sysGridPwr 2026-07-01 22:45:42.956 - debug: ecoflow-mqtt.0 (13731) state creation mpptPwr 2026-07-01 22:45:42.959 - debug: ecoflow-mqtt.0 (13731) state creation bpPwr 2026-07-01 22:45:42.962 - debug: ecoflow-mqtt.0 (13731) state creation bpSoc 2026-07-01 22:45:42.965 - debug: ecoflow-mqtt.0 (13731) state creation powerPv1 2026-07-01 22:45:42.968 - debug: ecoflow-mqtt.0 (13731) state creation powerPv2 2026-07-01 22:45:42.971 - debug: ecoflow-mqtt.0 (13731) state creation ocean_sysLoadPwr 2026-07-01 22:45:42.975 - debug: ecoflow-mqtt.0 (13731) state creation ocean_sysGridPwr 2026-07-01 22:45:42.978 - debug: ecoflow-mqtt.0 (13731) state creation ocean_mpptPwr 2026-07-01 22:45:42.981 - debug: ecoflow-mqtt.0 (13731) state creation ocean_bpPwr 2026-07-01 22:45:42.984 - debug: ecoflow-mqtt.0 (13731) state creation ocean_bpSoc 2026-07-01 22:45:42.987 - debug: ecoflow-mqtt.0 (13731) state creation ocean_devSn 2026-07-01 22:45:42.990 - debug: ecoflow-mqtt.0 (13731) state creation ocean_powerPv1 2026-07-01 22:45:42.994 - debug: ecoflow-mqtt.0 (13731) state creation ocean_powerPv2 2026-07-01 22:45:42.997 - debug: ecoflow-mqtt.0 (13731) state creation system1_sysLoadPwr 2026-07-01 22:45:42.999 - debug: ecoflow-mqtt.0 (13731) state creation system1_sysGridPwr 2026-07-01 22:45:43.002 - debug: ecoflow-mqtt.0 (13731) state creation system1_mpptPwr 2026-07-01 22:45:43.004 - debug: ecoflow-mqtt.0 (13731) state creation system1_bpPwr 2026-07-01 22:45:43.007 - debug: ecoflow-mqtt.0 (13731) state creation system1_bpSoc 2026-07-01 22:45:43.009 - debug: ecoflow-mqtt.0 (13731) state creation system1_devSn 2026-07-01 22:45:43.012 - debug: ecoflow-mqtt.0 (13731) state creation system1_powerPv1 2026-07-01 22:45:43.014 - debug: ecoflow-mqtt.0 (13731) state creation system1_powerPv2 2026-07-01 22:45:43.017 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:43.018 - debug: ecoflow-mqtt.0 (13731) create channel JTS1_EMS_HEARTBEAT 2026-07-01 22:45:43.021 - debug: ecoflow-mqtt.0 (13731) state creation pcsAPhase_volt 2026-07-01 22:45:43.024 - debug: ecoflow-mqtt.0 (13731) state creation pcsAPhase_amp 2026-07-01 22:45:43.027 - debug: ecoflow-mqtt.0 (13731) state creation pcsAPhase_actPwr 2026-07-01 22:45:43.034 - debug: ecoflow-mqtt.0 (13731) state creation pcsAPhase_reactPwr 2026-07-01 22:45:43.057 - debug: ecoflow-mqtt.0 (13731) state creation pcsAPhase_apparentPwr 2026-07-01 22:45:43.062 - debug: ecoflow-mqtt.0 (13731) state creation pcsBPhase_volt 2026-07-01 22:45:43.070 - debug: ecoflow-mqtt.0 (13731) state creation pcsBPhase_amp 2026-07-01 22:45:43.072 - debug: ecoflow-mqtt.0 (13731) state creation pcsBPhase_actPwr 2026-07-01 22:45:43.075 - debug: ecoflow-mqtt.0 (13731) state creation pcsBPhase_reactPwr 2026-07-01 22:45:43.079 - debug: ecoflow-mqtt.0 (13731) state creation pcsBPhase_apparentPwr 2026-07-01 22:45:43.083 - debug: ecoflow-mqtt.0 (13731) state creation pcsCPhase_volt 2026-07-01 22:45:43.086 - debug: ecoflow-mqtt.0 (13731) state creation pcsCPhase_amp 2026-07-01 22:45:43.089 - debug: ecoflow-mqtt.0 (13731) state creation pcsCPhase_actPwr 2026-07-01 22:45:43.092 - debug: ecoflow-mqtt.0 (13731) state creation pcsCPhase_reactPwr 2026-07-01 22:45:43.095 - debug: ecoflow-mqtt.0 (13731) state creation pcsCPhase_apparentPwr 2026-07-01 22:45:43.097 - debug: ecoflow-mqtt.0 (13731) state creation mpptHeartBeat_mpptPv_vol0 2026-07-01 22:45:43.100 - debug: ecoflow-mqtt.0 (13731) state creation mpptHeartBeat_mpptPv_vol1 2026-07-01 22:45:43.105 - debug: ecoflow-mqtt.0 (13731) state creation mpptHeartBeat_mpptPv_amp0 2026-07-01 22:45:43.108 - debug: ecoflow-mqtt.0 (13731) state creation mpptHeartBeat_mpptPv_amp1 2026-07-01 22:45:43.111 - debug: ecoflow-mqtt.0 (13731) state creation mpptHeartBeat_mpptPv_pwr0 2026-07-01 22:45:43.114 - debug: ecoflow-mqtt.0 (13731) state creation mpptHeartBeat_mpptPv_pwr1 2026-07-01 22:45:43.117 - debug: ecoflow-mqtt.0 (13731) state creation mpptHeartBeat_mpptPv_lightSta0 2026-07-01 22:45:43.121 - debug: ecoflow-mqtt.0 (13731) state creation mpptHeartBeat_mpptPv_lightSta1 2026-07-01 22:45:43.124 - debug: ecoflow-mqtt.0 (13731) state creation mpptHeartBeat_mpptTempVal 2026-07-01 22:45:43.127 - debug: ecoflow-mqtt.0 (13731) state creation mpptHeartBeat_mpptInsResist 2026-07-01 22:45:43.130 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_vol0 2026-07-01 22:45:43.135 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_amp0 2026-07-01 22:45:43.138 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_freq0 2026-07-01 22:45:43.141 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_pwr0 2026-07-01 22:45:43.144 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_vol1 2026-07-01 22:45:43.148 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_amp1 2026-07-01 22:45:43.154 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_freq1 2026-07-01 22:45:43.157 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_pwr1 2026-07-01 22:45:43.161 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_vol2 2026-07-01 22:45:43.167 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_amp2 2026-07-01 22:45:43.170 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_freq2 2026-07-01 22:45:43.173 - debug: ecoflow-mqtt.0 (13731) state creation pcsLoadInfo_pwr2 2026-07-01 22:45:43.175 - debug: ecoflow-mqtt.0 (13731) state creation meterHeartBeat_meterType0 2026-07-01 22:45:43.179 - debug: ecoflow-mqtt.0 (13731) state creation meterHeartBeat_meterAddr0 2026-07-01 22:45:43.182 - debug: ecoflow-mqtt.0 (13731) state creation meterHeartBeat_meterData0 2026-07-01 22:45:43.184 - debug: ecoflow-mqtt.0 (13731) state creation meterHeartBeat_meterType1 2026-07-01 22:45:43.187 - debug: ecoflow-mqtt.0 (13731) state creation meterHeartBeat_meterAddr1 2026-07-01 22:45:43.190 - debug: ecoflow-mqtt.0 (13731) state creation meterHeartBeat_meterData1 2026-07-01 22:45:43.192 - debug: ecoflow-mqtt.0 (13731) state creation bpRemainWatth 2026-07-01 22:45:43.195 - debug: ecoflow-mqtt.0 (13731) state creation bpDsgTime 2026-07-01 22:45:43.198 - debug: ecoflow-mqtt.0 (13731) state creation rateCtrlSwtich 2026-07-01 22:45:43.201 - debug: ecoflow-mqtt.0 (13731) state creation sysRateCtrlTime 2026-07-01 22:45:43.203 - debug: ecoflow-mqtt.0 (13731) state creation duraTime 2026-07-01 22:45:43.206 - debug: ecoflow-mqtt.0 (13731) state creation pcsActPwr 2026-07-01 22:45:43.209 - debug: ecoflow-mqtt.0 (13731) state creation pcsAcFreq 2026-07-01 22:45:43.211 - debug: ecoflow-mqtt.0 (13731) state creation pcsBusVolt 2026-07-01 22:45:43.214 - debug: ecoflow-mqtt.0 (13731) state creation pcsLeakAmp 2026-07-01 22:45:43.217 - debug: ecoflow-mqtt.0 (13731) state creation pcsDci 2026-07-01 22:45:43.219 - debug: ecoflow-mqtt.0 (13731) state creation pcsDcv 2026-07-01 22:45:43.223 - debug: ecoflow-mqtt.0 (13731) state creation pcsVbusRef 2026-07-01 22:45:43.226 - debug: ecoflow-mqtt.0 (13731) state creation pcsActivePowerRef 2026-07-01 22:45:43.229 - debug: ecoflow-mqtt.0 (13731) state creation pcsActivePowerLimitUp 2026-07-01 22:45:43.231 - debug: ecoflow-mqtt.0 (13731) state creation pcsActivePowerLimitDn 2026-07-01 22:45:43.234 - debug: ecoflow-mqtt.0 (13731) state creation pcsBpPower 2026-07-01 22:45:43.237 - debug: ecoflow-mqtt.0 (13731) state creation pcsBpPowerChgLimit 2026-07-01 22:45:43.239 - debug: ecoflow-mqtt.0 (13731) state creation pcsRelayStateShow 2026-07-01 22:45:43.242 - debug: ecoflow-mqtt.0 (13731) state creation pcsGridSafetyFuncRecord 2026-07-01 22:45:43.245 - debug: ecoflow-mqtt.0 (13731) state creation pcsGridSafetyStateRecord 2026-07-01 22:45:43.247 - debug: ecoflow-mqtt.0 (13731) state creation pcsGridInvErrorRms 2026-07-01 22:45:43.250 - debug: ecoflow-mqtt.0 (13731) state creation pcsPfcCurReal 2026-07-01 22:45:43.253 - debug: ecoflow-mqtt.0 (13731) state creation pcsPfcCurRef 2026-07-01 22:45:43.255 - debug: ecoflow-mqtt.0 (13731) state creation pcsReactivePowerRef 2026-07-01 22:45:43.258 - debug: ecoflow-mqtt.0 (13731) state creation pcsMeterPower 2026-07-01 22:45:43.261 - debug: ecoflow-mqtt.0 (13731) state creation pcsCommInterfaceState 2026-07-01 22:45:43.263 - debug: ecoflow-mqtt.0 (13731) state creation pcsAverageVoltage 2026-07-01 22:45:43.266 - debug: ecoflow-mqtt.0 (13731) state creation pcsVgridThd 2026-07-01 22:45:43.269 - debug: ecoflow-mqtt.0 (13731) state creation pcsInterruptOccupancyRate 2026-07-01 22:45:43.271 - debug: ecoflow-mqtt.0 (13731) state creation emsMpptSelfcheckState 2026-07-01 22:45:43.276 - debug: ecoflow-mqtt.0 (13731) state creation emsMpptStartupState 2026-07-01 22:45:43.281 - debug: ecoflow-mqtt.0 (13731) state creation emsBpSelfcheckState 2026-07-01 22:45:43.294 - debug: ecoflow-mqtt.0 (13731) state creation emsBpStartupState 2026-07-01 22:45:43.297 - debug: ecoflow-mqtt.0 (13731) state creation emsPcsSelfcheckState 2026-07-01 22:45:43.300 - debug: ecoflow-mqtt.0 (13731) state creation emsPcsStartupState 2026-07-01 22:45:43.302 - debug: ecoflow-mqtt.0 (13731) state creation emsBusVolt 2026-07-01 22:45:43.305 - debug: ecoflow-mqtt.0 (13731) state creation emsActiveOffGridCmd 2026-07-01 22:45:43.308 - debug: ecoflow-mqtt.0 (13731) state creation emsBpAliveNum 2026-07-01 22:45:43.311 - debug: ecoflow-mqtt.0 (13731) state creation emsBpPower 2026-07-01 22:45:43.314 - debug: ecoflow-mqtt.0 (13731) state creation emsBpChg 2026-07-01 22:45:43.317 - debug: ecoflow-mqtt.0 (13731) state creation emsBpDsg 2026-07-01 22:45:43.320 - debug: ecoflow-mqtt.0 (13731) state creation emsBpChgRequest 2026-07-01 22:45:43.322 - debug: ecoflow-mqtt.0 (13731) state creation emsSelfUsedCnt 2026-07-01 22:45:43.325 - debug: ecoflow-mqtt.0 (13731) state creation emsAcMakeupTriggleSoc 2026-07-01 22:45:43.327 - debug: ecoflow-mqtt.0 (13731) state creation emsAcMakeupExitSoc 2026-07-01 22:45:43.330 - debug: ecoflow-mqtt.0 (13731) state creation emsAcMakeupMinSoc 2026-07-01 22:45:43.334 - debug: ecoflow-mqtt.0 (13731) state creation emsAcMakeupCnt 2026-07-01 22:45:43.338 - debug: ecoflow-mqtt.0 (13731) state creation emsStartFsmState 2026-07-01 22:45:43.342 - debug: ecoflow-mqtt.0 (13731) state creation emsMpptRunState 2026-07-01 22:45:43.346 - debug: ecoflow-mqtt.0 (13731) state creation emsMpptModStat 2026-07-01 22:45:43.350 - debug: ecoflow-mqtt.0 (13731) state creation emsStopCmd 2026-07-01 22:45:43.353 - debug: ecoflow-mqtt.0 (13731) state creation emsSysCfg 2026-07-01 22:45:43.357 - debug: ecoflow-mqtt.0 (13731) state creation emsLpState 2026-07-01 22:45:43.361 - debug: ecoflow-mqtt.0 (13731) state creation emsLpType 2026-07-01 22:45:43.364 - debug: ecoflow-mqtt.0 (13731) state creation emsLpMpptCnt 2026-07-01 22:45:43.367 - debug: ecoflow-mqtt.0 (13731) state creation emsLpBpCnt 2026-07-01 22:45:43.370 - debug: ecoflow-mqtt.0 (13731) state creation emsLpStateFlag 2026-07-01 22:45:43.373 - debug: ecoflow-mqtt.0 (13731) state creation emsSocCalibState 2026-07-01 22:45:43.375 - debug: ecoflow-mqtt.0 (13731) state creation emsSocCalibRequest 2026-07-01 22:45:43.377 - debug: ecoflow-mqtt.0 (13731) state creation emsMpptHbState 2026-07-01 22:45:43.380 - debug: ecoflow-mqtt.0 (13731) state creation emsNtcTempMax 2026-07-01 22:45:43.383 - debug: ecoflow-mqtt.0 (13731) state creation emsBusVoltErrSlidFilter 2026-07-01 22:45:43.385 - debug: ecoflow-mqtt.0 (13731) state creation emsBusVoltRipple 2026-07-01 22:45:43.388 - debug: ecoflow-mqtt.0 (13731) state creation emsPvInvPwr 2026-07-01 22:45:43.391 - debug: ecoflow-mqtt.0 (13731) state creation mpptBusVolRef 2026-07-01 22:45:43.393 - debug: ecoflow-mqtt.0 (13731) state creation dcdcBusVolRef 2026-07-01 22:45:43.396 - debug: ecoflow-mqtt.0 (13731) state creation dcdcBpVol 2026-07-01 22:45:43.401 - debug: ecoflow-mqtt.0 (13731) state creation dcdcInductanceCurr 2026-07-01 22:45:43.403 - debug: ecoflow-mqtt.0 (13731) state creation innerTemperature 2026-07-01 22:45:43.406 - debug: ecoflow-mqtt.0 (13731) state creation powerLimitMode 2026-07-01 22:45:43.409 - debug: ecoflow-mqtt.0 (13731) state creation invRatedPower 2026-07-01 22:45:43.411 - debug: ecoflow-mqtt.0 (13731) state creation dcdcStateRecord 2026-07-01 22:45:43.414 - debug: ecoflow-mqtt.0 (13731) state creation emsWorkMode 2026-07-01 22:45:43.416 - debug: ecoflow-mqtt.0 (13731) state creation pcsBackupPwr 2026-07-01 22:45:43.419 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:43.420 - debug: ecoflow-mqtt.0 (13731) create channel JTS1_EMS_CHANGE_REPORT 2026-07-01 22:45:43.423 - debug: ecoflow-mqtt.0 (13731) state creation bpSoc 2026-07-01 22:45:43.426 - debug: ecoflow-mqtt.0 (13731) state creation bpTotalChgEnergy 2026-07-01 22:45:43.428 - debug: ecoflow-mqtt.0 (13731) state creation bpTotalDsgEnergy 2026-07-01 22:45:43.431 - debug: ecoflow-mqtt.0 (13731) state creation evBindList 2026-07-01 22:45:43.433 - debug: ecoflow-mqtt.0 (13731) state creation sysWorkSta 2026-07-01 22:45:43.436 - debug: ecoflow-mqtt.0 (13731) state creation sysGridSta 2026-07-01 22:45:43.438 - debug: ecoflow-mqtt.0 (13731) state creation emsWorkMode 2026-07-01 22:45:43.441 - debug: ecoflow-mqtt.0 (13731) state creation emsBackupEvent 2026-07-01 22:45:43.443 - debug: ecoflow-mqtt.0 (13731) state creation bpChgDsgSta 2026-07-01 22:45:43.446 - debug: ecoflow-mqtt.0 (13731) state creation emsKeepSoc 2026-07-01 22:45:43.449 - debug: ecoflow-mqtt.0 (13731) state creation emsSysSelfCheckStat 2026-07-01 22:45:43.453 - debug: ecoflow-mqtt.0 (13731) state creation bpOnlineSum 2026-07-01 22:45:43.456 - debug: ecoflow-mqtt.0 (13731) state creation sysOnOffMachineStat 2026-07-01 22:45:43.458 - debug: ecoflow-mqtt.0 (13731) state creation sysBatChgUpLimit 2026-07-01 22:45:43.461 - debug: ecoflow-mqtt.0 (13731) state creation sysBatDsgDownLimit 2026-07-01 22:45:43.464 - debug: ecoflow-mqtt.0 (13731) state creation sysBatBackupRatio 2026-07-01 22:45:43.466 - debug: ecoflow-mqtt.0 (13731) state creation emsFeedMode 2026-07-01 22:45:43.469 - debug: ecoflow-mqtt.0 (13731) state creation emsFeedRatio 2026-07-01 22:45:43.472 - debug: ecoflow-mqtt.0 (13731) state creation emsFeedPwr 2026-07-01 22:45:43.475 - debug: ecoflow-mqtt.0 (13731) state creation sysMeterCfg 2026-07-01 22:45:43.478 - debug: ecoflow-mqtt.0 (13731) state creation sysTypeCfg 2026-07-01 22:45:43.480 - debug: ecoflow-mqtt.0 (13731) state creation pcsRunSta 2026-07-01 22:45:43.483 - debug: ecoflow-mqtt.0 (13731) state creation pcsAcErrCode 2026-07-01 22:45:43.486 - debug: ecoflow-mqtt.0 (13731) state creation pcsDcErrCode 2026-07-01 22:45:43.488 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVol1 2026-07-01 22:45:43.491 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVol2 2026-07-01 22:45:43.493 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVol3 2026-07-01 22:45:43.496 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolTime1 2026-07-01 22:45:43.499 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolTime2 2026-07-01 22:45:43.501 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolTime3 2026-07-01 22:45:43.504 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVol1 2026-07-01 22:45:43.506 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVol2 2026-07-01 22:45:43.509 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVol3 2026-07-01 22:45:43.514 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolTime1 2026-07-01 22:45:43.517 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolTime2 2026-07-01 22:45:43.522 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolTime3 2026-07-01 22:45:43.525 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolRecover 2026-07-01 22:45:43.528 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolRecover 2026-07-01 22:45:43.530 - debug: ecoflow-mqtt.0 (13731) state creation pcsVolRecoverTime 2026-07-01 22:45:43.533 - debug: ecoflow-mqtt.0 (13731) state creation pcs_10minOverVol 2026-07-01 22:45:43.536 - debug: ecoflow-mqtt.0 (13731) state creation pcs_10minOverVolTime 2026-07-01 22:45:43.540 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreq1 2026-07-01 22:45:43.546 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreq2 2026-07-01 22:45:43.550 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqTime1 2026-07-01 22:45:43.553 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqTime2 2026-07-01 22:45:43.556 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowFreq1 2026-07-01 22:45:43.559 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowFreq2 2026-07-01 22:45:43.562 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowFreqTime1 2026-07-01 22:45:43.565 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowFreqTime2 2026-07-01 22:45:43.568 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqRecover 2026-07-01 22:45:43.571 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowFreqRecover 2026-07-01 22:45:43.574 - debug: ecoflow-mqtt.0 (13731) state creation pcsFreqRecoverTime 2026-07-01 22:45:43.577 - debug: ecoflow-mqtt.0 (13731) state creation pcsHvrtLvrtSwitch 2026-07-01 22:45:43.580 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolRideThroughStart1 2026-07-01 22:45:43.583 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolRideThroughStart2 2026-07-01 22:45:43.586 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolRideThroughProtectTime1 2026-07-01 22:45:43.589 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolRideThroughProtectTime2 2026-07-01 22:45:43.591 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolRideThroughStart1 2026-07-01 22:45:43.594 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolRideThroughStart2 2026-07-01 22:45:43.597 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolRideThroughStart3 2026-07-01 22:45:43.600 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolRideThroughProtectTime1 2026-07-01 22:45:43.603 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolRideThroughProtectTime2 2026-07-01 22:45:43.607 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolRideThroughProtectTime3 2026-07-01 22:45:43.618 - debug: ecoflow-mqtt.0 (13731) state creation pcsHighVolRideThroughRecover 2026-07-01 22:45:43.621 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolRideThroughRecover 2026-07-01 22:45:43.624 - debug: ecoflow-mqtt.0 (13731) state creation pcsIslandDetectSwitch 2026-07-01 22:45:43.627 - debug: ecoflow-mqtt.0 (13731) state creation pcsActivePowerDeratingSwitch 2026-07-01 22:45:43.630 - debug: ecoflow-mqtt.0 (13731) state creation pcsActivePowerDeratingPercent 2026-07-01 22:45:43.633 - debug: ecoflow-mqtt.0 (13731) state creation pcsActivePowerGradient 2026-07-01 22:45:43.636 - debug: ecoflow-mqtt.0 (13731) state creation pcsActivePowerSoftstartSwitch 2026-07-01 22:45:43.639 - debug: ecoflow-mqtt.0 (13731) state creation pcsActivePowerSoftstartTime 2026-07-01 22:45:43.642 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingSwitch 2026-07-01 22:45:43.646 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingPowerBased 2026-07-01 22:45:43.666 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingStart 2026-07-01 22:45:43.669 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingEnd 2026-07-01 22:45:43.671 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingSlope 2026-07-01 22:45:43.674 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingRecoverSlope 2026-07-01 22:45:43.677 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingFrozeSwitch 2026-07-01 22:45:43.679 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingCutoffPower 2026-07-01 22:45:43.682 - debug: ecoflow-mqtt.0 (13731) state creation pcsUnderFreqIncrementSwitch 2026-07-01 22:45:43.684 - debug: ecoflow-mqtt.0 (13731) state creation pcsUnderFreqIncrementStart 2026-07-01 22:45:43.687 - debug: ecoflow-mqtt.0 (13731) state creation pcsUnderFreqIncrementEnd 2026-07-01 22:45:43.691 - debug: ecoflow-mqtt.0 (13731) state creation pcsUnderFreqIncrementSlope 2026-07-01 22:45:43.694 - debug: ecoflow-mqtt.0 (13731) state creation pcsUnderFreqIncrementRecoverSlope 2026-07-01 22:45:43.696 - debug: ecoflow-mqtt.0 (13731) state creation pcsUnderFreqIncrementFrozeSwitch 2026-07-01 22:45:43.699 - debug: ecoflow-mqtt.0 (13731) state creation pcsAntiBackFlowSwitch 2026-07-01 22:45:43.702 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolDeratingSwitch 2026-07-01 22:45:43.705 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolDeratingStart 2026-07-01 22:45:43.707 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolDeratingEnd 2026-07-01 22:45:43.710 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolDeratingStartingPower 2026-07-01 22:45:43.714 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolDeratingEndPower 2026-07-01 22:45:43.716 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolDeratingTimeConst 2026-07-01 22:45:43.719 - debug: ecoflow-mqtt.0 (13731) state creation pcsReactPwrModeSelect 2026-07-01 22:45:43.722 - debug: ecoflow-mqtt.0 (13731) state creation pcsReactPwrCompensation 2026-07-01 22:45:43.724 - debug: ecoflow-mqtt.0 (13731) state creation pcsPfValue 2026-07-01 22:45:43.727 - debug: ecoflow-mqtt.0 (13731) state creation pcsReactPwrPercent 2026-07-01 22:45:43.730 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuV1 2026-07-01 22:45:43.732 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuV2 2026-07-01 22:45:43.735 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuV3 2026-07-01 22:45:43.737 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuV4 2026-07-01 22:45:43.740 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuQ1 2026-07-01 22:45:43.742 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuQ2 2026-07-01 22:45:43.745 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuQ3 2026-07-01 22:45:43.748 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuQ4 2026-07-01 22:45:43.751 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuTimeConst 2026-07-01 22:45:43.754 - debug: ecoflow-mqtt.0 (13731) state creation pcsCospP1 2026-07-01 22:45:43.758 - debug: ecoflow-mqtt.0 (13731) state creation pcsCospP2 2026-07-01 22:45:43.761 - debug: ecoflow-mqtt.0 (13731) state creation pcsCospP3 2026-07-01 22:45:43.765 - debug: ecoflow-mqtt.0 (13731) state creation pcsCospPf1 2026-07-01 22:45:43.767 - debug: ecoflow-mqtt.0 (13731) state creation pcsCospPf2 2026-07-01 22:45:43.769 - debug: ecoflow-mqtt.0 (13731) state creation pcsCospPf3 2026-07-01 22:45:43.772 - debug: ecoflow-mqtt.0 (13731) state creation pcsSafetyCountryCodeSelection 2026-07-01 22:45:43.775 - debug: ecoflow-mqtt.0 (13731) state creation pcsReconnectGridDetectSwitch 2026-07-01 22:45:43.777 - debug: ecoflow-mqtt.0 (13731) state creation pcsOnGridWaitTime 2026-07-01 22:45:43.780 - debug: ecoflow-mqtt.0 (13731) state creation pcsHighVolOnGrid 2026-07-01 22:45:43.783 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowVolOnGrid 2026-07-01 22:45:43.786 - debug: ecoflow-mqtt.0 (13731) state creation pcsHighFreqOnGrid 2026-07-01 22:45:43.788 - debug: ecoflow-mqtt.0 (13731) state creation pcsLowFreqOnGrid 2026-07-01 22:45:43.790 - debug: ecoflow-mqtt.0 (13731) state creation pcsFaultRecoverOnGridWaitTime 2026-07-01 22:45:43.792 - debug: ecoflow-mqtt.0 (13731) state creation pcsFaultRecoverHighVolOnGrid 2026-07-01 22:45:43.795 - debug: ecoflow-mqtt.0 (13731) state creation pcsFaultRecoverLowVolOnGrid 2026-07-01 22:45:43.797 - debug: ecoflow-mqtt.0 (13731) state creation pcsFaultRecoverHighFreqOnGrid 2026-07-01 22:45:43.800 - debug: ecoflow-mqtt.0 (13731) state creation pcsFaultRecoverLowFreqOnGrid 2026-07-01 22:45:43.804 - debug: ecoflow-mqtt.0 (13731) state creation pcsPowerDeratingFlag 2026-07-01 22:45:43.807 - debug: ecoflow-mqtt.0 (13731) state creation pcsPowerDeratingSet 2026-07-01 22:45:43.809 - debug: ecoflow-mqtt.0 (13731) state creation pcsSendEnd 2026-07-01 22:45:43.811 - debug: ecoflow-mqtt.0 (13731) state creation rateCtrlSwtich 2026-07-01 22:45:43.813 - debug: ecoflow-mqtt.0 (13731) state creation sysRateCtrlTime 2026-07-01 22:45:43.816 - debug: ecoflow-mqtt.0 (13731) state creation duraTime 2026-07-01 22:45:43.818 - debug: ecoflow-mqtt.0 (13731) state creation pcs_10minOverVolSwitch 2026-07-01 22:45:43.821 - debug: ecoflow-mqtt.0 (13731) state creation pcsActivePowerSoftStartRate 2026-07-01 22:45:43.823 - debug: ecoflow-mqtt.0 (13731) state creation pcsActivePowerNormalRampUpRate 2026-07-01 22:45:43.827 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingStartDelay 2026-07-01 22:45:43.829 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingEndDelay 2026-07-01 22:45:43.831 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverFreqDeratingRecoverSlopeSwitch 2026-07-01 22:45:43.834 - debug: ecoflow-mqtt.0 (13731) state creation pcsUnderFreqIncrementStartDelay 2026-07-01 22:45:43.836 - debug: ecoflow-mqtt.0 (13731) state creation pcsUnderFreqIncrementEndDelay 2026-07-01 22:45:43.839 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolDeratingDelayTime 2026-07-01 22:45:43.841 - debug: ecoflow-mqtt.0 (13731) state creation pcsOngridReconnectFlag 2026-07-01 22:45:43.843 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuLockinPower 2026-07-01 22:45:43.845 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuLockoutPower 2026-07-01 22:45:43.848 - debug: ecoflow-mqtt.0 (13731) state creation pcsQuMinimumCosphi 2026-07-01 22:45:43.850 - debug: ecoflow-mqtt.0 (13731) state creation pcsFastCheck 2026-07-01 22:45:43.853 - debug: ecoflow-mqtt.0 (13731) state creation pcsFunctionEnable 2026-07-01 22:45:43.858 - debug: ecoflow-mqtt.0 (13731) state creation emsCtrlLedType 2026-07-01 22:45:43.861 - debug: ecoflow-mqtt.0 (13731) state creation emsCtrlLedBright 2026-07-01 22:45:43.868 - debug: ecoflow-mqtt.0 (13731) state creation pcsUnderFreqIncrementRecoverSlopeSwitch 2026-07-01 22:45:43.872 - debug: ecoflow-mqtt.0 (13731) state creation pcsOverVolDeratingDaleyTime 2026-07-01 22:45:43.880 - debug: ecoflow-mqtt.0 (13731) state creation pcsCospP4 2026-07-01 22:45:43.883 - debug: ecoflow-mqtt.0 (13731) state creation pcsCospPf4 2026-07-01 22:45:43.887 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved1 2026-07-01 22:45:43.889 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved2 2026-07-01 22:45:43.894 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved3 2026-07-01 22:45:43.897 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved4 2026-07-01 22:45:43.900 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved5 2026-07-01 22:45:43.903 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved6 2026-07-01 22:45:43.906 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved7 2026-07-01 22:45:43.908 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved8 2026-07-01 22:45:43.910 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved9 2026-07-01 22:45:43.913 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved10 2026-07-01 22:45:43.916 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved11 2026-07-01 22:45:43.919 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved12 2026-07-01 22:45:43.922 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved13 2026-07-01 22:45:43.924 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved14 2026-07-01 22:45:43.927 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved15 2026-07-01 22:45:43.930 - debug: ecoflow-mqtt.0 (13731) state creation pcsReserved16 2026-07-01 22:45:43.933 - debug: ecoflow-mqtt.0 (13731) state creation sysMulPeakSwitch 2026-07-01 22:45:43.936 - debug: ecoflow-mqtt.0 (13731) state creation sysMulPeakTime 2026-07-01 22:45:43.939 - debug: ecoflow-mqtt.0 (13731) state creation emsSgReady 2026-07-01 22:45:43.941 - debug: ecoflow-mqtt.0 (13731) state creation emsSgReadyEn 2026-07-01 22:45:43.943 - debug: ecoflow-mqtt.0 (13731) state creation emsSgRunStat 2026-07-01 22:45:43.946 - debug: ecoflow-mqtt.0 (13731) state creation emsStopAll 2026-07-01 22:45:43.948 - debug: ecoflow-mqtt.0 (13731) state creation iot_4gOn 2026-07-01 22:45:43.950 - debug: ecoflow-mqtt.0 (13731) state creation iot_4gSta 2026-07-01 22:45:43.952 - debug: ecoflow-mqtt.0 (13731) state creation iot_4gPdp 2026-07-01 22:45:43.954 - debug: ecoflow-mqtt.0 (13731) state creation iot_4gErr 2026-07-01 22:45:43.957 - debug: ecoflow-mqtt.0 (13731) state creation sysHeatStat 2026-07-01 22:45:43.960 - debug: ecoflow-mqtt.0 (13731) state creation pcsAcWarningCode 2026-07-01 22:45:43.963 - debug: ecoflow-mqtt.0 (13731) state creation pcsRelaySelfCheckSta 2026-07-01 22:45:43.966 - debug: ecoflow-mqtt.0 (13731) state creation pcsRunFsmState 2026-07-01 22:45:43.969 - debug: ecoflow-mqtt.0 (13731) state creation mppt1FaultCode 2026-07-01 22:45:43.972 - debug: ecoflow-mqtt.0 (13731) state creation mppt2FaultCode 2026-07-01 22:45:43.975 - debug: ecoflow-mqtt.0 (13731) state creation mppt1WarningCode 2026-07-01 22:45:43.977 - debug: ecoflow-mqtt.0 (13731) state creation mppt2WarningCode 2026-07-01 22:45:43.980 - debug: ecoflow-mqtt.0 (13731) state creation bpLineOffFlag 2026-07-01 22:45:43.983 - debug: ecoflow-mqtt.0 (13731) state creation bpRestartFlag 2026-07-01 22:45:43.986 - debug: ecoflow-mqtt.0 (13731) state creation bpReverseFlag 2026-07-01 22:45:43.989 - debug: ecoflow-mqtt.0 (13731) state creation batRelayCloseFailFlag 2026-07-01 22:45:43.991 - debug: ecoflow-mqtt.0 (13731) state creation batSoftRelayStatus 2026-07-01 22:45:43.994 - debug: ecoflow-mqtt.0 (13731) state creation batRealyStatus 2026-07-01 22:45:43.996 - debug: ecoflow-mqtt.0 (13731) state creation pcsRelayStateShow 2026-07-01 22:45:43.999 - debug: ecoflow-mqtt.0 (13731) state creation emsWorkState 2026-07-01 22:45:44.001 - debug: ecoflow-mqtt.0 (13731) state creation afciFaultCntCh1 2026-07-01 22:45:44.004 - debug: ecoflow-mqtt.0 (13731) state creation afciFaultValueCh1 2026-07-01 22:45:44.006 - debug: ecoflow-mqtt.0 (13731) state creation afciFaultMaxValueCh1 2026-07-01 22:45:44.008 - debug: ecoflow-mqtt.0 (13731) state creation afciProtectValueCh1 2026-07-01 22:45:44.010 - debug: ecoflow-mqtt.0 (13731) state creation afciFaultFlagCh1 2026-07-01 22:45:44.012 - debug: ecoflow-mqtt.0 (13731) state creation afciFaultCntCh2 2026-07-01 22:45:44.014 - debug: ecoflow-mqtt.0 (13731) state creation afciFaultValueCh2 2026-07-01 22:45:44.016 - debug: ecoflow-mqtt.0 (13731) state creation afciFaultMaxValueCh2 2026-07-01 22:45:44.019 - debug: ecoflow-mqtt.0 (13731) state creation afciProtectValueCh2 2026-07-01 22:45:44.021 - debug: ecoflow-mqtt.0 (13731) state creation afciFaultFlagCh2 2026-07-01 22:45:44.023 - debug: ecoflow-mqtt.0 (13731) state creation afciSelfTestCmdState 2026-07-01 22:45:44.025 - debug: ecoflow-mqtt.0 (13731) state creation afciEnableCmdState 2026-07-01 22:45:44.027 - debug: ecoflow-mqtt.0 (13731) state creation afciFaultClearState 2026-07-01 22:45:44.030 - debug: ecoflow-mqtt.0 (13731) state creation afciSellfTestResult 2026-07-01 22:45:44.034 - debug: ecoflow-mqtt.0 (13731) state creation afciSwitchFreqCh1 2026-07-01 22:45:44.038 - debug: ecoflow-mqtt.0 (13731) state creation afciSwitchFreqCh2 2026-07-01 22:45:44.040 - debug: ecoflow-mqtt.0 (13731) state creation sysCalStat 2026-07-01 22:45:44.042 - debug: ecoflow-mqtt.0 (13731) state creation ethWanStat 2026-07-01 22:45:44.044 - debug: ecoflow-mqtt.0 (13731) state creation wifiStaStat 2026-07-01 22:45:44.047 - debug: ecoflow-mqtt.0 (13731) state creation wireless_4gIccid 2026-07-01 22:45:44.049 - debug: ecoflow-mqtt.0 (13731) state creation virtualHardEdition 2026-07-01 22:45:44.051 - debug: ecoflow-mqtt.0 (13731) state creation userRole 2026-07-01 22:45:44.053 - debug: ecoflow-mqtt.0 (13731) state creation chgDsgMode 2026-07-01 22:45:44.055 - debug: ecoflow-mqtt.0 (13731) state creation chgDsgPwr 2026-07-01 22:45:44.057 - debug: ecoflow-mqtt.0 (13731) state creation parallelAllowState 2026-07-01 22:45:44.059 - debug: ecoflow-mqtt.0 (13731) state creation parallelTypeSet 2026-07-01 22:45:44.062 - debug: ecoflow-mqtt.0 (13731) state creation parallelType 2026-07-01 22:45:44.064 - debug: ecoflow-mqtt.0 (13731) state creation afciIsExist 2026-07-01 22:45:44.066 - debug: ecoflow-mqtt.0 (13731) state creation afciEn 2026-07-01 22:45:44.068 - debug: ecoflow-mqtt.0 (13731) state creation afciEnSet 2026-07-01 22:45:44.070 - debug: ecoflow-mqtt.0 (13731) state creation parallelTypeCur 2026-07-01 22:45:44.072 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:44.073 - debug: ecoflow-mqtt.0 (13731) create channel EVChargingParamReport 2026-07-01 22:45:44.075 - debug: ecoflow-mqtt.0 (13731) state creation evSn 2026-07-01 22:45:44.078 - debug: ecoflow-mqtt.0 (13731) state creation expectChargingEnergy 2026-07-01 22:45:44.081 - debug: ecoflow-mqtt.0 (13731) state creation stopChargingSoc 2026-07-01 22:45:44.102 - debug: ecoflow-mqtt.0 (13731) state creation onlineBits 2026-07-01 22:45:44.104 - debug: ecoflow-mqtt.0 (13731) state creation evPlugAndPlay 2026-07-01 22:45:44.106 - debug: ecoflow-mqtt.0 (13731) state creation chargingStatus 2026-07-01 22:45:44.109 - debug: ecoflow-mqtt.0 (13731) state creation errorCode 2026-07-01 22:45:44.112 - debug: ecoflow-mqtt.0 (13731) state creation evPwr 2026-07-01 22:45:44.115 - debug: ecoflow-mqtt.0 (13731) state creation evChargingEnergy 2026-07-01 22:45:44.131 - debug: ecoflow-mqtt.0 (13731) state creation workMode 2026-07-01 22:45:44.141 - debug: ecoflow-mqtt.0 (13731) state creation orderTime 2026-07-01 22:45:44.156 - debug: ecoflow-mqtt.0 (13731) state creation orderState 2026-07-01 22:45:44.163 - debug: ecoflow-mqtt.0 (13731) state creation defaultVehicleId 2026-07-01 22:45:44.176 - debug: ecoflow-mqtt.0 (13731) state creation chargeVehicleId 2026-07-01 22:45:44.179 - debug: ecoflow-mqtt.0 (13731) state creation orderStartTimestamp 2026-07-01 22:45:44.181 - debug: ecoflow-mqtt.0 (13731) state creation orderEndTimestamp 2026-07-01 22:45:44.184 - debug: ecoflow-mqtt.0 (13731) state creation useGridFirst 2026-07-01 22:45:44.187 - debug: ecoflow-mqtt.0 (13731) state creation unknown30 2026-07-01 22:45:44.189 - debug: ecoflow-mqtt.0 (13731) state creation unknown31 2026-07-01 22:45:44.192 - debug: ecoflow-mqtt.0 (13731) state creation unknown32 2026-07-01 22:45:44.194 - debug: ecoflow-mqtt.0 (13731) state creation unknown33 2026-07-01 22:45:44.197 - debug: ecoflow-mqtt.0 (13731) state creation unknown34 2026-07-01 22:45:44.200 - debug: ecoflow-mqtt.0 (13731) state creation unknown35 2026-07-01 22:45:44.203 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:44.204 - debug: ecoflow-mqtt.0 (13731) create channel JTS1_EMS_PARAM_CHANGE_REPORT 2026-07-01 22:45:44.207 - debug: ecoflow-mqtt.0 (13731) state creation smartCtrl 2026-07-01 22:45:44.209 - debug: ecoflow-mqtt.0 (13731) state creation energyEfficientEnable 2026-07-01 22:45:44.212 - debug: ecoflow-mqtt.0 (13731) state creation sysZone 2026-07-01 22:45:44.215 - debug: ecoflow-mqtt.0 (13731) state creation sysTimeTab 2026-07-01 22:45:44.217 - debug: ecoflow-mqtt.0 (13731) state creation bpBurst 2026-07-01 22:45:44.220 - debug: ecoflow-mqtt.0 (13731) state creation lowerPowerStat 2026-07-01 22:45:44.222 - debug: ecoflow-mqtt.0 (13731) state creation breakerCapacityMax 2026-07-01 22:45:44.224 - debug: ecoflow-mqtt.0 (13731) state creation breakerEnableState 2026-07-01 22:45:44.226 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:44.227 - debug: ecoflow-mqtt.0 (13731) create channel HRChargingParamReport 2026-07-01 22:45:44.230 - debug: ecoflow-mqtt.0 (13731) state creation hrSn 2026-07-01 22:45:44.232 - debug: ecoflow-mqtt.0 (13731) state creation mode 2026-07-01 22:45:44.235 - debug: ecoflow-mqtt.0 (13731) state creation onlineBits 2026-07-01 22:45:44.237 - debug: ecoflow-mqtt.0 (13731) state creation heatingPower 2026-07-01 22:45:44.239 - debug: ecoflow-mqtt.0 (13731) state creation targetPower 2026-07-01 22:45:44.241 - debug: ecoflow-mqtt.0 (13731) state creation temp 2026-07-01 22:45:44.243 - debug: ecoflow-mqtt.0 (13731) state creation targetTemp 2026-07-01 22:45:44.246 - debug: ecoflow-mqtt.0 (13731) state creation runStat 2026-07-01 22:45:44.249 - debug: ecoflow-mqtt.0 (13731) state creation errorCode 2026-07-01 22:45:44.251 - debug: ecoflow-mqtt.0 (13731) state creation waterTankVolume 2026-07-01 22:45:44.254 - debug: ecoflow-mqtt.0 (13731) state creation selfcheckPercent 2026-07-01 22:45:44.256 - debug: ecoflow-mqtt.0 (13731) state creation runFlag 2026-07-01 22:45:44.258 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:44.259 - debug: ecoflow-mqtt.0 (13731) create channel HeatingRodEnergyStreamShow 2026-07-01 22:45:44.261 - debug: ecoflow-mqtt.0 (13731) state creation rod1_hrSn 2026-07-01 22:45:44.264 - debug: ecoflow-mqtt.0 (13731) state creation rod1_hrPwr 2026-07-01 22:45:44.266 - debug: ecoflow-mqtt.0 (13731) state creation rod1_temp 2026-07-01 22:45:44.270 - debug: ecoflow-mqtt.0 (13731) state creation rod1_fromPv 2026-07-01 22:45:44.274 - debug: ecoflow-mqtt.0 (13731) state creation rod1_fromBat 2026-07-01 22:45:44.294 - debug: ecoflow-mqtt.0 (13731) state creation rod1_fromGrid 2026-07-01 22:45:44.297 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:44.297 - debug: ecoflow-mqtt.0 (13731) create channel action 2026-07-01 22:45:44.302 - debug: ecoflow-mqtt.0 (13731) state creation latestQuotas 2026-07-01 22:45:44.358 - debug: ecoflow-mqtt.0 (13731) ____________________________________________ 2026-07-01 22:45:44.358 - debug: ecoflow-mqtt.0 (13731) create channel info 2026-07-01 22:45:44.363 - debug: ecoflow-mqtt.0 (13731) state creation msgCount 2026-07-01 22:45:44.414 - debug: ecoflow-mqtt.0 (13731) SET initial HJ35xxxxx.info.msgCount to 0 2026-07-01 22:45:44.415 - debug: ecoflow-mqtt.0 (13731) state creation status 2026-07-01 22:45:44.469 - debug: ecoflow-mqtt.0 (13731) SET initial HJ35xxxxxxxxxxxx.info.status to offline 2026-07-01 22:45:44.470 - info: ecoflow-mqtt.0 (13731) device states created for HJ35xxxxxxxxxx / powerocean / My Power Ocean 2026-07-01 22:45:44.470 - info: ecoflow-mqtt.0 (13731) ========================== 2026-07-01 22:45:44.554 - info: ecoflow-mqtt.0 (13731) [EF] going to connect to mqtt broker 2026-07-01 22:45:44.555 - debug: ecoflow-mqtt.0 (13731) [EF] your mqtt configuration: 2026-07-01 22:45:44.555 - debug: ecoflow-mqtt.0 (13731) [EF] port -> 8883 2026-07-01 22:45:44.555 - debug: ecoflow-mqtt.0 (13731) [EF] url -> mqtts://mqtt-e.ecoflow.com 2026-07-01 22:45:44.556 - debug: ecoflow-mqtt.0 (13731) [EF] protocol -> mqtts:// 2026-07-01 22:45:44.943 - info: ecoflow-mqtt.0 (13731) EF connected 2026-07-01 22:45:45.041 - debug: ecoflow-mqtt.0 (13731) EF subscribed the topics 2026-07-01 22:45:45.042 - debug: ecoflow-mqtt.0 (13731) HJ35xxxxxxxxxxx powerocean -> latestQuotas request 2026-07-01 22:45:45.187 - info: ecoflow-mqtt.0 (13731) state ecoflow-mqtt.0.HJ35xxxxxxxxxxxx.action.latestQuotas changed: true (ack = false) 2026-07-01 22:45:45.188 - info: ecoflow-mqtt.0 (13731) (ack=false) ->cmd : channel action state latestQuotas 2026-07-01 22:45:46.500 - info: ecoflow-mqtt.0 (13731) [EF] HJ35xxxxxxxxx is online with cloud 2026-07-01 22:45:46.505 - info: ecoflow-mqtt.0 (13731) state ecoflow-mqtt.0.HJ35xxxxxxxxxxx.info.status changed: online (ack = true)Ich hoffe es hilft weiter.
-
In den Logs steht immer das gleiche.
ecoflow-mqtt.0 2026-07-10 22:01:56.079 info (ack=false) ->cmd : channel action state latestQuotas ecoflow-mqtt.0 2026-07-10 22:01:56.079 info state ecoflow-mqtt.0.HJ35xxxxxx.action.latestQuotas changed: true (ack = false) ecoflow-mqtt.0 2026-07-10 22:01:55.968 debug HJ35xxxxxx powerocean -> latestQuotas requestEgal wann und nach welchen Neustart.
Würde es Sinn machen einfach Mal die ganze Objektstruktur mit den Datenpunkten zu löschen und den Adapter neustarten?
-
Ich habe einen Stream Mikro-Wechselrichter-8841, den finde ich nicht in der Geräteliste. Wird der auch unterstützt?
Grüße
Wolfgang -
Moin, ich habe mir einen Ecoflow x Shelly Plug gekauft, die eckigen silbernen gibt es wohl nicht mehr.
Ist als EF x Shelly in der Adapter-Instanz, gibt aber keine brauchbaren Objekte. FW ist 1.6.99-plugsg3efprod1.
Der Plug wird "offline" angezeigt, in der Adapter-Info (count online devices) aber in Summe hier 4 richtig angezeigt.
Hat einer einen Tipp für mich?
!
-
In den Logs steht immer das gleiche.
ecoflow-mqtt.0 2026-07-10 22:01:56.079 info (ack=false) ->cmd : channel action state latestQuotas ecoflow-mqtt.0 2026-07-10 22:01:56.079 info state ecoflow-mqtt.0.HJ35xxxxxx.action.latestQuotas changed: true (ack = false) ecoflow-mqtt.0 2026-07-10 22:01:55.968 debug HJ35xxxxxx powerocean -> latestQuotas requestEgal wann und nach welchen Neustart.
Würde es Sinn machen einfach Mal die ganze Objektstruktur mit den Datenpunkten zu löschen und den Adapter neustarten?
@derweidner
Objektbaum löschen hilft nicht weiter.
Um das Problem zu finden müsste ich die gesendeten Daten auswerten.
Die sind aber nicht im log enthalten.
Wenn auf der ersten Seite des Adapterkonig msgSetGet und msgUpdate mit Häckchen versehen ist und dann noch ein Häckchen neben Power Ocean gesetzt wäre, dann enthält das log auch Meldungen mit ...[get].. und ..[update]... usw.
Das würde ich mal benötigen.
Mir scheint die EnergyDetails sind anders als erwartet geschickt. -
Ich habe einen Stream Mikro-Wechselrichter-8841, den finde ich nicht in der Geräteliste. Wird der auch unterstützt?
Grüße
Wolfgang -
Moin, ich habe mir einen Ecoflow x Shelly Plug gekauft, die eckigen silbernen gibt es wohl nicht mehr.
Ist als EF x Shelly in der Adapter-Instanz, gibt aber keine brauchbaren Objekte. FW ist 1.6.99-plugsg3efprod1.
Der Plug wird "offline" angezeigt, in der Adapter-Info (count online devices) aber in Summe hier 4 richtig angezeigt.
Hat einer einen Tipp für mich?
!
@Badwater
Die xShelly Geräte sind schwierig. Mit dem Leistungsmesser gab es nicht wirklich verwertbare Daten. Hast du ihn als unbekanntes Gerät definiert oder als Plug?
Wenn als Plug, dann wird da nichts passieren weil die Strukturen anders sind. -
Ich habe beides probiert, es werden keine sinnvollen Datenpunkte generiert.
Generell würde ich nach einiger Spielerei von den Shelly Dingern abraten. Einen habe ich aus "Versehen" auf der lokalen Web-Oberfläche auf die neueste FW upgedated, jetzt geht er im Ecoflow System nicht mehr. Ich hatte übersehen, dass da ohne Warnung eine Shelly FW drauf gespielt wird :-( ....
Einen anderen, funktionierenden hab ich noch, der hängt irgendwie in beiden Clouds, lässt sich sowohl mit der Ecoflow App alsauch mit der Shelly App alsauch mit der lokalen Web-Oberfläche steuern. Wie man sieht kann das mal schief gehen ....
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