openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.7k forks source link

[weather] Fix OpenWeather API key failure by removing FORECAST #5838

Closed ptrooms closed 3 years ago

ptrooms commented 5 years ago

Yahoo stopped the functionality for openHAB, we switched to OpenWeather which generated an other issue. Why:

For OpenWeather information reasons, pulling FORECAST from FreePlan, read thread 17136552

This change addresses the need by:

Fixes #5837

ptrooms commented 5 years ago

Please help/assist

Hi, I'm a bit lost and overwhelmed in the system of all GIT procedures to follow...... my "git"-branch is now updated on file READ.md and code-wise I've improved my solution-proposal that allows FORECAST for OpenWeatherMAP, if one specify "apikey2" in the weather.cfg. This will solve by default the API key failure and continu to allow for FORECAST queries in case persons have a paid plan (and then thus would have to specify apikey2).

What's the next step to do, if any ? ....... I've update my sources, push them to my remote-fork in branch 5837 ....... now what ? Let me know if I've missed something.

TIA Peter