skin.conf 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889
  1. ###############################################################################
  2. # $Id: skin.conf 2749 2014-11-29 18:15:24Z tkeffer $ #
  3. # Copyright (c) 2010 Tom Keffer <tkeffer@gmail.com> #
  4. # SOFA SKIN (c) 2015 Sven Reifschneider <hello@blauesledersofa.de> #
  5. # SOFA SKIN CONFIGURATION FILE #
  6. ###############################################################################
  7. [Extras]
  8. # Template Extras
  9. # Website URL
  10. web_url =
  11. # radar
  12. radar = '<iframe class="iframe" src="https://embed.windy.com/embed2.html?lat=43.555&lon=-116.348&zoom=9&level=surface&overlay=radar&menu=&message=&marker=&calendar=&pressure=&type=map&location=coordinates&detail=&detailLat=43.555&detailLon=-116.348&metricWind=default&metricTemp=default&radarRange=-1"></iframe>'
  13. # Lightning map and hyperlink
  14. #lightning_map = http://images.lightningmaps.org/blitzortung/america/index.php?map=usa&period=0.25
  15. #lightning_url = http://www.lightningmaps.org/realtime
  16. # You. Only shows up in footer
  17. you = ""
  18. emailname = ""
  19. email = ""
  20. # Camera link
  21. # camera and cameratitle are arrays of the camera links and camera names.
  22. cameratitle = "Eagle - Victory (Siqura)", "Victory - Five Mile", "Bridgeview South", "Hwy 69 - Amity"
  23. camera = http://www.achdidaho.org/ATIS/CCTV/CCTV_669.jpg, http://www.achdidaho.org/ATIS/CCTV/CCTV_649.jpg, https://icons.wunderground.com/webcamramdisk/m/i/miralem77/4/current.jpg?1536106630, http://www.achdidaho.org/ATIS/CCTV/CCTV_588.jpg
  24. # Google Analytics ID
  25. googleAnalyticsId =
  26. #CWOP
  27. cwop =
  28. cwop_url =
  29. ###############################################################################################
  30. [Units]
  31. # This section is for managing the selection and formatting of units.
  32. [[Groups]]
  33. # For each group of measurements, this section sets what units to
  34. # use for it.
  35. # NB: The unit is always in the singular. i.e., 'mile_per_hour',
  36. # NOT 'miles_per_hour'
  37. group_altitude = foot # Options are 'foot' or 'meter'
  38. group_degree_day = degree_F_day # Options are 'degree_F_day' or 'degree_C_day'
  39. group_direction = degree_compass
  40. group_moisture = centibar
  41. group_percent = percent
  42. group_pressure = mbar # Options are 'inHg', 'mmHg', 'mbar', or 'hPa'
  43. group_radiation = watt_per_meter_squared
  44. group_rain = inch # Options are 'inch', 'cm', or 'mm'
  45. group_rainrate = inch_per_hour # Options are 'inch_per_hour', 'cm_per_hour', or 'mm_per_hour'
  46. group_speed = mile_per_hour # Options are 'mile_per_hour', 'km_per_hour', 'knot', or 'meter_per_second'
  47. group_speed2 = mile_per_hour2 # Options are 'mile_per_hour2', 'km_per_hour2', 'knot2', or 'meter_per_second2'
  48. group_temperature = degree_F # Options are 'degree_F' or 'degree_C'
  49. group_uv = uv_index
  50. group_volt = volt
  51. # The following are used internally and should not be changed:
  52. group_count = count
  53. group_interval = minute
  54. group_time = unix_epoch
  55. group_elapsed = second
  56. [[StringFormats]]
  57. # This section sets the string formatting for each type of unit.
  58. centibar = %.0f
  59. cm = %.2f
  60. cm_per_hour = %.2f
  61. degree_C = %.1f
  62. degree_F = %.1f
  63. degree_compass = %.0f
  64. foot = %.0f
  65. hPa = %.0f
  66. hour = %.1f
  67. inHg = %.3f
  68. inch = %.2f
  69. inch_per_hour = %.2f
  70. km_per_hour = %.0f
  71. km_per_hour2 = %.1f
  72. knot = %.0f
  73. knot2 = %.1f
  74. mbar = %.0f
  75. meter = %.0f
  76. meter_per_second = %.1f
  77. meter_per_second2 = %.1f
  78. mile_per_hour = %.0f
  79. mile_per_hour2 = %.1f
  80. mm = %.1f
  81. mmHg = %.1f
  82. mm_per_hour = %.1f
  83. percent = %.0f
  84. second = %.0f
  85. uv_index = %.0f
  86. volt = %.1f
  87. watt_per_meter_squared = %.0f
  88. NONE = " N/A"
  89. [[Labels]]
  90. # This section sets a label to be used for each type of unit.
  91. centibar = " cb"
  92. cm = " cm"
  93. cm_per_hour = " cm/h"
  94. degree_C = " °C"
  95. degree_F = " °F"
  96. degree_compass = " °"
  97. foot = " feet"
  98. hPa = " hPa"
  99. inHg = " inHg"
  100. inch = " in"
  101. inch_per_hour = " in/h"
  102. km_per_hour = " km/h"
  103. km_per_hour2 = " km/h"
  104. knot = " knots"
  105. knot2 = " knots"
  106. mbar = " mbar"
  107. meter = " meter"
  108. meter_per_second = " m/s"
  109. meter_per_second2 = " m/s"
  110. mile = " mile", " miles"
  111. mile_per_hour = " mph"
  112. mile_per_hour2 = " mph"
  113. mm = " mm"
  114. mmHg = " mmHg"
  115. mm_per_hour = " mm/h"
  116. percent = %
  117. volt = " V"
  118. watt_per_meter_squared = " W/m²"
  119. day = " Day", " Days"
  120. hour = " Hour", " Hours"
  121. minute = " Minute", " Minutes"
  122. second = " Second", " Seconds"
  123. NONE = ""
  124. [[TimeFormats]]
  125. # This section sets the string format to be used for each time scale.
  126. # The values below will work in every locale, but may not look
  127. # particularly attractive. See the Customizing Guide for alternatives.
  128. day = %X
  129. week = %X (%A)
  130. month = %x %X
  131. year = %x %X
  132. rainyear = %x %X
  133. current = %x %X
  134. ephem_day = %X
  135. ephem_year = %x %X
  136. [[Ordinates]]
  137. # The ordinal directions. The last one should be for no wind direction
  138. directions = N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W, WNW, NW, NNW, N/A
  139. [[DegreeDays]]
  140. # This section sets the base temperatures used for the calculation
  141. # of heating and cooling degree-days.
  142. # Base temperature for heating days, with unit:
  143. heating_base = 65, degree_F
  144. # Base temperature for cooling days, with unit:
  145. cooling_base = 65, degree_F
  146. [[Trend]]
  147. time_delta = 10800 # 3 hours
  148. time_grace = 300 # 5 minutes
  149. ###############################################################################
  150. [Labels]
  151. # Labels used in this skin
  152. # Set to hemisphere abbreviations suitable for your location:
  153. hemispheres = N, S, E, W
  154. # Formats to be used for latitude whole degrees, longitude whole degrees,
  155. # and minutes:
  156. latlon_formats = "%02d", "%03d", "%05.2f"
  157. [[Generic]]
  158. # Generic labels, keyed by an observation type.
  159. barometer = Barometer
  160. dewpoint = Dew Point
  161. heatindex = Heat Index
  162. inHumidity = Inside Humidity
  163. inTemp = Inside Temperature
  164. illuminance = Brightness
  165. outHumidity = Outside Humidity
  166. outTemp = Outside Temperature
  167. outTempBatteryStatus = Air Battery
  168. radiation = Radiation
  169. rain = Rain
  170. rainRate = Rain Rate
  171. rxCheckPercent = ISS Signal Quality
  172. UV = UV Index
  173. windBatteryStatus = Sky Battery
  174. windDir = Wind Direction
  175. windGust = Gust Speed
  176. windGustDir = Gust Direction
  177. windSpeed = Wind Speed
  178. windchill = Wind Chill
  179. windgustvec = Gust Vector
  180. windvec = Wind Vector
  181. # This one is probably specific to my station!
  182. extraTemp1 = Pond Temperature
  183. #lightning_strike_count = Lightning Strikes
  184. #lightning_avg_distance = Avg Lightning Distance
  185. #lightning_distance = Lightning Distance
  186. #lightning_energy = Lightning Energy
  187. ###############################################################################
  188. [Almanac]
  189. # The labels to be used for the phases of the moon:
  190. moon_phases = New, Waxing crescent, First quarter, Waxing gibbous, Full, Waning gibbous, Last quarter, Waning crescent
  191. ###############################################################################
  192. [CheetahGenerator]
  193. # This section is used by the generator CheetahGenerator, and specifies
  194. # which files are to be generated from which template.
  195. # Possible encodings are 'html_entities', 'utf8', or 'strict_ascii'
  196. encoding = html_entities
  197. search_list_extensions = user.historygenerator.MyXSearch
  198. [[SummaryByMonth]]
  199. # Reports that summarize "by month"
  200. [[[NOAA_month]]]
  201. encoding = utf8
  202. template = NOAA/NOAA-YYYY-MM.txt.tmpl
  203. [[SummaryByYear]]
  204. # Reports that summarize "by year"
  205. [[[NOAA_year]]]
  206. encoding = utf8
  207. template = NOAA/NOAA-YYYY.txt.tmpl
  208. [[ToDate]]
  209. # Reports that show statistics "to date", such as day-to-date,
  210. # week-to-date, month-to-date, etc.
  211. [[[day]]]
  212. template = index.html.tmpl
  213. [[[week]]]
  214. template = week.html.tmpl
  215. [[[month]]]
  216. template = month.html.tmpl
  217. [[[year]]]
  218. template = year.html.tmpl
  219. [[[RSS]]]
  220. template = RSS/weewx_rss.xml.tmpl
  221. [[HTMLFiles]]
  222. #
  223. # Pages that do not require time interval specific tags
  224. #
  225. [[[about]]]
  226. # Station information
  227. template = about.html.tmpl
  228. [[[summary]]]
  229. # Station Summaries and all time station records
  230. template = summary.html.tmpl
  231. [[[textphp]]]
  232. # NOAA Climate Reports
  233. template = text.php.tmpl
  234. ###############################################################################
  235. [CopyGenerator]
  236. # This section is used by the generator CopyGenerator
  237. # List of files to be copied only the first time the generator runs
  238. copy_once = css/main.css, js/*, .htaccess, error/*, robots.txt, touch-icon.png, favicon.ico
  239. ###############################################################################
  240. [HistoryReport]
  241. #
  242. # Settings for the HTML month/year colour coded summary table generator
  243. #
  244. # minvalues, maxvalues and colours should contain the same number of elements.
  245. #
  246. # For example, the [min_temp] example below, if the minimum temperature measured in
  247. # a month is between -50 and -10 (degC) then the cell will be shaded in html colour code #0029E5.
  248. #
  249. # Default is temperature scale
  250. #minvalues = -50, -10, -5, 0, 5, 10, 15, 20, 25, 30, 35
  251. minvalues = -10, -5, 0, 5, 10, 15, 25, 35, 45, 50, 60
  252. #maxvalues = -10, -5, 0, 5, 10, 15, 20, 25, 30, 35, 60
  253. maxvalues = -5, 0, 10, 20, 35, 45, 60, 75, 90, 100, 120
  254. colours = "#0066FF", "#0186E7", "#02E3EA", "#04EC97", "#05EF3D2", "#2BF207", "#8AF408", "#E9F70A", "#F9A90B", "#FC4D0D", "#FF0F2D"
  255. monthnames = Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec
  256. # The Raspberry Pi typically takes 15+ seconds to calculate all the summaries with a few years of weather date.
  257. # refresh_interval is how often in minutes the tables are calculated.
  258. refresh_interval = 1440
  259. [[min_temp]]
  260. obs_type = outTemp # obs_type can be any weewx reading
  261. aggregate_type = min # Any of these: 'sum', 'count', 'avg', 'max', 'min'
  262. # Can also use these aggregate_types: 'max_ge', 'max_le', 'min_le', 'sum_ge' to count days where observation
  263. # is ge: greater of equalto, or le: lessthan or equal to a threshold value
  264. # To specify this threshold, use: aggregate_threshold = [value], [units]
  265. # e.g Specify temperature threshold of 20C:
  266. #
  267. # aggregate_threshold = 20, degree_C
  268. [[max_temp]]
  269. obs_type = outTemp
  270. aggregate_type = max
  271. summary_column = true
  272. summary_heading = Max
  273. [[avg_temp]]
  274. obs_type = outTemp
  275. aggregate_type = avg
  276. summary_column = true
  277. summary_heading = YR Avg
  278. minvalues = 15, 25, 35, 45, 50, 55, 60, 65, 70, 75, 80
  279. maxvalues = 25, 35, 45, 50, 55, 60, 65, 70, 75, 80, 85
  280. [[avg_htemp]]
  281. obs_type = inTemp
  282. aggregate_type = avg
  283. summary_column = true
  284. summary_heading = YR Avg
  285. minvalues = 50, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80
  286. maxvalues = 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 85
  287. [[temp_count]]
  288. obs_type = outTemp
  289. aggregate_type = sum_ge
  290. aggregate_threshold = -150.0, degree_F
  291. minvalues = 0, 2, 4, 6, 8, 12, 15, 18, 21, 24, 27
  292. maxvalues = 2, 4, 6, 8, 12, 15, 18, 21, 24, 27, 32
  293. #colours = "#0029E5", "#0186E7", "#02E3EA", "#04EC97", "#05EF3D2", "#2BF207", "#8AF408", "#E9F70A", "#F9A90B", "#FC4D0D", "#FFFFFF"
  294. colours = "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF"
  295. #number of days of rainfall
  296. [[rain_count]]
  297. obs_type = rain
  298. aggregate_type = sum_ge
  299. aggregate_threshold = 0.005, inch
  300. summary_column = true
  301. summary_heading = Total
  302. minvalues = 0, 2, 4, 8, 12, 20 # Override default temperature colour scheme with rain specific scale
  303. maxvalues = 2, 4, 8, 12, 20, 32
  304. colours = "#E0F8E0", "#A9F5A9", "#58FA58", "#2EFE2E", "#41E741", "#01DF01"
  305. #total monthly rainfall
  306. [[rain]]
  307. obs_type = rain
  308. aggregate_type = sum
  309. summary_column = true
  310. summary_heading = Total
  311. minvalues = 0, 1, 2, 3, 4, 5 # Override default temperature colour scheme with rain specific scale
  312. maxvalues = 1, 2, 3, 4, 5, 10
  313. colours = "#E0F8E0", "#A9F5A9", "#58FA58", "#2EFE2E", "#41E741", "#01DF01"
  314. #total monthly lightning
  315. #[[lightning_sum]]
  316. # obs_type = lightning_strike_count
  317. # aggregate_type = sum
  318. # summary_column = true
  319. # summary_heading = Total
  320. # colours = "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF"
  321. [[NOAA]]
  322. #
  323. # Creates a table of links to NOAA reports with the tag $NOAA_table
  324. # Comment out [[NOAATable]] if you do not need this.
  325. #
  326. # Where to find the NOAA files and how they are named
  327. # Uses Python datetime convention (docs.python.org/2/library/datetime.html):
  328. # %Y = YYYY, %y = YY, %m = MM, etc.
  329. #
  330. year_filename = NOAA/NOAA-%Y.txt
  331. month_filename = NOAA/NOAA-%Y-%m.txt
  332. ###############################################################################
  333. [ImageGenerator]
  334. # This section lists all the images to be generated, what SQL types are to
  335. # be included in them, along with many plotting options, such as color or
  336. # font. There's a default for almost everything, if not specified below.
  337. # Nevertheless, I have explicitly put in values, to make it easy to see
  338. # and understand the options.
  339. #
  340. # Fonts can be anything accepted by the Python Imaging Library (PIL), which
  341. # is currently truetype (.ttf), or PIL's own font format (.pil). See
  342. # http://www.pythonware.com/library/pil/handbook/imagefont.htm for more
  343. # details. Note that "font size" is only used with truetype (.ttf)
  344. # fonts. For others, font size is determined by the bit-mapped size,
  345. # usually encoded in the file name (e.g., courB010.pil). If a font cannot
  346. # be found, then a default font will be used.
  347. #
  348. # Colors can be specified any of three ways:
  349. # 1. Notation 0xBBGGRR;
  350. # 2. Notation #RRGGBB; or
  351. # 3. Using an English name, such as 'yellow', or 'blue'.
  352. # So, 0xff0000, #0000ff, or 'blue' would all specify a pure blue color.
  353. image_width = 800
  354. image_height = 300
  355. image_background_color = 0xffffff
  356. chart_background_color = 0xffffff
  357. chart_gridline_color = 0xdbdbdb
  358. top_label_font_path = /usr/share/fonts/truetype/droid/DroidSans-Bold.ttf
  359. top_label_font_size = 18
  360. unit_label_font_path = /usr/share/fonts/truetype/droid/DroidSans-Bold.ttf
  361. unit_label_font_size = 16
  362. unit_label_font_color = 0x000000
  363. bottom_label_font_path = /usr/share/fonts/truetype/droid/DroidSans-Bold.ttf
  364. bottom_label_font_size = 16
  365. bottom_label_font_color = 0x000000
  366. axis_label_font_path = /usr/share/fonts/truetype/droid/DroidSans-Bold.ttf
  367. axis_label_font_size = 16
  368. axis_label_font_color = 0x000000
  369. # Options for the compass rose, used for progressive vector plots
  370. rose_label = N
  371. rose_label_font_path = /usr/share/fonts/truetype/droid/DroidSans-Bold.ttf
  372. rose_label_font_size = 16
  373. rose_label_font_color = 0x000000
  374. # Default colors for the plot lines. These can be overridden for
  375. # individual lines using option 'color'
  376. chart_line_colors = 0xb48242, 0x4242b4, 0x42b442, Orange
  377. # Type of line. Only 'solid' or 'none' is offered now
  378. line_type = 'solid'
  379. # Size of marker in pixels
  380. marker_size = 8
  381. # Type of marker. Pick one of 'cross', 'x', 'circle', 'box', or 'none'
  382. marker_type = 'none'
  383. # Default fill colors for bar charts. These can be overridden for
  384. # individual bar plots using option 'fill_color'
  385. chart_fill_colors = 0xc4b272, 0x7272c4, 0x72c472
  386. # The following option merits an explanation. The y-axis scale used for
  387. # plotting can be controlled using option 'yscale'. It is a 3-way tuple,
  388. # with values (ylow, yhigh, min_interval). If set to "None", a parameter is
  389. # set automatically, otherwise the value is used. However, in the case of
  390. # min_interval, what is set is the *minimum* y-axis tick interval.
  391. yscale = None, None, None
  392. # For progressive vector plots, you can choose to rotate the vectors.
  393. # Positive is clockwise.
  394. # For my area, westerlies overwhelmingly predominate, so by rotating
  395. # positive 90 degrees, the average vector will point straight up.
  396. vector_rotate = 90
  397. # This defines what fraction of the difference between maximum and minimum
  398. # horizontal chart bounds is considered a gap in the samples and should not
  399. # be plotted.
  400. line_gap_fraction = 0.01
  401. bar_gap_fraction = 0.20
  402. # This controls whether day/night bands will be shown. They only look good
  403. # on the day and week plots.
  404. show_daynight = true
  405. # These control the appearance of the bands if they are shown. 0xBBGGRR
  406. # Sofa Skin blue orange:
  407. # Night: #f0fdff Day: #fefff0 Edge: #f0fffb
  408. daynight_day_color = 0xf0fffe
  409. daynight_night_color = 0xfffdf0
  410. daynight_edge_color = 0xfbfff0
  411. ## What follows is a list of subsections, each specifying a time span, such
  412. ## as a day, week, month, or year. There's nothing special about them or
  413. ## their names: it's just a convenient way to group plots with a time span
  414. ## in common. You could add a time span [[biweek_images]] and add the
  415. ## appropriate time length, aggregation strategy, etc., without changing
  416. ## any code.
  417. ##
  418. ## Within each time span, each sub-subsection is the name of a plot to be
  419. ## generated for that time span. The generated plot will be stored using
  420. ## that name, in whatever directory was specified by option 'HTML_ROOT'
  421. ## in weewx.conf.
  422. ##
  423. ## With one final nesting (four brackets!) is the sql type of each line to
  424. ## be included within that plot.
  425. ##
  426. ## Unless overridden, leaf nodes inherit options from their parent
  427. # Default plot and aggregation. Can get overridden at any level.
  428. plot_type = line
  429. aggregate_type = none
  430. width = 2
  431. time_length = 86400 # == 24 hours
  432. [[day_images]]
  433. x_label_format = %H:%M
  434. bottom_label_format = %x %X
  435. time_length = 97200 # == 27 hours
  436. [[[daybarometer]]]
  437. [[[[barometer]]]]
  438. [[[daytempdew]]]
  439. [[[[outTemp]]]]
  440. [[[[dewpoint]]]]
  441. [[[[windchill]]]]
  442. [[[[heatindex]]]]
  443. [[[dayrain]]]
  444. # Make sure the y-axis increment is at least 0.02 for the rain plot
  445. yscale = None, None, 0.02
  446. plot_type = bar
  447. [[[[rain]]]]
  448. aggregate_type = sum
  449. aggregate_interval = 3600
  450. label = Rain (Hourly Total)
  451. #[[[[linerain]]]]
  452. #data_type = rain
  453. #plot_type = line
  454. #aggregate_type = sum
  455. #aggregate_interval = 86400
  456. #label = Rain (24 hour Total)
  457. #[[[dayouthumid]]]
  458. # [[[[outHumidity]]]]
  459. #[[[dayrx]]]
  460. # [[[[rxCheckPercent]]]]
  461. #[[[daypond]]]
  462. # yscale = None, None, 0.5
  463. # [[[[extraTemp1]]]]
  464. [[[daywind]]]
  465. [[[[windSpeed]]]]
  466. [[[[windGust]]]]
  467. line_type = none
  468. marker_size = 2
  469. marker_type = 'cross'
  470. [[[daywinddir]]]
  471. # Hardwire in the y-axis scale for wind direction
  472. yscale = 0.0, 360.0, 45.0
  473. [[[[windDir]]]]
  474. line_type = none
  475. marker_size = 2
  476. marker_type = 'cross'
  477. [[[daywindvec]]]
  478. [[[[windvec]]]]
  479. plot_type = vector
  480. #[[[daytempchill]]]
  481. # [[[[windchill]]]]
  482. # [[[[heatindex]]]]
  483. [[[dayinside]]]
  484. [[[[inTemp]]]]
  485. [[[dayinhumid]]]
  486. # [[[[inHumidity]]]]
  487. [[[[outHumidity]]]]
  488. [[[dayradiation]]]
  489. [[[[radiation]]]]
  490. [[[dayuv]]]
  491. yscale = 0, 10, 1
  492. [[[[UV]]]]
  493. # lightning plot
  494. #[[[daylightning]]]
  495. # plot_type = bar
  496. # yscale = None, None, 5
  497. # [[[[lightningStrikes]]]]
  498. # aggregate_type = sum
  499. # aggregate_interval = 3600
  500. # label = Lightning (Hourly Total)
  501. [[[daybattery]]]
  502. yscale = None, None, 0.01
  503. [[[[windBatteryStatus]]]]
  504. [[[[outTempBatteryStatus]]]]
  505. [[week_images]]
  506. x_label_format = %d
  507. bottom_label_format = %x %X
  508. time_length = 604800 # == 7 days
  509. aggregate_type = avg
  510. aggregate_interval = 3600
  511. [[[weekbarometer]]]
  512. [[[[barometer]]]]
  513. [[[weektempdew]]]
  514. [[[[outTemp]]]]
  515. [[[[dewpoint]]]]
  516. [[[[windchill]]]]
  517. [[[[heatindex]]]]
  518. [[[weekrain]]]
  519. yscale = None, None, 0.02
  520. plot_type = bar
  521. [[[[rain]]]]
  522. aggregate_type = sum
  523. aggregate_interval = 86400
  524. label = Rain (Daily Total)
  525. #[[[[linerain]]]]
  526. #data_type = rain
  527. #plot_type = line
  528. #aggregate_type = sum
  529. #aggregate_interval = 604800
  530. #label = Rain (Weekly Total)
  531. #[[[weekouthumid]]]
  532. # [[[[outHumidity]]]]
  533. #[[[weekpond]]]
  534. # yscale = None, None, 0.5
  535. # [[[[extraTemp1]]]]
  536. #[[[weekrx]]]
  537. # [[[[rxCheckPercent]]]]
  538. [[[weekwind]]]
  539. [[[[windSpeed]]]]
  540. [[[[windGust]]]]
  541. aggregate_type = max
  542. line_type = none
  543. marker_size = 2
  544. marker_type = 'cross'
  545. [[[weekwinddir]]]
  546. yscale = 0.0, 360.0, 45.0
  547. [[[[windDir]]]]
  548. line_type = none
  549. marker_size = 2
  550. marker_type = 'cross'
  551. [[[weekwindvec]]]
  552. [[[[windvec]]]]
  553. plot_type = vector
  554. #[[[weektempchill]]]
  555. # [[[[windchill]]]]
  556. # [[[[heatindex]]]]
  557. #[[[weekinside]]]
  558. # [[[[inTemp]]]]
  559. [[[weekinhumid]]]
  560. # [[[[inHumidity]]]]
  561. [[[[outHumidity]]]]
  562. [[[weekradiation]]]
  563. [[[[radiation]]]]
  564. [[[weekuv]]]
  565. yscale = 0, 10, 1
  566. [[[[UV]]]]
  567. #[[[weeklightning]]]
  568. # yscale = None, None, 5
  569. # plot_type = bar
  570. # [[[[lightningStrikes]]]]
  571. # aggregate_type = sum
  572. # aggregate_interval = 86400
  573. # label = Lightning (Daily Total)
  574. [[[weekbattery]]]
  575. [[[[windBatteryStatus]]]]
  576. [[[[outTempBatteryStatus]]]]
  577. [[month_images]]
  578. x_label_format = %d
  579. bottom_label_format = %x %X
  580. time_length = 2592000 # == 30 days
  581. aggregate_type = avg
  582. aggregate_interval = 10800 # == 3 hours
  583. show_daynight = false
  584. [[[monthbarometer]]]
  585. [[[[barometer]]]]
  586. [[[monthtempdew]]]
  587. [[[[outTemp]]]]
  588. [[[[dewpoint]]]]
  589. [[[monthrain]]]
  590. yscale = None, None, 0.02
  591. plot_type = bar
  592. [[[[rain]]]]
  593. aggregate_type = sum
  594. aggregate_interval = 86400
  595. label = Rain (Daily Total)
  596. #[[[monthouthumid]]]
  597. # [[[[outHumidity]]]]
  598. #[[[monthpond]]]
  599. # yscale = None, None, 0.5
  600. # [[[[extraTemp1]]]]
  601. #[[[monthrx]]]
  602. # [[[[rxCheckPercent]]]]
  603. # Old wind graphic
  604. #[[[monthwind]]]
  605. # [[[[windSpeed]]]]
  606. # [[[[windGust]]]]
  607. # aggregate_type = max
  608. # New wind graphic
  609. [[[monthwind]]]
  610. [[[[windSpeed]]]]
  611. aggregate_type = max
  612. [[[[avgwindSpeed]]]]
  613. data_type = windSpeed
  614. aggregate_type = avg
  615. label = Average Wind Speed
  616. [[[[windGust]]]]
  617. aggregate_type = max
  618. [[[monthwinddir]]]
  619. yscale = 0.0, 360.0, 45.0
  620. [[[[windDir]]]]
  621. line_type = none
  622. marker_size = 2
  623. marker_type = 'cross'
  624. [[[monthwindvec]]]
  625. [[[[windvec]]]]
  626. plot_type = vector
  627. #[[[monthtempchill]]]
  628. # [[[[windchill]]]]
  629. # [[[[heatindex]]]]
  630. #[[[monthinside]]]
  631. # [[[[inTemp]]]]
  632. [[[monthinhumid]]]
  633. # [[[[inHumidity]]]]
  634. [[[[outHumidity]]]]
  635. [[[monthradiation]]]
  636. [[[[radiation]]]]
  637. [[[monthuv]]]
  638. yscale = 0, 10, 1
  639. [[[[UV]]]]
  640. #[[[monthlightning]]]
  641. # yscale = None, None, 10
  642. # plot_type = bar
  643. # [[[[lightningStrikes]]]]
  644. # aggregate_type = sum
  645. # aggregate_interval = 86400
  646. # label = Lightning (Daily Total)
  647. [[[monthbattery]]]
  648. [[[[windBatteryStatus]]]]
  649. [[[[outTempBatteryStatus]]]]
  650. [[year_images]]
  651. x_label_format = %m/%d
  652. bottom_label_format = %x %X
  653. time_length = 31536000 # == 365 days
  654. aggregate_type = avg
  655. aggregate_interval = 86400
  656. show_daynight = false
  657. [[[yearbarometer]]]
  658. [[[[barometer]]]]
  659. [[[yeartempdew]]]
  660. [[[[outTemp]]]]
  661. label = Average Daily Temperature
  662. [[[[dewpoint]]]]
  663. label = and Dewpoint
  664. # Daily high/lows:
  665. [[[yearhilow]]]
  666. [[[[hi]]]]
  667. data_type = outTemp
  668. aggregate_type = max
  669. label = High
  670. [[[[low]]]]
  671. data_type = outTemp
  672. aggregate_type = min
  673. label = Low Temperature
  674. [[[[dewpoint]]]]
  675. label = and Dewpoint
  676. #[[[yearwind]]]
  677. # [[[[windSpeed]]]]
  678. # [[[[windGust]]]]
  679. # aggregate_type = max
  680. [[[yearwind]]]
  681. [[[[windSpeed]]]]
  682. aggregate_type = max
  683. [[[[windGust]]]]
  684. aggregate_type = max
  685. [[[yearrain]]]
  686. yscale = None, None, 0.02
  687. plot_type = bar
  688. [[[[rain]]]]
  689. aggregate_type = sum
  690. # aggregate_interval = 2629800 # Magic number: the length of a nominal month
  691. aggregate_interval = 604800 # == 1 week
  692. label = Rain (Weekly Total)
  693. #[[[yearouthumid]]]
  694. # [[[[outHumidity]]]]
  695. #[[[yearpond]]]
  696. # yscale = None, None, 0.5
  697. # [[[[extraTemp1]]]]
  698. #[[[yearrx]]]
  699. # [[[[rxCheckPercent]]]]
  700. [[[yearwinddir]]]
  701. yscale = 0.0, 360.0, 45.0
  702. [[[[windDir]]]]
  703. line_type = none
  704. #aggregate_type = sum
  705. marker_size = 2
  706. marker_type = 'cross'
  707. [[[yearwindvec]]]
  708. [[[[windvec]]]]
  709. plot_type = vector
  710. #[[[yeartempchill]]]
  711. # [[[[windchill]]]]
  712. # [[[[heatindex]]]]
  713. #[[[yearinside]]]
  714. # [[[[inTemp]]]]
  715. [[[yearinhumid]]]
  716. # [[[[inHumidity]]]]
  717. [[[[outHumidity]]]]
  718. [[[yearradiation]]]
  719. [[[[radiation]]]]
  720. [[[yearuv]]]
  721. yscale = 0, 10, 1
  722. [[[[UV]]]]
  723. #[[[yearlightning]]]
  724. # yscale = None, None, 10
  725. # plot_type = bar
  726. # [[[[lightningStrikes]]]]
  727. # aggregate_type = sum
  728. # # aggregate_interval = 2629800 # Magic number: the length of a nominal month
  729. # aggregate_interval = 604800 # == 1 week
  730. # label = Lightning (Weekly Total)
  731. ###############################################################################
  732. #
  733. # The list of generators that are to be run:
  734. #
  735. [Generators]
  736. generator_list = weewx.cheetahgenerator.CheetahGenerator, weewx.imagegenerator.ImageGenerator, weewx.reportengine.CopyGenerator