-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Updates of the PI18 Protocol for the Mppsolar LV5048 Hyprid V2 inverter. #128
base: pi18
Are you sure you want to change the base?
Conversation
This reverts commit 17042f6.
With the update, except for the battery Bulk/Float Voltage, and battery Charge/Discharge Voltage work all important things. The Selects can be adjusted via the YML. But these values are the one that supports the protocoll. Sensor and Device classes were adjusted so that the values in the home assistant are also suitable.
Hello. How can I connect your version of the library? The 007GS command does not work in the original. The inverter only responds to 005GS, but when I connect your branch, it gives an error during compilation. |
Of course you can use my branch
I just let the build go through, and I had no build mistakes. |
Pi18 lv5048 hybrid v2 dev
I don’t know what you did, but now everything compiled without errors. Everything worked. Thank you very much. |
errors that were described in the topic: |
That was my mistake, I always built my ESP on the DEV branch. And the end, i forgot to Merge all the changes to the Stable Branch. |
After some training time and a lot of try and error.
C ++ is not mine.
With the update, except for the battery Bulk/Float Voltage, and battery Charge/Discharge Voltage work all important things.
The Selects can be adjusted via the YML. But these values are the one that supports the protocoll. Sensor and Device classes were adjusted so that the values in the home assistant are also suitable.
Webinterface
If someone has an idea of how to do two Select fields with the values for the battery voltage Bulk/Float, that would be great
Or a text field where you then enter "552, 540". Which is then translated into the command "^S015MCHGV552, 540".
For the current mapping solution, 2x 11025 lines would be required to enable all values for it.