-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Goodwe-Hybrid: Add maxchargepower, maxdischargepower , minsoc and maxsoc #25009
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey there - I've reviewed your changes and they look great!
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location> `templates/definition/meter/goodwe-hybrid.yaml:233-235` </location>
<code_context>
type: writemultiple
encoding: uint16
capacity: {{ .capacity }} # kWh
+ maxchargepower: {{ .maxchargepower }} # W
+ minsoc: {{ .minsoc }} # %
+ maxsoc: {{ .maxsoc }} # %
{{- end }}
</code_context>
<issue_to_address>
**suggestion:** Consider including 'maxdischargepower' in the rendered output for completeness.
Since 'maxchargepower' is present, adding 'maxdischargepower' would improve consistency and ensure all relevant parameters are available for downstream use.
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
Could you help me understand what's wrong with the UI job? |
|
Looks like invalid white space or line feed? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
I know there were some discussions on the defaults. Should we keep them or not? What happens when they are not configured, will evcc enforce setting them? |
Or not. That's why we have them ;)
As test will show- yes. |
|
@naltatis Looks like the settings don't show up in the UI configuration. When looking at e.g. Tesla Powerwall, they show up in the advanced settings section. In the Powerwall template, they are marked with |
Fix #24991