weewx-hp3000 Copyright 2016 Matthew Wall Distributed under terms of the GPLv3
This is a driver for weewx that collects data from HP-3000 temperature/humidity sensors. The HP-3000 is a small console that receives data wirelessly from up to 8 temperature/humidity sensors. It is branded as WS-3000 by Ambient.
Installation
0) install weewx (see the weewx user guide)
1) download the driver
wget -O weewx-hp3000.zip https://github.com/matthewwall/weewx-hp3000/archive/master.zip
2) install the driver
wee_extension --install weewx-hp3000.zip
3) configure the driver
wee_config --reconfigure --driver=user.hp3000
4) start weewx
sudo /etc/init.d/weewx start