francisperea

WeeWX Debug

Jan 16th, 2025 (edited)
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.93 KB | None | 0 0
  1. Using configuration file /etc/weewx/weewx.conf
  2.  
  3. System info
  4. Platform: Linux-6.6.62+rpt-rpi-v8-aarch64-with-glibc2.36
  5. Python Version: 3.11.2
  6.  
  7. Load Information
  8. 1 minute load average: 0.33
  9. 5 minute load average: 0.44
  10. 15 minute load average: 0.43
  11.  
  12. General Weewx info
  13. Weewx version 5.1.0 detected.
  14.  
  15. Currently installed extensions
  16. Extension Name Version Description
  17. JSON 1.2 Add JSON output
  18. SVG2PNG 0.1 convert SVG to PNG files
  19. byows_rpi 0.51 Bring Your Own Weather Station (BYOWS) Driver for the Raspberry Pi
  20. neowx-material 1.11 The most versatile and modern weewx skin
  21.  
  22. Archive info
  23. Database name: weewx
  24. Table name: archive
  25. Version 1.0
  26. Unit system: 1 (US)
  27. First good timestamp: 2024-09-10 21:45:00 CEST (1725997500)
  28. Last good timestamp: 2025-01-16 09:35:00 CET (1737016500)
  29. Number of records: 35257
  30. weewx (weewx.conf) is set to use an archive interval of 300 seconds.
  31. The station hardware was not interrogated to determine the archive interval.
  32.  
  33. Supported SQL keys
  34. dateTime usUnits interval
  35. altimeter appTemp appTemp1
  36. barometer batteryStatus1 batteryStatus2
  37. batteryStatus3 batteryStatus4 batteryStatus5
  38. batteryStatus6 batteryStatus7 batteryStatus8
  39. cloudbase co co2
  40. consBatteryVoltage dewpoint dewpoint1
  41. ET extraHumid1 extraHumid2
  42. extraHumid3 extraHumid4 extraHumid5
  43. extraHumid6 extraHumid7 extraHumid8
  44. extraTemp1 extraTemp2 extraTemp3
  45. extraTemp4 extraTemp5 extraTemp6
  46. extraTemp7 extraTemp8 forecast
  47. hail hailBatteryStatus hailRate
  48. heatindex heatindex1 heatingTemp
  49. heatingVoltage humidex humidex1
  50. inDewpoint inHumidity inTemp
  51. inTempBatteryStatus leafTemp1 leafTemp2
  52. leafWet1 leafWet2 lightning_distance
  53. lightning_disturber_count lightning_energy lightning_noise_count
  54. lightning_strike_count luminosity maxSolarRad
  55. nh3 no2 noise
  56. o3 outHumidity outTemp
  57. outTempBatteryStatus pb pm10_0
  58. pm1_0 pm2_5 pressure
  59. radiation rain rainBatteryStatus
  60. rainRate referenceVoltage rxCheckPercent
  61. signal1 signal2 signal3
  62. signal4 signal5 signal6
  63. signal7 signal8 snow
  64. snowBatteryStatus snowDepth snowMoisture
  65. snowRate so2 soilMoist1
  66. soilMoist2 soilMoist3 soilMoist4
  67. soilTemp1 soilTemp2 soilTemp3
  68. soilTemp4 supplyVoltage txBatteryStatus
  69. UV uvBatteryStatus windBatteryStatus
  70. windchill windDir windGust
  71. windGustDir windrun windSpeed
  72.  
  73. Databases configured in weewx.conf:
  74. archive_sqlite:
  75. database_name weewx.sdb
  76. driver weedb.sqlite
  77. SQLITE_ROOT /var/lib/weewx
  78. archive_mysql:
  79. database_name weewx
  80. user weewx
  81. password XXX
  82. driver weedb.mysql
  83. host localhost
  84.  
  85. --- Start configuration file /etc/weewx/weewx.conf ---
  86. # WEEWX CONFIGURATION FILE
  87. #
  88. # Copyright (c) 2009-2024 Tom Keffer <[email protected]>
  89. # See the file LICENSE.txt for your rights.
  90.  
  91. ##############################################################################
  92.  
  93. # This section is for general configuration information.
  94.  
  95. # Set to 1 for extra debug info, otherwise comment it out or set to zero.
  96. debug = 0
  97.  
  98. # Whether to log successful operations. May get overridden below.
  99. log_success = True
  100.  
  101. # Whether to log unsuccessful operations. May get overridden below.
  102. log_failure = True
  103.  
  104. # This configuration file was created by ...
  105. version = 5.1.0
  106. config_path = /etc/weewx/weewx.conf
  107. WEEWX_ROOT = /etc/weewx
  108.  
  109. ##############################################################################
  110.  
  111. # This section is for information about the station.
  112.  
  113. [Station]
  114.  
  115. # Description of the station location, such as your town.
  116. location = "El Mirador, Torre del Mar"
  117.  
  118. # Latitude in decimal degrees. Negative for southern hemisphere.
  119. latitude = 36.742415
  120. # Longitude in decimal degrees. Negative for western hemisphere.
  121. longitude = -4.1051187
  122.  
  123. # Altitude of the station, with the unit it is in. This is used only
  124. # if the hardware cannot supply a value.
  125. altitude = 60, meter # Choose 'foot' or 'meter' for unit
  126.  
  127. # Set to type of station hardware. There must be a corresponding stanza
  128. # in this file, which includes a value for the 'driver' option.
  129. station_type = BYOWS
  130.  
  131. # If you have a website, you may specify an URL. The URL is required if you
  132. # intend to register your station. The URL must include the scheme, for
  133. # example, "http://" or "https://"
  134. station_url = XXXXXX
  135.  
  136. # The start of the rain year (1=January; 10=October, etc.). This is
  137. # downloaded from the station if the hardware supports it.
  138. rain_year_start = 1
  139.  
  140. # Start of week (0=Monday, 6=Sunday)
  141. week_start = 0
  142.  
  143. ##############################################################################
  144.  
  145. [BYOWS]
  146. # This section is for the Raspberry Pi Bring Your Own Weather Station driver.
  147.  
  148. # [REQUIRED]
  149. # The driver to use.
  150. driver = user.byows_rpi
  151.  
  152. # [OPTIONAL]
  153. # How often should the driver generate packets in seconds
  154. #loop_interval = 2.5
  155. loop_interval = 5
  156.  
  157. # [OPTIONAL]
  158. # Pin to which anemometer is connected, the DEFAULT is pin 5.
  159. anemometer_pin = 5
  160.  
  161. # [OPTIONAL]
  162. # Pin to which rain bucket is connected, the DEFAULT is pin 6.
  163. rain_bucket_pin = 6
  164.  
  165. # [OPTIONAL]
  166. # Port and address for sensor bme280, the DEFAULT are port=1 address=0x77
  167. bme280_port = 1
  168. bme280_address = 0x77
  169.  
  170. # [OPTIONAL]
  171. # Channel to which wind vane is connected to on MCP3008, The DEFAULT is channel 0
  172. mcp3008_channel = 0
  173.  
  174. # [OPTIONAL]
  175. # Anemometer adjustment value, the DEFAULT is 1.18
  176. anemometer_adjustment = 1.18
  177.  
  178. # [OPTIONAL]
  179. # Bucket Size in mm, the DEFAULT is 0.2794 mm.
  180. 'bucket_size"' = 0.2794
  181.  
  182. # [OPTIONAL]
  183. # Anemometer radious in cm, the DEFAULT is 9.0 cm.
  184. anemometer_radius_cm = 9.0
  185.  
  186. ##############################################################################
  187.  
  188. [Alarm]
  189. expression = windSpeed > 8
  190. time_wait = 1800
  191. smtp_host = mail.smtp2go.com
  192. smtp_user = scripts@XXX
  193. smtp_password = XXX
  194. from = alarm@XXX
  195. mailto = francis@XXX
  196. subject = Brisa fresca
  197.  
  198. ##############################################################################
  199.  
  200. [Simulator]
  201. # This section is for the weewx weather station simulator.
  202.  
  203. # The time (in seconds) between LOOP packets.
  204. loop_interval = 2.5
  205.  
  206. # The simulator mode can be either 'simulator' or 'generator'.
  207. # Real-time simulator. Sleep between each LOOP packet.
  208. mode = simulator
  209. # Generator. Emit LOOP packets as fast as possible (useful for testing).
  210. #mode = generator
  211.  
  212. # The start time. Format is YYYY-mm-ddTHH:MM. If not specified, the
  213. # default is to use the present time.
  214. #start = 2011-01-01T00:00
  215.  
  216. # The driver to use.
  217. driver = weewx.drivers.simulator
  218.  
  219. ##############################################################################
  220.  
  221. # This section is for uploading data to Internet sites
  222.  
  223. [StdRESTful]
  224.  
  225. # Uncomment and change to override logging for uploading services.
  226. # log_success = True
  227. # log_failure = True
  228.  
  229. [[StationRegistry]]
  230. # To register this weather station at weewx.com, set this to true, and
  231. # set option 'station_url', located in the [Station] section above.
  232. register_this_station = False
  233.  
  234. [[AWEKAS]]
  235. # This section is for configuring posts to AWEKAS.
  236.  
  237. # If you wish to post to AWEKAS, set the option 'enable' to true, then
  238. # specify a username and password.
  239. # Use quotes around the password to guard against parsing errors.
  240. enable = false
  241. username = XXXXXX
  242. password = XXXXXX
  243.  
  244. [[CWOP]]
  245. # This section is for configuring posts to CWOP.
  246.  
  247. # If you wish to post to CWOP, set the option 'enable' to true,
  248. # then specify the station ID (e.g., CW1234).
  249. enable = false
  250. station = XXXXXX
  251. # If this is an APRS (radio amateur) station, specify the
  252. # passcode (e.g., 12345). Otherwise, ignore.
  253. passcode = XXXXXX
  254.  
  255. [[PWSweather]]
  256. # This section is for configuring posts to PWSweather.com.
  257.  
  258. # If you wish to post to PWSweather.com, set the option 'enable' to
  259. # true, then specify a station and password.
  260. # Use quotes around the password to guard against parsing errors.
  261. enable = false
  262. station = XXXXXX
  263. password = XXXXXX
  264.  
  265. [[WOW]]
  266. # This section is for configuring posts to WOW.
  267.  
  268. # If you wish to post to WOW, set the option 'enable' to true, then
  269. # specify a station and password.
  270. # Use quotes around the password to guard against parsing errors.
  271. enable = false
  272. station = XXXXXX
  273. password = XXXXXX
  274. log_failure = false
  275.  
  276. [[Wunderground]]
  277. # This section is for configuring posts to the Weather Underground.
  278.  
  279. # If you wish to post to the Weather Underground, set the option
  280. # 'enable' to true, then specify a station (e.g., 'KORHOODR3'). Use
  281. # the station key (find it at
  282. # https://www.wunderground.com/member/devices) for the password.
  283. enable = false
  284. station = XXXXXX
  285. password = XXXXXX
  286.  
  287. # Set the following to True to have weewx use the WU "Rapidfire"
  288. # protocol. Not all hardware can support it. See the User's Guide.
  289. rapidfire = False
  290.  
  291. ##############################################################################
  292.  
  293. # This section specifies what reports, using which skins, to generate.
  294.  
  295. [StdReport]
  296.  
  297. # Where the skins reside, relative to WEEWX_ROOT
  298. SKIN_ROOT = skins
  299.  
  300. # Where the generated reports should go, relative to WEEWX_ROOT
  301. HTML_ROOT = /var/www/html/weewx
  302.  
  303. # Uncomment and change to override logging for reports.
  304. # log_success = True
  305. # log_failure = True
  306.  
  307. # The database binding indicates which data should be used in reports.
  308. data_binding = wx_binding
  309.  
  310. # Each of the following subsections defines a report that will be run.
  311. # See the customizing guide to change the units, plot types and line
  312. # colors, modify the fonts, display additional sensor data, and other
  313. # customizations. Many of those changes can be made here by overriding
  314. # parameters, or by modifying templates within the skin itself.
  315.  
  316. [[SeasonsReport]]
  317. # The SeasonsReport uses the 'Seasons' skin, which contains the
  318. # images, templates and plots for the report.
  319. skin = neowx-material
  320. enable = true
  321.  
  322. [[SmartphoneReport]]
  323. # The SmartphoneReport uses the 'Smartphone' skin, and the images and
  324. # files are placed in a dedicated subdirectory.
  325. skin = Smartphone
  326. enable = false
  327. HTML_ROOT = /var/www/html/weewx/smartphone
  328.  
  329. [[MobileReport]]
  330. # The MobileReport uses the 'Mobile' skin, and the images and files
  331. # are placed in a dedicated subdirectory.
  332. skin = Mobile
  333. enable = false
  334. HTML_ROOT = /var/www/html/weewx/mobile
  335.  
  336. [[StandardReport]]
  337. skin = neowx-material
  338.  
  339. [[JSONReport]]
  340. skin = JSON
  341. enable = True
  342.  
  343. [[FTP]]
  344. # FTP'ing the results to a webserver is treated as just another report,
  345. # albeit one with an unusual report generator!
  346. skin = Ftp
  347.  
  348. # If you wish to use FTP, set "enable" to "true", then fill out the
  349. # next four lines.
  350. # Use quotes around the password to guard against parsing errors.
  351. enable = false
  352. user = XXXXXX
  353. password = XXXXXX
  354. server = XXXXXX # The ftp server name, e.g, www.myserver.org
  355. path = replace_me # The destination directory, e.g., /weather
  356.  
  357. # Set to True for an FTP over TLS (FTPS) connection. Not all servers
  358. # support this.
  359. secure_ftp = False
  360.  
  361. # To upload files from something other than what HTML_ROOT is set
  362. # to above, specify a different HTML_ROOT here.
  363. #HTML_ROOT = /var/www/html/weewx
  364.  
  365. # Most FTP servers use port 21.
  366. port = 21
  367.  
  368. # Set to 1 to use passive mode, zero for active mode
  369. passive = 1
  370.  
  371. [[RSYNC]]
  372. # rsync'ing to a webserver is treated as just another report.
  373. skin = Rsync
  374.  
  375. # If you wish to use rsync, you must configure passwordless ssh using
  376. # public/private key authentication from the user account that weewx
  377. # runs to the user account on the remote machine where the files
  378. # will be copied.
  379. #
  380. # If you wish to use rsync, set "enable" to "true", then
  381. # fill out server, user, and path.
  382. # The server should appear in your .ssh/config file.
  383. # The user is the username used in the identity file.
  384. # The path is the destination directory, such as /var/www/html/weather.
  385. # Be sure that the user has write permissions on the destination!
  386. enable = false
  387. server = XXXXXX
  388. user = XXXXXX
  389. path = replace_me
  390.  
  391. # To upload files from something other than what HTML_ROOT is set
  392. # to above, specify a different HTML_ROOT here.
  393. #HTML_ROOT = /var/www/html/weewx
  394.  
  395. # Rsync can be configured to remove files from the remote server if
  396. # they don't exist under HTML_ROOT locally. USE WITH CAUTION: if you
  397. # make a mistake in the remote path, you could could unintentionally
  398. # cause unrelated files to be deleted. Set to 1 to enable remote file
  399. # deletion, zero to allow files to accumulate remotely.
  400. delete = 0
  401.  
  402. ##############################################################################
  403.  
  404. [[Defaults]]
  405.  
  406. # Options in the [[Defaults]] section below will apply to all reports.
  407. # What follows are a few of the more popular options you may want to
  408. # uncomment, then change.
  409.  
  410. # Which language to use for all reports. Not all skins support all
  411. # languages. You can override this for individual reports.
  412. lang = es
  413.  
  414. # Which unit system to use for all reports. Choices are 'us', 'metric',
  415. # or 'metricwx'. You can override this for individual reports.
  416. unit_system = metricwx
  417.  
  418. [[[Units]]]
  419.  
  420. # Option "unit_system" above sets the general unit system, but
  421. # overriding specific unit groups is possible. These are popular
  422. # choices. Uncomment and set as appropriate. The unit is always
  423. # in the singular, e.g., 'mile_per_hour', NOT 'miles_per_hour'
  424. [[[[Groups]]]]
  425. group_speed = knot
  426. # group_altitude = meter # Options are 'foot' or 'meter'
  427. # group_pressure = mbar # Options are 'inHg', 'mmHg', 'mbar', or 'hPa'
  428. # group_rain = mm # Options are 'inch', 'cm', or 'mm'
  429. # group_rainrate = mm_per_hour # Options are 'inch_per_hour', 'cm_per_hour', or 'mm_per_hour'
  430. # group_temperature = degree_C # Options are 'degree_C', 'degree_F', or 'degree_K'
  431. # The following line is used to keep the above lines indented
  432. # properly. It can be ignored.
  433. unused = unused
  434.  
  435. # Uncommenting the following section frequently results in more
  436. # attractive formatting of times and dates, but may not work in
  437. # your locale.
  438. [[[[TimeFormats]]]]
  439. # day = %H:%M
  440. # week = %H:%M on %A
  441. # month = %d-%b-%Y %H:%M
  442. # year = %d-%b-%Y %H:%M
  443. # rainyear = %d-%b-%Y %H:%M
  444. # current = %d-%b-%Y %H:%M
  445. # ephem_day = %H:%M
  446. # ephem_year = %d-%b-%Y %H:%M
  447. # The following line is used to keep the above lines indented
  448. # properly. It can be ignored.
  449. unused = unused
  450.  
  451. [[[Labels]]]
  452. # Users frequently change the labels for these observation types.
  453. [[[[Generic]]]]
  454. # inHumidity = Inside Humidity
  455. # inTemp = Inside Temperature
  456. # outHumidity = Outside Humidity
  457. # outTemp = Outside Temperature
  458. # extraTemp1 = Temperature1
  459. # extraTemp2 = Temperature2
  460. # extraTemp3 = Temperature3
  461. # The following line is used to keep the above lines indented
  462. # properly. It can be ignored.
  463. unused = unused
  464.  
  465. ##############################################################################
  466.  
  467. # This service converts the unit system coming from the hardware to a unit
  468. # system in the database.
  469.  
  470. [StdConvert]
  471.  
  472. # The target_unit affects only the unit system in the database. Once
  473. # chosen it cannot be changed without converting the entire database.
  474. # Modification of target_unit after starting weewx will result in
  475. # corrupt data - the database will contain a mix of US and METRIC data.
  476. #
  477. # The value of target_unit does not affect the unit system for
  478. # reporting - reports can display US, Metric, or any combination of units.
  479. #
  480. # In most cases, target_unit should be left as the default: US
  481. #
  482. # In particular, those migrating from a standard wview installation
  483. # should use US since that is what the wview database contains.
  484.  
  485. # DO NOT MODIFY THIS VALUE UNLESS YOU KNOW WHAT YOU ARE DOING!
  486. target_unit = US # Options are 'US', 'METRICWX', or 'METRIC'
  487.  
  488. ##############################################################################
  489.  
  490. # This section can adjust data using calibration expressions.
  491.  
  492. [StdCalibrate]
  493.  
  494. [[Corrections]]
  495. # For each type, an arbitrary calibration expression can be given.
  496. # It should be in the units defined in the StdConvert section.
  497. # Example:
  498. foo = foo + 0.2
  499.  
  500. ##############################################################################
  501.  
  502. # This section is for quality control checks. If units are not specified,
  503. # values must be in the units defined in the StdConvert section.
  504.  
  505. [StdQC]
  506.  
  507. [[MinMax]]
  508. barometer = 26, 32.5, inHg
  509. pressure = 24, 34.5, inHg
  510. outTemp = -40, 120, degree_F
  511. inTemp = 10, 120, degree_F
  512. outHumidity = 0, 100
  513. inHumidity = 0, 100
  514. windSpeed = 0, 120, mile_per_hour
  515. #Control de calidad para evitar excitación por RF
  516. rain = 0, 10, mm
  517. rainRate = 0, 3, mm_per_hour
  518.  
  519. ##############################################################################
  520.  
  521. # This section controls the origin of derived values.
  522.  
  523. [StdWXCalculate]
  524.  
  525. [[Calculations]]
  526. # How to calculate derived quantities. Possible values are:
  527. # hardware - use the value provided by hardware
  528. # software - use the value calculated by weewx
  529. # prefer_hardware - use value provide by hardware if available,
  530. # otherwise use value calculated by weewx
  531.  
  532. pressure = prefer_hardware
  533. altimeter = prefer_hardware
  534. appTemp = prefer_hardware
  535. barometer = prefer_hardware
  536. cloudbase = prefer_hardware
  537. dewpoint = prefer_hardware
  538. ET = prefer_hardware
  539. heatindex = prefer_hardware
  540. humidex = prefer_hardware
  541. inDewpoint = prefer_hardware
  542. maxSolarRad = prefer_hardware
  543. rainRate = prefer_hardware
  544. windchill = prefer_hardware
  545. windrun = prefer_hardware
  546.  
  547. ##############################################################################
  548.  
  549. # For hardware that supports it, this section controls how often the
  550. # onboard clock gets updated.
  551.  
  552. [StdTimeSynch]
  553.  
  554. # How often to check the weather station clock for drift (in seconds)
  555. clock_check = 14400
  556.  
  557. # How much it can drift before we will correct it (in seconds)
  558. max_drift = 5
  559.  
  560. ##############################################################################
  561.  
  562. # This section is for configuring the archive service.
  563.  
  564. [StdArchive]
  565.  
  566. # If the station hardware supports data logging then the archive interval
  567. # will be downloaded from the station. Otherwise, specify it (in seconds).
  568. archive_interval = 300
  569.  
  570.  
  571. # If possible, new archive records are downloaded from the station
  572. # hardware. If the hardware does not support this, then new archive
  573. # records will be generated in software.
  574. # Set the following to "software" to force software record generation.
  575. record_generation = hardware
  576.  
  577. # Whether to include LOOP data in hi/low statistics.
  578. loop_hilo = True
  579.  
  580. # Uncomment and change to override logging for archive operations.
  581. # log_success = True
  582. # log_failure = True
  583.  
  584. # The data binding used to save archive records.
  585. data_binding = wx_binding
  586.  
  587. ##############################################################################
  588.  
  589. # This section binds a data store to a database.
  590.  
  591. [DataBindings]
  592.  
  593. [[wx_binding]]
  594. # The database must match one of the sections in [Databases].
  595. # This is likely to be the only option you would want to change.
  596. database = archive_mysql
  597. # The name of the table within the database.
  598. table_name = archive
  599. # The manager handles aggregation of data for historical summaries.
  600. manager = weewx.manager.DaySummaryManager
  601. # The schema defines the structure of the database.
  602. # It is *only* used when the database is created.
  603. schema = schemas.wview_extended.schema
  604.  
  605. ##############################################################################
  606.  
  607. # This section defines various databases.
  608.  
  609. [Databases]
  610.  
  611. # A SQLite database is simply a single file.
  612. [[archive_sqlite]]
  613. database_name = weewx.sdb
  614. database_type = SQLite
  615.  
  616. # MySQL
  617. [[archive_mysql]]
  618. database_name = weewx
  619. database_type = MySQL
  620. user = XXXXXX
  621. password = XXXXXX
  622.  
  623. ##############################################################################
  624.  
  625. # This section defines defaults for the different types of databases.
  626.  
  627. [DatabaseTypes]
  628.  
  629. # Defaults for SQLite databases.
  630. [[SQLite]]
  631. driver = weedb.sqlite
  632. # Directory in which database files are located, relative to WEEWX_ROOT
  633. SQLITE_ROOT = /var/lib/weewx
  634.  
  635. # Defaults for MySQL databases.
  636. [[MySQL]]
  637. driver = weedb.mysql
  638. # The host where the database is located.
  639. host = localhost
  640. # The user name for logging in to the host.
  641. user = XXXXXX
  642. # Use quotes around the password to guard against parsing errors.
  643. password = XXXXXX
  644.  
  645. ##############################################################################
  646.  
  647. # This section configures the internal weewx engine.
  648.  
  649. [Engine]
  650.  
  651. # This section specifies which services should be run and in what order.
  652. [[Services]]
  653. prep_services = weewx.engine.StdTimeSynch
  654. data_services = ""
  655. process_services = weewx.engine.StdConvert, weewx.engine.StdCalibrate, weewx.engine.StdQC, weewx.wxservices.StdWXCalculate
  656. xtype_services = weewx.wxxtypes.StdWXXTypes, weewx.wxxtypes.StdPressureCooker, weewx.wxxtypes.StdRainRater, weewx.wxxtypes.StdDelta
  657. archive_services = weewx.engine.StdArchive
  658. restful_services = weewx.restx.StdStationRegistry, weewx.restx.StdWunderground, weewx.restx.StdPWSweather, weewx.restx.StdCWOP, weewx.restx.StdWOW, weewx.restx.StdAWEKAS
  659. report_services = weewx.engine.StdPrint, weewx.engine.StdReport, user.alarm.MyAlarm
  660.  
Advertisement
Add Comment
Please, Sign In to add comment