Skip to content

Commit

Permalink
feat: Extended Deye Hybrid profile
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrapan committed Nov 28, 2024
1 parent 490b6eb commit 954f4e2
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 174 deletions.
10 changes: 10 additions & 0 deletions custom_components/solarman/inverter_definitions/afore_hybrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,16 @@ parameters:
read: 0x03
write: 0x06
items:
- name: "Meter"
platform: select
rule: 1
registers: [0x00D3]
lookup:
- key: 0
value: "No Meter"
- key: 1
value: "Current Transformer"

- name: "Battery Control Mode"
platform: "select"
rule: 1
Expand Down
Loading

0 comments on commit 954f4e2

Please sign in to comment.