-
Notifications
You must be signed in to change notification settings - Fork 98
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
Current code issues, future plans #38
Comments
I am very happy with rate of progress of development, however would really love it if this was installable via HACS. Sadly I am unable to help with this :( Hopefully someone will jump in. |
hi, I just decided not to write an HACS extension, because there is this project https://github.com/bohdan-s doing exactly this. So this project will focus on the simple (understandable), easy to fix YAML-based integration. |
Idea from Louis712 to get rid of the secrets |
could be realized by using another "configuration tab" in the GUI like in #48 |
I'm moving across to Amber energy here in Australia. |
Battery health during winter. I have some thoughts about my battery during winter. Where I live, the battery won't have hardly any charge for two or three months. (mid of november to mid of february approx). If I let the minimum SOC at say the normal 5% the battery will be charging from nominal 5% to 10% and back. In my head I have the idea that for optimum battery health the SOC should be at 80% when not in use. Am I correct? So I would like to be able to set Minimum SoC to 80 %. ATM the max SoC is 50% with the slider. Could one change this so I can set Minimun SoC to 80% - maybe I am wrong about this battery health issue, maybe someone could clarify this. Thanks! R. |
Optimum SOC for LFP is around 30%. So just keep it within 10-70% and you'll be fine. |
But be aware that Sungrow recommends max SoC 100% because of balancing. If you did not charge until 100% there will be no balancing. And your cells my drift. |
Thank You. @dylan09 - this means I should charge the Battery to 100% on a regular basis (in summer) or just now and then? R |
I would set min at 40% and for the whole of winter and let it let it go up and down 10% from there. |
My minimum SoC in winter is between 50% and 60% because of the backup function. And every few weeks I charge once to 100% (when the electricity price is very low). |
Sungrow Germany PM Team recommends: Summer 20%, Winter 50% SOC-Reserve Reason for using SOC-Reserve Parameter: Can be set with normal account (no installer account required) |
A note on bullet point 2: |
Future work items and disussion about code quality
Discussions, suggestions and help are much appreciated. I have not very much free time at the moment to check address all this by myself. So I will just write down what is in my mind right now :)
use "unique_id" for every sensor. With a unique_id, every sensor can be edited via GUI (this feature was not yet available, at first release of this integration)When this is completed it is possible to MANUALLY ( :/ ) assign each value a room. In the Dashboard the sungrow inverter values would be grouped in that room and the values would not be randomly spread among the "generic sensors"
Find a way to hide some values like the internally used "device type", from which the user-readable device strings are derived in a template sensor.
They have a unique_id now, so at least they can be hidden by the user via GUI.
Search for alternatives to set the user-specific parameters (IP, slave address, port) outside the .yaml configuration files and outside the secrets.yaml (currently it is there).
Find a way to read parameters for maximum battery charge (inverter requests that value from battery at run-time). Then use this value to set range of the maximum battery charge current.
Provide a second yaml file for slave inverters SH10RT Master & Slave #43
Collect more dashboard examples from users(see cdaa5e8)Document, how to write own automations, as asked here: Automation for switching EMS Mode and battery forced charge // maybe tibber as trigger #50 (comment)
Maybe split current sungrow_modbus.yaml into multiple files (e.g. Base, Battery, History), Deactivate/ hide battery features #65
Most of that would look like an ABI-change and users cannot simply upgrade by replacing the .yaml files. Should be something for a testing / v2 branch then.
The text was updated successfully, but these errors were encountered: