foxthefox
foxthefox
@nalditopr It seems you own the Delta3+ and you could contribute to the development of the usage with inofficial API. I would need some of the protobuf messages for decoding...
Some info from my side. tolwi/hassio-ecoflow-cloud and foxthefox/ioBroker.ecoflow-mqtt are two independant projects and they both are connecting to EF devices. The adapter ioBroker.ecoflow-mqtt is written for the smart home system...
der iobroker.nest könnte eine gute Absprungbasis sein, die Geräte sollten die gleiche Struktur haben. Mir fehlt: - Zeit - ein developer account (wobei ich glaube es sollte über den normalen...
The Delta Pro3 is planned to be included, but unfortunately the communication is via protobuf encoding, which needs to be decoded. I got already some samples, but it is not...
Most likely I will find time today and tommorrow to make some additional code for better analysis.
I have created the version 1.1.0, this can be installed via expert mode (head icon)and the octacat icon, via npm or from git. This brings a new section in the...
@DW876 that look good. From another sample I found the following commands: message set_dp3 { optional int32 beepCmd = 9; optional int32 switchACoutHvCmd = 15; optional int32 switchACoutLvCmd = 16;...
@vplustute I have prepared the needed protobuf definitions to make the telegram content visible. Over 300 values are throughout the telegrams and I can already see some which could be...
BTW, I could enhance the command mapping to the protobuf structure a little bit more (by looking into the official API). message set_dp3 { optional int32 shutdown = 3; optional...
@vplustute Yes, its a lot of activities, which need to be done one after another in order to see more or less singular changes in the incomming data. FYI, the...