Nissan Leaf; Pilot signal not being followed

Hi all!

Have just taken delivery of my EmonEVSE unit in order to charge my Leaf from excess solar PV output, replacing a dumb Rolec wallbox. Pleased so far with the unit, however I have noticed now we have some actual sunny days that the car does not seem to follow the pilot signal properly. Most noticeably it either cuts off when the pilot drops below 8A or charges at full power regardless of the pilot value when charging comes on. PS: Max charging limit is set to 15A presently due to temporary small gauge cables/connectors supplying the unit. That does seem effective. Indeed if I adjust this value up and down the car responds accordingly. I have not tried poking at RAPI interface yet, just the web UI.

Here is a screenshot of what I can see when it solar kicks in:

I also noticed that the car limits charging to ~2-3A less than the pilot. This seemed like some sort of calibration error in the duty cycle and may explain the cutoff at 8A behaviour.

Any idea whatā€™s going on here? What can I test to try and debug this?

Stu

OK so I poked around with the HTTP & MQTT APIs and using a manual override I can make the following observation: the car seems only to respond to the ā€œcharge_currentā€ command to update the pilot a few seconds AFTER it starts charging and only if the value is CHANGED. It remains 2-3A lower than the pilot once it starts responding. Perhaps this is ā€˜normalā€™ behaviour for the Leaf? Mine is a MK 2 from 2018 with the 40kWh battery if that helpsā€¦

I have the same issue too, the current charge is 2-3A lower than the pilot but Iā€™ve a hyundai kona. I guess doesnā€™t depend on the the car model. That issue is always present even if the Current Shaper or PV divert are disabled.

Interesting. So I have written my own control software for the PV divert function and am no longer using the onboard feature on OpenEVSE.

To avoid the issue with the pilot being out of calibration (?) I simply adjust it up or down incrementally on each grid reading input to keep the grid export close to zero. This ensures the car charger accurately soaks up all your excess grid power (provided it needs to charge at all.)

To avoid the problem of the car shutting off or not responding to the initial pilot, the software has a configurable lower limit (8A works for me) and I start it 2A above this regardless of the actual excess grid power available. It then increments towards the required value from there in a few grid reading inputs. This seems to fix the issues I observed earlier, at least for my car :slightly_smiling_face:.

I wonder how many other cars show this poor calibration to the pilot signal?

I will post my software to GitHub when I have tidied it up a bit! It also does a simple Domoticz HA integration which may be handy for some.

Software available here FYI:

Stu

See here

I was having the same issue as you and it turned out to be faulty hardware.

Cheers

Thanks you @dmelliott20 thatā€™s really helpful. I will get my scope out and check the openEVSE pilot here as wellā€¦!

Iā€™ve tested the controllers we have here and all the ones Iā€™ve tested have the correct duty cycle i.e 53% @ 32A

Iā€™m waiting to receive the faulty controller back from @dmelliott20 to be able to do the same test on this unit. Iā€™ll report backā€¦

Posted it yesterday so should be with you soon. Had three nights of full speed charging now and the solar divert working correctly. Thanks @glyn.hudson

1 Like