SimonRafferty / ESP32-Solcast-API

Interface for the Solcast Solar Forcast API implemented on ESP32
0 stars 0 forks source link

pv_estimate calculation #1

Closed philippesikora closed 1 year ago

philippesikora commented 1 year ago

Great sketch running on ESP32. Congratulation -:) However you need to multiply the final result by 0.5 as you doing the pv_estimate calculation with 30 minute resolution.

SimonRafferty commented 1 year ago

You're right! I ended up not using Solcast, but https://api.forecast.solar instead. Solcast is more accurate, particularly in the winter but the limited number of requests you can make per day made it impossible to debug my final automation. At least this code gives you a start!

SimonRafferty commented 1 year ago

Thanks for pointing that out. Now fixed.