Skip to content

Commit

Permalink
fix: Deye Battery Grid Charging Start units
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrapan committed Oct 5, 2024
1 parent cab3c0a commit 9486725
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,9 @@ parameters:

- name: "Battery Grid Charging Start Voltage"
platform: number
class: "voltage"
state_class: measurement
uom: "V"
scale: 0.01
rule: 1
registers: [0x00E4]
Expand All @@ -1222,6 +1225,8 @@ parameters:

- name: "Battery Grid Charging Start"
platform: number
state_class: measurement
uom: "%"
rule: 1
registers: [0x00E5]
icon: "mdi:battery"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,9 @@ parameters:

- name: "Battery Grid Charging Start Voltage"
platform: number
class: "voltage"
state_class: measurement
uom: "V"
scale: 0.01
rule: 1
registers: [0x007E]
Expand All @@ -566,6 +569,8 @@ parameters:

- name: "Battery Grid Charging Start"
platform: number
state_class: measurement
uom: "%"
rule: 1
registers: [0x007F]
icon: "mdi:battery"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,9 @@ parameters:

- name: "Battery Grid Charging Start Voltage"
platform: number
class: "voltage"
state_class: measurement
uom: "V"
scale: 0.01
rule: 1
registers: [0x007E]
Expand All @@ -572,6 +575,8 @@ parameters:

- name: "Battery Grid Charging Start"
platform: number
state_class: measurement
uom: "%"
rule: 1
registers: [0x007F]
icon: "mdi:battery"
Expand Down

0 comments on commit 9486725

Please sign in to comment.