Thanks Vince. I wasn't planning on exposing the Tempest data right now, we're still getting acquainted with each other and I found something else to trip over...
I previously used a Davis Envoy to listen to my older Vantage 2 Pro ISS. It's been a while but I recall that I used to be able to get data every 2 seconds from the Envoy with an ancient version of weatherflow. I downloaded the current non subscription version and it seems like I'm only getting the 1 min archive data and no loop data at all. I then tried to use an RPI and a RTL SDR with the rtldavis driver but I must be doing something wrong with the install of weewx or the rtldavis driver. I downloaded, installed and configured the driver but weewx can't load the driver with the default path in weewx.conf. That directory does not exist after the driver install. The readme talks about compiling the go sources but I didn't the exported directories mentioned in step 5 of the readme nor did I see anything source files. Here's what I did: 2) download the driver pi@raspberrypi:~ $ wget -O weewx-rtldavis-master.zip https: //github.com/lheijst/weewx-rtldavis/archive/master.zip --2020-03-18 11:20:36-- https: //github.com/lheijst/weewx-rtldavis/archive/master.zip Resolving github.com (github.com)... 192.30.255.113 Connecting to github.com (github.com)|192.30.255.113|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/lheijst/weewx-rtldavis/zip/master [following] --2020-03-18 11:20:36-- https: //codeload.github.com/lheijst/weewx-rtldavis/zip/master Resolving codeload.github.com (codeload.github.com)... 192.30.255.120 Connecting to codeload.github.com (codeload.github.com)|192.30.255.120|:443. .. connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/zip] Saving to: ‘weewx-rtldavis-master.zip’ 2020-03-18 11:20:37 (2.65 MB/s) - ‘weewx-rtldavis-master.zip’ saved [31153] weewx-rtldavis-master.z [ <=> ] 30.42K --.- KB/s in 0.01s 3) install the driver pi@raspberrypi:~ $ sudo wee_extension --install weewx-rtldavis-master.zip Request to install 'weewx-rtldavis-master.zip' Extracting from zip archive weewx-rtldavis-master.zip Saving installer file to /usr/share/weewx/user/installer/rtldavis Finished installing extension 'weewx-rtldavis-master.zip' 4) configure the driver pi@raspberrypi:~ $ sudo wee_config --reconfigure --driver=user.rtldavis --no -prompt Using configuration file /etc/weewx/weewx.conf Saved backup to /etc/weewx/weewx.conf.20200318213936 Saved configuration to /etc/weewx/weewx.conf When I try to run weewx here is what shows up in syslog: Mar 18 22:51:29 raspberrypi weewx[12904]: rtldavis: using anemometer_channel 0 Mar 18 22:51:29 raspberrypi weewx[12904]: rtldavis: using leaf_soil_channel 0 Mar 18 22:51:29 raspberrypi weewx[12904]: rtldavis: using temp_hum_1_channel 0 Mar 18 22:51:29 raspberrypi weewx[12904]: rtldavis: using temp_hum_2_channel 0 Mar 18 22:51:29 raspberrypi weewx[12904]: rtldavis: using transmitters 1 Mar 18 22:51:29 raspberrypi weewx[12904]: rtldavis: log_humidity_raw False Mar 18 22:51:29 raspberrypi weewx[12904]: rtldavis: startup process '/home/pi/work/bin/rtldavis [options] -tf US -tr 1' Mar 18 22:51:29 raspberrypi weewx[12904]: engine: Import of driver failed: failed to start process: [Errno 2] No such file or directory (<class 'weewx.WeeWxIOError'>) Mar 18 22:51:29 raspberrypi weewx[12904]: engine: Unable to load driver: failed to start process: [Errno 2] No such file or directory Mar 18 22:51:29 raspberrypi weewx[12904]: **** Exiting... Thanks, Patrick -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/2252469f-0aab-4fb5-a733-e2320c4efc8c%40googlegroups.com.
