-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
50 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,61 @@ | ||
[Configuration] | ||
cfgInverterIp = 192.168.178.94 | ||
cfgInverterAddr = 1 | ||
Typ = test | ||
IP = 192.168.178.94 | ||
Typ = Beispiel # SolarEdge | Fronius | Kostal_mit_KSEM | Huawei | SMA | Victron | E3DC | Kostal_Plenticore | | ||
|
||
# ------------------------------------- | ||
|
||
[test] | ||
[Beispiel] | ||
# Beispiel: Lese 5 Register ab 30810, dann 1 Register aus 60820 und 1 Register aus 30822 | ||
Port = 502 | ||
Addr = 1 | ||
30810 = 5 | ||
60820 = 1 | ||
30822 = 1 | ||
|
||
[SolarEdge] | ||
# "cfgInverterType":1 | ||
[SolarEdge] # "cfgInverterType":1 | ||
Port = 1502 | ||
Addr = 1 | ||
40071 = 1 # I_AC_Current | ||
40083 = 2 # AC Power value + AC Power scale factor | ||
40206 = 1 # Total Real Power (sum of active phases) | ||
40210 = 1 # AC Real Power Scale Factor | ||
|
||
[Fronius] | ||
# "cfgInverterType":2 | ||
# SlaveID=240 | ||
[Fronius] # "cfgInverterType":2 | ||
Port = 502 | ||
Addr = 240 | ||
40083 = 2 # AC Power value + AC Power scale factor | ||
40087 = 1 # Total Real Power (sum of active phases) | ||
40091 = 1 # AC Real Power Scale Factor | ||
|
||
[Kostal_mit_KSEM] | ||
# "cfgInverterType":3 | ||
# SlaveID=240 | ||
[Kostal_mit_KSEM] # "cfgInverterType":3 | ||
Port = 502 | ||
Addr = 240 | ||
40087 = 1 # Total Real Power (sum of active phases) | ||
40091 = 1 # AC Real Power Scale Factor | ||
|
||
[Huawei] | ||
# "cfgInverterType":4 | ||
[Huawei] # "cfgInverterType":4 | ||
Port = 502 | ||
37113 = 1 # Active power | ||
37765 = 1 # [Energystorage]Charge/Discharge power (optional) | ||
Addr = 1 | ||
37113 = 2 # Active power | ||
37765 = 2 # [Energystorage]Charge/Discharge power (optional) | ||
|
||
[SMA] | ||
# "cfgInverterType":5 | ||
[SMA] # "cfgInverterType":5 | ||
Port = 502 | ||
30867 = 1 # Metering.GridMs.TotWOut | ||
30865 = 1 # Metering.GridMs.TotWIn | ||
Addr = 1 | ||
30867 = 2 # Metering.GridMs.TotWOut | ||
30865 = 2 # Metering.GridMs.TotWIn | ||
|
||
[Victron] | ||
# "cfgInverterType":6 | ||
[Victron] # "cfgInverterType":6 | ||
Port = 502 | ||
Addr = 100 | ||
820 = 3 # com.victronenergy.system --> Grid L1 - Power | ||
|
||
[E3DC] | ||
# "cfgInverterType":7 | ||
[E3DC] # "cfgInverterType":7 | ||
Port = 502 | ||
40074 = 1 # Leistung am Netzübergabepunkt | ||
Addr = 1 | ||
40074 = 2 # Leistung am Netzübergabepunkt | ||
|
||
[Kostal_Plenticore] | ||
# "cfgInverterType":8 | ||
[Kostal_Plenticore] # "cfgInverterType":8 | ||
Port = 1502 | ||
172 = 1 # Total AC active power | ||
Addr = 71 | ||
172 = 2 # Total AC active power |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters