Helps if you paste logs and set debug = 1 in the weewx.conf

On Monday, March 4, 2019 at 4:11:43 AM UTC-8, miso k wrote:
>
> Hello.
>
> I am trying to make the weewx to work with *Eurochron EFWS2900*, which is 
> practically the same like *Fine Offset WH2900 / Ambient Weather 
> WS-2902A. *
> I am using intercept driver, but I dont know if I have set it up 
> correctly. The Webpage is not refreshing.
>
> this is beginning of my weewx.conf file:
>
>
> #   This section is for information about the station.
> [Station]
>     
>     # Description of the station location
>     location = "Trencianske Jastrabie, Hlboka ulica, 320mnm"
>     
>     # Latitude and longitude in decimal degrees
>     latitude = 48.801
>     longitude = 18.103
>     
>     # Altitude of the station, with unit it is in. This is downloaded from
>     # from the station if the hardware supports it.
>     altitude = 320, meter
>     
>     # Set to type of station hardware. There must be a corresponding stanza
>     # in this file with a 'driver' parameter indicating the driver to be 
> used.
>     station_type = Interceptor
>     
>     # If you have a website, you may specify an URL
>     #station_url = http://www.example.com
>     
>     # The start of the rain year (1=January; 10=October, etc.). This is
>     # downloaded from the station if the hardware supports it.
>     rain_year_start = 1
>     
>     # Start of week (0=Monday, 6=Sunday)
>     week_start = 0
>
> ##############################################################################
> [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
>     #   wu-client - any hardware that uses the weather underground protocol
>     device_type = observer
>     mode = sniff
>     iface = wlan0
>     pcap_filter = src 192.168.1.151 and dst port 80
> #    port = 8080
> #    address = 192.168.1.151
>
> ##############################################################################
> [Simulator]
>     # This section is for the weewx weather station simulator
>     
>     # The time (in seconds) between LOOP packets.
>     loop_interval = 2.5
>     
>     # The simulator mode can be either 'simulator' or 'generator'.
>     # Real-time simulator. Sleep between each LOOP packet.
>     mode = simulator
>     # Generator.  Emit LOOP packets as fast as possible (useful for 
> testing).
>     #mode = generator
>     
>     # The start time. Format is YYYY-mm-ddTHH:MM. If not specified, the 
> default 
>     # is to use the present time.
>     #start = 2011-01-01T00:00
>     
>     # The driver to use:
>     driver = weewx.drivers.simulator
>
>
> What do I do wrong there?
>
> Thank you,
> Michal
>
>
>

-- 
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.

Reply via email to