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

Default dashboard doesn't filter out invalid data from InfluxDB #101

Closed
ibmaster opened this issue Oct 15, 2022 · 2 comments
Closed

Default dashboard doesn't filter out invalid data from InfluxDB #101

ibmaster opened this issue Oct 15, 2022 · 2 comments

Comments

@ibmaster
Copy link

ibmaster commented Oct 15, 2022

Somehow the database occasionally records some time entries where all the data fields are 0 / NULL. (Perhaps from network or API timeouts?)
Can the default dashboards filter these out so they are ignored/omitted in the graphs?
If not, any suggestions on how to manually modify the database?

@jasonacox
Copy link
Owner

Hi @ibmaster - Can you paste a screenshot of what you are seeing?

  1. I had similar problems with data dropout that was caused by the Powerwall losing WiFi connection for a while. I eventually fixed this by hardwiring the Powerwall gateway into my network. I highly recommend that.
  2. There is a way to fill in those gaps in your data from the Tesla Cloud using a tool that @mcbirse built (see Any way to import all historical data? #12).

@ibmaster
Copy link
Author

ibmaster commented Oct 16, 2022

Thanks, I was able to use the tesla-history.py script (after some code modification to not just remove cloud data) to remove appropriate time ranges of invalid entries in the database.

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