Hi folks!
Being a bit techie and offgrid with
solar, I installed a simple solution to log all the data that my inverter outputs on a 15min basis (pv production, power load, battery voltage/capacity).
Because my wife doesnt deal with the inverter, I made a simple webapp where the data is displayed "live" (15min delay at max), along with records of the last hour and a chart that allows you to see everything on any day you choose. This is pretty cool, but not polished since its just for us.
I was wondering if others might see value in a simple solution like this. I was thinking of setting up a small
online service for a symbolic fee(5$ a month or so) to host the data for everyone else and then have a nice but simple interface to check live data and charts.
Is this something interesting? Will it have an audience? I know that some brands already have their own cloud offering, this would be for all the other inverters that, like mine, are not that "smart" ;)
(tech notes: in order to upload the data, I bought a simple raspberry pi zero that connects to the inverter via usb, and via a script periodically sends the data to my webapp. this part will always have to be solved by each person individually according to equipment, etc..)