I need to see more of the log. Let it cycle a few times so I can see what 
it's doing.

On Wednesday, March 6, 2019 at 1:26:18 AM UTC-8, miso k wrote:
>
> thank you Scott,
> this is the result:
>
> pi@raspberrypi:/etc/weewx $ *sudo tail -f /var/log/syslog*
> Mar  6 10:22:42 raspberrypi weewx[25014]: engine: Finished loading service 
> weewx.restx.StdAWEKAS
> Mar  6 10:22:42 raspberrypi weewx[25014]: engine: Loading service 
> weewx.engine.StdPrint
> Mar  6 10:22:42 raspberrypi weewx[25014]: engine: Finished loading service 
> weewx.engine.StdPrint
> Mar  6 10:22:42 raspberrypi weewx[25014]: engine: Loading service 
> weewx.engine.StdReport
> Mar  6 10:22:42 raspberrypi weewx[25014]: engine: Finished loading service 
> weewx.engine.StdReport
> Mar  6 10:22:42 raspberrypi weewx[25014]: engine: Starting up weewx 
> version 3.9.1
> Mar  6 10:22:42 raspberrypi weewx[25014]: engine: Station does not support 
> reading the time
> Mar  6 10:22:42 raspberrypi weewx[25014]: engine: Starting main packet 
> loop.
> Mar  6 10:22:52 raspberrypi weewx[25014]: interceptor: MainThread: empty 
> queue
>
>
> My station does not have any open port. Is it OK to have it like this?
>
>  device_type = observer
>     mode = sniff
>     iface = wlan0
>     pcap_filter = src 192.168.1.151 and dst port 80
>
>
> Thanks,
> Michal
>
>
> Dňa pondelok, 4. marca 2019 20:46:36 UTC+1 Scott Grayban napísal(-a):
>>
>> 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