skin.conf 30 KB

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