Skip to content

Commit

Permalink
feat: Load & Grid Power for Deye String
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrapan committed Nov 20, 2024
1 parent acc150a commit 543a565
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions custom_components/solarman/inverter_definitions/deye_string.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -431,3 +431,19 @@ parameters:
rule: 3
scale: 0.1
registers: [0x0058, 0x0059]

- name: "Load Power"
class: "power"
state_class: "measurement"
uom: "W"
scale: 1
rule: 1
registers: [0x00c6, 0x00c7]

- name: "Grid Power"
class: "power"
state_class: "measurement"
uom: "W"
scale: 1
rule: 2
registers: [0x00cb, 0x00cc]

0 comments on commit 543a565

Please sign in to comment.