I built an open-source, AI-powered solar panel that's 95% optimal
1–10 of 143 posts
Re: I built an open-source, AI-powered solar panel that's 95% optimal
#2Re: I built an open-source, AI-powered solar panel that's 95% optimal
#3This looks incredible, could see this approach revolutionizing so many industries.
Re: I built an open-source, AI-powered solar panel that's 95% optimal
#4I wonder how much more accurate your system is and whether the tradeoff is worth the added expense of a motor + the additional maintenance cost of moving parts.
I wonder why solar farms don't use active tracking, is that added maintenance + equipment cost just not worth it?
Re: I built an open-source, AI-powered solar panel that's 95% optimal
#5This looks incredible, could see this approach revolutionizing so many industries.
this is not my field, but you couldn't just have it orient to point of brightest intensity?
Control theory is better if you know what you’re doing. ML is technical debt for sure.
Re: I built an open-source, AI-powered solar panel that's 95% optimal
#6I remember there was this science barge that had a solar panel that passively tracked the sun by being mounted on a metal tube that had some gas in it that expanded and somehow tilted the panel more towards the sun. I wonder how much more accurate your system is and whether the tradeoff is worth the added expense of a motor + the additional maintenance cost of moving parts. I wonder why solar farms don't use active t…
Re: I built an open-source, AI-powered solar panel that's 95% optimal
#7This looks incredible, could see this approach revolutionizing so many industries.
Re: I built an open-source, AI-powered solar panel that's 95% optimal
#8This looks incredible, could see this approach revolutionizing so many industries.
this is not my field, but you couldn't just have it orient to point of brightest intensity?
Re: I built an open-source, AI-powered solar panel that's 95% optimal
#9Maybe I'm missing something, but i would use a simpler algorithm which doesn't need ML. On day 0, plug in the latitude and allow the system to traverse the range of angles, finding the optimal one at the time - ie: yielding maximum power. Let it run 3-5 times during the day, then fit those points to the theoretical path of the sun across the sky. Now your system is calibrated, without needing any other input. As the seasons change, the system will always know which angle to face for optimal power.
Re: I built an open-source, AI-powered solar panel that's 95% optimal
#10I remember there was this science barge that had a solar panel that passively tracked the sun by being mounted on a metal tube that had some gas in it that expanded and somehow tilted the panel more towards the sun. I wonder how much more accurate your system is and whether the tradeoff is worth the added expense of a motor + the additional maintenance cost of moving parts. I wonder why solar farms don't use active t…
So large solar farms are usually single-axis tracking, which provides a huge energy production benefit over static panels. Consider this panel's application more for a standalone installment, where it could make sense to use a dual-axis tracking panel over a single-axis or static panel. Re: solar farms and cost, I actually learned that around ~70% of the cost of solar installation is soft costs, not the actual panels…
This is incorrect, especially for solar farms
Panels are indeed only about 1/3 of the cost. Additional components, labour, inverter, mounting - another 1/3.
The last third is indeed soft(ish) cost, but this includes profit (duh..), certification, survey, tax, fees, etc. This can be reduced, but it is not going to magically disappear ...
Another fun fact : newer mega farms in low-altitude deserts are considering no-axis no-mounting zero-tilt - just laying the panels on the ground ... It all comes down to cost vs yield
A nice project by the way. Did you ever compare the results to pre-calculated angles based on time/location/season?