--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/d5cd1209-4b4c-4165-b857-39f237300f8co%40googlegroups.com.
I have my suspicions about what's going on here, but first let me ask you two questions.1. Is there any evidence that anything is getting stored in the database? Take a look in your database. This will show the timestamps of the last 10 records that have been stored in the database:sqlite3 /var/lib/weewx/weewx.sdbsqlite> select datetime(dateTime,'unixepoch','localtime') from archive order by dateTime desc limit 10;2. Is there any evidence that reports have been generated at all (let alone FTP'd)?ls -l /var/www/html/weewx-tk
On Sun, Jul 26, 2020 at 3:24 PM Pat W. <pwe...@gmail.com> wrote:
Hi All,--I've been using weewx for a couple years with an old WMR-918 and all works fine, including an FTP upload to my personal web page every five minutes. Recently bought a Weatherflow Tempest and installed the WeatherFlowUDP extension. Weewx appears to be receiving data from the station properly, but the FTP function has stopped working and I can't find any references to it in the syslog. I reinstalled weewx from scratch (installed via apt-get on Raspberry Pi 4) after the hardware change to no avail.I'm a linux novice but can find my way around. This one has me stumped. Any help is appreciated. mylog and wee_debug files attachedPat W.
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 weewx...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/c74fba6c-92cf-49aa-8732-9302e8ff8525o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/c74fba6c-92cf-49aa-8732-9302e8ff8525o%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/7d99645c-d737-4d32-87f6-7b1377ea7881o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/7d99645c-d737-4d32-87f6-7b1377ea7881o%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/53e8e5ea-74d2-402b-91f8-63886ea38a87o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/53e8e5ea-74d2-402b-91f8-63886ea38a87o%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/10b958ab-2b3e-4f4e-acbc-d8fb90b81052o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/10b958ab-2b3e-4f4e-acbc-d8fb90b81052o%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/5690bd14-5358-41a3-bfc0-ec5acbe1c8fco%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/5690bd14-5358-41a3-bfc0-ec5acbe1c8fco%40googlegroups.com.
Should have spotted this earlier: your sensor map is messed up. You're using the serial number that was given as an example in the driver's documentation, instead of your own serial number.
--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/7e9a8972-0418-4175-8f01-1962d785a210o%40googlegroups.com.
--