Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to support EcoFlow 800W Alternator Charger? #169

Open
evolvo187 opened this issue Nov 12, 2024 · 15 comments
Open

Is it possible to support EcoFlow 800W Alternator Charger? #169

evolvo187 opened this issue Nov 12, 2024 · 15 comments
Labels
enhancement New feature or request

Comments

@evolvo187
Copy link

Is it possible to support EcoFlow 800W Alternator Charger?

@foxthefox
Copy link
Owner

In principle yes, but it requires some reverse engineering on the telegrams which are transmitted.
A good basis would be most likely the powerstream. But I would guess that there is another telegram structure.

If you have the iobroker adapter running, then I think that you might add a powerstream with the serial# of the charger.
That would not decode something but it should bring up some messages in the log.
The adapter needs to be in debug mode and on first tab you have to tick the "msgUpdate" + "msgSetGet" + "msgCmd".
On the second tab please only make a tick at debug enable for the charger(powerstream).

Then the log should bring up some messages (coded as protobuf). If you could post these messages the I could have a look to it.

@evolvo187
Copy link
Author

hier das Protokoll.

ich hoffe das hilft.

2024-11-18 11:18:25.686 - debug: ecoflow-mqtt.1 (25872) Redis Objects: Use Redis connection: 0.0.0.0:9001
2024-11-18 11:18:25.718 - debug: ecoflow-mqtt.1 (25872) Objects client ready ... initialize now
2024-11-18 11:18:25.720 - debug: ecoflow-mqtt.1 (25872) Objects create System PubSub Client
2024-11-18 11:18:25.721 - debug: ecoflow-mqtt.1 (25872) Objects create User PubSub Client
2024-11-18 11:18:25.752 - debug: ecoflow-mqtt.1 (25872) Objects client initialize lua scripts
2024-11-18 11:18:25.757 - debug: ecoflow-mqtt.1 (25872) Objects connected to redis: 0.0.0.0:9001
2024-11-18 11:18:25.787 - debug: ecoflow-mqtt.1 (25872) Redis States: Use Redis connection: 0.0.0.0:9000
2024-11-18 11:18:25.800 - debug: ecoflow-mqtt.1 (25872) States create System PubSub Client
2024-11-18 11:18:25.801 - debug: ecoflow-mqtt.1 (25872) States create User PubSub Client
2024-11-18 11:18:25.859 - debug: ecoflow-mqtt.1 (25872) States connected to redis: 0.0.0.0:9000
2024-11-18 11:18:25.961 - info: ecoflow-mqtt.1 (25872) starting. Version 1.0.4 (non-npm: foxthefox/ioBroker.ecoflow-mqtt#26723b2e40d83f256cd117677375ffd13b32b0c9) in /opt/iobroker/node_modules/iobroker.ecoflow-mqtt, node: v20.18.0, js-controller: 6.0.11
2024-11-18 11:18:25.978 - info: ecoflow-mqtt.1 (25872) adapter entered ready
2024-11-18 11:18:25.978 - info: ecoflow-mqtt.1 (25872) your configration:
2024-11-18 11:18:25.978 - info: ecoflow-mqtt.1 (25872) powerstream -> [{"devName":"Baterieladegerät","devId":"F371ZEB49G6Q0879","devType":"pstream800","haEnable":false,"debugEnable":true}]
2024-11-18 11:18:25.979 - info: ecoflow-mqtt.1 (25872) powerstation -> []
2024-11-18 11:18:25.979 - info: ecoflow-mqtt.1 (25872) smartplug -> []
2024-11-18 11:18:25.979 - info: ecoflow-mqtt.1 (25872) wave -> []
2024-11-18 11:18:25.979 - info: ecoflow-mqtt.1 (25872) glacier -> []
2024-11-18 11:18:25.979 - info: ecoflow-mqtt.1 (25872) generator -> []
2024-11-18 11:18:25.980 - info: ecoflow-mqtt.1 (25872) panel -> []
2024-11-18 11:18:25.980 - info: ecoflow-mqtt.1 (25872) shelly -> []
2024-11-18 11:18:25.980 - info: ecoflow-mqtt.1 (25872) powerkit -> []
2024-11-18 11:18:25.980 - info: ecoflow-mqtt.1 (25872) powerocean -> []
2024-11-18 11:18:25.980 - debug: ecoflow-mqtt.1 (25872) device upd {"inverter_heartbeat":{"level":{"ratedPower":{"max":800}}}}
2024-11-18 11:18:25.981 - debug: ecoflow-mqtt.1 (25872) manipulate: inverter_heartbeat/ratedPower old--new 800 -- 800
2024-11-18 11:18:25.981 - info: ecoflow-mqtt.1 (25872) start device state creation ->pstream for Id F371ZEB49G6Q0879
2024-11-18 11:18:25.981 - debug: ecoflow-mqtt.1 (25872) ____________________________________________
2024-11-18 11:18:25.982 - debug: ecoflow-mqtt.1 (25872) create device F371ZEB49G6Q0879
2024-11-18 11:18:26.003 - debug: ecoflow-mqtt.1 (25872) ____________________________________________
2024-11-18 11:18:26.004 - debug: ecoflow-mqtt.1 (25872) create channel inverter_heartbeat
2024-11-18 11:18:26.013 - debug: ecoflow-mqtt.1 (25872) state creation pv1InputVolt
2024-11-18 11:18:26.017 - debug: ecoflow-mqtt.1 (25872) state creation pv1OpVolt
2024-11-18 11:18:26.021 - debug: ecoflow-mqtt.1 (25872) state creation pv1InputCur
2024-11-18 11:18:26.024 - debug: ecoflow-mqtt.1 (25872) state creation pv1InputWatts
2024-11-18 11:18:26.029 - debug: ecoflow-mqtt.1 (25872) state creation pv1Temp
2024-11-18 11:18:26.033 - debug: ecoflow-mqtt.1 (25872) state creation pv2InputVolt
2024-11-18 11:18:26.037 - debug: ecoflow-mqtt.1 (25872) state creation pv2OpVolt
2024-11-18 11:18:26.040 - debug: ecoflow-mqtt.1 (25872) state creation pv2InputCur
2024-11-18 11:18:26.044 - debug: ecoflow-mqtt.1 (25872) state creation pv2InputWatts
2024-11-18 11:18:26.048 - debug: ecoflow-mqtt.1 (25872) state creation pv2Temp
2024-11-18 11:18:26.051 - debug: ecoflow-mqtt.1 (25872) state creation batInputVolt
2024-11-18 11:18:26.057 - debug: ecoflow-mqtt.1 (25872) state creation batOpVolt
2024-11-18 11:18:26.061 - debug: ecoflow-mqtt.1 (25872) state creation batInputCur
2024-11-18 11:18:26.065 - debug: ecoflow-mqtt.1 (25872) state creation batInputWatts
2024-11-18 11:18:26.069 - debug: ecoflow-mqtt.1 (25872) state creation batTemp
2024-11-18 11:18:26.072 - debug: ecoflow-mqtt.1 (25872) state creation batSoc
2024-11-18 11:18:26.076 - debug: ecoflow-mqtt.1 (25872) state creation llcInputVolt
2024-11-18 11:18:26.082 - debug: ecoflow-mqtt.1 (25872) state creation llcOpVolt
2024-11-18 11:18:26.086 - debug: ecoflow-mqtt.1 (25872) state creation llcTemp
2024-11-18 11:18:26.095 - debug: ecoflow-mqtt.1 (25872) state creation invInputVolt
2024-11-18 11:18:26.100 - debug: ecoflow-mqtt.1 (25872) state creation invOpVolt
2024-11-18 11:18:26.104 - debug: ecoflow-mqtt.1 (25872) state creation invOutputCur
2024-11-18 11:18:26.107 - debug: ecoflow-mqtt.1 (25872) state creation invOutputWatts
2024-11-18 11:18:26.110 - debug: ecoflow-mqtt.1 (25872) state creation invTemp
2024-11-18 11:18:26.113 - debug: ecoflow-mqtt.1 (25872) state creation invFreq
2024-11-18 11:18:26.116 - debug: ecoflow-mqtt.1 (25872) state creation invDcCur
2024-11-18 11:18:26.119 - debug: ecoflow-mqtt.1 (25872) state creation permanentWatts
2024-11-18 11:18:26.124 - debug: ecoflow-mqtt.1 (25872) state creation ratedPower
2024-11-18 11:18:26.127 - debug: ecoflow-mqtt.1 (25872) state creation heartbeatFrequency
2024-11-18 11:18:26.132 - debug: ecoflow-mqtt.1 (25872) state creation dynamicWatts
2024-11-18 11:18:26.134 - debug: ecoflow-mqtt.1 (25872) state creation lowerLimit
2024-11-18 11:18:26.138 - debug: ecoflow-mqtt.1 (25872) state creation upperLimit
2024-11-18 11:18:26.141 - debug: ecoflow-mqtt.1 (25872) state creation invBrightness
2024-11-18 11:18:26.145 - debug: ecoflow-mqtt.1 (25872) state creation supplyPriority
2024-11-18 11:18:26.147 - debug: ecoflow-mqtt.1 (25872) state creation invErrCode
2024-11-18 11:18:26.151 - debug: ecoflow-mqtt.1 (25872) state creation invWarnCode
2024-11-18 11:18:26.155 - debug: ecoflow-mqtt.1 (25872) state creation pv1ErrCode
2024-11-18 11:18:26.157 - debug: ecoflow-mqtt.1 (25872) state creation pv1WarnCode
2024-11-18 11:18:26.160 - debug: ecoflow-mqtt.1 (25872) state creation pv2ErrCode
2024-11-18 11:18:26.162 - debug: ecoflow-mqtt.1 (25872) state creation pv2WarningCode
2024-11-18 11:18:26.165 - debug: ecoflow-mqtt.1 (25872) state creation batErrCode
2024-11-18 11:18:26.167 - debug: ecoflow-mqtt.1 (25872) state creation bpType
2024-11-18 11:18:26.169 - debug: ecoflow-mqtt.1 (25872) state creation batWarningCode
2024-11-18 11:18:26.172 - debug: ecoflow-mqtt.1 (25872) state creation llcErrCode
2024-11-18 11:18:26.178 - debug: ecoflow-mqtt.1 (25872) state creation llcWarningCode
2024-11-18 11:18:26.181 - debug: ecoflow-mqtt.1 (25872) state creation wirelessErrCode
2024-11-18 11:18:26.183 - debug: ecoflow-mqtt.1 (25872) state creation wirelessWarnCode
2024-11-18 11:18:26.186 - debug: ecoflow-mqtt.1 (25872) state creation pv1Status
2024-11-18 11:18:26.189 - debug: ecoflow-mqtt.1 (25872) state creation pv2Status
2024-11-18 11:18:26.192 - debug: ecoflow-mqtt.1 (25872) state creation batStatus
2024-11-18 11:18:26.195 - debug: ecoflow-mqtt.1 (25872) state creation llcStatus
2024-11-18 11:18:26.197 - debug: ecoflow-mqtt.1 (25872) state creation invStatus
2024-11-18 11:18:26.200 - debug: ecoflow-mqtt.1 (25872) state creation invRelayStatus
2024-11-18 11:18:26.203 - debug: ecoflow-mqtt.1 (25872) state creation pv1RelayStatus
2024-11-18 11:18:26.206 - debug: ecoflow-mqtt.1 (25872) state creation pv2RelayStatus
2024-11-18 11:18:26.208 - debug: ecoflow-mqtt.1 (25872) state creation installCountry
2024-11-18 11:18:26.211 - debug: ecoflow-mqtt.1 (25872) state creation installTown
2024-11-18 11:18:26.216 - debug: ecoflow-mqtt.1 (25872) state creation invOnOff
2024-11-18 11:18:26.219 - debug: ecoflow-mqtt.1 (25872) state creation batChargingTime
2024-11-18 11:18:26.223 - debug: ecoflow-mqtt.1 (25872) state creation batDischargingTime
2024-11-18 11:18:26.227 - debug: ecoflow-mqtt.1 (25872) state creation feedPriority
2024-11-18 11:18:26.230 - debug: ecoflow-mqtt.1 (25872) ____________________________________________
2024-11-18 11:18:26.230 - debug: ecoflow-mqtt.1 (25872) create channel energy
2024-11-18 11:18:26.236 - debug: ecoflow-mqtt.1 (25872) state creation watth1
2024-11-18 11:18:26.245 - debug: ecoflow-mqtt.1 (25872) state creation watth2
2024-11-18 11:18:26.250 - debug: ecoflow-mqtt.1 (25872) state creation watth3
2024-11-18 11:18:26.255 - debug: ecoflow-mqtt.1 (25872) state creation watth4
2024-11-18 11:18:26.259 - debug: ecoflow-mqtt.1 (25872) state creation watth7
2024-11-18 11:18:26.261 - debug: ecoflow-mqtt.1 (25872) state creation watth8
2024-11-18 11:18:26.263 - debug: ecoflow-mqtt.1 (25872) state creation watth16
2024-11-18 11:18:26.266 - debug: ecoflow-mqtt.1 (25872) state creation watth17
2024-11-18 11:18:26.269 - debug: ecoflow-mqtt.1 (25872) state creation watth18
2024-11-18 11:18:26.272 - debug: ecoflow-mqtt.1 (25872) ____________________________________________
2024-11-18 11:18:26.272 - debug: ecoflow-mqtt.1 (25872) create channel action
2024-11-18 11:18:26.275 - debug: ecoflow-mqtt.1 (25872) state creation latestQuotas
2024-11-18 11:18:26.324 - debug: ecoflow-mqtt.1 (25872) ____________________________________________
2024-11-18 11:18:26.324 - debug: ecoflow-mqtt.1 (25872) create channel info
2024-11-18 11:18:26.328 - debug: ecoflow-mqtt.1 (25872) state creation status
2024-11-18 11:18:26.377 - debug: ecoflow-mqtt.1 (25872) SET initial F371ZEB49G6Q0879.info.status to offline
2024-11-18 11:18:26.377 - debug: ecoflow-mqtt.1 (25872) ____________________________________________
2024-11-18 11:18:26.377 - debug: ecoflow-mqtt.1 (25872) create channel time_task_config_post
2024-11-18 11:18:27.180 - info: ecoflow-mqtt.1 (25872) pdevices states created for F371ZEB49G6Q0879 / pstream / Baterieladegerät
2024-11-18 11:18:27.212 - debug: ecoflow-mqtt.1 (25872) subscription topics EF ["/app/1664698546446774274/F371ZEB49G6Q0879/thing/property/set","/app/1664698546446774274/F371ZEB49G6Q0879/thing/property/set_reply","/app/1664698546446774274/F371ZEB49G6Q0879/thing/property/get","/app/1664698546446774274/F371ZEB49G6Q0879/thing/property/get_reply","/app/device/property/F371ZEB49G6Q0879"]
2024-11-18 11:18:27.212 - info: ecoflow-mqtt.1 (25872) [EF] going to connect to mqtt broker
2024-11-18 11:18:27.213 - debug: ecoflow-mqtt.1 (25872) [EF] your mqtt configration:
2024-11-18 11:18:27.213 - debug: ecoflow-mqtt.1 (25872) [EF] user -> 1664698546446774274
2024-11-18 11:18:27.213 - debug: ecoflow-mqtt.1 (25872) [EF] name -> app-b873fcb3d55c47e49229632ad0458b2e
2024-11-18 11:18:27.213 - debug: ecoflow-mqtt.1 (25872) [EF] client -> ANDROID_a4639881-2d3a-4644-a794-a4e4039949e1_1664698546446774274
2024-11-18 11:18:27.213 - debug: ecoflow-mqtt.1 (25872) [EF] port -> 8883
2024-11-18 11:18:27.213 - debug: ecoflow-mqtt.1 (25872) [EF] url -> mqtts://mqtt.ecoflow.com
2024-11-18 11:18:27.213 - debug: ecoflow-mqtt.1 (25872) [EF] ptotocol -> mqtts://
2024-11-18 11:18:27.517 - info: ecoflow-mqtt.1 (25872) EF connected
2024-11-18 11:18:27.550 - debug: ecoflow-mqtt.1 (25872) subscribed the topics EF
2024-11-18 11:18:27.550 - debug: ecoflow-mqtt.1 (25872) F371ZEB49G6Q0879 -> latestQuotas request
2024-11-18 11:18:27.599 - info: ecoflow-mqtt.1 (25872) state ecoflow-mqtt.1.F371ZEB49G6Q0879.action.latestQuotas changed: true (ack = false)
2024-11-18 11:18:27.599 - info: ecoflow-mqtt.1 (25872) (ack=false) ->cmd : channel action state latestQuotas
2024-11-18 11:18:27.600 - debug: ecoflow-mqtt.1 (25872) preparaing latestQuotas: F371ZEB49G6Q0879
2024-11-18 11:18:27.694 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF encode] converted Hex-String:0a10102018207090c79ff603ba0103696f73
2024-11-18 11:18:27.695 - debug: ecoflow-mqtt.1 (25872) Message succesfully published.F371ZEB49G6Q0879 ../..get
2024-11-18 11:18:27.718 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [get] raw (hex): 0a10102018207090c79ff603ba0103696f73
2024-11-18 11:18:27.808 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [get] stream has 1 message(s)
2024-11-18 11:18:27.809 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [get] msg#0 => {"src":32,"dest":32,"seq":1053287312,"from":"ios"}
2024-11-18 11:18:27.809 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [get] msg#0 => no pdata
2024-11-18 11:18:27.809 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [get] msg#0 no packetType : {"src":32,"dest":32,"seq":1053287312,"from":"ios"}
2024-11-18 11:18:27.810 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [get_reply] raw (hex): 0a5d0a4e0820b00609cd0600000000900801d0088201dd08e09b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd2500004844101440fe0148157090c79ff603
2024-11-18 11:18:27.875 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [get_reply] stream has 1 message(s)
2024-11-18 11:18:27.876 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [get_reply] msg#0 => {"src":20,"cmdFunc":254,"cmdId":21,"seq":1053287312}
2024-11-18 11:18:27.876 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd08e09b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd2500004844
2024-11-18 11:18:27.876 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [get_reply] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:27.876 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [get_reply] msg#0 Pstream device: undefined
2024-11-18 11:18:27.876 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [get_reply] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd08e09b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd2500004844
2024-11-18 11:18:28.506 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5a426afa4c43874c4a4a4a4ada424b9a42c84b9742fcd10c0bff5a4a4a4a08aa5adf71a25af26d87504a4a4a4a9250b5b549aa50b5b549e26e4be26f4bff6f4a4a020e9f6f4a4a7e88976f4a4a020ecf6c4a4a4a4ac76c4a4a4a4a1014182020013001380340fe014815505a70cafa66788140800103880101
2024-11-18 11:18:28.570 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:28.571 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:28.571 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686858,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:28.571 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd08b69b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd25000048448526000000008d2600000000
2024-11-18 11:18:28.571 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:28.571 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:28.572 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd08b69b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd25000048448526000000008d2600000000
2024-11-18 11:18:29.506 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5a476fff494682494f4f4f4fdf474e9f47cd4e9247e4d4090efa5f4f4f4f0daf5fda74a75ff76882554f4f4f4f9755b0b04caf55b0b04ce76b4ee76a4efa6a4f4f070b9a6a4f4f7b8d926a4f4f070bca694f4f4f4fc2694f4f4f4f1014182020013001380340fe014815505a70cffa66788140800103880101
2024-11-18 11:18:29.552 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:29.552 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:29.553 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686863,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:29.553 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd08ab9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd25000048448526000000008d2600000000
2024-11-18 11:18:29.553 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:29.553 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:29.553 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd08ab9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd25000048448526000000008d2600000000
2024-11-18 11:18:30.539 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5a5b73e3555a9e5553535353c35b52835bd1528e5b3dc81512e64353535311b343c668bb43eb749e49535353538b49acac50b349acac50fb7752fb7652e67653531b178676535367918e7653531b17d67553535353de75535353531014182020013001380340fe014815505a70d3fa66788140800103880101
2024-11-18 11:18:30.568 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:30.568 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:30.569 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686867,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:30.569 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd086e9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd25000048448526000000008d2600000000
2024-11-18 11:18:30.569 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:30.569 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:30.569 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd086e9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd25000048448526000000008d2600000000
2024-11-18 11:18:31.496 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5a5f77e7515e9a5157575757c75f56875fd5568a5fdecc1116e24757575715b747c26cbf47ef709a4d575757578f4da8a854b74da8a854ff7356ff7256e27257571f138272575763958a7257571f13d27157575757da71575757571014182020013001380340fe014815505a70d7fa66788140800103880101
2024-11-18 11:18:31.533 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:31.534 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:31.534 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686871,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:31.534 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd08899b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd25000048448526000000008d2600000000
2024-11-18 11:18:31.534 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:31.534 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:31.534 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd08899b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd25000048448526000000008d2600000000
2024-11-18 11:18:32.493 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5a547cec5a55915a5c5c5c5ccc545d8c54de5d8154c8c71a1de94c5c5c5c1ebc4cc967b44ce47b91465c5c5c5c8446a3a35fbc46a3a35ff4785df4795de9795c5c141889795c5c6c9e81795c5c1418d97a5c5c5c5cd17a5c5c5c5c1014182020013001380340fe014815505a70dcfa66788140800103880101
2024-11-18 11:18:32.537 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:32.537 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:32.538 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686876,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:32.538 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd08949b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000030c2dd25000048448526000000008d2600000000
2024-11-18 11:18:32.538 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:32.538 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:32.538 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd08949b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000030c2dd25000048448526000000008d2600000000
2024-11-18 11:18:33.490 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5a6840d06669ad6660606060f06861b068e261bd68fbfb2621d570606060228070f55b8870d847ad7a60606060b87a9f9f63807a9f9f63c84461c84561d54560602824b545606050a2bd4560602824e54660606060ed46606060601014182020013001380340fe014815505a70e0fa66788140800103880101
2024-11-18 11:18:33.519 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:33.520 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:33.520 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686880,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:33.520 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd089b9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000030c2dd25000048448526000000008d2600000000
2024-11-18 11:18:33.520 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:33.520 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:33.520 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd089b9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000030c2dd25000048448526000000008d2600000000
2024-11-18 11:18:34.534 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5a6c44d4626da96264646464f46c65b46ce665b96cf8ff2225d174646464268474f15f8c74dc43a97e64646464bc7e9b9b67847e9b9b67cc4065cc4165d14164642c20b141646454a6b94164642c20e14264646464e942646464641014182020013001380340fe014815505a70e4fa66788140800103880101
2024-11-18 11:18:34.577 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:34.577 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:34.578 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686884,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:34.578 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd089c9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000030c2dd25000048448526000000008d2600000000
2024-11-18 11:18:34.578 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:34.578 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:34.578 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd089c9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000030c2dd25000048448526000000008d2600000000
2024-11-18 11:18:35.501 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5a6149d96f60a46f69696969f96168b961eb68b461c0f22f28dc796969692b8979fc528179d14ea47369696969b17396966a897396966ac14d68c14c68dc4c6969212dbc4c69695dabb44c6969212dec4f69696969e44f696969691014182020013001380340fe014815505a70e9fa66788140800103880101
2024-11-18 11:18:35.542 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:35.543 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:35.543 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686889,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:35.543 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd08a99b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd25000048448526000000008d2600000000
2024-11-18 11:18:35.543 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:35.543 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:35.543 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd08a99b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd25000048448526000000008d2600000000
2024-11-18 11:18:36.502 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5a654ddd6b64a06b6d6d6d6dfd656cbd65ef6cb065e3f62b2cd87d6d6d6d2f8d7df856857dd54aa0776d6d6d6db57792926e8d7792926ec5496cc5486cd8486d6d2529b8486d6d59afb0486d6d2529e84b6d6d6d6de04b6d6d6d6d1014182020013001380340fe014815505a70edfa66788140800103880101
2024-11-18 11:18:36.547 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:36.547 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:36.547 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686893,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:36.547 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd088e9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd25000048448526000000008d2600000000
2024-11-18 11:18:36.547 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:36.547 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:36.548 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd088e9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd25000048448526000000008d2600000000
2024-11-18 11:18:37.492 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5a7951c17778bc7771717171e17970a179f370ac79ccea3730c461717171339161e44a9961c956bc6b71717171a96b8e8e72916b8e8e72d95570d95470c45471713935a454717145b3ac5471713935f45771717171fc57717171711014182020013001380340fe014815505a70f1fa66788140800103880101
2024-11-18 11:18:37.533 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:37.534 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:37.534 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686897,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:37.534 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd08bd9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd25000048448526000000008d2600000000
2024-11-18 11:18:37.534 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:37.534 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:37.534 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd08bd9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd25000048448526000000008d2600000000
2024-11-18 11:18:38.532 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5a7e56c6707fbb7076767676e67e77a67ef477ab7eb7ed3037c366767676349666e34d9e66ce51bb6c76767676ae6c898975966c898975de5277de5377c35376763e32a35376764ab4ab5376763e32f35076767676fb50767676761014182020013001380340fe014815505a70f6fa66788140800103880101
2024-11-18 11:18:38.579 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:38.579 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:38.580 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686902,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:38.580 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd08c19b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d52500003cc2dd25000048448526000000008d2600000000
2024-11-18 11:18:38.580 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:38.580 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:38.580 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd08c19b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d52500003cc2dd25000048448526000000008d2600000000
2024-11-18 11:18:39.543 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5a725aca7c73b77c7a7a7a7aea727baa72f87ba772dde13c3bcf6a7a7a7a389a6aef41926ac25db7607a7a7a7aa2608585799a60858579d25e7bd25f7bcf5f7a7a323eaf5f7a7a46b8a75f7a7a323eff5c7a7a7a7af75c7a7a7a7a1014182020013001380340fe014815505a70fafa66788140800103880101
2024-11-18 11:18:39.583 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:39.583 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:39.584 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686906,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:39.584 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd08a79b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d52500003cc2dd25000048448526000000008d2600000000
2024-11-18 11:18:39.584 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:39.584 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:39.584 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd08a79b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d52500003cc2dd25000048448526000000008d2600000000
2024-11-18 11:18:40.590 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5a765ece7877b3787e7e7e7eee767fae76fc7fa376d8e5383fcb6e7e7e7e3c9e6eeb45966ec659b3647e7e7e7ea66481817d9e6481817dd65a7fd65b7fcb5b7e7e363aab5b7e7e42bca35b7e7e363afb587e7e7e7ef3587e7e7e7e1014182020013001380340fe014815505a70fefa66788140800103880101
2024-11-18 11:18:40.624 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:40.624 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:40.624 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686910,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:40.624 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd08a69b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d52500003cc2dd25000048448526000000008d2600000000
2024-11-18 11:18:40.624 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:40.624 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:40.625 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd08a69b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d52500003cc2dd25000048448526000000008d2600000000
2024-11-18 11:18:41.583 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5a8ba333858a4e8583838383138b82538b01825e8b1e18c5c23693838383c1639316b86b933ba44e99838383835b997c7c8063997c7c802ba7822ba68236a68383cbc756a68383bb415ea68383cbc706a5838383830ea5838383831014182020013001380340fe014815505a7083fb66788140800103880101
2024-11-18 11:18:41.601 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:41.602 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:41.602 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686915,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:41.602 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd089d9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000038c2dd25000048448526000000008d2600000000
2024-11-18 11:18:41.602 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:41.602 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:41.602 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd089d9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000038c2dd25000048448526000000008d2600000000
2024-11-18 11:18:42.547 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5a8fa737818e4a8187878787178f86578f05865a8f3c1cc1c63297878787c5679712bc6f973fa04a9d878787875f9d787884679d7878842fa3862fa28632a28787cfc352a28787bf455aa28787cfc302a1878787870aa1878787871014182020013001380340fe014815505a7087fb66788140800103880101
2024-11-18 11:18:42.592 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:42.592 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:42.592 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686919,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:42.592 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd08bb9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000038c2dd25000048448526000000008d2600000000
2024-11-18 11:18:42.592 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:42.592 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:42.593 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd08bb9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000038c2dd25000048448526000000008d2600000000
2024-11-18 11:18:43.534 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5a83ab3b8d82468d8b8b8b8b1b838a5b83098a56832010cdca3e9b8b8b8bc96b9b1eb0639b33ac46918b8b8b8b53917474886b9174748823af8a23ae8a3eae8b8bc3cf5eae8b8bb34956ae8b8bc3cf0ead8b8b8b8b06ad8b8b8b8b1014182020013001380340fe014815505a708bfb66788140800103880101
2024-11-18 11:18:43.585 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:43.585 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:43.585 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686923,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:43.585 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd08ab9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000038c2dd25000048448526000000008d2600000000
2024-11-18 11:18:43.585 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:43.586 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:43.586 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd08ab9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000038c2dd25000048448526000000008d2600000000
2024-11-18 11:18:44.565 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5a98b02096995d9690909090009891409812914d98580bd6d12580909090d2708005ab788028b75d8a90909090488a6f6f93708a6f6f9338b49138b59125b59090d8d445b59090a4524db59090d8d415b6909090901db6909090901014182020013001380340fe014815505a7090fb66788140800103880101
2024-11-18 11:18:44.603 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:44.604 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:44.604 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686928,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:44.604 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd08c89b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd25000048448526000000008d2600000000
2024-11-18 11:18:44.604 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:44.604 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:44.604 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd08c89b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd25000048448526000000008d2600000000
2024-11-18 11:18:45.604 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5a9cb424929d599294949494049c95449c1695499c200fd2d52184949494d6748401af7c842cb3598e949494944c8e6b6b97748e6b6b973cb0953cb19521b19494dcd041b19494a05649b19494dcd011b29494949419b2949494941014182020013001380340fe014815505a7094fb66788140800103880101
2024-11-18 11:18:45.698 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:45.699 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:45.699 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686932,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:45.699 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd08b49b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd25000048448526000000008d2600000000
2024-11-18 11:18:45.699 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:45.699 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:45.699 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd08b49b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd25000048448526000000008d2600000000
2024-11-18 11:18:46.542 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5a90b8289e91559e9898989808909948901a9945903403ded92d88989898da78880da3708820bf558298989898408267679b788267679b30bc9930bd992dbd9898d0dc4dbd9898ac5a45bd9898d0dc1dbe9898989815be989898981014182020013001380340fe014815505a7098fb66788140800103880101
2024-11-18 11:18:46.579 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:46.579 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:46.579 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686936,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:46.580 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd08ac9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd25000048448526000000008d2600000000
2024-11-18 11:18:46.580 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:46.580 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:46.580 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd08ac9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000034c2dd25000048448526000000008d2600000000
2024-11-18 11:18:47.536 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5a95bd2d9b94509b9d9d9d9d0d959c4d951f9c40957706dbdc288d9d9d9ddf7d8d08a6758d25ba50879d9d9d9d458762629e7d8762629e35b99c35b89c28b89d9dd5d948b89d9da55f40b89d9dd5d918bb9d9d9d9d10bb9d9d9d9d1014182020013001380340fe014815505a709dfb66788140800103880101
2024-11-18 11:18:47.579 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:47.579 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:47.579 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686941,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:47.579 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd08ea9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000038c2dd25000048448526000000008d2600000000
2024-11-18 11:18:47.579 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:47.579 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:47.579 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd08ea9b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000038c2dd25000048448526000000008d2600000000
2024-11-18 11:18:48.572 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5aa98111a7a86ca7a1a1a1a131a9a071a923a07ca9a83de7e014b1a1a1a1e341b1349a49b119866cbba1a1a1a179bb5e5ea241bb5e5ea20985a00984a01484a1a1e9e57484a1a199637c84a1a1e9e52487a1a1a1a12c87a1a1a1a11014182020013001380340fe014815505a70a1fb66788140800103880101
2024-11-18 11:18:48.600 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:48.600 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:48.600 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686945,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:48.600 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd08099c4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000038c2dd25000048448526000000008d2600000000
2024-11-18 11:18:48.600 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:48.600 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:48.600 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd08099c4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000038c2dd25000048448526000000008d2600000000
2024-11-18 11:18:49.572 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a7a0a5aad8515a3ac68a3a5a5a5a535ada475ad27a478ad503ee3e410b5a5a5a5e745b5309e4db51d8268bfa5a5a5a57dbf5a5aa645bf5a5aa60d81a40d80a41080a5a5ede17080a5a59d677880a5a5ede12083a5a5a5a52883a5a5a5a51014182020013001380340fe014815505a70a5fb66788140800103880101
2024-11-18 11:18:49.594 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
2024-11-18 11:18:49.595 - debug: ecoflow-mqtt.1 (25872) Message encrypted
2024-11-18 11:18:49.595 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":90,"seq":1686949,"productId":8193,"version":3,"payloadVer":1}
2024-11-18 11:18:49.595 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0820b00609cd0600000000900801d0088201dd08f59b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000038c2dd25000048448526000000008d2600000000
2024-11-18 11:18:49.595 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream unknown packetType cmdId = 21 cmdFunc= 254
2024-11-18 11:18:49.595 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 Pstream device: undefined
2024-11-18 11:18:49.595 - debug: ecoflow-mqtt.1 (25872) [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 pdata: 0820b00609cd0600000000900801d0088201dd08f59b4641b51000000042e010953be810b827cd1a00000000d81affff03e01affff03a82401a82501b52500004844d525000038c2dd25000048448526000000008d2600000000
2024-11-18 11:18:49.959 - info: ecoflow-mqtt.1 (25872) Got terminate signal TERMINATE_YOURSELF
2024-11-18 11:18:49.959 - debug: ecoflow-mqtt.1 (25872) lastQuotInterval interval stopped
2024-11-18 11:18:49.960 - info: ecoflow-mqtt.1 (25872) cleaned everything up...
2024-11-18 11:18:49.961 - info: ecoflow-mqtt.1 (25872) terminating
2024-11-18 11:18:49.961 - info: ecoflow-mqtt.1 (25872) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2024-11-18 11:18:49.977 - info: ecoflow-mqtt.1 (25872) ecoflow connection closed
2024-11-18 11:18:50.461 - info: ecoflow-mqtt.1 (25872) terminating

@foxthefox
Copy link
Owner

Ja, hilft. sind auf jeden Fall die Daten drin, die ich brauch.

@foxthefox
Copy link
Owner

Ich habe mal begonnen die enthaltenen Werte einem Namen zu geben. Leider ist in den zyklischen Daten nicht allzuviel drin.
Eine erste Interpretation habe ich kommentiert, evtl. gibt es ja etwas was palusibel erscheint.

alternatorHeartbeat: {
unknown1: 32,
unknown102: 9, // status?
unknown105: 0, // switch mode?
unknown130: 1, // switch mode ?
unknwon138: 130,
batVolt139: 12.412946701049805, //car bat voltage?
unknown262: 32,
unknow268: 7573, //temp? 75°C
unknwon269: 5048, //temp? 50°C
unknown425: 0, //status/switch?
unknwon427: 65535, // error?
unknwon428: 65535, //error?
unknwon581: 1, //status/switch?
unknown597: 1, //status/switch?
power598: 800, // power to load power station?
unknown602: -45, //current?
power603: 800 //power to load car?
}

Es wäre noch ganz gut zusätzlich bei msgSet/Get ein Häckchen zu setzen und dann von der App ein paar Änderungen vorzunehmen.
Jeder Befehl aus der App ist wegen MQTT auch im Adapterlog sichtbar.
Somit kann man die Befehle ermitteln und im nachfolgenden Telegramm die Änderungen an den Werten sehen.
Dann wäre wieder das log (Ausschnitte) zu posten und wann welche Befehle gegeben wurden. Im log steht dazu "[set]", "[set_reply]", "[get]" und das danach folgende "[update]"

@evolvo187
Copy link
Author

hier das Protokoll.

Hoffe du kannst es ansehen und hilft wieder weiter.

Batterieladegerät.txt

@evolvo187
Copy link
Author

Hier noch Bilder von der App.

Screenshot_20241210_152603
Screenshot_20241210_152625

Maximale Ausgangsleistung 0 - 800 Watt
Startspannung 11 - 30 V

@foxthefox
Copy link
Owner

Danke dir. Ich schau es mir am Wochenende an.

@foxthefox foxthefox added the enhancement New feature or request label Dec 15, 2024
@foxthefox
Copy link
Owner

Das Log hat geholfen.

Die Befehle sind so codiert:

message alternatorSet {
optional int32 operationMode = 116; // 1=Charge; 2=reverse charge; 3=battery maintenance;
optional int32 startStop = 122; // 0=off; 1= on
optional float powerLimit = 123; // 0 - 800 Watt
optional int32 startVoltage = 137; // 11 - 30 V *10
}

Die Kennungen sind nicht die gleiche wie die aus dem Update, aber diese ändern sich auch.

Somit ergibt sich die in nächster Näherung das Update Telegram:

message alternatorHeartbeat {
optional int32 status1 =1;
optional int32 temp102 = 102;
optional float actPower105 = 105;
optional int32 unknown130 = 130;
optional int32 startVoltage138 = 138; // *0.1
optional float batVolt139 = 139;
optional float soc262 = 262;
optional int32 unknown268 = 268; // Zeit?
optional int32 unknown269 = 269; // Zeit?
optional float current425 = 425;
optional int32 unknown427 = 427;
optional int32 unknown428 = 428;
optional int32 operationMode581 = 581;
optional int32 startStop597 = 597;
optional float powerLimit598 = 598;
optional float unknown602 = 602;
optional float ratedPower603 = 603;
optional int32 unknown608 = 608;
optional int32 unknown609 = 609;
}
Ich denke ich baue dies testweise als Objekte in den Adapter und dann müsstest du die Plausibilität mal anschauen.

@evolvo187
Copy link
Author

Das freut mich zu lesen.

Die alternatorSet Daten sind verständlich.
Die meisten alternatorHeartbeat auch.

Die Plausibilität schau ich mir nach dem Einbau natürlich gerne an.

@foxthefox
Copy link
Owner

Ich habe die Version 1.1.0 auf git und npm erstellt. Bitte über Expertenmodus und octacat icon installieren.
In der Config gibt es einen neuen Abschnitt und dort das Batterieladegerät definieren.
Die Namen sind erstmal vorläufig, aber da es nun unter den Objekten aufgeführt wird, lässt sich dann gut ableiten, was sie darstellen.
Kommandos sind ja schon geklärt, aber habe ich noch nicht drin.

@evolvo187
Copy link
Author

Ich habe getestet.
4 Sachen sind mir aufgefallen.

### 1.
Bei alternatorHeartbeat.operationMode ist ein Fehler.
bei "2": "reverse charge", wird in der APP auf Batteriewartung umgestellt.
und bei "3": "battery maintenance" wird in der App auf Reverse Charge Modus umgestellt.

### 2.
alternatorHeartbeat.unknown269 ist Batterie bis Voll

alternatorHeartbeat.unknown608 ist Kabellänge (siehe Bild) Beschreibbar?
0

### 3.
Mann kann in der App das Batterieladegerät ausschalten. (siehe Bild)
Screenshot_20250103_124705

Ich vermute das das mit
alternatorHeartbeat.unknown130
und
alternatorHeartbeat.status1
zu tun hat.

Denn wenn ich ausschalte sind das die Letzen Einträge im Log. (siehe log)

ecoflow-mqtt.1 2025-01-03 12:29:33.325 debug [Compare] update .alternatorHeartbeat.carBatVolt 12.222460746765137 -> 12.222482681274414
ecoflow-mqtt.1 2025-01-03 12:29:33.323 debug [Compare] update .alternatorHeartbeat.unknown130 1 -> 0
ecoflow-mqtt.1 2025-01-03 12:29:33.320 debug [Compare] update .alternatorHeartbeat.status1 32 -> 0
ecoflow-mqtt.1 2025-01-03 12:29:33.317 debug [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"status1":0,"temp":5,"actPower":0,"unknown130":0,"startVoltage":130,"carBatVolt":12.222482681274414,"batSoc":10,"unknown268":2466,"unknown269":1644,"current425":0,"unknown427":14,"unknown428":2,"operationMode":1,"startStop":1,"permanentWatts":800,"wifiRssi":-41,"ratedPower":800,"unknown608":7,"unknown609":0}
ecoflow-mqtt.1 2025-01-03 12:29:33.297 debug [PROTOBUF decode] F371ZEB49G6Q0879 msg#0 => pdata(hex) 0800b00605cd0600000000900800d0088201dd084a8f4341b51000002041e010a213e810ec0ccd1a00000000d81a0ee01a02a82401a82501b52500004844d525000024c2dd250000484485260000e0408d2600000000
ecoflow-mqtt.1 2025-01-03 12:29:33.297 debug [PROTOBUF decode] F371ZEB49G6Q0879 [update] msg#0 => {"src":20,"dest":32,"dSrc":1,"encType":1,"checkType":3,"cmdFunc":254,"cmdId":21,"dataLen":86,"seq":6510789,"productId":8193,"version":3,"payloadVer":1}
ecoflow-mqtt.1 2025-01-03 12:29:33.297 debug Message encrypted
ecoflow-mqtt.1 2025-01-03 12:29:33.297 debug [PROTOBUF decode] F371ZEB49G6Q0879 [update] stream has 1 message(s)
ecoflow-mqtt.1 2025-01-03 12:29:33.280 debug [PROTOBUF decode] F371ZEB49G6Q0879 [update] raw (hex): 0a770a56cdc575c3c008c3c5c5c5c555cdc515cd47c418cd8f4a868470d5c5c5e58425d567d62dd529c908dfc5c5c5c51ddfcb25dfc76de1c46de0c470e0c5c58d8110e0c5c5e10718e0c5c58d8140e3c5c5258548e3c5c5c5c51014182020013001380340fe014815505670c5b18d03788140800103880101
ecoflow-mqtt.1 2025-01-03 12:29:32.976 debug [PROTOBUF decode] F371ZEB49G6Q0879 [set] msg#0 => id set_dp3 error at: Error: decodeMsg -> RangeError: index out of range: 1 + 8 > 2

### 4.
alternatorHeartbeat.actPower max Wert erhöhen auf ca. 830 (Warnungen im Log)

@foxthefox
Copy link
Owner

Ich habe die Version 1.1.3 mit Verbesserungen zum Alternator erstellt.
Bitte testen und berichten.

Musste erstmal einiges umbauen, damit es kein Mapping auf andere Geräte mit gleichen Telegrammheader gibt (derFehler ".... id set_dp3 error at: Error: decodeMsg -> RangeError ..." sollte bei Befehlen aus der APP nicht mehr auftreten.

Die anderen Dinge habe ich so gut es ging übernommen (einige Datenpunkte sind damit veraltet, können gelöscht werden)

@evolvo187
Copy link
Author

Hallo, entschuldige die späte Rückmeldung.

Leider kann man jetzt nichts mehr steuern.

Ich habe Version 1.1.3 und 1.2.1 getestet.

ecoflow-mqtt.1 | 2025-01-24 15:46:38.959 | info | state ecoflow-mqtt.1.F371ZEB49G6Q0879.alternatorHeartbeat.startStop changed: true (ack = true)
ecoflow-mqtt.1 | 2025-01-24 15:46:38.409 | info | (ack=false) ->cmd : channel alternatorHeartbeat state startStop
ecoflow-mqtt.1 | 2025-01-24 15:46:38.408 | info | state ecoflow-mqtt.1.F371ZEB49G6Q0879.alternatorHeartbeat.startStop changed: false (ack = false)
ecoflow-mqtt.1 | 2025-01-24 15:46:01.816 | info | state ecoflow-mqtt.1.F371ZEB49G6Q0879.alternatorHeartbeat.permanentWatts changed: 100 (ack = true)
ecoflow-mqtt.1 | 2025-01-24 15:46:00.887 | info | (ack=false) ->cmd : channel alternatorHeartbeat state permanentWatts
ecoflow-mqtt.1 | 2025-01-24 15:46:00.887 | info | state ecoflow-mqtt.1.F371ZEB49G6Q0879.alternatorHeartbeat.permanentWatts changed: 200 (ack = false)

@foxthefox
Copy link
Owner

Die Befehle sind doch noch gar nicht implementiert. Siehe oben.
Ich habe es schon als Schalter und Wertänderung definert, aber es gibt noch keinen Code der daraus ein Telegramm macht.
Wollte erstmal Stabilität bei den Datenpunkten und dann kommt der Rest.

@evolvo187
Copy link
Author

Datenpunkte schauen gut aus.

außer
alternatorHeartbeat.chargeToFull269
alternatorHeartbeat.unknown268
bleiben leer.

Image

Ich glaube die Zeit wurde vorher Angezeigt. (wird von mir aber nicht benötigt)

Sonst keinerlei Fehlermeldungen oder andere Auffälligkeiten.
TOP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants