as gábor pointed out, you do not need to specify the address parameter.  
that parameter is only necessary if you want to force the interceptor to 
listen on a specific network interface, and in that case the address must 
be a valid address for the computer on which weewx-interceptor is running.  
this is useful if the computer on which weewx-interceptor is running has 
multiple interfaces, for example wired and wireless, and you are using it 
as a network bridge.

in your case, the pi is 192.168.1.119.  so when you specify 
"address=192.168.1.122" the driver will fail, because that address is not 
available on the pi - only .119 is available.

for the froggit WH2600 (a fine offset device) there are two different 
drivers you could use:  the weewx-interceptor, or the observer driver by 
aussie susan. 

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

https://github.com/AussieSusan/HP1000

they use two very different mechanisms to get data from the station.  the 
interceptor receives data transmitted by the observer - the observer thinks 
that the computer running weewx is a 'cloud' service.  the driver by susan 
uses the API of the observer itself, so that weewx can query the station 
for data.

here is some history about how these devices were reverse engineered:

https://github.com/weewx/weewx/wiki/observer

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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/9ef749ba-fe7a-41bb-8427-0de883d3987a%40googlegroups.com.

Reply via email to