Skip to content

Commit

Permalink
fix: Time of Use - Deye
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrapan committed Dec 17, 2024
1 parent c6ca98a commit afef6a8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions custom_components/solarman/inverter_definitions/deye_hybrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1689,19 +1689,19 @@ parameters:
lookup:
- key: 0x0000
value: "Disabled"
- bit: [0, 1]
- bit: 0x0003
value: "Monday"
- bit: [0, 2]
- bit: 0x0005
value: "Tuesday"
- bit: [0, 3]
- bit: 0x0009
value: "Wednesday"
- bit: [0, 4]
- bit: 0x0011
value: "Thursday"
- bit: [0, 5]
- bit: 0x0021
value: "Friday"
- bit: [0, 6]
- bit: 0x0041
value: "Saturday"
- bit: [0, 7]
- bit: 0x0081
value: "Sunday"
- key: 0x003F
value: "Weekdays"
Expand Down
14 changes: 7 additions & 7 deletions custom_components/solarman/inverter_definitions/deye_p3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -880,19 +880,19 @@ parameters:
lookup:
- key: 0x0000
value: "Disabled"
- bit: [0, 1]
- bit: 0x0003
value: "Monday"
- bit: [0, 2]
- bit: 0x0005
value: "Tuesday"
- bit: [0, 3]
- bit: 0x0009
value: "Wednesday"
- bit: [0, 4]
- bit: 0x0011
value: "Thursday"
- bit: [0, 5]
- bit: 0x0021
value: "Friday"
- bit: [0, 6]
- bit: 0x0041
value: "Saturday"
- bit: [0, 7]
- bit: 0x0081
value: "Sunday"
- key: 0x003F
value: "Weekdays"
Expand Down

0 comments on commit afef6a8

Please sign in to comment.