skin.conf 30 KB

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