-
Notifications
You must be signed in to change notification settings - Fork 6
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
Data validation is overexited #276
Comments
So it looks like... before validation, check if the
No changes to |
Well, I'm a bit confused now... I installed it using So it seems the install source is completely out-of-sync
|
can you please do a |
|
That'll explain why it's different - the current released version is 0.0.11 - https://pypi.org/project/pvoutput/#history
|
So, leaving the utils.py with the validation removed I guess? I'm pretty new to Python...
|
Yeah, starting in 0.0.9 the minimum version's 3.8 - you might be be able to include it in your project by cloning the repository and grabbing the |
And now I realise this RPi is still on Buster... |
Running a script for a few weeks without issues, until today:
According to the PVO documentation for addstatus service there is no limitation for v3 (consumption in Wh)
I also provide
c1=1
which meansBoth v1 and v3 values are lifetime energy values.
Commenting out the validation in
/usr/local/lib/python3.7/dist-packages/pvoutput/utils.py
makes the script running again (PVO accepts the data)Edit: pvoutput was installed on raspberry pi using
pip3 install pvoutput
The text was updated successfully, but these errors were encountered: