Zefau / ioBroker.jarvis

jarvis - just another remarkable vis
https://forum.iobroker.net/topic/49776
Other
148 stars 38 forks source link

add new module Weather #32

Closed Zefau closed 3 years ago

Zefau commented 4 years ago

Add new widget for the weather forecast including warnings from Deutscher Wetterdienst (DWD), e. g. https://forum.iobroker.net/post/376459 / https://forum.iobroker.net/assets/uploads/files/1581523471398-vis-7.png.

Zefau commented 4 years ago

@braindead1 are you using a Weather forecast ? Which adapter or which service are you using?

I'm wondering what provider I should support with this module and currently tend to use https://www.daswetter.com/api/#/board/einOrt

Zefau commented 4 years ago

~~Call current weather data for one location: https://openweathermap.org/current Call 5 day / 3 hour forecast data: https://openweathermap.org/forecast5 Call 16 day / daily forecast data: https://openweathermap.org/forecast16 (only pro)~~

One Call API: https://openweathermap.org/api/one-call-api

No information regarding rain or sunshine duration. Thus, taking daswetter.com as a basis for this module.

Zefau commented 4 years ago

first draft added with 1.0.0-beta.12.

Zefau commented 4 years ago

finished with v1.1.0-beta.14