Re: [weewx-user] failed outTemp crashes alarm and "standard" skin

2020-11-22 Thread Tom Keffer
1. Depends on what you want. If you just want to keep the program from crashing when outTemp is None, you could use outTemp is not None and outTemp < 3 3. There's no magic here. If you enable a skin, it will get processed. If you don't, it won't. There is no "default" skin. Look in [StdReport].

Re: [weewx-user] failed outTemp crashes alarm and "standard" skin

2020-11-22 Thread GBW
1. Checking for a None value checks that there is a connection, I presume, so could I not get false frost alarms? Is it not possible to stop weewx crashing completely when "outTemp" is None (as I noticed in the loop)? I don't recall that happening before; there was just a gap in the graph, whic