Skip to content

Commit

Permalink
feat: Add On Grid always on button - Deye
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrapan committed Dec 12, 2024
1 parent 88c5593 commit a7148fd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2104,6 +2104,14 @@ parameters:
- key: 0x0003
value: "Both"

- name: SmartLoad Grid On
description: On Grid always on
platform: "switch"
rule: 1
registers: [0x0118]
value:
bit: 12

- group: Grid, Generator and BMS
update_interval: 300
items:
Expand Down
8 changes: 8 additions & 0 deletions custom_components/solarman/inverter_definitions/deye_p3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,14 @@ parameters:
min: 0
max: 100

- name: SmartLoad Grid On
description: On Grid always on
platform: "switch"
rule: 1
registers: [0x00B2]
value:
bit: 6

- group: Grid Parameters
update_interval: 300
items:
Expand Down

0 comments on commit a7148fd

Please sign in to comment.