Thanks for the answer! Very interesting that it is working for you! I have attached the requested files. One note: I get sensor data from multiple sources through the same driver, meaning that the packets send to Weewx mostly does not have any rain entry. I wonder if it would help to just always add a rain zero.. I can try that. Btw, the server can be seen on vejr.ostergaard.net. Weewx version 4.9.1.
Regards Henrik Ostergaard On Sunday, December 4, 2022 at 2:06:09 PM UTC+1 [email protected] wrote: > Just tried it, and it works for me. > > [image: image.png] > > It's hard to go any further without seeing your configuration files. Post > the [StdReport] section of weewx.conf, and the entire skin.conf of whatever > skin you are using (looks like Standard). > > -tk > > On Sun, Dec 4, 2022 at 4:10 AM [email protected] < > [email protected]> wrote: > >> Hi, >> >> A few years ago, I came up with the cumulative aggregation type >> specifically for total rain graphs. Since then, Weewx has been updated a >> few times, and now the cumulative aggregation seems broken. >> >> It correctly sums up the totals, but the graphs will show zero (or None?) >> for intervals without rain, in stead of shoving the total so far. >> >> I have been looking a little into this, but I could not readily see where >> the problem is. If somebody could point me in the right direction, I would >> be happy to give it a try to fix it. >> >> If it is just a setting, I have missed, please let me know. >> >> I have enclosed an example of a daily total rain, and a yearly to show >> how I would have expected it (almost). >> >> Regards >> Henrik Ostergaard >> >> -- >> 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]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/weewx-user/5c24114c-965d-4095-9b29-a29c89f1ce22n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/weewx-user/5c24114c-965d-4095-9b29-a29c89f1ce22n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/3523b269-59f4-4d3f-bb7d-1119922339a9n%40googlegroups.com.
# WEEWX CONFIGURATION FILE # # Copyright (c) 2009-2015 Tom Keffer <[email protected]> # See the file LICENSE.txt for your rights. ############################################################################## # This section is for general configuration information. # Set to 1 for extra debug info, otherwise comment it out or set to zero debug = 0 # Root directory of the weewx data file hierarchy for this station WEEWX_ROOT = / # Whether to log successful operations log_success = True # Whether to log unsuccessful operations log_failure = True # How long to wait before timing out a socket (FTP, HTTP) connection socket_timeout = 20 # Do not modify this. It is used when installing and updating weewx. version = 4.3.0 ############################################################################## # This section is for information about the station. [Station] # Description of the station location location = "Mosegård Park, Værløse, Denmark" # Latitude and longitude in decimal degrees latitude = 55.785587 longitude = 12.385978 # Altitude of the station, with unit it is in. This is downloaded from # from the station if the hardware supports it. altitude = 55, 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 = Ostergaard # If you have a website, you may specify an URL station_url = http://vejr.ostergaard.net # 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 ############################################################################## [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. If not specified, the default is to use the present time. #start = 2011-01-01 00:00 # The driver to use: driver = weewx.drivers.simulator [Ostergaard] # 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 = generator # Generator. Emit LOOP packets as fast as possible (useful for testing). #mode = generator # The start time. If not specified, the default is to use the present time. #start = 2011-01-01 00:00 # The driver to use: driver = user.ostergaard ############################################################################## # This section is for uploading data to Internet sites [StdRESTful] [[StationRegistry]] # To register this weather station with weewx, set this to true register_this_station = false [[AWEKAS]] # This section is for configuring posts to AWEKAS. # If you wish to do this, set the option 'enable' to true, # and specify a username and password. enable = false username = replace_me # To guard against parsing errors, put your password in quotes: password = replace_me [[CWOP]] # This section is for configuring posts to CWOP. # If you wish to do this, set the option 'enable' to true, # and specify the station ID (e.g., CW1234). enable = false station = replace_me # If this is an APRS (radio amateur) station, uncomment # the following and replace with a passcode (e.g., 12345). #passcode = replace_me (APRS stations only) [[PWSweather]] # This section is for configuring posts to PWSweather.com. # If you wish to do this, set the option 'enable' to true, # and specify a station and password. enable = false station = replace_me # To guard against parsing errors, put your password in quotes: password = replace_me [[WOW]] # This section is for configuring posts to WOW. # If you wish to do this, set the option 'enable' to true, # and specify a station and password. enable = false station = replace_me # To guard against parsing errors, put your password in quotes: password = replace_me [[Wunderground]] # This section is for configuring posts to the Weather Underground. # If you wish to do this, set the option 'enable' to true, # and specify a station (e.g., 'KORHOODR3') and password. enable = false station = replace_me # To guard against parsing errors, put your password in quotes: password = replace_me # Set the following to True to have weewx use the WU "Rapidfire" # protocol. Not all hardware can support it. See the User's Guide. rapidfire = False # If you plan on using wunderfixer, set the following # to your API key: api_key = replace_me ############################################################################## # This section specifies what reports, using which skins, to generate. [StdReport] # Where the skins reside, relative to WEEWX_ROOT SKIN_ROOT = /etc/weewx/skins # Where the generated reports should go, relative to WEEWX_ROOT HTML_ROOT = /var/www/html/weewx # The database binding indicates which data should be used in reports. data_binding = wx_binding #### # Each of the following subsections defines a report that will be run. # See the customizing guide to change the units, plot types and line # colors, modify the fonts, display additional sensor data, and other # customizations. Many of those changes can be made here by overriding # parameters, or by modifying templates within the skin itself. [[StandardReport]] # See the customizing guide to change the units, plot types and line # colors, modify the fonts, display additional sensor data, and other # customizations. Many of those changes can be made here by overriding # parameters, or by modifying templates within the skin itself. # The StandardReport uses the 'Standard' skin, which contains the # images, templates and plots for the report. skin = Standard enable = True [[[Units]]] [[[[Groups]]]] group_altitude = meter group_speed2 = meter_per_second2 group_pressure = mbar group_rain = mm group_rainrate = mm_per_hour group_temperature = degree_C group_degree_day = degree_C_day group_speed = meter_per_second [[SeasonsReport]] # The SeasonsReport uses the 'Seasons' skin, which contains the # images, templates and plots for the report. skin = Seasons enable = true HTML_ROOT = /var/www/html/weewx/Season [[amphibian]] HTML_ROOT = /var/www/html/weewx/amphibian skin = amphibian [[[Units]]] [[[[Groups]]]] group_altitude = meter group_speed2 = meter_per_second2 group_pressure = mbar group_rain = mm group_rainrate = mm_per_hour group_temperature = degree_C group_degree_day = degree_C_day group_speed = meter_per_second [[Intern]] HTML_ROOT = /var/www/html/weewx/Intern skin = Intern [[[Units]]] [[[[Groups]]]] group_altitude = meter group_speed2 = meter_per_second2 group_pressure = mbar group_rain = mm group_rainrate = mm_per_hour group_temperature = degree_C group_degree_day = degree_C_day group_speed = meter_per_second [[ss]] HTML_ROOT = /var/www/html/weewx/ss skin = ss enable = false [[[Units]]] [[[[Groups]]]] group_altitude = meter group_speed2 = meter_per_second2 group_pressure = mbar group_rain = mm group_rainrate = mm_per_hour group_temperature = degree_C group_degree_day = degree_C_day group_speed = meter_per_second [[SmallImages]] # These are the images used on the front page of the website. # Dimensions are set in the Images/skin.conf file # skin = Images HTML_ROOT = /var/www/html/weewx/Bootstrap [[[Units]]] [[[[Groups]]]] group_altitude = meter group_speed2 = meter_per_second2 group_pressure = mbar group_rain = mm group_rainrate = mm_per_hour group_temperature = degree_C group_degree_day = degree_C_day group_speed = meter_per_second [[BigImages]] # These images are used when a small web page image is clicked on. # So the skin.conf image_width and image_height are overridden here. # skin = Images HTML_ROOT = /var/www/html/weewx/Bootstrap/big_images/ [[[ImageGenerator]]] image_width = 800 image_height = 500 [[[Units]]] [[[[Groups]]]] group_altitude = meter group_speed2 = meter_per_second2 group_pressure = mbar group_rain = mm group_rainrate = mm_per_hour group_temperature = degree_C group_degree_day = degree_C_day group_speed = meter_per_second [[HTMLPages]] # This generates the webpages themselves. # skin = Bootstrap HTML_ROOT = /var/www/html/weewx/Bootstrap [[[Units]]] [[[[Groups]]]] group_altitude = meter group_speed2 = meter_per_second2 group_pressure = mbar group_rain = mm group_rainrate = mm_per_hour group_temperature = degree_C group_degree_day = degree_C_day group_speed = meter_per_second [[SteelSeries]] HTML_ROOT = /var/www/html/weewx/ss skin = ss enable = false [[[Units]]] [[[[StringFormats]]]] mm_per_hour = %.1f mile_per_hour = %.0f degree_compass = %.0f degree_C = %.1f inHg = %.3f mmHg = %.1f meter_per_second = %.1f meter = %.0f mile = %.1f watt_per_meter_squared = %.0f percent = %.0f km_per_hour = %.0f inch = %.2f degree_F = %.1f knot = %.0f foot = %.0f hPa = %.1f mbar = %.1f inch_per_hour = %.2f mm = %.1f km = %.1f [[[[Groups]]]] group_temperature = degree_C group_altitude = meter group_pressure = hPa group_rain = mm group_rainRate = mm_per_hour group_speed = meter_per_second [[StackedWindRose]] # See https://github.com/gjr80/weewx-stackedwindrose skin = WindRose HTML_ROOT = /var/www/html/weewx/ [[[Units]]] [[[[Labels]]]] mile_per_hour = mph meter_per_second = m/s knot = knots km_per_hour = km/h [[[[Groups]]]] group_speed = meter_per_second [[[Labels]]] compass_points = N, S, E, W [[[[Generic]]]] windSpeed = Vind windGust = Vindstoed [[StackedWindRose4h]] # See https://github.com/gjr80/weewx-stackedwindrose skin = WindRose4h HTML_ROOT = /var/www/html/weewx/ [[[Units]]] [[[[Labels]]]] mile_per_hour = mph meter_per_second = m/s knot = knots km_per_hour = km/h [[[[Groups]]]] group_speed = meter_per_second [[[Labels]]] compass_points = N, S, E, W [[[[Generic]]]] windSpeed = Vind windGust = Vindstoed [[SmartphoneReport]] # The SmartphoneReport uses the 'Smartphone' skin, and the images and # files are placed in a dedicated subdirectory. skin = Smartphone enable = false HTML_ROOT = public_html/smartphone [[[Units]]] [[[[Groups]]]] group_altitude = meter group_speed2 = meter_per_second2 group_pressure = mbar group_rain = mm group_rainrate = mm_per_hour group_temperature = degree_C group_degree_day = degree_C_day group_speed = meter_per_second [[MobileReport]] # The MobileReport uses the 'Mobile' skin, and the images and files # are placed in a dedicated subdirectory. skin = Mobile enable = false HTML_ROOT = public_html/mobile [[FTP]] # FTP'ing the results to a webserver is treated as just another report, # albeit one with an unusual report generator! skin = Ftp # If you wish to use FTP, uncomment and fill out the next four lines. #user = replace with the ftp username #password = replace with the ftp password; put in quotes to guard against parsing errors. #server = replace with the ftp server name, e.g, www.threefools.org #path = replace with the ftp destination directory (e.g., /weather) # Set to True for an FTP over TLS (FTPS) connection. Not all servers # support this. secure_ftp = False # To upload files from something other than what HTML_ROOT is set # to above, specify a different HTML_ROOT here. #HTML_ROOT = /var/www/html/weewx # Most FTP servers use port 21 port = 21 # Set to 1 to use passive mode, zero for active mode passive = 1 enable = false [[RSYNC]] # rsync'ing to a webserver is treated as just another report skin = Rsync # If you wish to use rsync, you must configure passwordless ssh using # public/private key authentication from the user account that weewx # runs as to the user account on the remote machine where the files # will be copied. # # The following three lines determine where files will be sent. #server = replace with the rsync server name, e.g, www.threefools.org #path = replace with the rsync destination directory (e.g., /weather) #user = replace with the rsync username # Rsync can be configured to remove files from the remote server if # they don't exist under HTML_ROOT locally. USE WITH CAUTION: if you # make a mistake in the remote path, you could could unintentionally # cause unrelated files to be deleted. Set to 1 to enable remote file # deletion, zero to allow files to accumulate remotely. delete = 0 enable = false #### # Various options for customizing your reports. [[Defaults]] # The following section determines the selection and formatting of units. [[[Units]]] # The following section sets what unit to use for each unit group. # NB: The unit is always in the singular. I.e., 'mile_per_hour', # NOT 'miles_per_hour' [[[[Groups]]]] group_altitude = meter # Options are 'foot' or 'meter' group_degree_day = degree_C_day # Options are 'degree_F_day' or 'degree_C_day' group_distance = km # Options are 'mile' or 'km' group_pressure = mbar # Options are 'inHg', 'mmHg', 'mbar', or 'hPa' group_rain = mm # Options are 'inch', 'cm', or 'mm' group_rainrate = mm_per_hour # Options are 'inch_per_hour', 'cm_per_hour', or 'mm_per_hour' group_speed = meter_per_second # Options are 'mile_per_hour', 'km_per_hour', 'knot', or 'meter_per_second' group_speed2 = meter_per_second2 # Options are 'mile_per_hour2', 'km_per_hour2', 'knot2', or 'meter_per_second2' group_temperature = degree_C # Options are 'degree_F' or 'degree_C' # The following section sets the formatting for each type of unit. [[[[StringFormats]]]] centibar = %.0f cm = %.2f cm_per_hour = %.2f degree_C = %.1f degree_F = %.1f degree_compass = %.0f foot = %.0f hPa = %.1f hour = %.1f inHg = %.3f inch = %.2f inch_per_hour = %.2f km_per_hour = %.0f km_per_hour2 = %.1f knot = %.0f knot2 = %.1f mbar = %.1f meter = %.0f meter_per_second = %.1f meter_per_second2 = %.1f mile_per_hour = %.0f mile_per_hour2 = %.1f mm = %.1f mmHg = %.1f mm_per_hour = %.1f percent = %.0f second = %.0f volt = %.1f watt_per_meter_squared = %.0f NONE = " N/A" # The following section sets the label to be used for each type of unit [[[[Labels]]]] day = " day", " days" hour = " hour", " hours" minute = " minute", " minutes" second = " second", " seconds" NONE = "" # The following section sets the format to be used for each time scale. # The values below will work in every locale, but they may not look # particularly attractive. See the Customization Guide for alternatives. [[[[TimeFormats]]]] hour = %H:%M day = %X week = %X (%A) month = %x %X year = %x %X rainyear = %x %X current = %x %X ephem_day = %X ephem_year = %x %X [[[[Ordinates]]]] # Ordinal directions. The last one should be for no wind direction directions = N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W, WNW, NW, NNW, N/A # The following section sets the base temperatures used for the # calculation of heating and cooling degree-days. [[[[DegreeDays]]]] # Base temperature for heating days, with unit: heating_base = 65, degree_F # Base temperature for cooling days, with unit: cooling_base = 65, degree_F # Base temperature for growing days, with unit: growing_base = 50.0, degree_F # A trend takes a difference across a time period. The following # section sets the time period, and how big an error is allowed to # still be counted as the start or end of a period. [[[[Trend]]]] time_delta = 10800 # 3 hours time_grace = 300 # 5 minutes # The labels to be used for each observation type [[[Labels]]] # Set to hemisphere abbreviations suitable for your location: hemispheres = N, S, E, W # Formats to be used for latitude whole degrees, longitude whole # degrees, and minutes: latlon_formats = %02d, %03d, %05.2f # Generic labels, keyed by an observation type. [[[[Generic]]]] barometer = Barometer dewpoint = Dew Point ET = ET heatindex = Heat Index inHumidity = Inside Humidity inTemp = Inside Temperature outHumidity = Humidity outTemp = Outside Temperature radiation = Radiation rain = Rain rainRate = Rain Rate windDir = Wind Direction windGust = Gust Speed windGustDir = Gust Direction windSpeed = Wind Speed windchill = Wind Chill windgustvec = Gust Vector windvec = Wind Vector extraTemp1 = Temperature1 extraTemp2 = Temperature2 extraTemp3 = Temperature3 # Sensor status indicators rxCheckPercent = Signal Quality txBatteryStatus = Transmitter Battery windBatteryStatus = Wind Battery rainBatteryStatus = Rain Battery outTempBatteryStatus = Outside Temperature Battery inTempBatteryStatus = Inside Temperature Battery consBatteryVoltage = Console Battery heatingVoltage = Heating Battery supplyVoltage = Supply Voltage referenceVoltage = Reference Voltage [[[Almanac]]] # The labels to be used for the phases of the moon: moon_phases = New, Waxing crescent, First quarter, Waxing gibbous, Full, Waning gibbous, Last quarter, Waning crescent ############################################################################## # This service acts as a filter, converting the unit system coming from # the hardware to a unit system in the database. [StdConvert] # The target_unit affects only the unit system in the database. Once # chosen it cannot be changed without converting the entire database. # Modification of target_unit after starting weewx will result in # corrupt data - the database will contain a mix of US and METRIC data. # # The value of target_unit does not affect the unit system for # reporting - reports can display US, Metric, or any combination of units. # # In most cases, target_unit should be left as the default: US # # In particular, those migrating from a standard wview installation # should use US since that is what the wview database contains. # DO NOT MODIFY THIS VALUE UNLESS YOU KNOW WHAT YOU ARE DOING! target_unit = METRICWX # Options are 'US', 'METRICWX', or 'METRIC' ############################################################################## # This section can adjust data using calibration expressions. [StdCalibrate] [[Corrections]] # For each type, an arbitrary calibration expression can be given. # It should be in the units defined in the StdConvert section. # Example: foo = foo + 0.2 ############################################################################## # This section is for quality control checks. If units are not specified, # values must be in the units defined in the StdConvert section. [StdQC] [[MinMax]] barometer = 26, 32.5, inHg outTemp = -40, 160, degree_F inTemp = 10, 160, degree_F outHumidity = 0, 105 inHumidity = 0, 100 windSpeed = 0, 120, mile_per_hour pressure = 24, 34.5, inHg ############################################################################## # This section controls the origin of derived values. [StdWXCalculate] [[Calculations]] # Derived quantities are calculated by this service. Possible values are: # hardware - use the value provided by hardware # software - use the value calculated by weewx # prefer_hardware - use value provide by hardware if available, # otherwise use value calculated by weewx pressure = prefer_hardware barometer = prefer_hardware altimeter = prefer_hardware windchill = prefer_hardware heatindex = prefer_hardware dewpoint = prefer_hardware inDewpoint = prefer_hardware rainRate = prefer_hardware maxSolarRad = prefer_hardware cloudbase = prefer_hardware humidex = prefer_hardware appTemp = prefer_hardware ET = prefer_hardware windrun = prefer_hardware ############################################################################## # For hardware that supports it, this section controls how often the # onboard clock gets updated. [StdTimeSynch] # How often to check the weather station clock for drift (in seconds) clock_check = 14400 # How much it can drift before we will correct it (in seconds) max_drift = 5 ############################################################################## # This section is for configuring the archive service. [StdArchive] # If the station hardware supports data logging then the archive interval # will be downloaded from the station. Otherwise, specify it (in seconds). archive_interval = 300 # If possible, new archive records are downloaded from the station # hardware. If the hardware does not support this, then new archive # records will be generated in software. # Set the following to "software" to force software record generation. record_generation = hardware # Whether to include LOOP data in hi/low statistics loop_hilo = True # The data binding used to save archive records data_binding = wx_binding ############################################################################## # This section binds a data store to a database. [DataBindings] [[wx_binding]] # The database must match one of the sections in [Databases]. # This is likely to be the only option you would want to change. database = archive_sqlite # The name of the table within the database table_name = archive # The manager handles aggregation of data for historical summaries manager = weewx.wxmanager.WXDaySummaryManager # The schema defines the structure of the database. # It is *only* used when the database is created. schema = schemas.wview.schema ############################################################################## # This section defines various databases. [Databases] # A SQLite database is simply a single file [[archive_sqlite]] database_type = SQLite database_name = weewx.sdb # MySQL [[archive_mysql]] database_type = MySQL database_name = weewx ############################################################################## # This section defines defaults for the different types of databases. [DatabaseTypes] # Defaults for SQLite databases [[SQLite]] driver = weedb.sqlite # Directory in which the database files are located SQLITE_ROOT = /var/lib/weewx # Defaults for MySQL databases [[MySQL]] driver = weedb.mysql # The host where the database is located host = localhost # The user name for logging in to the host user = weewx # The password for the user name. Put in quotes to guard against parsing errors. password = weewx ############################################################################## # This section configures the internal weewx engine. [Engine] # The following section specifies which services should be run and in what order. [[Services]] prep_services = weewx.engine.StdTimeSynch data_services = , process_services = weewx.engine.StdConvert, weewx.engine.StdCalibrate, weewx.engine.StdQC, weewx.wxservices.StdWXCalculate xtype_services = weewx.wxxtypes.StdWXXTypes, weewx.wxxtypes.StdPressureCooker, weewx.wxxtypes.StdRainRater, weewx.wxxtypes.StdDelta archive_services = weewx.engine.StdArchive restful_services = weewx.restx.StdStationRegistry, weewx.restx.StdWunderground, weewx.restx.StdPWSweather, weewx.restx.StdCWOP, weewx.restx.StdWOW, weewx.restx.StdAWEKAS report_services = weewx.engine.StdPrint, weewx.engine.StdReport
############################################################################### # STANDARD SKIN CONFIGURATION FILE # # Copyright (c) 2010 Tom Keffer <[email protected]> # ############################################################################### [Extras] # Put any extra tags here that you want to be available in the templates # Here's an example. # This radar image would be available as $Extras.radar_img #radar_img = http://radar.weather.gov/ridge/lite/N0R/RTX_loop.gif # This URL will be used as the image hyperlink: #radar_url = http://radar.weather.gov/ridge/radar.php?product=NCR&rid=RTX&loop=yes # Here's another. If you have a Google Analytics ID, uncomment and edit # the next line, and the analytics code will automatically be included # in your generated HTML files: #googleAnalyticsId = UA-12345678-1 ############################################################################### [Units] # This section is for managing the selection and formatting of units. [[Groups]] # For each group of measurements, this section sets what units to # use for it. # NB: The unit is always in the singular. I.e., 'mile_per_hour', # NOT 'miles_per_hour' group_altitude = meter # Options are 'foot' or 'meter' group_degree_day = degree_C_day # Options are 'degree_F_day' or 'degree_C_day' group_direction = degree_compass group_moisture = centibar group_percent = percent group_pressure = hbar # Options are 'inHg', 'mmHg', 'mbar', or 'hPa' group_radiation = watt_per_meter_squared group_rain = mm # Options are 'inch', 'cm', or 'mm' group_rainrate = mm_per_hour # Options are 'inch_per_hour', 'cm_per_hour', or 'mm_per_hour' group_speed = meter_per_second # Options are 'mile_per_hour', 'km_per_hour', 'knot', or 'meter_per_second' group_speed2 = meter_per_second2 # Options are 'mile_per_hour2', 'km_per_hour2', 'knot2', or 'meter_per_second2' group_temperature = degree_C # Options are 'degree_F' or 'degree_C' group_volt = volt group_lux = lux group_hum_compare = hum_compare # The following are used internally and should not be changed: group_count = count group_interval = minute group_time = unix_epoch group_elapsed = second [[StringFormats]] # This section sets the string formatting for each type of unit. centibar = %.0f cm = %.2f cm_per_hour = %.2f degree_C = %.1f degree_F = %.1f degree_compass = %.0f foot = %.0f hPa = %.1f hour = %.1f inHg = %.3f inch = %.2f inch_per_hour = %.2f km_per_hour = %.0f km_per_hour2 = %.1f knot = %.0f knot2 = %.1f mbar = %.1f meter = %.0f meter_per_second = %.1f meter_per_second2 = %.1f mile_per_hour = %.0f mile_per_hour2 = %.1f mm = %.1f mmHg = %.1f mm_per_hour = %.1f percent = %.0f second = %.0f volt = %.1f lux = %.1f hum_compare = %.0f watt_per_meter_squared = %.0f NONE = " N/A" [[Labels]] # This section sets a label to be used for each type of unit. centibar = " cb" cm = " cm" cm_per_hour = " cm/hr" degree_C = " deg C" degree_F = " °F" degree_compass = " deg" foot = " feet" hPa = " hPa" inHg = " inHg" inch = " in" inch_per_hour = " in/hr" km_per_hour = " km/h" km_per_hour2 = " km/h" knot = " knots" knot2 = " knots" mbar = " mbar" meter = " meters" meter_per_second = " m/s" meter_per_second2 = " m/s" mile_per_hour = " mph" mile_per_hour2 = " mph" mm = " mm" mmHg = " mmHg" mm_per_hour = " mm/hr" percent = % volt = " V" lux = " Lux" watt_per_meter_squared = " W/m2;" day = " day", " days" hour = " hour", " hours" minute = " minute", " minutes" second = " second", " seconds" hum_compare = "" NONE = "" # Set to compass point abbreviations suitable for your location. # Must be in the order of North, South, East, West. compass_points = N, S, E, W [[TimeFormats]] # This section sets the string format to be used for each time scale. # The values below will work in every locale, but may not look # particularly attractive. See the Customization Guide for alternatives. day = %X week = %X (%A) month = %x %X year = %x %X rainyear = %x %X current = %x %X ephem_day = %X ephem_year = %x %X [[Ordinates]] # The ordinal directions. The last one should be for no wind direction directions = N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W, WNW, NW, NNW, N/A fugt = Under, Samme, Over [[DegreeDays]] # This section sets the base temperatures used for the calculation # of heating and cooling degree-days. # Base temperature for heating days, with unit: heating_base = 15, degree_C # Base temperature for cooling days, with unit: cooling_base = 25, degree_C [[Trend]] time_delta = 10800 # 3 hours time_grace = 300 # 5 minutes ############################################################################### [Labels] # Labels used in this skin # Set to hemisphere abbreviations suitable for your location: hemispheres = N, S, E, W # Formats to be used for latitude whole degrees, longitude whole degrees, # and minutes: latlon_formats = "%02d", "%03d", "%05.2f" [[Generic]] # Generic labels, keyed by an observation type. barometer = Barometer dewpoint = Dugpunkt heatindex = Heat Index inHumidity = Inside Humidity inTemp = Indetemperatur outHumidity = Ude Luftfugtighed outTemp = Ude Temperatur radiation = Radiation rain = Regn rainRate = Regn Rate windDir = Vindretning windGust = Vindstoed windGustDir = Vindstoed Retning windSpeed = Vind windchill = Vind Chill windgustvec = Vindstoed Vector windvec = Vind Vector lux = Lys extraTemp1 = Stue temperatur extraTemp2 = Vinkaelder temperatur extraTemp3 = Serverkaelder temperatur extraTemp4 = Vaskekaelder temperatur extraTemp5 = Loft temperatur extraTemp6 = Gang temperatur extraTemp7 = Sommerhus temperatur extraTemp8 = Kaelder temperatur extraTemp9 = xxx temperatur extraTemp10 = yyy temperatur extraTemp11 = Skur temperatur extraTemp12 = RaspPi temperatur extraHumid1 = Stue Luftfugtighed extraHumid2 = Vinkælder Luftfugtighed extraHumid3 = Serverkælder Luftfugtighed extraHumid4 = Vaskekælder Luftfugtighed extraHumid5 = Loft Luftfugtighed extraHumid6 = Gang Luftfugtighed extraHumid7 = Sommerhus Luftfugtighed extraHumid8 = Kælder Luftfugtighed extraHumid9 = xxx Luftfugtighed extraHumid10 = yyy Luftfugtighed extraHumComp2 = Vinkælder Fugt extraHumComp3 = Serverkælder Fugt extraHumComp4 = Vaskekælder Fugt extraHumComp8 = Kælder Fugt # Set to compass point abbreviations suitable for your location. # Must be in the order of North, South, East, West. compass_points = N, S, E, W ############################################################################### [Almanac] # The labels to be used for the phases of the moon: moon_phases = New, Waxing crescent, First quarter, Waxing gibbous, Full, Waning gibbous, Last quarter, Waning crescent ############################################################################### [CheetahGenerator] # This section is used by the generator CheetahGenerator, and specifies # which files are to be generated from which template. # Possible encodings are 'html_entities', 'utf8', or 'strict_ascii' encoding = utf8 # encoding = html_entities [[SummaryByMonth]] # Reports that summarize "by month" [[[NOAA_month]]] encoding = strict_ascii template = NOAA/NOAA-YYYY-MM.txt.tmpl [[SummaryByYear]] # Reports that summarize "by year" [[[NOAA_year]]] encoding = strict_ascii template = NOAA/NOAA-YYYY.txt.tmpl [[ToDate]] # Reports that show statistics "to date", such as day-to-date, # week-to-date, month-to-date, etc. [[[day]]] template = index.html.tmpl [[[week]]] template = week.html.tmpl [[[month]]] template = month.html.tmpl [[[year]]] template = year.html.tmpl # [[[RSS]]] # template = RSS/weewx_rss.xml.tmpl [[[Mobile]]] template = mobile.html.tmpl [[[MobileSmartphone]]] template = smartphone/index.html.tmpl [[[MobileTempOutside]]] template = smartphone/temp_outside.html.tmpl [[[MobileRain]]] template = smartphone/rain.html.tmpl [[[MobileBarometer]]] template = smartphone/barometer.html.tmpl [[[MobileWind]]] template = smartphone/wind.html.tmpl [[[MobileRadar]]] template = smartphone/radar.html.tmpl ############################################################################### [CopyGenerator] # This section is used by the generator CopyGenerator # List of files to be copied only the first time the generator runs copy_once = backgrounds/*, weewx.css, mobile.css, favicon.ico, smartphone/icons/*, smartphone/custom.js # List of files to be copied each time the generator runs # copy_always = ############################################################################### [ImageGenerator] # This section lists all the images to be generated, what SQL types are to # be included in them, along with many plotting options, such as color or # font. There's a default for almost everything, if not specified below. # Nevertheless, I have explicitly put in values, to make it easy to see # and understand the options. # # Fonts can be anything accepted by the Python Imaging Library (PIL), which # is currently truetype (.ttf), or PIL's own font format (.pil). See # http://www.pythonware.com/library/pil/handbook/imagefont.htm for more # details. Note that "font size" is only used with truetype (.ttf) # fonts. For others, font size is determined by the bit-mapped size, # usually encoded in the file name (e.g., courB010.pil). If a font cannot # be found, then a default font will be used. # # Colors can be specified any of three ways: # 1. Notation 0xBBGGRR; # 2. Notation #RRGGBB; or # 3. Using an English name, such as 'yellow', or 'blue'. # So, 0xff0000, #0000ff, or 'blue' would all specify a pure blue color. image_width = 400 image_height = 270 image_background_color = 0xf5f5f5 chart_background_color = 0xd8d8d8 chart_gridline_color = 0xa0a0a0 # Setting to 2 or more might give a sharper image with fewer jagged edges. anti_alias = 1 top_label_font_path = /usr/share/fonts/truetype/freefont/FreeMonoBold.ttf top_label_font_size = 10 unit_label_font_path = /usr/share/fonts/truetype/freefont/FreeMonoBold.ttf unit_label_font_size = 10 unit_label_font_color = 0x000000 bottom_label_font_path = /usr/share/fonts/truetype/freefont/FreeMonoBold.ttf bottom_label_font_size = 12 bottom_label_font_color = 0x000000 bottom_label_offset = 3 axis_label_font_path = /usr/share/fonts/truetype/freefont/FreeMonoBold.ttf axis_label_font_size = 10 axis_label_font_color = 0x000000 # Options for the compass rose, used for progressive vector plots rose_label = N rose_label_font_path = /usr/share/fonts/truetype/freefont/FreeMonoBold.ttf rose_label_font_size = 10 rose_label_font_color = 0x000000 # Default colors for the plot lines. These can be overridden for # individual lines using option 'color' chart_line_colors = 0xb48242, 0x4242b4, 0x42b442 # Type of line. Only 'solid' or 'none' is offered now line_type = 'solid' # Size of marker in pixels marker_size = 8 # Type of marker. Pick one of 'cross', 'x', 'circle', 'box', or 'none' marker_type ='none' # Default fill colors for bar charts. These can be overridden for # individual bar plots using option 'fill_color' chart_fill_colors = 0xc4b272, 0x7272c4, 0x72c472 # The following option merits an explanation. The y-axis scale used for # plotting can be controlled using option 'yscale'. It is a 3-way tuple, # with values (ylow, yhigh, min_interval). If set to "None", a parameter is # set automatically, otherwise the value is used. However, in the case of # min_interval, what is set is the *minimum* y-axis tick interval. yscale = None, None, None # For progressive vector plots, you can choose to rotate the vectors. # Positive is clockwise. # For my area, westerlies overwhelmingly predominate, so by rotating # positive 90 degrees, the average vector will point straight up. vector_rotate = 90 # This defines what fraction of the difference between maximum and minimum # horizontal chart bounds is considered a gap in the samples and should not # be plotted. line_gap_fraction = 0.01 # This controls whether day/night bands will be shown. They only look good # on the day and week plots. show_daynight = true # These control the appearance of the bands if they are shown. # Here's a monochrome scheme: daynight_day_color = 0xdfdfdf daynight_night_color = 0xbbbbbb daynight_edge_color = 0xd0d0d0 # Here's an alternative, using a blue/yellow tint: #daynight_day_color = 0xf8ffff #daynight_night_color = 0xfff8f8 #daynight_edge_color = 0xf8f8ff ## What follows is a list of subsections, each specifying a time span, such ## as a day, week, month, or year. There's nothing special about them or ## their names: it's just a convenient way to group plots with a time span ## in common. You could add a time span [[biweek_images]] and add the ## appropriate time length, aggregation strategy, etc., without changing ## any code. ## ## Within each time span, each sub-subsection is the name of a plot to be ## generated for that time span. The generated plot will be stored using ## that name, in whatever directory was specified by option 'HTML_ROOT' ## in weewx.conf. ## ## With one final nesting (four brackets!) is the sql type of each line to ## be included within that plot. ## ## Unless overridden, leaf nodes inherit options from their parent # Default plot and aggregation. Can get overridden at any level. plot_type = line aggregate_type = none width = 1 time_length = 86400 # == 24 hours [[day_images]] x_label_format = %H:%M bottom_label_format = %x %X time_length = 97200 # == 27 hours [[[daybarometer]]] [[[[barometer]]]] [[[daytempdew]]] [[[[outTemp]]]] [[[[extraTemp15]]]] label = Foran [[[[dewpoint]]]] [[[daytempchill]]] [[[[windchill]]]] [[[[heatindex]]]] [[[dayhumidity]]] [[[[outHumidity]]]] [[[dayrain]]] # Make sure the y-axis increment is at least 0.02 for the rain plot yscale = 0, None, 0.25 plot_type = bar [[[[rain]]]] aggregate_type = sum aggregate_interval = 3600 label = Rain (hourly total) [[[dayraintot]]] yscale = 0, None, 0.25 plot_type = bar [[[[rain]]]] aggregate_type = cumulative aggregate_interval = 600 label = Rain (accumulated) [[[daywind]]] [[[[windSpeed]]]] [[[[windGust]]]] line_type = None marker_type = 'x' marker_size = 2 [[[[windAver]]]] line_gap_fraction = 0.99 data_type = windSpeed line_type = solid aggregate_type = avg aggregate_interval = 3600 color = 0xff0000 label = ' ' [[[[windGustAver]]]] line_gap_fraction = 0.99 data_type = windGust line_type = solid aggregate_type = avg aggregate_interval = 3600 color = 0x0000ff label = ' ' [[[daywinddir]]] # Hardwire in the y-axis scale for wind direction yscale = 0.0, 360.0, 45.0 [[[[windDir]]]] line_type = None marker_type = 'circle' marker_size = 2 [[[daywindgustdir]]] # Hardwire in the y-axis scale for wind direction yscale = 0.0, 360.0, 45.0 [[[[windGustDir]]]] line_type = None marker_type = 'circle' marker_size = 2 [[[[windGustAver]]]] line_gap_fraction = 0.99 data_type = windGustDir line_type = solid aggregate_type = avg aggregate_interval = 3600 color = 0xff0000 label = ' ' [[[daywindvec]]] [[[[windvec]]]] plot_type = vector [[[dayradiation]]] [[[[radiation]]]] [[[daylux]]] [[[[lux]]]] [[[[lux_max]]]] data_type = lux aggregate_type = max aggregate_interval = 3600 [[[dayluxLog]]] [[[[luxLog]]]] [[[[luxLog_max]]]] data_type = luxLog aggregate_type = max aggregate_interval = 3600 [[week_images]] x_label_format = %d/%m bottom_label_format = %x %X time_length = 604800 # == 7 days aggregate_type = avg aggregate_interval = 3600 [[[weekbarometer]]] [[[[barometer]]]] [[[weektempdew]]] [[[[outTemp]]]] [[[[extraTemp15]]]] label = Foran [[[[dewpoint]]]] [[[weektempchill]]] [[[[windchill]]]] [[[[heatindex]]]] [[[weekhumidity]]] [[[[outHumidity]]]] [[[weekrain]]] yscale = 0, None, 0.25 plot_type = bar [[[[rain]]]] aggregate_type = sum aggregate_interval = 3600 label = Rain (hourly total) [[[weekraintot]]] yscale = 0, None, 0.25 plot_type = bar [[[[rain]]]] aggregate_type = cumulative aggregate_interval = 3600 label = Rain (accumulated) [[[weekwind]]] [[[[windSpeed]]]] [[[[windGust]]]] aggregate_type = max [[[weekwinddir]]] yscale = 0.0, 360.0, 45.0 [[[[windDir]]]] [[[weekwindvec]]] [[[[windvec]]]] plot_type = vector [[[weekradiation]]] [[[[radiation]]]] [[[[radiation_max]]]] data_type = radiation aggregate_type = max label = Max [[month_images]] x_label_format = %d/%m x_interval = 172800 # two days bottom_label_format = %x %X time_length = 2592000 # == 30 days aggregate_type = avg aggregate_interval = 10800 # == 3 hours show_daynight = false [[[monthbarometer]]] [[[[barometer]]]] [[[monthtempdew]]] [[[[outTemp]]]] [[[[extraTemp15]]]] label = Foran [[[[dewpoint]]]] [[[monthtempchill]]] [[[[windchill]]]] [[[[heatindex]]]] [[[monthhumidity]]] [[[[outHumidity]]]] [[[monthrain]]] yscale = 0, None, 0.25 plot_type = bar [[[[rain]]]] aggregate_type = sum aggregate_interval = 86400 label = Rain (daily total) [[[monthraintot]]] yscale = 0, None, 0.25 plot_type = bar [[[[rain]]]] aggregate_type = cumulative aggregate_interval = 86400 label = Rain (accumulated) [[[monthwind]]] [[[[windSpeed]]]] [[[[windGust]]]] aggregate_type = max [[[monthwinddir]]] yscale = 0.0, 360.0, 45.0 [[[[windDir]]]] [[[monthwindvec]]] [[[[windvec]]]] plot_type = vector [[[monthradiation]]] [[[[radiation]]]] [[[[radiation_max]]]] data_type = radiation aggregate_type = max label = Max [[year_images]] x_label_format = %d/%m/%y x_interval = 5184000 # two months bottom_label_format = %x %X time_length = 31536000 # == 365 days aggregate_type = avg aggregate_interval = 86400 show_daynight = false [[[yearbarometer]]] [[[[barometer]]]] [[[yeartempdew]]] [[[[outTemp]]]] [[[[dewpoint]]]] [[[yearhumidity]]] [[[[outHumidity]]]] # Daily high/lows: [[[yearhilow]]] [[[[hi]]]] data_type = outTemp aggregate_type = max label = High [[[[low]]]] data_type = outTemp aggregate_type = min label = Low Temperature [[[yearwind]]] [[[[windSpeed]]]] [[[[windGust]]]] aggregate_type = max [[[yeartempchill]]] [[[[windchill]]]] [[[[heatindex]]]] [[[yearrain]]] yscale = 0, None, 0.25 plot_type = bar [[[[rain]]]] aggregate_type = sum # aggregate_interval = 2629800 # Magic number: the length of a nominal month aggregate_interval = 604800 # == 1 week label = Rain (weekly total) [[[yearraintot]]] yscale = 0, None, 0.25 plot_type = bar [[[[rain]]]] aggregate_type = cumulative aggregate_interval = 86400 label = Rain (accumulated) [[[yearwinddir]]] yscale = 0.0, 360.0, 45.0 [[[[windDir]]]] [[[yearwindvec]]] [[[[windvec]]]] plot_type = vector [[[yearradiation]]] [[[[radiation]]]] [[[[radiation_max]]]] data_type = radiation aggregate_type = max label = Max # A progressive vector plot of daily gust vectors overlayed # with the daily wind average would look something like this: # [[[yeargustvec]]] # [[[[windvec]]]] # plot_type = vector # aggregate_type = avg # [[[[windgustvec]]]] # plot_type = vector # aggregate_type = max ############################################################################### # # The list of generators that are to be run: # [Generators] generator_list = weewx.cheetahgenerator.CheetahGenerator, weewx.imagegenerator.ImageGenerator, weewx.reportengine.CopyGenerator
