Skip to content

Use a SDR receiver to decode, store, and post to wunderground data from Acurite 5-in-1 weather stations

License

Notifications You must be signed in to change notification settings

diffra/AcuRiteSDR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AcuRiteSDR

Use a SDR receiver to decode, store, and post to wunderground data from Acurite 5-in-1 weather stations

Use the following cron tasks to run the application

#upload latest data to wunderground every 10 mins
*/10 * * * * /usr/bin/python /home/pi/wund.py > wund.log 2>&1
#restart rtl process nightly. Prevents memory leaks and resets rain gauge to 0.
00 00 * * * cd /home/pi; kill `pgrep rtl_433`; sleep 15;  /usr/bin/python /home/pi/wx.py > wxrestart.log 2>&1

About

Use a SDR receiver to decode, store, and post to wunderground data from Acurite 5-in-1 weather stations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages