Releases: leoherzog/WundergroundStationForwarder
Releases · leoherzog/WundergroundStationForwarder
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.
v2.0.2
v2.0.1
- Bugfix for WeatherCloud (#8, thanks @chiefcomm)
To update:
- Copy the code from
code.gs
from the latest release in this repository to yourCode.gs
file and💾 Save
. - Make sure your API Keys and settings on lines 10 through 48 are correct.
- Run the "Schedule" function again with the
▷ Run
button in the toolbar.
v2.0.0
A big one!
- Add MyAcurite, Davis Weatherlink, and Weatherflow Tempest as alternative data sources
- Add Wunderground as another possible endpoint to send updates to, in case you don't use them as your datasource
- Further tweaks to the Github version update checker
- Reorganize documentation into accordions
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.