Skip to content

Commit

Permalink
feat: Add temperature sensors for Deye String
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrapan committed Feb 12, 2025
1 parent 9011010 commit b93f7b0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions custom_components/solarman/inverter_definitions/deye_string.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,33 @@ parameters:
scale: 0.1
registers: [0x0058, 0x0059]

- name: "DC Temperature"
hidden:
class: "temperature"
state_class: "measurement"
uom: "°C"
scale: 0.1
rule: 2
offset: 1000
registers: [0x005A]
icon: "mdi:thermometer"
range:
min: 0
max: 3000

- name: "Temperature"
class: "temperature"
state_class: "measurement"
uom: "°C"
scale: 0.1
rule: 2
offset: 1000
registers: [0x005B]
icon: "mdi:thermometer"
range:
min: 0
max: 3000

- name: "Load Power"
l: 1
class: "power"
Expand Down

0 comments on commit b93f7b0

Please sign in to comment.