-
Notifications
You must be signed in to change notification settings - Fork 49
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
Seeing a load of exceptions in the logs such as "could not convert string to float" #97
Comments
same here, did you find a solution? |
Same here. When I start the integration I get many warnings and one error. I have an SG0.4RS inverter, the comunication module and I have pending the installation of the general meter:
And then I get several errors and warnings when it tries to populate the sensors, these ones are repeated every time the data refreshes:
(I remove several lines from now on, they were similar to the previous error)
|
The add-on seems to be working great otherwise, just that I am seeing a bunch of exceptions in the logs.
ps_type_name ValueError: could not convert string to float: 'Residential PV'
ps_location ValueError: could not convert string to float: 'Finland'
ps_holder ValueError: invalid literal for int() with base 10: 'B2290923829'
ps_short_name ValueError: invalid literal for int() with base 10: 'B2290923829'
ps_name ValueError: could not convert string to float: 'Finland'
timezone ValueError: invalid literal for int() with base 10: 'GMT+2'
For example here's the full stack trace for the timezone from the log:
The text was updated successfully, but these errors were encountered: