Integrate inverter e.g. sungrow SH10RT #35
-
|
Hello everyone, I have a sungrow inverter that I have already integrated under openHAB. How can I integrate it into the EOS_connect system? Do I have to make a new Intercae inverter_sungrow.py? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
|
Here briefly my procedure
|
Beta Was this translation helpful? Give feedback.
-
|
Hi @ohAnd, Note1: I opend a issue for that Note2: I used openHAB data but this did not cover the range of 2 days (inverter was just installed) and got the following error message. I then simply used other data for testing that was available for this range and it worked. |
Beta Was this translation helpful? Give feedback.
-
|
@ohAnd released a new dev version yesterday (0.1.0.70) which supports the evcc API for controlling the battery. So if you have evcc already in place the Sungrow inverter should be supported now by EOS_Connect "out of the box". Maybe you may give it a try ... please note the config file must be extended accordingly ... |
Beta Was this translation helpful? Give feedback.
-
|
I work with openHAB and have tried to implement the whole thing via MQTT and Modbus for the Sungrow SH15RT. PV System I use the following Modbus registers (see github.com/bohdan-s/Sungrow-Inverter/tree/main/Modbus%20Information) for the different modes: MODE_AVOID_DISCHARGE (EOS_Connect_MQTT_EOS_overall_state) MODE_DISCHARGE_ALLOWED MODE_CHARGE_FROM_GRID Javascript var batteryMaxChargePower = 5.0; if (items.getItem('eosConnectPvControl').state == 'ON') { |
Beta Was this translation helpful? Give feedback.
-
|
Nice - do you also checked if the same is directly possible with the evcc functionality and with modbus connection - do you see the possibility to set the max charge power? |
Beta Was this translation helpful? Give feedback.
-
|
@ohAnd I will revise this again. I work with openHAB and read the inverter data in openHAB via Modbus. A second Modbus connection to evcc is problematic. I now transfer the meter data to evcc via MQTT. I will update the post with the registers as soon as everything is up and running. |
Beta Was this translation helpful? Give feedback.
I work with openHAB and have tried to implement the whole thing via MQTT and Modbus for the Sungrow SH15RT.
With openHAB and the Modbus binding, I read all the information from the inverter and process it in openHAB.
Since a second Modbus communication between the inverter and evcc causes problems, I forward the data required for evcc via MQTT from openHAB.
evcc Example:
Meter
PV System