Anyway, been working on my app some more. I won't be back to the RV until the weekend so I'm running it with simulator data, which is just random numbers, so the plotting is all over the place. I added a few pages. The first screen, showing battery watts in center and volts at top right, is unchanged. This one isn't simulator data, and is what it looked like last Saturday as the sun was coming up.

Swipe to the second screen, showing battery volts in middle and on the graph, and SoC at top right. This one is random simulator data so the plot is all over the place.

Next screen, showing fridge temp in middle and power source (solar or propane) at top right. Incidentally it was fantastically easy to rig up a temperature probe using one of these guys. IMG_2139.PNG
And all the data on one screen. The formatting and background image here aren't at all final, especially on this screen, I'm mostly just organizing the data at this point. IMG_2140.PNG
When I'm back on site I plan to add the other data points from the controller, like "temperature inside case", "heatsink temperature", max PV voltage, total energy generated today/this week/this month/ever, battery charge state, and whatever else looks interesting. I also plan to add a few other things that have nothing to do with the solar system, like the RV inside temperature and data from a weather station I'm working on.
As far as plotting the data, I'm saving an average of everything every 15 minutes to a local database, I registered for an account at pvoutput.org, and it looks like they expect an update every 5 minutes? sensij, are you uploading your data live, or do you log into their site and upload it manually?
And do you know what data you're uploading? Is it just PVAmps and PVVolts?
Having a look at their API it looks easy enough to just send them an update every 5 minutes, but from a quick look I'm not clear on what data they expect exactly.
Swipe to the second screen, showing battery volts in middle and on the graph, and SoC at top right. This one is random simulator data so the plot is all over the place.
Next screen, showing fridge temp in middle and power source (solar or propane) at top right. Incidentally it was fantastically easy to rig up a temperature probe using one of these guys. IMG_2139.PNG
And all the data on one screen. The formatting and background image here aren't at all final, especially on this screen, I'm mostly just organizing the data at this point. IMG_2140.PNG
When I'm back on site I plan to add the other data points from the controller, like "temperature inside case", "heatsink temperature", max PV voltage, total energy generated today/this week/this month/ever, battery charge state, and whatever else looks interesting. I also plan to add a few other things that have nothing to do with the solar system, like the RV inside temperature and data from a weather station I'm working on.
As far as plotting the data, I'm saving an average of everything every 15 minutes to a local database, I registered for an account at pvoutput.org, and it looks like they expect an update every 5 minutes? sensij, are you uploading your data live, or do you log into their site and upload it manually?
And do you know what data you're uploading? Is it just PVAmps and PVVolts?
Having a look at their API it looks easy enough to just send them an update every 5 minutes, but from a quick look I'm not clear on what data they expect exactly.
Comment