Skip to content

Commit

Permalink
HV Export Limit power needs unit (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
rixxxx authored Jun 25, 2024
1 parent 99123bb commit 6d52846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sunsynk/definitions/three_phase_hv.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
# Settings
###########
SENSORS += (
NumberRWSensor(143, "Export Limit power", WATT, 10, max=RATED_POWER),
NumberRWSensor(191, "Grid Peak Shaving power", WATT, 10, max=100000),
NumberRWSensor(340, "Max Solar power", WATT, 10, max=65000),
)
Expand Down

0 comments on commit 6d52846

Please sign in to comment.