If your installation was done using the Debian package manager, then you
need to deploy the ws3000.py file in /usr/share/weewx/user.
And the command to run would presumably be:
PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/ws3000.py
Unfortunately I have no experience with this type of installation, and no
way to test it. I won't be of much help here.
NOTE: I just noticed that in your configuration, you specified driver =
>> user.hp3000. Unless you made a change, it should be driver = user.ws3000.
>> Where did you see this info?
>> Or otherwise formulated: where shal I put such line?
>
> I saw that in the StdConvert issue thread, where you posted part of your
weex.conf, didn't you?
What you need is a section such as:
[WS3000]
# This section is for the Ambient Weather WS3000
# The driver to use
driver = user.ws3000
# The station model, e.g., WS3000, WS3000-X3, WS3000-X5 (all the
same...)
model = WS3000
# [Optional] USB read/write timeout (helps on Raspberry Pi)
# Default is 1000
timeout = 1000
The rest should be optional.
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/56d5cee5-af9e-4001-8d9e-13ec1e6ca16e%40googlegroups.com.