Skip to content

Commit

Permalink
Add PV Power MathSensor to LV too, HV has it already (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
rixxxx authored Jun 25, 2024
1 parent 6d52846 commit d330690
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/sunsynk/definitions/three_phase_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@
Sensor(646, "Load L3 voltage", VOLT, 0.1),
)

##############
# Solar Power
##############
SENSORS += (
MathSensor(
(672, 673, 674, 675), "PV power", WATT, factors=(1, 1, 1, 1)
), # pv1,pv2,pv3,pv4 power
)

#####################
# MPPT 1 Solar Power
#####################
Expand Down

0 comments on commit d330690

Please sign in to comment.