-
Notifications
You must be signed in to change notification settings - Fork 300
cwxn
This is an extension to weewx that emits data to a file in the format used by Cumulus wxnow.txt. The format for the wxnow.txt file is maintained at the Cumulus web site:
http://wiki.sandaysoft.com/a/Wxnow.txt
wget -O weewx-cwxn.zip https://github.com/matthewwall/weewx-cwxn/archive/master.zip
- Run the extension installer:
weectl extension install weewx-cwxn.zip
- Modify weewx.conf:
[CumulusWXNow]
filename = /var/tmp/wxnow.txt
- Restart weewx
sudo systemctl stop weewx
sudo systemctl start weewx
The wxnow.txt file should be modified on each LOOP. For some stations the update will happen more often than others. For example, Vantage sensors update as often as every 2.5 seconds, whereas FineOffset stations never update more often than 48 seconds.
Aug 14 2014 23:14
225/003g003t059r000p000P000h081b10097
binding - The binding determines whether the file will be updated with every LOOP packet or archive record. Possible values are loop
or archive
. Default is loop
.
filename - The full path of the file. Default is /var/tmp/wxnow.txt
.