This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Original script written by S55MA and S56IUL, May 2016 - https://s55ma.radioamater.si/2016/05/03/la-crosse-ws2300-ws2307$ | |
# Modified by u/MJCS July 2020 | |
# Run the following in the background to gather data: | |
# rtl_433 -f 915M -R 20 -R 145 -R 78 -F json:weather.json | |
# ----- Change Log ----- | |
# 2020-11-08 1839 Optimized code | |
# 2020-11-08 1745 Converted mm to in for rain guage | |
# 2020-11-08 1700 Added decode and calculation of rain guage for last hour and day | |