matthewwall / weewx-interceptor

weewx driver that intercepts web traffic from internet 'bridge' devices such as Acurite Access, ObserverIP, OS LW30x, LaCross GW1000U, FineOffset GW1000
GNU General Public License v3.0
105 stars 44 forks source link

lacrosse gw1000u unknown packet type #91

Open theotang opened 3 years ago

theotang commented 3 years ago

first of all, thanks for coding this.

i have a lacross gw1000u and got it sending data to weewx with the interceptor driver.

i think i know what these unknown packet types are

Jan 30 06:24:50 rock64 weewx[19640] DEBUG user.interceptor: recv: 02:00 8004D5AD C589F71031BC9195 01 64 11 04 29 Jan 30 06:24:50 rock64 weewx[19640] INFO user.interceptor: unknown packet type 02:00

Jan 30 06:24:38 rock64 weewx[19640] DEBUG user.interceptor: recv: 03:00 8004D5AD C589F71031BC9195 01 64 11 04 63 Jan 30 06:24:38 rock64 weewx[19640] INFO user.interceptor: unknown packet type 03:00

the gw1000u supports up to 5 remote radio sensors. since i have a total of 3 sensors, these are data for #2 and #3 sensors using the same format as 01:xx packets.

do you think you can update the driver to support these? thanks.