Skip to content

Commit

Permalink
Merge pull request #23 from maslyankov/revert/remove-new-implementati…
Browse files Browse the repository at this point in the history
…on-for-priority-load

Revert/remove-new-implementation-for-priority-load
  • Loading branch information
maslyankov authored Jan 8, 2025
2 parents 4bf51f2 + d6f0228 commit 6173b6d
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions src/sunsynk/definitions/three_phase_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,28 +304,9 @@
141,
"Priority Load",
options={
0b10 << 0: "Battery First",
0b11 << 0: "Load First",
0: "Battery First",
1: "Load First",
},
bitmask=0b11 << 0,
),
SelectRWSensor(
141,
"Passive Grid Balance",
options={
0b10 << 2: "Disabled",
0b11 << 2: "Enabled",
},
bitmask=0b11 << 2,
),
SelectRWSensor(
141,
"Active Grid Balance",
options={
0b10 << 4: "Disabled",
0b11 << 4: "Enabled",
},
bitmask=0b11 << 4,
),
)

Expand Down

0 comments on commit 6173b6d

Please sign in to comment.