sungrow-hybrid: fix reset to normal battery mode#19882
Conversation
|
The go plugin has an inherent memory leak and should be avoided. |
Any other suggestion on how to get the rated value? |
|
Not really at this time. Either accept the leak (battery won't be switched that often) or live with manual configuration.
Unclear why that should be since it would write exactly the same value? I'm not convinced that the fix does fix what you think it does. |
|
It would not write the same value, the BDC rated power is 5kW, this always tries to write 10kW. My battery is a SBR096 which is only rated for 5kW |
It will write whatever you put into maxchargepower. Just set it to 5k? |
But that is only one of the cases here. And only after my change? Not sure I get your comment here. I specifically handle this existing advanced configuration option now and offer a safe default if not configured. |
I don't understand. Why would it do that if you configure 5k? Why is the auto detection/ Go required? |
|
I'm very confused. |
|
Lets just do the override then, leave the auto option out. |
The previously used forced value does not work reliably on my SH5.0RT. Allow overriding the rated power value.
Co-authored-by: andig <cpuidle@gmail.com>
|
Bei maxchargepower sollte noch ein eingefügt werden- in anderen Modi tut der Parameter ja nichts. |
The previously used forced value does not work reliably on my SH5.0RT. I'm proposing using the initial implementation that I successfully tested locally.