Start a new topic

Voltage Reading modification to V4 board

Hi all,


Well, I could not leave well enough alone, so I modified my brand new openevse to read the line voltage. My main motivation was to accommodate my house voltage which is 240v and the voltage at work which is 208v. The 208v comes from the fact the work is fed with 3 phase.


This post will detail the hardware modifications. I expect to post another detailing the mods to the atmega firmware.


I wanted to be able to safely add the high voltage sense circuit to the existing board. I looked at Nsayer's method (very clever to use the opto-isolator in its linear mode), but I thought it too difficult to implement, and lots of watts wasted in the voltage drop resistors. So I did the next best thing, I used a step down transformer to get the ac voltage closer to what the atmega could handel. So off to the local electronics junk store (there are advantages to living in the silicon valley, besides living in a high crime neighborhood in a million dollar house, aka a shack). There I found a 240vac to 5v power supply. I ripped out the 7805 linear regulator and added a voltage divider... vola a linear high voltage sensor for both 110 and 240/208.


Here is the schematic for the 5v power supply, now a voltage sensor. I included an alternative transformer from Digikey, for those of you without a junk store a mile away. I thought it would be smaller, but it is just about the same size, so I just used the junk store one.

image

I then modified the Openevse to read the voltage on ADC3. This was by far the most difficult part. The pin I needed was not routed at all. Note: please route unused pins to test points to make this kind of modification easier! Therefore I had to solder my red wire to the micro's pin. This took a steady hand, a small wire and a microscope! The other side of the wire was routed to a convenient connector, FTDI pin2 was unused on the pcb side, I don't know about the FTDI cable, but I have the WIFI so I don't care. This is connector is used by the WIFI for RAPI commands, and this and the ground pin next to it are unused. Also note: next turn of the boards please use keyed shrouds on the connectors, it will prevent the magic smoke for leaking out of components. 


The voltage source from the ac to dc transformer is hooked up to pins 1 (gnd) and 2 (ADC3).  My junk power supply came with wires terminated in connectors that I just popped the pins out of and installed in the wifi/ftdi connector. Very convenient.


image


Good Luck. 


2 people like this idea

Hello, I finally compiled the file with arduino uno board. Exported it and uploaded to the board. I uncommented // Support for Nick Sayer's OpenEVSE II board, which has alternate hardware for ground check/stuck relay check and a voltmeter for L1/L2. #define OPENEVSE_2 line in openevse.h file and commented // support V6 hardware // #define OEV6. I was getting an error for pin not declared. Now I have real time voltage showing in web gui. Awesome. Everything seems to work now except ammeter. I have no amp readings and kwh. I have checked all my wires and all are correct. Any ideas?? I charged my car last night with it and working perfectly. Thank you

@Robert try firmware 5.0.1, maybe older firmware will work.

Thank you for your response. I did reach out to him, but did not get a straight answer. He said he doesn't remember changes he made to the code. I was hoping to get a more sophisticated board to use in my project, but documentation and support is not there yet.


I can't get it to pass all tests.

@Robert We would recommend contacting Nick at Geppetto electronics. We are not familiar with the particulars of his hardware. 


1 person likes this

Hello,

 

 

 

I bought an OpenEVSE 2 from Geppetto electronics. This is my second one building. First one was is the original OpenEVSE and works great. 

 

I am now testing the new build that has voltmeter embedded.

 

I have already uncommented //#ifdef OPENEVSE_2 in firmware and uploaded it to the board.


I like to see Realtime volt in Web GUI instead of static.


I am also getting Stuck relay error, Ground Monitoring error and not reading Amp (Shows 0). If I disable the safety, EVSE works just fine and charges the car without showing the amp.


Let me know if any one has more information that can help.

Thank you

Robert

Well I bought my second openevse and I am about to modify this one to also read the AC voltage. I will try and post a more detailed description of how to modify the FW and the HW this time!



For the HW I am planning on using a ZMPT101B. Only $7 from Amazon!

https://smile.amazon.com/gp/product/B07D1WP884/ref=ppx_yo_dt_b_asin_title_o02_s00?ie=UTF8&psc=1


For the FW I will evaluate the current code base and perhaps just turn on the voltage measurement flag or incorporate the code from:

https://surtrtech.com/2019/01/21/easy-measure-of-ac-voltage-using-arduino-and-zmpt101b/


I'll post when I am finished.

I know that currant transformers have a high voltages on output (if i correct understand your "There are voltages backed up by currents in these boxes that can kill you"). I only want to know your chuck kamas changes in atmega firmware for implantation of valtage measurements.

Please do realize that I have a degree in Electrical and Computer Engineering, and this is an area that I am very comfortable working it. There are voltages backed up by currents in these boxes that can kill you. Please be VERY careful! Let me repeat, be VERY VERY careful. Expect it to blow up and be fine with that as a possibility before you proceed.


We do not have any experience with the hardware modification by Chuck Kamas or the modified code for Nick's hardware. You can try to enable Voltmeter and see what happens. You will likely need to experiment with the values to get the readings accurate.


I made as chuck kamas on the top of this topik: made the voltmeter and conect it to the ADC3 on MEGA 8.

@zhuchella Do you have a controller with voltage measuring circuits? 


If you purchased OpenEVSE II from Nick Sayer at Geppetto electronics on tinde than the firmware should be setup already. If you need an update you should contact Geppetto electronics directly.


If you have a stock OpenEVSE board you shoud NOT unmark either OPENEVSE_2 or VOLTMETER, the voltmeter circuits are not present.


If you have created something of your own design you will need to enable the hardware you added. OPENEVSE_2 has a different ground monitoring hardware in addition to the voltmeter.

I should unmark the whole function //#ifdef OPENEVSE_2 or only #define VOLTMETER ?

Voltage measuring hardware in not currently present in controllers from OpenEVSE. Voltage is assumed to be 120v if L1 is detected or 240v if L2 is detected.


If you add the required circuits or are using a board from Geppetto Electronics with the experimental voltmeter circuit you can enable bu un-commenting the //#define line in the source code.


// Support for Nick Sayer's OpenEVSE II board, which has alternate hardware for ground check/stuck relay check and a voltmeter for L1/L2.

//#define OPENEVSE_2

Hi! Can somebody post the necessary changes for the atmega firmware to turn on voltage measuring ?

Good comment. The web site display appeared to be on a cell phone and I thought about being in the garage and monitoring the charging while it was in progress. But having the wireless capability connected to the internet would be of greater global value. I can see that clearer now.

Thanks

 

Login or Signup to post a comment