On Thursday, January 11, 2018 at 4:50:43 PM UTC-5, olivier.guyotot wrote:
>
> 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?
>

you need to use the hp3000 driver, which is currently an extension to weewx:

https://github.com/matthewwall/weewx-hp3000

the fousb driver is for ws10x0/20x0/30x0 weather stations.

another complicating factor is that the hp3000 driver is currently written 
to work with the 'usb' branch of weewx.  so you must install weewx from the 
source code, specifically from the 'usb' branch:

git clone https://github.com/weewx/weewx
cd weewx
git checkout usb
./setup.py install

then install the hp3000 extension.

i've run it on macos and linux.  it does not yet read historical records 
from the hp3000 logger.

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.

Reply via email to