On Thursday, August 23, 2018 at 2:56:23 PM UTC-4, Adam Sjøgren wrote: > > > Configuring weewx to get information from --current instead the history > would be easier [for me, anyway :-)]. Is it possible, and if so, how? >
first try clearing the station memory - it looks like you might have corrupt data in the logger (you could use wee_device to dump the logger memory if you really want to go deep) also, be sure that your configuration is set to record_generation = software if it is set to 'hardware', then weewx will attempt to read the logger for archive records, and fine offset stations are not very reliable for that if all else fails, you can make weewx think that your driver does not support reading of historical records by changing the name of genArchiveRecords to xgenArchiveRecords (line 1096 in the file fousb.py). finally, beware that the fine offset 10x0/20x0/30x0 stations are very sensitive to voltage fluctuations on the usb. sometimes you will see the station randomly reset itself to factory defaults (resulting in an archive interval of 30 minutes). worst case you suffer the usb lockups, which can only be resolved by power cycling the station. m -- 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.
