-
Notifications
You must be signed in to change notification settings - Fork 29
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
Wondering about this Telegraf error? #19
Comments
I've noticed a ton of those errors too. I started noticing them after the most recent update; currently on 21.31.0 Are you still getting data to populate for you in grafana? I looked at the cookiesproxy container, and noticed it is giving a bunch of errors about actually connecting to the Powerwall, so my thoughts so far is that it is an issue with the cookieproxy connecting not allowing it to get the data. I have not been able to track down what is causing it yet, or how to change it, but I'm still looking. |
Yes. Still getting errors, but also still getting all my Grafana data. |
I'm looking into this, but I can't quite figure out what is going on. First, as mentioned by other people, here's the errors that I've been seeing in telegraf:
I then ran the following commands:
The error comes from golang programs that are trying to unmarshal content. I've tried it multiple different times and I can't get it to send an improper JSON response that begins with the This is on Powerwall firmware 21.24.2. |
While I have this monitor implemented and running on my RPI, I am seeing errors on the telegraf container logs...
_
_
I'll get several lines of " invalid character 'E' looking for beginning of value" for both aggregates and soe then the timeout errors.
My dashboard is populating with data and I don't see problems other than the errors in the logs. I thought this error was somehow related to JSON errors but just not sure if I need to address or ignore?
Cheers,
The text was updated successfully, but these errors were encountered: