ioBroker / AdapterRequests

This Place is used to track the status of new Adapter-Requests.
248 stars 36 forks source link

Solar Data adapter for more Countries #207

Open ggraziotti opened 5 years ago

ggraziotti commented 5 years ago

I found local data for Italy locations, meteo/energy, via FTP, on .CSV or similar format.

It's possible modify adapter to get meteo forecast data from .CSV file, via FTP ?

I found these other adapters/script: https://github.com/ioBroker/ioBroker.parser Https://forum.iobroker.net/topic/4953/script-sonnenstand-und-einstrahlung https://github.com/Pix---/ioBroker.solarwetter

Can someone:

Modify adapter on, forecast fv production based on meteo forecast data (script) ? And get meteo forecast data from via ftp with adapter/parser ?

So develop and integration, of "photovoltaic script", parser adapter, meteo file (txt or csv...) to get via ftp ?

forelleblau commented 4 years ago

I just integrated basic functionalitis of the

Forecast.solar API

into the Solarlog - Adapter.

If there is an interest, I can provide an Adapter, that only delivers the data from the API to iobroker.

hofmachr commented 3 years ago

I just integrated basic functionalitis of the

Forecast.solar API

into the Solarlog - Adapter.

If there is an interest, I can provide an Adapter, that only delivers the data from the API to iobroker.

i would definitly be interested in a adapter, that provides the API data "only" since i'm running a Fronius Inverter. any chance to reactivate your "knowledge" ?

DutchmanNL commented 3 years ago

doesn't it make sense to just combine it in the solar log adapter with settings choosing the proper API enduser would like to use ?

hofmachr commented 3 years ago

my thinking is to have a stand-alone API adapter to Forecast.Solar - in order to be able to use the YIELD prediction regardless of the inverter-hardware (in my case Fronius), to optimize the power consumtion (e.g. timing of boilers, EV-charge,...)

forelleblau commented 3 years ago

I will see, what i can do.