Hello,

I am trying to get data from an Ambient Weather WS-3000 station, which 
should apparently be supported according to http://weewx.com/hardware.html 
(Fine Offset, HP3000 - the name is slightly different, but it is the same 
station), without success so far...

I tried the FineOffsetUSB driver, but I get the following error:
fousb: Cannot find USB device with Vendor=0x1941 ProdID=0x8021 Device=None

What's the problem? Is the station not supported, am I using the wrong 
driver, something else?

See below the output from dmesg and lsusb:

dmesg:
[694192.055677] usb 3-1.4: new full-speed USB device number 6 using xhci_hcd
[694192.167328] hid-generic 0003:0483:5750.0003: hiddev0: USB HID v1.10 
Device [MyUSB_HID By viewtool] on usb-0000:00:10.0-1.4/input0
[694192.196027] [usb.003.006] 
/sys/devices/pci0000:00/0000:00:10.0/usb3/3-1/3-1.4 added.

lsusb:
Bus 003 Device 006: ID 0483:5750 SGS Thomson Microelectronics 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x0483 SGS Thomson Microelectronics
  idProduct          0x5750 
  bcdDevice            2.00
  iManufacturer           1 MyUSB_HID
  iProduct                2 By viewtool
  iSerial                 3 8B67ACBA1230
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           41
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xc0
      Self Powered
    MaxPower              300mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 No Subclass
      bInterfaceProtocol      0 None
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.10
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      33
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               2
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               2
Device Status:     0x0001
  Self Powered

Thanks a lot!

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