ioBroker Adapter to load 24h weather forecast for your location from Weather Underground. The adapter loads all 15min (default) hourly forecast data for the next 24h. Additionally it calculates sum/avg/max values of the most used data for 6, 12, 24h.
An api-key from WU is needed to use this adapter:
- Register/Login at http://www.wunderground.com/weather/api/d/login.html
- get your apikey at http://www.wunderground.com/weather/api/d/pricing . purchase a free developer key.
As location see docu: http://www.wunderground.com/weather/api/d/docs?d=data/index (-> query)
##in ioBroker Forum (German) http://forum.iobroker.org/viewtopic.php?f=20&t=2042&sid=a863d19838bc49439759bef89fcad1c3
corrected humidity value within current weather info (slice + unit)
checking for spaces in location added current conditions
bugfix in summed pop-value.
config dialog fixed
initial release with all basics to load WU-forecast data
TODO
The MIT License (MIT)
Copyright (c) 2015 dschaedl daniel.schaedler@gmail.com
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.