Releases: leoherzog/WundergroundStationForwarder
Releases · leoherzog/WundergroundStationForwarder
v2.9.5
- Slightly improve Celsius windchill calculation precision
- Bugfix for custom datasource
To update:
- Copy the code from
code.gs
in this release over yourCode.gs
file. - Make sure your API Keys and settings at the top of the file are correct and
💾 Save
. - Run the
Schedule
function again with the▷ Run
button in the toolbar.
v2.9.4
v2.9.3
- Internal reorganization and simplification of windchill calculation
To update:
- Copy the code from
code.gs
in this release over yourCode.gs
file. - Make sure your API Keys and settings at the top of the file are correct and
💾 Save
. - Run the
Schedule
function again with the▷ Run
button in the toolbar.
v2.9.2
- Fix for Acurite API Returning Accumulations, not Precipitation Rates (#41, thanks @skysummit!)
- Improve OpenWeatherMap Error Logging
- Bugfixes for Windchill Calculation
To update:
- Copy the code from
code.gs
in this release over yourCode.gs
file. - Make sure your API Keys and settings at the top of the file are correct and
💾 Save
. - Run the
Schedule
function again with the▷ Run
button in the toolbar.
v2.9.1
v2.9.0
v2.8.2
v2.8.1
- Add checks to look for recursive configurations on Schedule, e.g. pulling from Wunderground and sending to Wunderground
- Small performance enhancement
To update:
- Copy the code from
code.gs
in this release over yourCode.gs
file. - Make sure your API Keys and settings at the top of the file are correct and
💾 Save
. - Run the
Schedule
function again with the▷ Run
button in the toolbar.
v2.8.0
- Add Met (UK) Weather Observation Website, a.k.a. WOW (#27, thanks @esetleges for the idea!)
- Normalize abbreviations for "ID" across variables
To update:
- Copy the code from
code.gs
in this release over yourCode.gs
file. - Make sure your API Keys and settings at the top of the file are correct and
💾 Save
. - Run the
Schedule
function again with the▷ Run
button in the toolbar.
v2.7.1
- Add hourly precipitation accumulation calculation for datasources that do not report it (#29, thanks @eeeevl!)
To update:
- Copy the code from
code.gs
in this release over yourCode.gs
file. - Make sure your API Keys and settings at the top of the file are correct and
💾 Save
. - Run the
Schedule
function again with the▷ Run
button in the toolbar.