-
Notifications
You must be signed in to change notification settings - Fork 156
Fix documentation for custom meter config: #773
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
base: main
Are you sure you want to change the base?
Conversation
kaischmitz
commented
Mar 25, 2025
- add limitsoc setting
- add notes about soc, limitsoc and batterymode
- change comments in german YAML part to german
- add limitsoc setting - add notes about soc, limitsoc and batterymode - change comments in german YAML part to german
``` | ||
|
||
:::note | ||
`limitsoc` wird von EVCC auf den aktuellen Wert von `soc` gesetzt um ein weiteres Entladen der Batterie z.B. beim Schnelladen zu verhindern. Alternativ kann `batterymode` konfiguriert werden und eine externe Steuerung übernimmt die Kontrolle über die Entladung bzw. Ladung der Batterie basierend auf dem von EVCC übermittelten Modus. Wenn `soc` und `limitsoc` konfiguriert sind wird `batterymode` ignoriert. |
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.
Style:
evcc
bitte immer klein scheiben- Zeilenumbruch nach jedem Satz. Das macht Diffen deutlich leichter und ändert bei Markdown nichts am Resultat.
# ... | ||
soc: # optional battery soc (%) | ||
source: # plugin type | ||
soc: # optional Batterie SOC (%) |
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.
soc: # optional Batterie SOC (%) | |
soc: # optional Batterie SoC (%) |
# ... | ||
batterymode: # controllable (1: normal, 2: hold, 3: charge) | ||
source: # plugin type | ||
limitsoc: # optional SOC unteres Limit |
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.
limitsoc: # optional SOC unteres Limit | |
limitsoc: # optional SoC unteres Limit |
``` | ||
|
||
:::note | ||
`limitsoc` is set to the current value of 'soc' by EVCC to block further discharge of a battery e.g. for quick charging. Alternatively you can configure `batterymode` and have an external control take care of the charging or discharging of the battery based on the given mode. When `soc` and `limitsoc` are configured `batterymode` will be ignored. |
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.
`limitsoc` is set to the current value of 'soc' by EVCC to block further discharge of a battery e.g. for quick charging. Alternatively you can configure `batterymode` and have an external control take care of the charging or discharging of the battery based on the given mode. When `soc` and `limitsoc` are configured `batterymode` will be ignored. | |
`limitsoc` is set to the current value of `soc` by EVCC to block further discharge of a battery e.g. for quick charging. Alternatively you can configure `batterymode` and have an external control take care of the charging or discharging of the battery based on the given mode. When `soc` and `limitsoc` are configured `batterymode` will be ignored. |
``` | ||
|
||
:::note | ||
`limitsoc` is set to the current value of 'soc' by EVCC to block further discharge of a battery e.g. for quick charging. Alternatively you can configure `batterymode` and have an external control take care of the charging or discharging of the battery based on the given mode. When `soc` and `limitsoc` are configured `batterymode` will be ignored. |
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.
s.o.