On Thursday, 7 December 2017 07:40:03 UTC+10, Ray wrote: > > Got as far as this - am I heading in right direction:- > ray@ray-Aspire-5735:~/weewx-3.8.0$ sudo wee_device --info > [sudo] password for ray: > Using configuration file /etc/weewx/weewx.conf > Using FineOffsetUSB driver version 1.9 (weewx.drivers.fousb) > Querying the station... > Fine Offset station settings: > local time: 2017.12.06 21:27:13 CET > polling mode: PERIODIC > > abs_pressure: 1029.2 > current_pos: 22716 > data_changed: 0 > data_count: 1124 > date_time: 2017-12-06 21:26 > hum_in_offset: 9761 > hum_out_offset: 1554 > id: 6143 > lux_wm2_coeff: 0 > magic_1: 0x55 > magic_2: 0xaa > model: None > rain_coef: 5137 > read_period: 30 > rel_pressure: 1019.1 > temp_in_offset: 5888 > temp_out_offset: 0 > timezone: 17 > unknown_01: 0 > unknown_18: 0 > version: 255 > wind_coef: 6417 > wind_mult: 0 >
Ok, so we have no problems communicating with the station. I see that read_period (aka archive interval) is still 30 minutes, are you going to stick with 30 minutes or change to 5 minutes? If changing to 5 minutes then you will need to run wee_device with the --set-interval action eg: $ sudo wee_device --set-interval=5 Then run wee_device with the --info action as you did above to check that read_period has been changed to 5. Once we have the read_period/archive interval sorted we can move onto clearing the station memory. ... please forgive my 'slowness-on-the-uptake' could be, almost certainly > is, age-related... > That's fine, we don't discriminate against anyone here ! Gary -- 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.
