Skip to content

Releases: leoherzog/WundergroundStationForwarder

v2.7.0

18 Jul 20:23
ee603e5
Compare
Choose a tag to compare
  • Add an option for a custom datasource!
    • If you want to use this script to distribute readings that you get via your own custom software, now you can! Simply publish the whole Apps Script project as a web app as described in the Readme and you can send custom JSON data to this script. For example, you could use RTL_433 to send JSON payloads to Apps Script with a command such as:
    sudo rtl_433 -F json | while read -r line; do echo "$line" | curl -sS -X POST -H "Content-Type: application/json" -d @- "https://script.google.com/macros/..."; done

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

18 Jun 16:00
f21b74f
Compare
Choose a tag to compare
  • Add support for APRS (CWOP) packet datasource from aprs.fi (#22, thanks @CT2IRJ for the idea!)
  • Bugfixes for manually calculated Wind Chill and Heat Index
  • Additional error messaging for when user inputs an invalid datasource

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

02 Oct 16:52
22d4ea7
Compare
Choose a tag to compare
  • Normalize Sig Figs across all data receivers, increasing precision on all measurements
  • Bug fixes in some measurements from Weatherflow Tempest API (#19, thanks @karss79!)
  • Bug fixes in MyAcurite Wind Chill and Heat Index calculations

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

08 Sep 21:28
15d94ac
Compare
Choose a tag to compare
  • Distinguish between precipitation current rate, last hour, since midnight, and last 24 hours where supported (#18)
  • Code style cleanup

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

29 Aug 20:28
203b5e6
Compare
Choose a tag to compare
  • More Humidity and Heat Index Bugfixes

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

29 Aug 20:09
7a74a33
Compare
Choose a tag to compare
  • Bugfix for MyAcurite Humidity Fetch and Heat Index Calculation (#17, thanks @aolfish!)

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

11 Aug 13:07
a8a421d
Compare
Choose a tag to compare
  • Bugfix for Heat Index Calculations

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