Thankyou for replying you are very helpful,
Ive have done as you asked and placed the drivers in /usr/share/weewx/user/grovepi.py
I also put the GrovepiDrivers that come with the GrovePi in /usr/share/weewx/weewx/drivers/grovepi.py
should they still be there?
and edited /etc/weewx/weewx.conf making sure they are as below:
Weewx still seems to be running in simulation mode and not using the weewx drivers,
at least as far as I know.
Is there any way to check, note I have used the sudo tail -f /var/log/syslog
which so far I do not understand.
I can post it if it helps
I have ** my location in this message
##############################################################################
# This section is for information about the station.
[Station]
# Description of the station location
location = "Home, UK"
# Latitude and longitude in decimal degrees
latitude = **.267
longitude = **.323
# Altitude of the station, with unit it is in. This is downloaded from
# from the station if the hardware supports it.
altitude = 40, 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 = GrovePi
# If you have a website, you may specify an URL
#station_url =
http://www.example.com /var/www/weewx/index.html
# 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
##############################################################################
[GrovePi]
poll_interval = 10
driver = user.grovepi
##############################################################################
I copied from index /var/www/weewx/index.html
About this weather station:
Location
Latitude: *° 16.02' N
Longitude: *° 19.38' W
Altitude: 131 feet
This station uses a Simulator, controlled by 'weewx',
an experimental weather software system written in Python.
Weewx was designed to be simple, fast, and easy to understand by leveraging modern software
I realy want to learn how to use weewx and to see it running with my Grovepi
which is fitted to my Raspberry Pi v3
I am slowly getting to grips with python, but with some difficulty.
I have also purchased some books to help me.