Extended data, graphing/tables

Hi there,

I’m uploading extended data for my Hot Water system from a separate machine to the one uploading Solar PV data. When I select the graphs for extended data it is only showing hourly figures. It also claims that I have not sent any data when viewing the live view table. I’m sending data in every 5 minutes and getting a successful/added/ok response from the API.

Am I missing something?

Also, is there a way to add extended data to the primary graph (show all)

System is up at https://pvoutput.org/intraday.jsp?id=11117&sid=9144

Cheers

F

Check that the timestamp (t=) is not repeated every 5 minutes within the hour.

Yep, turned out to be a bug in the code I was using … was constantly sending in the same timestamp until the next hour! Thanks.