youzer-name
youzer-name
I originally installed Powerwall Dashboard alongside some existing docker containers, so I've been using a newer version of Grafana all along. I had updated many of the panels to newer...
@jasonacox Just to clarify, I had to add inverse values for "home", "solar", and "from_grid". There needs to be an inverse for whatever value might be the largest absolute value...
I just took a look at how mine is set up as I have been customizing the dashboards for a while and am not working with the default environment. I...
> Great analysis and points @youzer-name ! Are you using the `dashboard-animation.json` dashboard? Would you mind posting the panel json for those? I'm trying to figure out the best way...
> I took a quick link at Charge HQ but I'm not sure if it's storing anything locally. Are you using TeslaMate? https://github.com/adriankumpf/teslamate If not, you should take a look,...
@prussell69 I expected that anyone who is into Powerwall Dashboard and also drives a Tesla would also find TeslaMate useful. If you're using home automation and/or use Node Red, the...
Works like a charm. Thanks for putting this together @mcbirse
This may not be possible using InfluxDB and InfluxQL. It might require using Flux as the query language since InfluxQL can't do anything like "datepart" to get the month or...
After a lot of trial and error (mostly error) I was able to copy all of my InfluxDB data to MySQL and get a query of solar production by month....
@jasonacox Ugh... I found something else amiss in my data as a result of getting it over into MySQL. The issue @mcbirse noticed with the timezones and month tags also...