Sonnenbatterie 5/6 support batterymode#20742
Conversation
| - name: capacity | ||
| advanced: true | ||
| - name: chargepower | ||
| default: 3000 |
There was a problem hiding this comment.
The maximum power is also available from the API under S65, so it would be better if there was a way to fetch that default and store it into a variable.
Is there a way to do this with templates?
There was a problem hiding this comment.
Siehe #20451 (https://github.com/evcc-io/evcc/pull/20451/files#diff-0b0f0388fa0ea5962b68de7565e1131be1912c96e6d198ad57f6b53d77775b17). Leider hat das Go Plugin ein Speicherleck.
There was a problem hiding this comment.
Soll ich diesen PR dementsprechend umbauen? Bzw. gibt es zu dem memory leak schon eine diskussion irgendwo?
|
No progress, closing. |
|
Ich kann den PR blöderweise nicht wieder öffnen. Falls Du keinen neuen erzeugen willst- Github Ticket ist auf gemacht. |
|
Ich warte mal bis der andere PR durch ist, dann eröffne ich einen neuen. |
This adds batterymode control support for the Sonnenbatterie eco 5/6 line.
There has to be a delay between the http request to set the battery into slave mode and setting the charging power. If both requests are sent without a delay the charging power will be set and returned by the api, but the battery won´t start charging, even on subsequent requests that set the charging power again.
This appears to be some sort of race condition with the timer that stops charging if no requests are received for three minutes.
Therefore I added a
sleepplugin.