Hi, The problem appears to be that the radiation data for your station on WU is recorded as '---' instead of it being blank or a numeric. It is a simple fix to ignore the '---' but I just need to work through some other parts of wee_import to make sure I do not introduce some inconsistent behaviour. Give me a day or 2 and I should have a revised wee_import that will do the job.
Gary On Wednesday, 4 April 2018 01:16:46 UTC+10, Andre wrote: > > Hi, > > First I have to say I'm not Linux professional and all my 'know-how' is > based on reading a lot of tutorials. > > My weather station is a Davis Vantage Vue. WeeWX is running on a Raspberry > Pi 2. This setup is running and all data are fine. > > My problem is I can't import any data from WU with wee_import. > > ---log--- > wee_import --import-config=/var/tmp/wu.conf --from=2018-01-01T00:30 --to= > 2018-01-31T00:00 --dry-run > Starting wee_import... > Observation history for Weather Underground station 'INORDERS99' will be > imported. > Using database binding 'wx_binding', which is bound to database > 'weewx.sdb' > Destination table 'archive' unit system is '0x01' (US). > Observations timestamped after 2018-01-01 00:30:00 CET (1514763000) and > up to and > including 2018-01-31 00:00:00 CET (1517353200) will be imported. > This is a dry run, imported data will not be saved to archive. > ***** radiation: cannot convert '---' to float at timestamp '2018-01-01 > 00:30:00 CET (1514763000)'.* > **** Nothing done, exiting. > ---log--- > > What does it mean "radiation: cannot convert '---' to float at timestamp > '2018-01-01 00:30:00 CET (1514763000)'? > Is there data mismatch on WU? What can I do to solv this issue? > > Regards, Andre > -- 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]. For more options, visit https://groups.google.com/d/optout.
