StephanJoubert / home_assistant_solarman

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

Value of Total Production dropping to zero, even with invalidate min:0.1 #153

Closed markusn78 closed 1 year ago

markusn78 commented 1 year ago

Hi there, i got a deye 600w String Inverter, collecting of Data is working good, but every morning, around 8:50 to 9:15 is the Value of Total Production dropping to zero for 5-7 min. I tried to ignore these Values with the validation rule, but this is not working

- name: "Total Production" class: "energy" state_class: "total_increasing" uom: "kWh" scale: 0.1 rule: 3 registers: [0x003F, 0x0040] icon: "mdi:solar-power" validation: min: 0.1 invalidate_all:

Is this a bug in solarman? Screenshot 2022-12-17 220149

markusn78 commented 1 year ago

I solved it by myself. The Problem is that the HACS Version is nearly a half year old, and all of your fixings are only on Github. Maybe is time for a new HACS Release? I copied your complete git over my installation, everything is working fine now.