StephanJoubert / home_assistant_solarman

Home Assistant component for Solarman collectors used with a variety of inverters.
Apache License 2.0
508 stars 191 forks source link

change scale from radiator for DEYE #447

Open cyberrep opened 7 months ago

cyberrep commented 7 months ago

Actual

- name: "Radiator Temperature"
  class: "temperature"
  uom: "°C"
  state_class: "measurement"
  scale: 0.01
  rule: 1
  offset: 1000
  registers: [0x005a]

Correct

- name: "Radiator Temperature"
  class: "temperature"
  uom: "°C"
  state_class: "measurement"
  scale: 0.10
  rule: 1
  offset: 1000
  registers: [0x005a]

image image