I have a system that produces more than 100kWh/day, and with current configuration all values goes to "unknown" as soon as I hit 100.0kWh/day produced. I changed the "max: 100" to 1000 instead, which works around the problem.
deye_sg04lp3.yaml:
- name: "Daily Production"
class: "energy"
state_class: "total_increasing"
uom: "kWh"
scale: 0.1
rule: 1
registers: [0x0211]
validation:
max: 100
invalidate_all:
I have a system that produces more than 100kWh/day, and with current configuration all values goes to "unknown" as soon as I hit 100.0kWh/day produced. I changed the "max: 100" to 1000 instead, which works around the problem.
deye_sg04lp3.yaml:
class: "energy"
state_class: "total_increasing"
uom: "kWh"
scale: 0.1
rule: 1
registers: [0x0211]
validation:
max: 100
invalidate_all: