iobroker-community-adapters / ioBroker.weatherunderground

ioBroker Adapter to load weather forecast from Weather Underground
MIT License
18 stars 12 forks source link
iobroker visualisation weather

Logo

ioBroker.weatherunderground

Number of Installations Number of Installations NPM version

Test and Release Translation status Downloads

This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.

ioBroker Adapter to load 24h weather forecast for your location from Weather Underground. The adapter loads all 15min (default) daily and hourly forecast data.

Notes

You can use this adapter with providing an official "PWS owner" API-key or leave API key empty to use keys extracted out of the WU webpage.

Icon Sets

There are some different Icon Sets available when using "Legacy API", see below. For the usabe with the new API the image names have changed (see https://docs.google.com/document/d/1dNCf6nF6cjm4oOxQxjtqNuAvG_iEe5f9MQH1xlCeV4s/edit) and are now number based ... they can be downloaded from e.g. https://drive.google.com/drive/folders/0B6fWQWXuE09OOWtBOXJNX190TDQ and could be used as custom set (see below).

In Adapter settings change "Custom Icon-Base-URL" to one of the available Icon Set on Weatherunderground: (source: https://www.wunderground.com/weather/api/d/docs?d=resources/icon-sets )

Icon Set URL Example
1 https://www.wunderground.com/static/i/c/a/ alt text
2 https://www.wunderground.com/static/i/c/b/ alt text
3 https://www.wunderground.com/static/i/c/c/ alt text
4 https://www.wunderground.com/static/i/c/d/ alt text
5 https://www.wunderground.com/static/i/c/e/ alt text
6 https://www.wunderground.com/static/i/c/f/ alt text
7 https://www.wunderground.com/static/i/c/g/ alt text
8 https://www.wunderground.com/static/i/c/h/ alt text
9 https://www.wunderground.com/static/i/c/i/ alt text
10 https://www.wunderground.com/static/i/c/j/ alt text
11 https://www.wunderground.com/static/i/c/k/ alt text

Or you can aso use your own "custom" icons, for this purpose the following gif-files must be provided within an Base-URL directory :

Icon for Day Icon for night
chanceflurries.gif nt_chanceflurries.gif
chancerain.gif nt_chancerain.gif
chancesleet.gif nt_chancesleet.gif
chancesleet.gif nt_chancesleet.gif
chancesnow.gif nt_chancesnow.gif
chancetstorms.gif nt_chancetstorms.gif
chancetstorms.gif nt_chancetstorms.gif
clear.gif nt_clear.gif
cloudy.gif nt_cloudy.gif
flurries.gif nt_flurries.gif
fog.gif nt_fog.gif
hazy.gif nt_hazy.gif
mostlycloudy.gif nt_mostlycloudy.gif
mostlysunny.gif nt_mostlysunny.gif
partlycloudy.gif nt_partlycloudy.gif
partlysunny.gif nt_partlysunny.gif
sleet.gif nt_sleet.gif
rain.gif nt_rain.gif
sleet.gif nt_sleet.gif
partlycloudy.gif nt_partlycloudy.gif
sunny.gif nt_sunny.gif
tstorms.gif nt_tstorms.gif
cloudy.gif nt_cloudy.gif

Changelog

3.7.0 (2024-04-13)

3.6.0 (2023-09-09)

3.5.0 (2023-09-08)

3.4.3 (2023-08-15)

3.4.2 (2022-04-26)

3.4.1 (2022-03-13)

3.4.0 (2022-03-10)

3.3.1 (2021-06-28)

3.3.0 (2021-01-22)

3.2.5 (2020-12-27)

3.2.3 (2020-12-26)

3.2.2 (2020-12-02)

3.2.1

3.2.0 (2019-12-28)

3.1.6 (2019-10-16)

3.1.3

3.1.2 (2019-07-27)

3.1.1 (2019-07-14)

3.1.0 (2019-07-12)

3.0.14 (2019-07-11)

3.0.13 (2019-07-10)

3.0.11/12 (2019-07-09)

3.0.10 (2019-05-27)

3.0.8 (2019-03-23)

3.0.7 (2019-03-22)

2.0.4 (2018-08-19)

2.0.3 (2018-07-30)

1.1.2 (2017-11-24)

1.1.1 (2017-11-08)

1.1.0 (2017-10-30)

1.0.8 (2017-07-12)

1.0.7 (2017-06-19)

1.0.6 (2017-05-16)

1.0.5 (2017-05-14)

1.0.4 (2017-04-09)

1.0.3 (2016-11-01)

1.0.2 (2016-10-29)

1.0.1 (2016-07-21)

1.0.0 (2016-07-12)

0.2.0 (2016-07-01)

0.1.1 (2016-06-07)

0.1.0 (2016-05-07)

0.0.5

corrected humidity value within current weather info (slice + unit)

0.0.4

checking for spaces in location added current conditions

0.0.3

bugfix in summed pop-value.

0.0.2

config dialog fixed

0.0.1

initial release with all basics to load WU-forecast data

License

The MIT License (MIT)

Copyright (c) 2024 iobroker-community-adapters iobroker-community-adapters@gmx.de Copyright (c) 2015-2023 dschaedl daniel.schaedler@gmail.com, iobroker-community-adapters

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.