kilianknoll / DWDForecast

Python module to query the DWD Mosmix data for irridation - and other relevant data to forecast solar generation
GNU General Public License v3.0
34 stars 4 forks source link

UDP post #2

Closed pioneersteffen closed 3 years ago

pioneersteffen commented 3 years ago

Hi Kilian,

Great work! Many thanks!

Would it be possible to push the results via UDP? It would be great to use it in my homeserver / smart home.

Many thanks.

Best Regards Steffen

kilianknoll commented 3 years ago

Hi Steffen I wanted to keep this script "simple" ;-) and not overload it too much with more functions (we already have print, csv - and database output). Also I treat UDP as some sort of realtime - trigger and forget protocol. But since the data from DWD are getting updated approx. every 3 times a day only, I am super hesitant to add this additional feature. I will leave the issue open for now -maybe you provide some compelling reasons ;-)

Best

Kilian

kilianknoll commented 3 years ago

Have not heard back - so will close this issue.