Skip to content

Commit a64cfd0

Browse files
author
proggaras
committed
Sunsync 3 phase inverter sign fix
1 parent 739f479 commit a64cfd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sunsynk/definitions/three_phase_common.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
Sensor(627, "Inverter L1 voltage", VOLT, 0.1),
3636
Sensor(628, "Inverter L2 voltage", VOLT, 0.1),
3737
Sensor(629, "Inverter L3 voltage", VOLT, 0.1),
38-
Sensor(630, "Inverter L1 current", AMPS, 0.01),
39-
Sensor(631, "Inverter L2 current", AMPS, 0.01),
40-
Sensor(632, "Inverter L3 current", AMPS, 0.01),
38+
Sensor(630, "Inverter L1 current", AMPS, -0.01),
39+
Sensor(631, "Inverter L2 current", AMPS, -0.01),
40+
Sensor(632, "Inverter L3 current", AMPS, -0.01),
4141
Sensor(638, "Inverter frequency", "Hz", 0.01),
4242
)
4343

0 commit comments

Comments
 (0)