jbuehl / solaredge

SolarEdge inverter logging data capture
GNU General Public License v3.0
288 stars 60 forks source link

Solar Edge StorEdge Battery connection. #110

Open als1980 opened 6 years ago

als1980 commented 6 years ago

We are currently working on a battery solution for the StorEdge platform. I know they confirm to sunspec in certain situations. Does anyone have info on how to communicate with the SE from the battery bank . What info is it looking for? Is the protocol open so we can test as is? I see a huge bottle neck for SE if they only embrace LG power walls. Our product will sell, roughly double the power half the cost. Using the best cells on the planet. It is also a green technology. I am a dealer for SE and can't seem to get straight answers. I would figure they would jump at the chance to bring on a new vendor so pricing can be stablized. Any info would be greatly appreciated. Right now we have a 16kwh lithium battery running 96s. So we canatj the +-400 volt solar Edge requires. Pleassseee pm me if you have any info and if solaredge is here reach out to us. C.T.O. Adam Simmons ArmsWork Inc. 83 DELAFIELD PL. Staten island, NY 10310 Adam.simmoms@armswork.com Thank you for your time.

ContextPerspective commented 6 years ago

I am by no means an expert like the other fine folks on here, but I ran across these documents a while back looking into the communication options for my SE6000H inverter and forthcoming system expansion.

All documents regarding SE's StorEdge platform seem to explain that the SE Inverter uses Modbus over RS-485 to speak to their their StorEdge interface box, which appears to be both a monitor and electrical interface and point of interconnect to the battery bank.

The attached has some detailed wiring diagrams for various configs.

Other documents which might help:

image

image

Hope this helps

als1980 commented 6 years ago

Thank you for the fast reply. I have seen those documents. My issue is I'm trying to develope a battery for solaredge customers (including myself) that is restricted to only a single battery!!! The LG! I don't think that's fair game. I just need to know how solaredge talked to the battery, and what protocall. Then supply an API list of what the inverter is expecting from the battery and vice versa.

Adam

On Sat, Sep 8, 2018, 9:02 PM ContextPerspective notifications@github.com wrote:

I am by no means an expert like the other fine folks on here, but I ran across these documents a while back looking into the communication options for my SE6000H inverter and forthcoming system expansion.

All documents regarding SE's StorEdge platform seem to explain that the SE Inverter uses Modbus over RS-485 to speak to their their StorEdge interface box, which appears to be both a monitor and electrical interface and point of interconnect to the battery bank.

The attached has some detailed wiring diagrams for various configs.

Other documents which might help:

-

https://www.solaredge.com/sites/default/files/storedge_interface_wiring_quick_guide_and_on_site_checklist_for_lg_batteries.pdf http://url

https://www.solaredge.com/sites/default/files/storedge_interface_installation_with_powerwall_1.pdf http://url

[image: image] https://user-images.githubusercontent.com/303719/45260011-b26d4180-b38f-11e8-9c87-b04e4f9df4c3.png

[image: image] https://user-images.githubusercontent.com/303719/45260012-b9944f80-b38f-11e8-99dd-de770043dfca.png

Hope this helps

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jbuehl/solaredge/issues/110#issuecomment-419683119, or mute the thread https://github.com/notifications/unsubscribe-auth/ADm0fOgwZo-s7a8gGCUJ_C3BwYrHHY66ks5uZGipgaJpZM4WgFbp .

jbuehl commented 6 years ago

The SolarEdge protocols documented in this project were figured out by looking at the messages going between an inverter and the server and making a lot of educated guesses about what the messages contained. SolarEdge did not support this in any way. If they don't want to provide you with their documentation, then the only way to do it is to reverse engineer it in the same way this was done.

math322 commented 3 years ago

@als1980 Did you had success to get any documents?