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

OpenEVSE start full amp when changing state from disable to active #155

Closed
KipK opened this issue Jan 31, 2023 · 3 comments
Closed

OpenEVSE start full amp when changing state from disable to active #155

KipK opened this issue Jan 31, 2023 · 3 comments

Comments

@KipK
Copy link
Contributor

KipK commented Jan 31, 2023

Something wrong to track down here, seems while OpenEvse is changing its state from disable to enable, it starts a charge with full amp, ignoring the Pilot value set from wifi module. Pilot is still displaying ok the requested value.

Reclaiming the charge_current will then set the charge to correct current.

I have made a little hack to mitigate this for now ( OpenEVSE/openevse_esp32_firmware#532 ) but there's still a 3sec glitch where it will starts full amp. Would be better to fix this here.

@lincomatic
Copy link
Owner

There is no code to change the current capacity when EVSE is enabled. You can look at the code yourself in J1772EvseController::Enable(). Maybe you're talking about during boot. I have mitigated this with BOOTLOCK

@KipK
Copy link
Contributor Author

KipK commented Feb 7, 2023

We've spotted the problem on #156

The J1772 controller set current to value reported by autosetcurrentcapacity()

@lincomatic
Copy link
Owner

OK so I will mark this closed

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

No branches or pull requests

2 participants