Gray
Here is the stanzer will get the log next
I have changed the Zambretti bit in the stanzer to lower case to no avail already and reverted back to the capitalised version
[RealtimeGaugeData]
# This section is for the RTGD service.
# Date format to be used in gauge-data.txt. Must be either %d/%m/%Y,
# %m/%d/%Y or %Y/%m/%d. Separator may be forward slash '/' or a
# hyphen '-'. Default is %Y/%m/%d.
date_format = %Y/%m/%d
# Time format to be used in gauge-data.txt. May be %H:%M or %h:%M.
# Default is %H:%M
time_format = %H:%M
# Path to gauge-data.txt. Relative paths are relative to HTML_ROOT. If
# empty HTML_ROOT is used, if setting omitted altogether /var/tmp is used.
rtgd_path = /var/www/thecoupers/weewx/ss/
# Scrolling text display or 'forecast' field source. Case insensitive.
# All except Zambretti require a corresponding [[ ]] stanza. Uncomment and
# select one entry to enable.
scroller_source = Zambretti
# Settings to be used for Darksky forecast block. Uncomment to use.
# DarkSky API key
# api_key = xxxxxxxxxxxxxxxx
[[WU]]
# Settings to be used for Weather Underground forecast block. Uncomment
# to use.
# WU API key to be used when calling the WU API
# api_key = xxxxxxxxxxxxxxxx
[[Text]]
# Settings to be used for user specified text block. Uncomment to use.
# user specified text to populate the 'forecast' field
# text = enter text here
[[File]]
# Settings to be used for first line of text file block. Uncomment to use.
# Path and file name of file to use as block for the 'forecast'
# field. Must be a text file, first line only of file is read.
# file = path/to/file/file_name
[[StringFormats]]
# formats for gauge-data.txt fields by unit type
degree_C = %.1f
degree_F = %.1f
degree_compass = %.0f
foot = %.0f
hPa = %.1f
inHg = %.2f
inch = %.2f
inch_per_hour = %.2f
km_per_hour = %.1f
km = %.1f
mbar = %.1f
meter = %.0f
meter_per_second = %.1f
mile = %.1f
mile_per_hour = %.1f
mm = %.1f
mm_per_hour = %.1f
percent = %.0f
uv_index = %.1f
watt_per_meter_squared = %.0f
[[Groups]]
# Units to be used in gauge-data.txt. Note not all available WeeWX units
# are supported for each group.
# Supported options for group_altitude are 'meter' or 'foot'
group_altitude = meter
# Supported options for group_pressure are 'inHg', 'mbar', or 'hPa'
group_pressure = hPa
# Supported options for group_rain are 'inch' or 'mm'
group_rain = mm
# Supported options for group_speed are 'mile_per_hour', 'km_per_hour'
# or 'meter_per_second'
group_speed = km_per_hour
# Supported options for group_temperature are 'degree_F' or 'degree_C'
group_temperature = degree_C