-
Notifications
You must be signed in to change notification settings - Fork 118
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
Divert mode current set initially set to maximum level regardless of generation #388
Comments
A little more info:
|
+1 I've seen my car frequently go to 32A when my Grid (+I/-E) has just crept over the 6A mark. |
Will look at that, but the EVSE should error if that case happens. But interesting that you get different results with the two vehicles. |
I noticed that I do have the pilot in emoncms and it looks normal to me, but the car does seem to simply ignore it sometimes. I wonder what else can be changing besides these variables that might cause the car to go to 30A.... |
If you enable the developer mode and go to the RAPI tab, what is the pilot value as reported via RAPI? |
I've started logging the GC and GS RAPI data so I'll get back to you the next time this happens. |
@cholawo if your car is ignoring the pilot signal, that is a major safety problem. The car has no way of knowing why the pilot is limiting you to that current, in this case it's just because you are trying to limit to your solar output, but it could just as easily be because you're on a low-powered circuit. The car should never be ignoring the pilot, and if that's really what's happening, you should be taking that up with the manufacturer pronto! |
I saw it happen today and I see the rapi pilot stays at 32 whilst frontend shows pilot at 6. So it seems that under some circumstances the frontend pilot value doesn't update rapi. I can send an rapi command to correct it and the car obeys whatever rapi pilot is set to. So I guess it's some frontend issue? |
I also did a little more experimenting, I could reproduce this a few times when unplugging and replugging the car, but not when I unlock and lock the car (which also causes charging to stop and restart). For now I'm going to automate the problem away by sending an rapi command when rapi pilot remains at 32 and wifi module pilot is 6. |
I was fairly certain that is what was happening as it was not creating an error, so thanks for confirming. |
(Bug present in release version but also confirmed present on latest dev build)
My system is configured in "SolarPV-gen" mode with the MQTT topic reflecting generation published to every 10 seconds. Attack/decay are at their defaults.
When divert mode is activated and sufficient generation becomes available (>= 6 Amps), ESP32 Wifi will set the pilot to the maximum charge current regardless of actual generation. It will remain at maximum until either that setting is changed or the generation available would cause the pilot to be set to another integer current level.
Both the "Charge rate" (both main and service tabs) and "Pilot" values in the web GUI reflect what should have been sent to EVSE based on available generation but the actual current is still at the maximum level.
The text was updated successfully, but these errors were encountered: