On Thursday, September 14, 2017 at 10:18:05 AM UTC-4, Damjan Hajsek wrote: > > Just tested again, my weather station connect To EasyWeatherIP with no > problems, it works great. >> >> >>>> damjan,
we still do not know exactly what the weather station is sending. is it only sending to the web1 url, or does it also send to web2 url? do the changes you make to its configuration matter? when you change the configuration, does it send to a different destination? or is the firmware buggy, and it ignores everything you enter in the configuration? or does it require a power cycle of the weather station to make the changes take effect? you can easily find out by sniffing the traffic from the weather station. if you have a linux or macos machine on the same network as the station, use tcpdump like this: tcpdump -i iface src x.x.x.x where iface is the network interface of the computer on which you are running tcpdump, and x.x.x.x is the ip address of the weather station. that will also work on your router, if you have something openwrt-based. if you have a windows machine on the same network as the station, use wireshark. you need to find out exactly what the station is sending, as well as the destination(s) to which it is sending. 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]. For more options, visit https://groups.google.com/d/optout.
