JHershey69 / OpenWeatherOneCall

Open Weather One Call library to gather current, hourly (48), and 7 day weather for your current location

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenWeatherOneCall v3.3.1 IMAGE OF LIGHTNING

This is for ESP32 only

##This is an upgrade for OpenWeatherMap API 3.0

Please be advised OpenWeather has changed ONE CALL to a subscription service. Signing up is required to get your KEY, but you get 1000 calls a day for free (this is one call every 90 seconds and that is A LOT for free) and you will continue to get all of the features of this library.

OpenWeatherOneCall library to gather weather information from OpenWeatherMap
Requires a One Call API Key from http://openweathermap.org (Some fees involved for some actions, see documentation)


### Uses latitude and longitude from GPS, WIFI Triangulation, or other means user supplied ###
Please install these additional libraries (as needed)
The easiest method for gathering information from Open Weather Map using the ***One Call API***

For Dark Sky users migrating to a new system please refer to the Variables Document for changes.

Please make sure you read the User Manual as v3.0.3 had many changes and new information

v3.0.0 has a Legacy Mode to maintain ease of use for previous versions
v3.0.2
--fixed a couple of things so I could release the same thng with a new number
v3.0.3
--added HUMAN READABLE date and time formats, see manual and variable sheet.
--Date formats now selectable MM/DD/YY, DD/MM/YY. Time available in 24 or 12 Hour format.
--Remove dependancies on all external libraries. Only ArduinoJson v6+ is required now.
v3.0.4
--added HUMAN READABLE sunrise and sunset for CURRENT, see manual and variable sheet.
--added snowVolume and rainVolume, see variables sheet, returned in mm or in based on units
v3.0.5
--minor bug fix with language selection.
v3.1.0
--added Air Quality information (see addendum).
v3.1.1
--minor bug fix to historical rain and snow.
v3.1.2
--minor bug fix to library files.
v3.1.3, v3.1.4
--minor bug fix to historical rain and snow.
v3.1.5
--Multiple Alerts update (see added docs).
v3.1.6
--Multiple Alerts memory fix.
v3.1.7, 3.1.8
--Fixed missing code.
v3.1.9
--Minor fix to clear old alerts.
v3.3.0
--Minor fix to update API change.

About

Open Weather One Call library to gather current, hourly (48), and 7 day weather for your current location

License:GNU General Public License v3.0


Languages

Language:C 55.0%Language:C++ 45.0%