Skip to content

Releases: leoherzog/WundergroundStationForwarder

v2.4.1

11 Aug 12:58
bafe089
Compare
Choose a tag to compare
  • Bugfix for MyAcurite Windchill Calculation

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.4.0

30 Jul 17:59
967e498
Compare
Choose a tag to compare
  • 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:

  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.3

17 Jul 17:46
4d9dde8
Compare
Choose a tag to compare
  • Actually Fix 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.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.