Skip to content

Commit

Permalink
fix: Grid & Load scaling for Deye Hybrid
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrapan committed Dec 5, 2024
1 parent 6f0afbe commit 67f0953
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,7 @@ parameters:
state_class: "measurement"
uom: "W"
rule: 2
scale: 10 # out of date docs
registers: [0x00A7]
icon: "mdi:transmission-tower"

Expand All @@ -667,6 +668,7 @@ parameters:
state_class: "measurement"
uom: "W"
rule: 2
scale: 10 # out of date docs
registers: [0x00A8]
icon: "mdi:transmission-tower"

Expand All @@ -676,6 +678,7 @@ parameters:
state_class: "measurement"
uom: "W"
rule: 2
scale: 10 # out of date docs
registers: [0x00A9]
icon: "mdi:transmission-tower"
attributes: [inverse]
Expand Down Expand Up @@ -706,6 +709,7 @@ parameters:
state_class: "measurement"
uom: "W"
rule: 2
scale: 10 # out of date docs
registers: [0x00AA]
icon: "mdi:transmission-tower"

Expand All @@ -715,6 +719,7 @@ parameters:
state_class: "measurement"
uom: "W"
rule: 2
scale: 10 # out of date docs
registers: [0x00AB]
icon: "mdi:transmission-tower"

Expand All @@ -724,6 +729,7 @@ parameters:
state_class: "measurement"
uom: "W"
rule: 2
scale: 10 # out of date docs
registers: [0x00AC]
icon: "mdi:transmission-tower"

Expand Down Expand Up @@ -753,6 +759,7 @@ parameters:
state_class: "measurement"
uom: "W"
rule: 2
scale: 10 # out of date docs
registers: [0x00B0]

- name: "Load L2 Power"
Expand All @@ -761,6 +768,7 @@ parameters:
state_class: "measurement"
uom: "W"
rule: 2
scale: 10 # out of date docs
registers: [0x00B1]

- name: "Load Power"
Expand All @@ -769,6 +777,7 @@ parameters:
state_class: "measurement"
uom: "W"
rule: 2
scale: 10 # out of date docs
registers: [0x00B2]

- name: "Load L1 Current"
Expand Down

0 comments on commit 67f0953

Please sign in to comment.