-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[Weather] Add support for APIXU and Weatherbit as weather provider #5750
Conversation
First, @jmahmens, thank you for your contribution. However, I'm not sure it makes sense to add new functionality to the OH1 platform, especially when you plan to create new matching OH2 addons. @kaikreuzer what do you think? |
Resolve merge conflicts from master after rebase.
Remove unused responsecode for Weatherbit provider.
Well, i think this is a good startingpoint for development of new oh2 addons. |
Sorry closed accidently |
As @jmahmens did the work, I think it is fair to merge it. But in general, I very much agree that new features should rather be done directly as OH2 bindings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to addressing the inline comments, please run the source through the Eclipse formatter.
...her/src/main/java/org/openhab/binding/weather/internal/provider/AbstractWeatherProvider.java
Outdated
Show resolved
Hide resolved
...her/src/main/java/org/openhab/binding/weather/internal/provider/AbstractWeatherProvider.java
Outdated
Show resolved
Hide resolved
...nding.weather/src/main/java/org/openhab/binding/weather/internal/provider/ApiXuProvider.java
Outdated
Show resolved
Hide resolved
...nding.weather/src/main/java/org/openhab/binding/weather/internal/provider/ApiXuProvider.java
Outdated
Show resolved
Hide resolved
...src/main/java/org/openhab/binding/weather/internal/converter/property/UnixDateConverter.java
Show resolved
Hide resolved
...nhab.binding.weather/src/main/java/org/openhab/binding/weather/internal/model/Condition.java
Show resolved
Hide resolved
...her/src/main/java/org/openhab/binding/weather/internal/provider/AbstractWeatherProvider.java
Show resolved
Hide resolved
...her/src/main/java/org/openhab/binding/weather/internal/provider/AbstractWeatherProvider.java
Show resolved
Hide resolved
...ther/src/main/java/org/openhab/binding/weather/internal/provider/WeatherProviderFactory.java
Outdated
Show resolved
Hide resolved
Resolve review finding.
Resolve review findings.
Resolve review findings
Resolve review findings
Resolve review findings
Resolve review findings
Resolve review findings
Resolve review findings
I've tryed to resolve the review findings. |
Thanks, @jmahmens ! |
Thanks for mergin this. I will now try the next step. But one question. |
@jmahmens Please go for adding them to the openhab2-addons repo - thanks! |
I 've added two new free provider for weather forecast.
APIXU ApiXU
Weatherbit Weatherbit
Both provides a free forecast. Only ApiKey must be created like all other provider.
I will try to create openhab2-addons for these both in the next day's.