-
Notifications
You must be signed in to change notification settings - Fork 117
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
V4.1.2 limits max current selection #326
Comments
Does it still limit to 15A when charging level: L2 is selected?
…On Wed, 9 Mar 2022 at 13:39, mikebaz ***@***.***> wrote:
I just downgraded from 4.1.2 to 4.1.1 because somehow, the power dropdown decided to limit itself to 15A as a maximum. Before doing the update, the power was set to 15A for an overnight charge session, but then I did the update and that was the highest I could go.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
--
Glyn Hudson
https://openenergymonitor.org
http://zerocarbonadventures.co.uk
|
Yes - I even tried changing from L2 (which is where I normally have it) to L1 (which changed the limit to 12A), then back to L2 (which changed the limit back to 15A). |
I can verify this. The maximum in the list is whatever the station is set to. In my case the minimum was 6 and the maximum was 24. |
I did have a look at this, can you check the RAPI page and see what values are being sent from the controller? I think they are being set in the flash in the EVSE, but this then can't be reverted after the first setting. I need to check, as I thought I was setting them as volatile.... |
idem with 28A |
Looks fine in RAPI. No trouble setting higher current
Min and Max look fine.
/config looks strange |
I see the same issue, was set to 24a before update and now I can’t set it higher. |
thank you all for the fast replies, confirmation, and correction to the more accurate details, as well as the workaround. I've gone back up to 4.1.2 knowing I can work around this for now. 🙂 |
I think I understand what the issue is, the https://github.com/lincomatic/open_evse/blob/development/firmware/open_evse/rapi_proc.h#L183-L188 And also I think I miss-understood when the Hopefully won't be too much of a problem to resolve the issue. |
…e EVSE EEPROM rather than the WiFi config Fixes OpenEVSE#326
I just downgraded from 4.1.2 to 4.1.1 because somehow, the power dropdown decided to limit itself to 15A as a maximum. Before doing the update, the power was set to 15A for an overnight charge session, but then I did the update and that was the highest I could go.
The text was updated successfully, but these errors were encountered: