You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}')
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
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.
The text was updated successfully, but these errors were encountered: