We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c6628 commit 739f479Copy full SHA for 739f479
src/sunsynk/definitions/three_phase_common.py
@@ -78,6 +78,7 @@
78
Sensor(644, "Load L1 voltage", VOLT, 0.1),
79
Sensor(645, "Load L2 voltage", VOLT, 0.1),
80
Sensor(646, "Load L3 voltage", VOLT, 0.1),
81
+ Sensor(655, "Load frequency", "Hz", 0.01),
82
)
83
84
##############
0 commit comments