[weewx-user] Re: Exclude UV from WU wee_import

2022-10-26 Thread 'Rory Gillies' via weewx-user
Here's an example of the spikes, it's like this for every month. The highest UV we get up here is no more than 7. [image: Screenshot 2022-10-26 at 11.09.28.png] On Wednesday, October 26, 2022 at 11:07:20 AM UTC+1 Rory Gillies wrote: > I am importing historic data from Weather Underground using

[weewx-user] Re: Exclude UV from WU wee_import

2022-10-27 Thread gjr80
Unfortunately for a WU import wee_import imports whatever WU provides, there is no (simple) way to limit which fields are imported. There are a couple of workarounds (untested) that should work. 1. Tell WeeWX to force the UV value to None (needs to be done before running wee_import): - stop

[weewx-user] Re: Exclude UV from WU wee_import

2022-11-06 Thread 'Rory Gillies' via weewx-user
Thanks Gary, I used a combination of both methods, using the QC to exclude UV values greater than 7 on import, then using the SQLite commands to change the values to be more representative. The command below clips all values above 1.8 between 01/102021 and 31/102021 as 1.8 is the typical maximu