After reinstalling everything from scratch and tweaking the driver configuration it is now working. Thank you.
On Saturday, August 8, 2020 at 1:08:12 PM UTC-4, Randy wrote: > > I wiped weewx and reinstalled from scratch (using apt-get install weewx). > Then installed the driver. Did not install weather34. Changed the > settings for sensor map to include the unit SN (although I have not seen > any docs on this). > > Still seeing the same issue where the units in the DB are metric and the > UI shows the metric data as F? > > Thanks > Randy > > On Friday, August 7, 2020 at 8:18:55 PM UTC-4, Glenn McKechnie wrote: >> >> @Randy, (and later @Tom) and anyone else with input ! >> >> Nothing to do with your units problem, but that weather34 error is >> possibly why you have no data coming in. The cluttered log shows you >> have 2 weewx processes running. >> >> One - PID [1963] is caught up trying to get weather34 running (which >> fails with a "Bad Request') >> >> The others [3753] and then the last one at PID [4352] - try to run and >> are then blocked >> with a "OSError: [Errno 98] Address already in use" and I'd suspect >> that's because weewx [1963] is holding it open >> >> Can't help you with any of your main problem, but I'd suggest fixing, >> or better yet just move weather34 out of the way so that it is not >> interfering with the main engine, >> >> Kill all weewxd instances. To find them... >> >> ps aux | grep [w]eewxd >> >> kill -9 1963 >> >> kill -9 XXXX >> >> Disable the weather34 skin (Probably under [StdReport][[weather34]] ?) >> >> @Tom, >> I'm using my full quotient of brain cells on this log, but it appears >> that when weewx does a forced restart, it does so without killing PID >> [1963] which appears to be started by systemd at 07:14:28 >> >> Should this be dealt with by weewx on the forced restart? >> >> Points of interest, from the syslog >> >> Aug 7 07:14:28 raspberrypi systemd[1]: >> [...] >> Aug 7 07:14:32 raspberrypi weewx[1959] INFO __main__: PID file is >> /var/run/weewx.pid >> Aug 7 07:14:32 raspberrypi weewx[1963] INFO __main__: Using >> configuration file /etc/weewx/weewx.conf >> >> >> Aug 7 10:30:41 raspberrypi weewx[1963] ERROR user.weather34: [...] >> Error: HTTP Error 401 >> [...] >> Aug 7 10:34:51 raspberrypi weewx[3753] INFO __main__: Initializing >> weewx version 4.1.1 >> [...] >> Aug 7 10:40:40 raspberrypi weewx[1963] ERROR user.weather34: Failed >> [...] >> Aug 7 10:39:37 raspberrypi weewx[3753] CRITICAL __main__: **** >> RuntimeError: can't start new thread >> Aug 7 10:39:37 raspberrypi weewx[3753] CRITICAL __main__: **** >> Exiting. >> [...] >> Aug 7 10:41:46 raspberrypi weewx[4352] INFO __main__: Initializing >> weewx version 4.1.1 >> [...] >> Aug 7 10:45:40 raspberrypi weewx[1963] ERROR user.weather34: Failed >> >> -- >> >> >> Cheers >> Glenn >> >> rorpi - read only raspberry pi & various weewx addons >> https://github.com/glennmckechnie >> > -- 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/457b6bfb-3fed-43e7-bff0-90338a06b347o%40googlegroups.com.
