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

Zoe Gen1: Change to use regen allowed value #695

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

dalathegreat
Copy link
Owner

What

This PR changes to that Zoe Gen1 uses regen allowed instead of charger allowed value. This allows battery to charge full faster

Why

The charger allowed value started to limit operation (dropping below 4kW) already at 60% SOC. The regen allowed value is still 40kW at this stage

How

We switch out:
datalayer.battery.status.max_charge_power_W = LB_Charging_Power_W;

To:

datalayer.battery.status.max_charge_power_W = LB_Regen_allowed_W;

@dalathegreat dalathegreat merged commit b2aa3dc into main Dec 22, 2024
92 checks passed
@dalathegreat dalathegreat deleted the bugfix/zoe-gen1-chargepower branch December 22, 2024 21:00
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.

2 participants