The most common cause of a stuck closed relay is an abrupt opening while under load. Stuck open could be bad crimps or poor connections.
Like Craig said v3 contactors have been very reliable in the field. If the issues persist I would suggest running a OpenEVSE HEX build for a few days.
--
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.
When unplugging the charging cable after that, my firmware (NoSpark) crashed and the station auto-reset. When it came back up, the relay check failed. I tried removing power to the unit and re-starting it a few times, but not a single click from the contactor.
On Apr 23, 2015, at 8:35 PM, Andre Eisenbach <int...@gmail.com> wrote:What should the disconnect procedure look like?I read the OpenEVSE source code again and I don't see anything that would show any compensation on disconnect. When the state changes to "A", the relays are clicked off.Based on what you guys said in this thread here, it seems like when state changes C->A, there should be a delay on disconnecting the relay?That seems dangerous to me as it would leave the cable powered even after it's been disconnected. And again, I don’t see anything like it in the firmware.
What am I missing?
On Thursday, April 23, 2015 at 5:41:59 PM UTC-7, Chris wrote:The most common cause of a stuck closed relay is an abrupt opening while under load. Stuck open could be bad crimps or poor connections.
Like Craig said v3 contactors have been very reliable in the field. If the issues persist I would suggest running a OpenEVSE HEX build for a few days.
On Apr 23, 2015 5:31 PM, "Andre Eisenbach" <int...@gmail.com> wrote:Well, I'm only pointing out the temperature because the after letting it sit for a moment the contactor started working again.Any other ideas what could cause a stuck relay?And no, unfortunately I don't know if it was stuck open or closed.
On Thursday, April 23, 2015 at 5:25:14 PM UTC-7, Craig Kirkpatrick wrote:Andre, I would say that the OpenEVSE V3 is pretty well proven to be solid hardware with so many units shipped and other than the I2C pull-up resistor problem appearing on some build lots of the V3 board. The V3 with contactor has proven to be very reliable.
I do admire Nick's design too.
I like the idea of adding an MOV like Nick and Chris have referenced. I'll just add it at the screw terminals for the AC RELAY since it is simple to add there.
45C is just warm = 113F. You are not witnessing any sort of thermal runaway just normal warming in my opinion. Maybe this weekend I'll change a flag in my code to always display temperatures on my 50A kit and let you know what I see as normal at 28A for an hour of charging with the same hardware you have.
I'm puzzled as you are at the symptoms you witnessed. But I'd say not to sweat 45C.--
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/hVj54uIdy5o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openevse+u...@googlegroups.com.
On Apr 23, 2015, at 8:46 PM, Andre Eisenbach <int...@gmail.com> wrote:The "normal" cable removal sequence would be C->A correct? Or is there a brief transition through B as the button is pressed?
I found a 250ms debounce in the firmware when transitioning states. So I assume that those 250ms are enough to let the cable be pulled out and the power to be removed before the relay clicks?
I wouldn’t add such a delay
You should open the contactor when going out of C. It will not be under load because pushing the button will signal to the EV to knock it off via proximity.
Ill post more on transitions and states tomorrow.
--
Andre, A few days ago I tossed out the idea that possibly the NoSpark firmware was leading to arcing of the contactor. It simply was one possible explanation of the symptoms you witnessed. Then a really nice discussion of J1772 state protocol followed. I think that was useful for everyone to review. Still it was just a guess that I tossed out there and maybe I ignited a lot of assumptions about the root cause of the trouble you witnessed.
Chris also mentioned that it could be explained my more simple things like a loose crimp on the wires to the contactor coil - I am paraphrasing. Still the problem may have some very basic root cause.
I think the simplest thing to do would be to use an EV simulator and I think you have one. Compare state transition behavior between the NoSpark and OpenEVSE firmware. That may reveal something that is harder to analyze by only studying the source code of both firmwares.I can offer that I have time and interest to look into this for you today. I have an EVSE on the bench. I can use my simulator and do the firmware comparison if you want me to look at it for you.Probably the easiest thing is if you can provide a hex file since I do not think I have the same development environment as you do in order to compile NoSpark. Or let me know what I would need in order to help.I'm very impressed with the progress you have made writing NoSpark from the ground up.-Craig
On Thursday, April 23, 2015 at 5:31:26 PM UTC-7, Andre Eisenbach wrote:Well, I'm only pointing out the temperature because the after letting it sit for a moment the contactor started working again.Any other ideas what could cause a stuck relay?And no, unfortunately I don't know if it was stuck open or closed.
On Thursday, April 23, 2015 at 5:25:14 PM UTC-7, Craig Kirkpatrick wrote:Andre, I would say that the OpenEVSE V3 is pretty well proven to be solid hardware with so many units shipped and other than the I2C pull-up resistor problem appearing on some build lots of the V3 board. The V3 with contactor has proven to be very reliable.
I do admire Nick's design too.
I like the idea of adding an MOV like Nick and Chris have referenced. I'll just add it at the screw terminals for the AC RELAY since it is simple to add there.
45C is just warm = 113F. You are not witnessing any sort of thermal runaway just normal warming in my opinion. Maybe this weekend I'll change a flag in my code to always display temperatures on my 50A kit and let you know what I see as normal at 28A for an hour of charging with the same hardware you have.
I'm puzzled as you are at the symptoms you witnessed. But I'd say not to sweat 45C.
--
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,