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 12c5d45
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 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,17 @@ parameters:
rule: 3
scale: 0.1
registers: [0x0058, 0x0059]

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

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

0 comments on commit 12c5d45

Please sign in to comment.