Skip to content

Commit 739f479

Browse files
author
proggaras
committed
Sunsync 3 phase load Hz added
1 parent 18c6628 commit 739f479

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sunsynk/definitions/three_phase_common.py

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
Sensor(644, "Load L1 voltage", VOLT, 0.1),
7979
Sensor(645, "Load L2 voltage", VOLT, 0.1),
8080
Sensor(646, "Load L3 voltage", VOLT, 0.1),
81+
Sensor(655, "Load frequency", "Hz", 0.01),
8182
)
8283

8384
##############

0 commit comments

Comments
 (0)