Skip to content
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

Please provide setting of charging current #36

Open
muellthosbutler opened this issue Feb 27, 2025 · 1 comment
Open

Please provide setting of charging current #36

muellthosbutler opened this issue Feb 27, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@muellthosbutler
Copy link

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

amp or ama
@muellthosbutler muellthosbutler added the enhancement New feature or request label Feb 27, 2025
@marq24
Copy link
Owner

marq24 commented Feb 27, 2025

mmm? both keys exist in the code...

    # 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?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants