Skip to content

Commit

Permalink
Fix Solar Export sensor initialization by setting default state to 'o…
Browse files Browse the repository at this point in the history
…n' being 1 and off 0
  • Loading branch information
maslyankov committed Jan 3, 2025
1 parent e878af1 commit 189fc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sunsynk/definitions/three_phase_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
NumberRWSensor(127, "Grid Charge Start Battery SOC", "%"),
SwitchRWSensor(130, "Grid Charge enabled", on=1),
SwitchRWSensor(146, "Use Timer"),
SwitchRWSensor(145, "Solar Export"),
SwitchRWSensor(145, "Solar Export", on=1),
NumberRWSensor(143, "Export Limit power", WATT, max=RATED_POWER),
NumberRWSensor(108, "Battery Max Charge current", AMPS, max=240),
NumberRWSensor(109, "Battery Max Discharge current", AMPS, max=240),
Expand Down

0 comments on commit 189fc1e

Please sign in to comment.