-
Notifications
You must be signed in to change notification settings - Fork 5
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
Connection with new Delta devices #181
Comments
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 near to have a detailed glue what the data represents. |
I can gladly support you in testing. Unfortunately, I cannot assist with any kind of programming. |
Most likely I will find time today and tommorrow to make some additional code for better analysis. |
Ok, just let me know how I can help you. |
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. |
I have installed and configured everything. |
I also have a Delta Pro 3, configured iobroker with your 1.1.1 verison. Please let me know what I can do to assist. I've started monitoring the "set" messages and decoding them with https://protobuf-decoder.netlify.app/. I think I have found a couple of fields that correlate to Beep on/off and upper/lower charge limit values. This is mostly new to me however. Is this helpful? I can continue if so.
|
@DW876 that look good. message set_dp3 { |
I have prepared the needed protobuf definitions to make the telegram content visible. Can you create a log in the same manner as previously plus a small writeup from your performed actions related to the below suggestions? Additionally I would hope to see change when you do the following (suggestion, but I am not sure if it is feasable):
another set of actions would be related to the EF-App, I do not knwo what is possible, but we should toggle all possible switches or sliders.
After all the log should contain the telegrams and data and with knowing what was done and which values, I can make my educated guesses. |
BTW, I could enhance the command mapping to the protobuf structure a little bit more (by looking into the official API). message set_dp3 { |
Ok, that really is a lot. I have ecoflow developer access. The DeltaPro 3 is already listed there. Can that help you too? For example Sets the charge limit. SetCmdRequest GetCmdRequest GetCmdResponse |
@vplustute The official API documentation is limited and in that special case very detailed for the commands. |
@vplustute , @DW876 Especially I am looking for:
When I have them, I can finalize implement the commands portion. |
Hello @foxthefox, apologies as I have been unable to collect more data from iobroker due to time. Here are the values in the app I was able to locate. I hope this is helpful.
|
I have a Delta 2 max and the adapter works perfectly. Now I've bought a Delta 3 Pro and I can't adjust the MQTT connection at the moment because the plugin doesn't support the new devices yet. Is there any information on whether and when the new devices will be supported?
The text was updated successfully, but these errors were encountered: