With a new install using apt-get, I was able to get the driver to run with 
this config. 

I don't have the hardware so nothing happens.

[Station]
    
    # Description of the station location
    location = "byows"
    
    # Latitude and longitude in decimal degrees
    latitude = 90.000
    longitude = 0.000
    
    # Altitude of the station, with unit it is in. This is downloaded from
    # from the station if the hardware supports it.
    altitude = 0, 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 = Simulator
    station_type = BYOWS
    
    # 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 = 6


##############################################################################


[BYOWS]
    # This section is for the Raspberry Pi Bring Your Own Weather Station 
driver.
       
    # The driver to use
    driver = user.byows




On Monday, December 31, 2018 at 2:38:07 PM UTC-5, gjr80 wrote:
>
> user.BYOWS and user.byows are two different things. You have been using 
> user.BYOWS in weewx.conf yet you have a file user/byows.py. Try using 
> user.byows in weewx.conf.
>
> Gary
>

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