Re: [weewx-user] Weewx interceptor not working with Ecowitt GW1000 in WU mode ?

2019-12-04 Thread PJO
Good to hear you got it working. Thanks in advance for saving me some time; 
bookmarked :-) I've also ordered some extra sensors so again interested to 
hear how you get on, though I am probably not going to be uploading any 
data from these to any public sites.

-- 
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/8d5d891e-e5e6-4e53-8ea6-527212644801%40googlegroups.com.


Re: [weewx-user] Weewx interceptor not working with Ecowitt GW1000 in WU mode ?

2019-12-02 Thread Tim Tuck
Well after quite a bit of testing I could not get Interceptor or the 
modified Interceptor to work for me :(


But... I found a different Ecowitt Weewx driver here...

https://github.com/iz0qwm/ecowitt_http_gateway

And that works :)

I now have all the basic data being ingested into my Weewx installation.

Now I just need to get the extended Ecowitt data imported and I'll be 
happy :)


regards

Tim

--
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/3c10c387-dffd-8cf3-66a7-7c07eaf7fa28%40skybase.net.


[weewx-user] Weewx interceptor not working with Ecowitt GW1000 in WU mode ?

2019-12-01 Thread Tim Tuck

Hi all,

I've been having issues with trying to get my Ecowitt GW1000 and its 
collection of sensors to work with Weewx.


First up, let me say that it works just fine posting data to both WU and 
Ecowitt servers.


I've tried getting the script mentioned here...

https://www.wxforum.net/index.php?topic=37471.0

to work for Ecowitt mode, but that has not been successful.

Running that script in debug mode did not produce any data at all for 
the Ecowitt mode.


If I change the GW1000 custom server setting to WU mode I do see some 
data in debug mode thus...


# PYTHONPATH=. python user/interceptor.py --device=wu-client 
--mode=listen --port=8000 --debug

identifiers: {}
raw data:
raw packet: {'usUnits': 1, 'dateTime': 1575261732}
mapped packet: {'usUnits': 1, 'dateTime': 1575261732}
identifiers: {}
raw data:
raw packet: {'usUnits': 1, 'dateTime': 1575261793}
mapped packet: {'usUnits': 1, 'dateTime': 1575261793}
identifiers: {}
raw data:
raw packet: {'usUnits': 1, 'dateTime': 1575261854}
mapped packet: {'usUnits': 1, 'dateTime': 1575261854}
identifiers: {}
raw data:

I get the same output REGARDLESS of which interceptor.py I use.

Both the modified script and Mathew's original produce identical output.

Thinking it might be my ratty old server I built a shiny new one and got 
exactly the same result!


I know all the data is reaching the servers since I can run tcpdump in a 
different terminal and see the data.


Versions of all as follows...

Weewx is 3.9.2 on both servers.

GW1000 is the latest firmware 1.5.4

Server 1 is Debian 9 Linux 4.9.0-11-686-pae on i686, python 2.7.13

Server 2 is Centos Linux 7.7.1908, Python 2.7.5

I have pcap files if someone wants to look at the actual raw packets.

Any help appreciated.

thanks

Tim



--
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/2e449776-2ad6-e3a2-1580-45382800e527%40skybase.net.