The problem is not with WeeWX, but with the weewxwd3 extension you installed. It does not seem to check for missing data before attempting to calculate humidity.
On Mon, Jun 3, 2019 at 2:36 PM St. B. <[email protected]> wrote: > Ok, > > Below is the the /var/log/messages generated when running systemctl > restart weewx. > > Weirdly enough systemctl start weewx does not seem to run anything. > > Stack trace when running from command prompt is as follows : > root@raspberrypi:~# weewxd /etc/weewx/weewx.conf > Traceback (most recent call last): > File "/usr/bin/weewxd", line 64, in <module> > weewx.engine.main(options, args) > File "/usr/share/weewx/weewx/engine.py", line 890, in main > engine.run() > File "/usr/share/weewx/weewx/engine.py", line 191, in run > self.dispatchEvent(weewx.Event(weewx.NEW_LOOP_PACKET, packet=packet)) > File "/usr/share/weewx/weewx/engine.py", line 224, in dispatchEvent > callback(event) > File "/usr/share/weewx/user/weewxwd3.py", line 144, in new_loop_packet > wd_data['humidex'] = > weewx.wxformulas.humidexC(data_metricwx['outTemp'], > KeyError: 'outTemp' > root@raspberrypi:~# > > Associated message traces are in mylog.shell > > On Monday, June 3, 2019 at 11:19:52 PM UTC+2, Pat wrote: >> >> Nothing jumping out. Pasting some logs and debugs would be super helpful. >> See Help! Posting to weewx user >> <https://github.com/weewx/weewx/wiki/Help!-Posting-to-weewx-user> >> >> >> >> On Monday, June 3, 2019 at 4:49:17 PM UTC-4, St. B. wrote: >>> >>> Hi, >>> >>> I decided (because my WU forecast where not working anymore) to update >>> weewx to 3.9.1. on my raspberry running debian stretch. >>> downloaded the weewx.3.9.1.all.deb installed, and kept my conf files. >>> Upon install completion, no restart of the service. >>> >>> When starting, weewx starts the mainloop then shutsdown, wait for RTL >>> process shutdown and dies. >>> rtl runs fine from the command prompt. >>> when running from the command prompt weewxd starts, and dies quickly >>> with an invalid key "windSpeed" or some other key. >>> These keys are in my mappings, but did not change since 3.6 >>> >>> I ran a full update of my raspberry and am now at deb 9.9, but still no >>> weewx. >>> >>> What obvious "you must check when updating" did I miss on this one ? >>> >>> Regards; >>> >>> -- > 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/66dc95b4-7dff-42f7-9d7f-476efdbe8225%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/66dc95b4-7dff-42f7-9d7f-476efdbe8225%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAPq0zEAz-G5Ys_wSQAAj%2BObMNCBKCZcdGFZijGFrChiPd9nw6g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
