-
Notifications
You must be signed in to change notification settings - Fork 63
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
Goodwe - Shutdown SOC/DOD & battery display enhancements #144
Comments
Thanks for the suggestions. I will respond as I work through them. &1 Trying to accommodate every inverter model through internal card checks introduces complexities and additional code that does not apply for many of the other users. For your case I would suggest you create a template sensor that calculates shutdown_soc based on DOD &2 Its possible but there is not much space. Please share some mock ups where you think this can be displayed. Remember to enable all card features &3 Possible but may be redundant as the system timer settings display shutdown_soc when grid is disconnected and when the grid is connected the minimum battery capacity for that time slot. See the 30% in the image below and "runtime to x%" &4 Can be added but where would it be displayed? &5 I can remove the limits. What do you mean by mirror the shutdown_soc limit. Make empty_capacity: == shustdown_soc if not defined in the config? |
&1
&2
&3+4
&5
Hope it is not overwhelming 😉 |
Hi &3+4 I need to think about this and how it affects the system timer settings. Is the system timer not available for Goodwe inverters i.e. programmable minimum soc, bat charge etc based on time of day &5 The battery icon is based on the following thresholds
In most cases shutdown soc is less than 30%. Why do you need to increase this threshold? I cant see how this restricts usable capacity. It only changes the icon. |
&1
&3+4
&5
|
@FajnB Let's talk about it here https://www.homeassistant-cz.cz/viewtopic.php?t=1086 (in czech) . I need to understand your request properly. |
@mamo-nick I made a post on there as you wanted. Mybe my engrish no so guud. 🤣 |
@FajnB I believe that we are talking about: number.depth_of_discharge_on_grid entity. snad ti to pomůže :-) |
@bodawui That would be it then. That's the third time I've seen this entity so I am pretty much certain now. &1
&3/4
&5
Theoretically that should be all. 😁 |
&1 &3/4
&5 |
And I ran out of english for today. I am very tired as I was studding for 3 uni exams last night. |
I think, you might just add the binary option to show the shutdown_soc just in case that some people won't want to see it all the time. And I must say, it looks even better than I thought it would. You again did a great job. |
Yes that's correct
Yes there will be an option to hide_soc: true/false. That will apply to all inverter types and useful for those who want to retain system timer/prog settings but display 3 non_essential loads etc |
This is now available in 3.22.0. Please test 😄 |
It is working as intended. Thank you for yet another great update. |
Let me fix that. |
Is there an existing issue for this?
Current Behavior
There will be multiple enhancements suggestions. Therefore they'll be marked with & and a number.
If you don't want me to open multiple threads please use this marking in your responses so we know to what you comment
&1 shutdown_soc is not compatible with HASS integration of DOD (depth of discharge) for Goodwe.
HASS slider is showing how much battery can be used and not how much battery must be left.
HASS DOD 80% = Goodwe SOC 20%
&2 Not implemented
&3 Not implemented
&4 Not implemented
&5 Not implemented + is limited to 30% max
Expected behaviour
&1 Goodwe interpretation DOD is working natively with this setting
&2 Ability to see how much overall + usable energy is stored in the battery.
&3 Ability to se current shutdown_soc limit.
&4 Ability to set and see DOD (SOC) for backup/off-grid
&5 Battery icon could be set to be based on shutdown_soc +
empty_capacity:
is not limited to 30% maxPossible Solutions
&1 Add native support for this Goodwe integration entity. Recalculate DOD from Goodwe integration to SOC.
i.e. 80% DOD >> 20% SOC
&2 Add option to show how much energy is stored in battery + how much usable energy is stored.
This could be based purely from reported battery capacity (battery - energy:) and current battery SOC.
For usable energy it can be calculated from reported battery capacity minus the capacity reserved by shutdown_soc and current battery SOC.
Also I would use ~ next to this stat as at least Goodwe reports SOC as integer.
&3 Add option to display current shutdown_soc limit.
&4 Add option
off_grid_shutdown_soc
and also add option to display that new limit.&5 Add option to mirror the shutdown_soc limit + add option to remove the limit of 30% max for the icon option
empty_capacity:
.Mode
Both
Context / Reason
&1 It would be nice to have it automatically change for Goodwe users
&2 This could be a good indicator for example if I can start a washer or washing machine or wait till daylight. Especially during winter months when the solar production is low.
&3 Some of us use automations to set the DOD for selling electricity at night based on the solar production forecast.
&4 Goodwe hybrid inverters have two battery limits.
1st is for when the grid power is available so called on-grid DOD (This is the one shown in the Goodwe integration).
2nd is for when the grid is not available, so called off-grid DOD (Currently missing from Goodwe integration but still valuable information)
To explain it more. At summer batteries are set to 20/10 shutdown_soc. This means that when there is grid available, the battery will stop being discharged at 20%, but if there is a black out and there is no grid available, the inverter will disable the on-grid limit and allow discharge to the second set limit, in this example 10%.
At winter these limit should be (at least for Pylontech batteries) set to 50/20.
&5 It will be nice to see the representation of usable battery rather than hard-coded one.
The text was updated successfully, but these errors were encountered: