On Sunday, June 16, 2019 at 4:53:31 AM UTC-4, Damjan Hajsek wrote:
>
> I will try to find help with creator of driver. I see they had the same 
> problems before
>

the problem is not the interceptor, it is your configuration.  you are 
listening on port 9900, but your station is not sending to that port

to diagnose interceptor issues, you must first run the interceptor 
directly.  shut down weewx, then try something like this:

sudo PYTHONPATH=/usr/share/weewx python 
/usr/share/weewx/user/interceptor.py --device=observer --mode=listen 
--port=80

when you see data from that, put those settings into the [Interceptor] 
section of weewx configuration, then run weewx (still in debug mode)

[Interceptor]
    device_type = observer
    mode = listen
    port = 80

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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/8756e525-d498-4b8a-bdc8-7864c9e2ad69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to