[weewx-user] Re: Interceptor Driver Acurite Bridge

2016-11-02 Thread Brad Tucker
You might want to take a look at this post. I have it working with a 
recently updated Interceptor along with a perl script. Details and script 
are in the post:

https://groups.google.com/forum/#!topic/weewx-user/9JJmM2V2u3U
Interceptor using bridge new Accurate firmware

Enjoy,
B

On Monday, October 31, 2016 at 6:28:12 AM UTC-7, Pat Hayes wrote:
>
> Hey Brad,
>
> I ended up doing it a hack way, imo. I just setup a cron job to run every 
> minute with that code in it. For some reason though, weewx wasn't picking 
> up barometer readings. Still have to mess with it some.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Interceptor Driver Acurite Bridge

2016-10-30 Thread Brad Tucker
Any luck with this? I'm having a similar issue. I too am having the nc issue.

Thanks,
Brad

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Interceptor Driver Acurite Bridge

2016-10-22 Thread Pat Hayes
Ok, I'm getting somewhere. Upon endless Google searching, I came up with 
this string. Its getting data into Weewx, but after a few seconds, I get a 
Ncat: Broken Pipe.

tcpflow -C -0 -i bridge0 -s tcp dst port 80 | nc 127.0.0.1 

Here is the output.

[root@localhost ~]# tcpflow -C -0 -i bridge0 -s tcp dst port 80 | nc 
127.0.0.1 
tcpflow: listening on bridge0
HTTP/1.0 200 OK
Server: BaseHTTP/0.3 Python/2.7.5
Date: Sat, 22 Oct 2016 23:06:22 GMT
Content-Length: 39

{ "success": 1, "checkversion": "126" }Ncat: Broken pipe.

Thanks for any help!

Pat


-- 
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.
For more options, visit https://groups.google.com/d/optout.