Releases: leoherzog/WundergroundStationForwarder
Releases · leoherzog/WundergroundStationForwarder
v2.8.1
- Add checks to look for recursive configurations on Schedule, e.g. pulling from Wunderground and sending to Wunderground
- Small performance enhancement
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.8.0
- Add Met (UK) Weather Observation Website, a.k.a. WOW (#27, thanks @esetleges for the idea!)
- Normalize abbreviations for "ID" across variables
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.7.1
- Add hourly precipitation accumulation calculation for datasources that do not report it (#29, thanks @eeeevl!)
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.7.0
- 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
- 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
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.6.0
- 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:
- 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.5.1
- 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:
- 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.5.0
- Distinguish between precipitation current rate, last hour, since midnight, and last 24 hours where supported (#18)
- Code style cleanup
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.4.4
v2.4.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.