Releases: leoherzog/WundergroundStationForwarder
Releases · leoherzog/WundergroundStationForwarder
v2.4.1
v2.4.0
- Add Wind Chill and Heat Index, calculated if not provided by the data source
- Fix Incorrect Weatherflow Wind Units (#15, thanks @MattLugar!)
- Add Additional Observations Sent to Weathercloud (#16, thanks @MattLugar!)
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.3.3
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.3.2
v2.3.1
- Bugfix for Wind Speed/Gust from Some Data Sources (Thanks @gingibash!)
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.3.0.1
v2.3.0
- Add Support for Ambient Weather data source (thanks u/Hinermad!)
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.2.0
After years of wishing that this project could submit data to the NOAA Citizen Weather Observer Program (CWOP), I'm thrilled to announce that you now can! With the announcement of Cloudflare Workers now supporting connect()
and the ability to open TCP sockets, I've built cwop.rest, a new CWOP submission method that abstracts out all of the difficulty in submitting weather data to CWOP. I've been wanting to do this for a couple of years (#2) and I'm so glad it's now possible.
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.1.1
- Bugfix for First Refresh from MyAcurite
- Use JavaScript Primitive Numbers instead of Wrapper Objects
- Typo fixes
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.1.0
- Add Support for WindGuru station destination
- Add More Data Type Checks on Fetchers
- Bugfix for MyAcurite Source when Set to Metric
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.