You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the yield of the pv is over 1400 W but under 3600 W, all pv energy will be used to charge the car over the wallbox. So nothing remains to charge the home battery. My workaround ist to adjust the charging current in the app, but it would be nice to have this parameter exposed in the integration, so one can change it in an automation.
BTW: Many thanks for this integration, keep up the good work!
API Keys
amp or ama
The text was updated successfully, but these errors were encountered:
# ampere_max limit
AMA = ApiKey(key="ama", cat=CAT.CONFIG, writeable=True)
# requestedCurrent in Ampere, used for display on LED ring and logic calculations
AMP = ApiKey(key="amp", cat=CAT.CONFIG, writeable=True)
and both keys' are available as number entities (in the 'EntityCategory.CONFIG') - so technically they should be available to you?!
Description
When the yield of the pv is over 1400 W but under 3600 W, all pv energy will be used to charge the car over the wallbox. So nothing remains to charge the home battery. My workaround ist to adjust the charging current in the app, but it would be nice to have this parameter exposed in the integration, so one can change it in an automation.
BTW: Many thanks for this integration, keep up the good work!
API Keys
The text was updated successfully, but these errors were encountered: