Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
assachs opened this issue Sep 7, 2023 · 3 comments
Open

Comments

@assachs
Copy link

assachs commented Sep 7, 2023

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
Copy link
Author

assachs commented Sep 7, 2023

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
Copy link

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
Copy link
Author

assachs commented Sep 13, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants