mwall, thank you, for helping me out! I'm impressed with such a responsive 
community as weewx.
 

> try 'wee_device --info' to get the station parameters 
>
> use 'wee_device --set-interval 5' to change the archive interval to 5 
> minutes
>

$ sudo wee_device --info
Using configuration file /etc/weewx/weewx.conf
Using FineOffsetUSB driver version 1.8 (weewx.drivers.fousb)
Traceback (most recent call last):
  File "/usr/bin/wee_device", line 54, in <module>
    main()
  File "/usr/bin/wee_device", line 51, in main
    device.configure(config_dict)
  File "/usr/share/weewx/weewx/drivers/__init__.py", line 69, in configure
    self.do_options(options, parser, config_dict, prompt)
  File "/usr/share/weewx/weewx/drivers/fousb.py", line 375, in do_options
    self.station = FineOffsetUSB(**config_dict[DRIVER_NAME])
  File "/usr/share/weewx/weewx/drivers/fousb.py", line 981, in __init__
    self.openPort()
  File "/usr/share/weewx/weewx/drivers/fousb.py", line 1050, in openPort
    raise weewx.WeeWxIOError(e)
weewx.WeeWxIOError: [Errno 16] Resource busy 

$ sudo wee_device --set-interval 5
Traceback (most recent call last):
  File "/usr/bin/wee_device", line 54, in <module>
    main()
  File "/usr/bin/wee_device", line 19, in main
    config_fn, config_dict = weecfg.read_config(None, sys.argv[1:])
  File "/usr/share/weewx/weecfg/__init__.py", line 219, in read_config
    locations=locations, file_name=file_name)
  File "/usr/share/weewx/weecfg/__init__.py", line 194, in find_file
    raise IOError("%s is not a file" % file_path)
IOError: 5 is not a file

-- 
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.

Reply via email to