Skip to content

Releases: leoherzog/WundergroundStationForwarder

v2.3.2

17 Jul 17:37
49b43d9
Compare
Choose a tag to compare
  • Bugfix for Tempest Data Source Air Pressure (#14, thanks @karss79)

To update:

  1. Copy the code from code.gs in this release over your Code.gs file.
  2. Make sure your API Keys and settings at the top of the file are correct and 💾 Save.
  3. Run the Schedule function again with the ▷ Run button in the toolbar.

v2.3.1

10 Jul 14:45
7510205
Compare
Choose a tag to compare
  • Bugfix for Wind Speed/Gust from Some Data Sources (Thanks @gingibash!)

To update:

  1. Copy the code from code.gs in this release over your Code.gs file.
  2. Make sure your API Keys and settings at the top of the file are correct and 💾 Save.
  3. Run the Schedule function again with the ▷ Run button in the toolbar.

v2.3.0.1

26 Jun 00:26
bf22114
Compare
Choose a tag to compare
  • Bugfix for Oversight on Ambient Weather

To update:

  1. Copy the code from code.gs in this release over your Code.gs file.
  2. Make sure your API Keys and settings at the top of the file are correct and 💾 Save.
  3. Run the Schedule function again with the ▷ Run button in the toolbar.

v2.3.0

23 Jun 21:19
a2cdaaf
Compare
Choose a tag to compare
  • Add Support for Ambient Weather data source (thanks u/Hinermad!)

To update:

  1. Copy the code from code.gs in this release over your Code.gs file.
  2. Make sure your API Keys and settings at the top of the file are correct and 💾 Save.
  3. Run the Schedule function again with the ▷ Run button in the toolbar.

v2.2.0

12 Jun 15:42
d1bb28b
Compare
Choose a tag to compare

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:

  1. Copy the code from code.gs in this release over your Code.gs file.
  2. Make sure your API Keys and settings at the top of the file are correct and 💾 Save.
  3. Run the Schedule function again with the ▷ Run button in the toolbar.

v2.1.1

18 May 15:03
85ad970
Compare
Choose a tag to compare
  • Bugfix for First Refresh from MyAcurite
  • Use JavaScript Primitive Numbers instead of Wrapper Objects
  • Typo fixes

To update:

  1. Copy the code from code.gs in this release over your Code.gs file.
  2. Make sure your API Keys and settings at the top of the file are correct and 💾 Save.
  3. Run the Schedule function again with the ▷ Run button in the toolbar.

v2.1.0

19 Feb 17:09
89b2b23
Compare
Choose a tag to compare
  • Add Support for WindGuru station destination
  • Add More Data Type Checks on Fetchers
  • Bugfix for MyAcurite Source when Set to Metric

To update:

  1. Copy the code from code.gs in this release over your Code.gs file.
  2. Make sure your API Keys and settings at the top of the file are correct and 💾 Save.
  3. Run the Schedule function again with the ▷ Run button in the toolbar.

v2.0.2

27 Sep 18:16
c3d139e
Compare
Choose a tag to compare
  • Bugfix for MyAcurite-sourced Wind Direction

To update:

  1. Copy the code from code.gs in this release over your Code.gs file.
  2. Make sure your API Keys and settings at the top of the file are correct and 💾 Save.
  3. Run the Schedule function again with the ▷ Run button in the toolbar.

v2.0.1

05 Jul 14:41
e600bbd
Compare
Choose a tag to compare

To update:

  1. Copy the code from code.gs from the latest release in this repository to your Code.gs file and 💾 Save.
  2. Make sure your API Keys and settings on lines 10 through 48 are correct.
  3. Run the "Schedule" function again with the ▷ Run button in the toolbar.

v2.0.0

03 May 17:27
84700a1
Compare
Choose a tag to compare

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:

  1. Copy the code from code.gs in this release over your Code.gs file.
  2. Make sure your API Keys and settings at the top of the file are correct and 💾 Save.
  3. Run the Schedule function again with the ▷ Run button in the toolbar.