Eastron SDM630 config #29
Replies: 10 comments
-
You need to enter the setup menu of the Eastron, and set the modbus address (Set Addr) on the SDM630 to a number >10 , for example 101. Then on the SmartEVSE set the "EV METER" option to Eastron. Connect the RS485 wires to the A and B terminals of the meter. |
Beta Was this translation helpful? Give feedback.
-
Will try it this weekend. Thank you. |
Beta Was this translation helpful? Give feedback.
-
I have a monophase setup. Does this also work with the Eastron SDM220? |
Beta Was this translation helpful? Give feedback.
-
Can it be as simple by changing the EM_CUSTOM values to the one with 1Phase modbus register https://github.com/reaper7/SDM_Energy_Meter/blob/8bda969f312cfafa5a26506da8ac9b42d4fb38ca/SDM.h#L95) ?
Should one create a case EM_CUSTOM based on EM_Eastron?
Something like? Does the x<3 is meant to read 3 Phase info? So changing this to x<1 should make it only run once, since our modbus info is also 1 Phase?
|
Beta Was this translation helpful? Give feedback.
-
It depends how you want to use the single phase electric meter. For current measurement (smart or solar charging): For power and energy measurment (ev meter): Feedback is welcome! |
Beta Was this translation helpful? Give feedback.
-
I would think it can work, have you seen the registers overview from the Reaper7 repository? So 0x06 gives my current and 0x0C my power, the same address as for Phase1_Current and Phase1_Power. The registers of Phase2 and 3 are not used by the SDM220, so I don't know what the plugin does if that value is not available. Like you wrote, if it's zero, it's probably going to work just fine. Maybe we can create Eastron1F and Eastron3F in EVSE.h ? I think people with mono phase systems wouldn't mind :-). |
Beta Was this translation helpful? Give feedback.
-
I've got confirmation from a customer that the Eastron SDM230 modbus works fine. If the SDM220 uses the same registers then it might also work. |
Beta Was this translation helpful? Give feedback.
-
It is for most addresses.
0x0 for Voltage is the same for SDM630/SDM230/SDM220 Or is the 0x34 address not important? Maybe the load balancing uses current instead of power? Can adding a line of code work and create an option for 1Phase and 3Phase meters? |
Beta Was this translation helpful? Give feedback.
-
Sorry to come back to this discussion from awhile ago, but is it known if the SDM220 works? |
Beta Was this translation helpful? Give feedback.
-
Yes it works. SDM220 and 230 no problem, only it doesn't show power. Register 0x34 needs to be changed to 0x0C for one phase Eastron meters. |
Beta Was this translation helpful? Give feedback.
-
I bought the smart evse with sensor box. I also bought the eastron SDM630 v2. How to configure the eastron so it will show the consumption of the charger on the display?
Beta Was this translation helpful? Give feedback.
All reactions