-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How is the SolarEdge Wallbox integrated? #89
Comments
I have tested, and you can still read the data for the inverters, meters and batteries with the EV charger, however I have not yet been successful in reading the data for the EV charger only, and I doubt we ever will to be honest, unless solaredge add in a local api for the devices so we can at least read the data. The master inverter sees the charger as another follower device. Would be nice to be able to control the charger via modbus |
Hi herbi3 (and thank you for replying).
I have no hardware yet to test anything.
What did you try? Inverter and wallbox are connected to your LAN, each. Documentation for the KEBA wallbox is here. How ist this switch set in your wallbox? Following this setting, we have to use the programmers guide for UDP or Modbus TCP. If it is Modbus, the "solaredge_modbus"-library could be an... inspiration ;) . |
Thanks @LotadaC I have three 400v solaredge batteries and three inverters, blackout protection for 2/3 phases (we are on three phase supply (240x3, 415v line to line) and have tried testing with the solaredge branded EV charger Solaredge master/leader support many rs485 connections, and each slave/follower needs a seperate ID for it to work correctly. However, the master/leader inverter can only handle one TCPmodbus connection at a time, this is only Solaredge state in their manuals that, if the EV charger is connected to the same LAN network / same wifi etc, then it will auto detect the inverter and connect to it, I haven't tried that method and only have them connected to the inverter via rs485 instead. The batteries are connected to the inverter for communication, via the eNet card, where the battery just wirelessly connects to the inverter via radio instead of rs485. |
Does anybody know, how the SolarEdge EV-Charger (SE-EVK22xxx-01) will be integrated in the SolarEdge infrastructure?
The HomeBatteries are connected via CAN, the meter via RS458 Modbus (or a wireless interface?).
The HomeHubInverter (SE5/8/10K) gathers data and mirrors it in the register-table.
The EV-Charger supports excess charging -> there has to be any communication link between Inverter and EV-Charger.
The EV-Charger has an (W)LAN interface and may be acessed (both directions?) via Modbus TCP
Do the inverter as master connect the charger (as slave) via modbus?
Or the charger (as master) reads the inverter register this way?
The inverter does support only one modbus connection (except the meter-modbus) - if the Charger is integrated,I'm not able to use this project/library??
The text was updated successfully, but these errors were encountered: