On Monday, September 18, 2017 at 5:33:48 PM UTC-4, Holm Dittrich wrote:
>
> Dear Matt
>
> thanks for your answer. First step (Simulator) is running but I have no 
> idea how I can install the driver WH23xx.
> I unzip the file weewx-wh23xx-master.zip in my Downloads folder.
>
> But now I not sure with what request I have to use for installing...
>
> I use     sudo apt-get install install or sudo ./install.py install
>
> I have no idea. It would be fine to get a idea from your side.
>>
>>
>>
you do not have to unzip the driver package.

assuming that the driver package is

/home/username/Downloads/weewx-wh23xx-master.zip

you install it like this:

sudo wee_extension --install 
/home/username/Downloads/weewx-wh23xx-master.zip

then you must change from simulator to the new driver like this:

sudo wee_config

one of the prompts will be to select a driver, and the wh23xx driver should 
be in the list.

at this point, you probably should get rid of the simulator data:

sudo mv /var/lib/weewx/weewx.sdb /var/lib/weewx/weewx-simulator.sdb

finally, start weewx as usual:

sudo /etc/init.d/weewx start

m

nb: these instructions assume that you installed weewx from the debian 
package.  if you installed using setup.py, then you must enter the full 
path to wee_extension and wee_config.  for example:

sudo /home/weewx/bin/wee_extension ...

sudo /home/weewx/bin/wee_config

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