The GFCI coil is reading 45.3ohm and the self test wire is reading 0.3ohm, so that seems to be OK. On Chris' suggestion, I bent the outer pins on the 4 pin connector just a little bit so the connector would fit more snugly. But when I tried GFCI self test again, it still failed. This time I only tried it with the car disconnected, but I tried both menu-initiated reset and unplug/re-plug restart. It failed all the time in both cases.
I had taken some pictures of the back side of the board when I was assembling it, so I could check component values or any other "options" (like removed R28) after I got it together. I don't see anything obvious in the picture, but admittedly it's a little fuzzy in the upper right corner where the GFCI input stage parts are placed. I guess I'll have to take it apart this weekend and give it a better review, checking some part values as much as I can with my cheap ohmmeter.
I'm also hoping by this weekend to have my laptop outfitted with all the compiler and USBasp programmer drivers to go out and try burning the latest v3.9.9 dev release.
Any suggestions about what I can try or what else I should check?
There may be a code change we can test when you go to 3.9.9.
Not long ago we changed the PWM of self test it was 50% on 50% off. It was reduced for UL, they wanted a very tiny current to test GFCI. I am wondering if we are on the borderline with the amount of current.
--
You received this message because you are subscribed to the Google Groups "OpenEVSE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openevse+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "OpenEVSE" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openevse/joOssmouqa8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openevse+u...@googlegroups.com.
Okay... Let me know if you need a replacement board/coil. I will send whatever you need to diagnose.
There may be a code change we can test when you go to 3.9.9.
Not long ago we changed the PWM of self test it was 50% on 50% off. It was reduced for UL, they wanted a very tiny current to test GFCI. I am wondering if we are on the borderline with the amount of current.
I do not think a menu option is necessary (if duty cycle really is the issue). We just need to find the minimum value to account for variance.
I do not think a menu option is necessary (if duty cycle really is the issue). We just need to find the minimum value to account for variance.
--
You received this message because you are subscribed to a topic in the Google Groups "OpenEVSE" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openevse/joOssmouqa8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openevse+u...@googlegroups.com.
All coils are prefab now... :)
I am pretty sure my hunch is right. Last week I was testing a batch of boards and I was getting GFCI self test errors. I tried a new coil and it was okay but threw the other on my bench. It checked out fine measuring both coils so I was a bit puzzled, but I moved on and did not think much about it until Scotts Email....
I just grabbed the coil and it failed self test on 3.9.8. Loaded up 3.3.4 and enabled self test and it passes... I think 33% is just too low to account for variance in the circuits and coils.
I am very interested to see if Scotts results are the same as mine at 50%.
You received this message because you are subscribed to the Google Groups "OpenEVSE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openevse+u...@googlegroups.com.
--
Chris,
After charging starts, I don't see the service level on the display anymore. And is the 12A current limit enforced now, instead of my configured limit?
You received this message because you are subscribed to a topic in the Google Groups "OpenEVSE" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openevse/joOssmouqa8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openevse+u...@googlegroups.com.
Scott – what ev do you have?
Rush Dougherty
Dougherty Designs
1014 E King St
Tucson AZ 85719
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2015.0.6140 / Virus Database: 4419/10662 - Release Date: 09/18/15
I think we have the issue figures out. I believe a little testing and a simple firmware tweak will take care of the false negatives on the self test.
--
Another user Steve is reporting the same issue... Looks like 33% is just too low.
Craig,
It is nothing on the board.
I have verified the boards trip at the correct current between 15 and 20ma. I can recreate the issue reliably with the same test board. On 3.7.8 (33%) Self trip fails with 1 coil but not another coil from the same batch.
Both coils pass if I downgrade to 3.4.4 (50%).
Chris
There is a way to adjust the EEPROM kWh data via RAPI interface. It was covered in another recent post, I believe from Craig. I'll look for it and send it on, if I find it!
On Wednesday, September 16, 2015 at 8:11:04 PM UTC-7, Scott G wrote:Last weekend I built my first OpenEVSE unit using the v4 hardware. It came with firmware v3.9.5 and the GFCI Self-Test defaulted to turned off. When I re-enable the GFCI self test in the setup, and then I restart, it fails the GFCI self test (red screen on the LCD). I tried this both with and without the car attached, and tried powering down, unplugging, for ~15 seconds and all attempts the GFCI self test fails.I saw elsewhere in the forums a suggestion that the 10uF cap (C14) is not needed and could be causing this issue because it is acting as a sample-hold and keeping the 'fault' interrupt sensitive for too long. But I don't see how this would cause the self test to fail, from what I see in the Gfi.cpp code since the self test code waits till the pin PD6 goes low and then additional 1sec before it returns.I think I've got the GFCI Coil connector plugged in correctly (orange wires for the self-test loop closest to the AC/DC block -- see attached picture).
The GFCI coil is reading 45.3ohm and the self test wire is reading 0.3ohm, so that seems to be OK. On Chris' suggestion, I bent the outer pins on the 4 pin connector just a little bit so the connector would fit more snugly. But when I tried GFCI self test again, it still failed. This time I only tried it with the car disconnected, but I tried both menu-initiated reset and unplug/re-plug restart. It failed all the time in both cases.
I had taken some pictures of the back side of the board when I was assembling it, so I could check component values or any other "options" (like removed R28) after I got it together. I don't see anything obvious in the picture, but admittedly it's a little fuzzy in the upper right corner where the GFCI input stage parts are placed. I guess I'll have to take it apart this weekend and give it a better review, checking some part values as much as I can with my cheap ohmmeter.
I'm also hoping by this weekend to have my laptop outfitted with all the compiler and USBasp programmer drivers to go out and try burning the latest v3.9.9 dev release.
Any suggestions about what I can try or what else I should check?
--
--
You received this message because you are subscribed to a topic in the Google Groups "OpenEVSE" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openevse/joOssmouqa8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openevse+u...@googlegroups.com.
Are you testing with the pre built 4 pin version? I can test a bunch of coils and send you one that fails at 33% but passes at 50%.
I think the solution is just going to be going back to 40 or 50.
We may not know the exact cause but we know the solution. I am going to start sending boards out with 50% duty cycle until we verify something else works.
The only differences in the coil between a good and fail at 33% is.
Fails
.5 ohm ST
44.2 main
Passes
.4 ohm ST
45.9 main
My guess is some combination of variance in the coils causes not enough power to trip. Some users report it works sometimes and fails others.
Hi Scott. Very good data... This is the exact result I expected. Looking forward to the video.
https://www.dropbox.com/s/3fltt79ovk9s4d8/2015-09-19%2021.56.57.mp4?dl=0
In this video, the test started passing at 35% and stopped again at 98%.
Sorry for the rotated image. My phone didn't like laying flat like that.
- Scott G
Hi Scott. Very good data... This is the exact result I expected. Looking forward to the video.
--
You received this message because you are subscribed to a topic in the Google Groups "OpenEVSE" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openevse/joOssmouqa8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openevse+u...@googlegroups.com.
Craig would you mind sharing your hex? I'll run the same board with 2 coils.
You received this message because you are subscribed to the Google Groups "OpenEVSE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openevse+u...@googlegroups.com.
Craig,
Yes, your coil seems much more sensitive. I didn't get to do all the fixing I wanted today with my box, so I'm going to take it apart tomorrow and I'll try to get a high res photo of the back side to verify the component values by marking.
I'm happy right now with a 50% duty cycle, though.
I got my Huzzah WiFi board, but I haven't really read up on the best way to put it in the unit or program it. So I'll be playing with that if I have time tomorrow also, and maybe adding another 12v->5v regulator to power the huzzah.
- Scott G
Thank you, i will run tomorrow with the 2 coils then prob a few more... (I have about 400 in stock... :) )
.
I do not think this issue has anything to do with the board. I have two coils, one that works at 33% and one that does not. All testing is with the same board.
You received this message because you are subscribed to the Google Groups "OpenEVSE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openevse+u...@googlegroups.com.
Mystery Solved...Due to the diode in the GFCI circuit in one direction of the winding the coils tickle the circuit with more sensitivity.
Yep, the GFCI circuit only measures the positive side of the AC wave. I am exploring a biased dual opamp circuit to measure both. The current circuit is fast enough to pass UL with fast contactors but measuring both + and - will open up even more.
So in one direction the rising edge is tickeling the circuit. In the other it is the falling edge.
--
The intent of the self test circuit is to ensure the GFCI circuit is connected and functioning. I think changing the code back to 50%, will fulfill the intent of the circuit and allow the check to function for everyone. 40% is within the UL target but a little closer to to the coil variance, I would think it would be okay.
The actual GFCI trip point is not affected regardless of coil direction so there is no issue with safety.
Awesome, I will pull down 3.9.10 and run it through my tests...
Thanks again Craig and Scott...