I’ve recently noticed that when I click on Show Detailed View and Weekly it displays the number of kWh that I’ve saved over the week:
https://pvoutput.org/aggregate.jsp?id=59885&sid=53284&v=1&t=w
However clicking on the Daily view none of the days in the week have the actual ‘Saved’ kWh
https://pvoutput.org/list.jsp?id=59885&sid=53284&v=1
If you look at the week starting 10/09/2017 you can see I’ve ‘Saved’ 86.3 kWh, however in the daily view chart none of the individual days in that week show the ‘Saved’ kWh amounts.
If you look at the table for the Daily page, there is a column which displays the $ dollar amounts that I’ve saved so the ‘Saved’ kWh data must be stored in pvoutput somewhere. But the chart isn’t showing it for some reason?
I’m using a custom ESP8266 chip with my own firmware (using the Arduino IDE) that is counting pulses from two kWh meters in my Meter box and uploading the data to Pvoutput. So I don’t know if the underlying problem is with the way I’m doing the data upload, or if it’s an issue with Pvoutput?
I think my data upload is OK because the values are being calculated for the dollar amounts each day, it’s just not showing in the chart.