On Monday, August 22, 2016 at 5:07:27 PM UTC-4, Jonathan Zitelman wrote:
>
> Thanks!  I had seen how do run the multiple instances, but was unaware 
> that the IP address could be specified in the dkmcode.
>
> So it sounds like I'll need 3 copies of the driver with the static IP 
> set?  I'm not great with python but looking through the driver on line 586 
> it says hostname not required.  Further down, would I just specify it on 
> line 670?  Or is it much simpler and can just be defined in the 
> configuration file under the correct 'driver' paramater as "hostname = 
> 192.168.x.x"?
>
>
it is much simpler - you should not have to modify any code.  just do this 
in the .conf file:

[ObserverIP]
    hostname = x.x.x.x

and in the conf for another station do this:

[ObserverIP]
    hostname = y.y.y.y

 

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