jedie / inverter-connect

Get information from Deye Microinverter
https://pypi.org/project/inverter-connect/
GNU General Public License v3.0
25 stars 7 forks source link

Skip send values: Radiator Temperature value=61.0 is greater than -9.9 #91

Open assachs opened 10 months ago

assachs commented 10 months ago

Hello, i got the following error: Skip send values: Radiator Temperature value=61.0 is greater than -9.9

In the morning and evening i do not get the error. Now the temperatur is 59 and the data is send.

assachs commented 10 months ago

I think the max value should be printed: if spec.max_value and value > spec.max_value: raise ValidationError(f'{inverter_value.name} {value=!r} is greater than {spec.min_value!r}')

basti122303 commented 9 months ago

The values are defined in one of the /deye_*_validations.yaml. I had have a similar problem since the last firmware update, the temp is always -10.0 so I had to adjust them

assachs commented 9 months ago

The error message is wrong. The min value is printed but the max value is the problem.