Skip to content

Conversation

@kevinwieland
Copy link
Contributor

Die in den letzten PRs hinzugefügten chargepoint werte sind nun auch in get_chargepoint_all enthalten

@kevinwieland kevinwieland merged commit 16bd727 into master Nov 17, 2025
1 check passed
@a529987659852
Copy link

Values missing:

Charge mode set on UI: PV Charging
Min current set to 7 on UI

API response:
"min_current": 7,
"instant_charging_current": 0,
"pv_charging_min_current": 0,
"chargemode": "pv_charging",

I would expect a value in pv_charging_min_current

Similar when in instant_charging mode

Charge mode set on UI: Sofort
Current set on ui: 11

    **"min_current": 11,**
    **"instant_charging_current": 0,**
    "pv_charging_min_current": 0,
    "chargemode": "instant_charging",

@kevinwieland
Copy link
Contributor Author

Fixed
#2950

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants