File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,13 +140,13 @@ var modelMap = map[sunspec.ModelId]map[int]map[string]meters.Measurement{
140
140
model203 .TotWhImpPhB : meters .ImportL2 ,
141
141
model203 .TotWhImpPhC : meters .ImportL3 ,
142
142
model203 .VA : meters .ApparentPower ,
143
+ model203 .VAphA : meters .ApparentPowerL1 ,
144
+ model203 .VAphB : meters .ApparentPowerL2 ,
145
+ model203 .VAphC : meters .ApparentPowerL3 ,
143
146
model203 .VAR : meters .ReactivePower ,
144
147
model203 .VARphA : meters .ReactivePowerL1 ,
145
148
model203 .VARphB : meters .ReactivePowerL2 ,
146
149
model203 .VARphC : meters .ReactivePowerL3 ,
147
- model203 .VAphA : meters .CurrentL1 ,
148
- model203 .VAphB : meters .CurrentL2 ,
149
- model203 .VAphC : meters .CurrentL3 ,
150
150
model203 .W : meters .Power ,
151
151
model203 .WphA : meters .PowerL1 ,
152
152
model203 .WphB : meters .PowerL2 ,
You can’t perform that action at this time.
0 commit comments