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

40283 zeros #29

Open
peterdudfield opened this issue Jun 8, 2022 · 2 comments
Open

40283 zeros #29

peterdudfield opened this issue Jun 8, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@peterdudfield
Copy link
Contributor

Describe the bug
gives lots of zeros

but. on https://pvoutput.org/intraday.jsp?id=40283&sid=40283&dt=20220605&gs=0&m=1
the valyes are not zero

Screenshot 2022-06-08 at 19 20 11

@peterdudfield
Copy link
Contributor Author

from pvoutput import PVOutput
from datetime import datetime

pv =PVOutput()
s =pv.get_system_status(pv_system_ids=[40283],date=datetime(2022,6,8),use_data_service=True,timezone="Europe/London")

@peterdudfield
Copy link
Contributor Author

It looks like this is a bug in pvoutput.org. Zeros are reported instead of Null values.

As we dont want to get rid of data if it is actually 0, one way to solve this would be to do a special case for this system and remove all zeros.

ref:
https://pvoutput.org/intraday.jsp?id=40283&sid=40283&dt=20220522&gs=0&m=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant