Replies: 1 comment 1 reply
-
Do you want to wrap this in a meter template? Also seems grid is missing- all hybrid inverters should have those measurements somewhere. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I successfully configured a evcc.yaml to work with the SigenStor Hybrid PV/Battery System
I connected the SigenStor and my EVCC Server (running on a Macbook) to the same Wifi Network. I use Modbus TCP to read the Battery SOC and power, and the PV1 and 2 Voltage and Current. Each Voltage and Current are multiplied, then PV1 power and PV2 power are added to get the total PV power. (The modbus documentation shows PV3 and 4, too, but PV 3 is not used in my case and I think PV4 can be ignored). I use an efficiency factor of .97 to calculate the AC power from the DC power.
Your system installer has to activate the Modbus TCP protocoll in the MySigen App.
Click the Device button to switch to Device panel. Click on the SigenStor Settings button, and go into the SigenStor Settings panel. Turn on the Modbus TCP Server Enable button, and click on the Save button on the right. (See [[kp_installationsinstruktioner_sigenergy_1_.pdf]])
Here's the configuration for the PV production meter:
Here's the configuration for the Battery:
Add both the configurations to your evcc.yaml file in the "meters" section, then add the PV-meter and battery-meter to your "site":
For further reading, here's the Modbus Documentation that I used, and a user Manual for the modbus activation (remote EMS scheduling is not required):
Sigenergy Modbus Protocol - 20240409.pdf
kp_installationsinstruktioner_sigenergy_1_.pdf
Beta Was this translation helpful? Give feedback.
All reactions