Wow, what a user group! Thank you so much, that worked! I already wanted to send the station back, but with this workaround it is working finde. Another question: is it possible to access the stations memory, e.g. to download a dump of it every morning to safe some server energy? During the night I surely do not want to access the page, and running a weewx docker on my synlogy pretends the nas from going into sleep during night ;-)
Thanks! [email protected] schrieb am Sonntag, 25. Juli 2021 um 15:04:51 UTC+2: > It can be used by weewx with the Interceptor driver. > https://github.com/matthewwall/weewx-interceptor > The custom server option of the station (it's a Ecowitt WS2320E/WS2350 > clone) will be used to send in Ecowitt protocoll to the server (e.g. a RPi). > helpful link: https://www.wxforum.net/index.php?topic=40730.0 > I use the same station with weewx > in the weewx.conf in the Interceptor section you need to have the below > entries > > ############################################################################## > > [Interceptor] > # This section is for the network traffic interceptor driver. > > # The driver to use: > driver = user.interceptor > > # Specify the hardware device to capture. Options include: > # acurite-bridge - acurite internet bridge, smarthub, or access > # observer - fine offset WH2600/HP1000/HP1003, ambient WS2902 > # lw30x - oregon scientific LW301/LW302 > # lacrosse-bridge - lacrosse GW1000U/C84612 internet bridge > # ecowitt-client - any hardware that uses the ecowitt protocol > # wu-client - any hardware that uses the weather underground protocol > device_type = ecowitt-client > port = 8000 > iface = eth0 > # iface = wlan0 if you use a WLAN connection and no Ethernet > #################################### > > In the WSView app for customized server your entries should be: (tap on > your device in the WSView device lsit) > protocol: Ecowitt > host: your server's IP > path: / (there must be at least a "/" even though weewx doesn't care - > but if there's no path, the station won't send) > port: 8000 (has to correspond to the weewx.conf entry, can be any port but > should be a port which is not used by any other application on your server) > update interval: 16 > press save and wait for the "success" message > > that's it - Good luck > If you have more questions, you can PM me - also in German 😉 > > On 24.07.2021 22:01, [email protected] wrote: > > > Hi all, > during an EM special I bought a wifi weather station of type WS980WIFI ( > https://de.elv.com/elv-wifi-wetterstation-ws980wifi-inkl-funk-aussensensor-868-mhz-app-pc-auswertesoftware-250408 > ) > > Is there any way of using weewx with this station? There is the > possibility of defining an "own" server when configuring the station where > I can provide an IP, the protocol (Wunderground or ecowitt), ports, etc. > Also I found out that it uses the WS23xx protocol, for what an weewx > extension exsists I think. > > Thank you for your help! > > Best,, > Sebastian > > > -- > 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/c41ea8a9-a08a-4b6f-8366-b26fe71c7cbfn%40googlegroups.com > > <https://groups.google.com/d/msgid/weewx-user/c41ea8a9-a08a-4b6f-8366-b26fe71c7cbfn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > > -- 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/f2ca0cea-0a62-4464-b389-2eb4ac1c8d8dn%40googlegroups.com.
