I am receiving the following errors:
john@john-PS583AA-ABA-a1020n ~ $ wd_database -h
Traceback (most recent call last):
File "/usr/local/bin/wd_database", line 44, in <module>
import user.wdSearchX3
ImportError: No module named wdSearchX3
&&
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: cheetahgenerator:
Generate failed with exception '<class 'NameMapper.NotFound'>'
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: cheetahgenerator:
**** Ignoring template /etc/weewx/skins/Clientraw/clientraw.txt.tmpl
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: cheetahgenerator:
**** Reason: cannot find 'max' while searching for 'appTemp.max.degree_C'
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: **** Traceback (most
recent call last):
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: **** File
"/usr/share/weewx/weewx/cheetahgenerator.py", line 332, in generate
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: ****
fd.write(str(compiled_template))
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: **** File
"/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1005, in
__str__
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: **** rc =
getattr(self, mainMethName)()
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: **** File
"_etc_weewx_skins_Clientraw_clientraw_txt_tmpl.py", line 536, in respond
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: **** NotFound:
cannot find 'max' while searching for 'appTemp.max.degree_C'
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: cheetahgenerator:
Generated 0 files for report wdClientraw in 0.70 seconds
&&
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: cheetahgenerator:
Generate failed with exception '<class 'NameMapper.NotFound'>'
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: cheetahgenerator:
**** Ignoring template /etc/weewx/skins/SteelGauges/customclientraw.txt.tmpl
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: cheetahgenerator:
**** Reason: cannot find 'min' while searching for 'appTemp.min.formatted'
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: **** Traceback (most
recent call last):
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: **** File
"/usr/share/weewx/weewx/cheetahgenerator.py", line 332, in generate
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: ****
fd.write(str(compiled_template))
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: **** File
"/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1005, in
__str__
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: **** rc =
getattr(self, mainMethName)()
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: **** File
"_etc_weewx_skins_SteelGauges_customclientraw_txt_tmpl.py", line 229, in
respond
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: **** NotFound:
cannot find 'min' while searching for 'appTemp.min.formatted'
Feb 7 13:56:16 john-PS583AA-ABA-a1020n weewx[29003]: cheetahgenerator:
Generated 0 files for report wdSteelGauges in 0.07 second
Please also see the attached pip.txt and wee_debug.txt files.
I was having this issue a few weeks ago with 3.8.0, and now am on 3.9.1.
I have successfully uninstalled and reinstalled weewxwd 1.0.3 and the issue
persists. If anyone wonders why I have copies of weewxwd3.py in the ~/user
folder it is because the 1_03.py is a backup of the official package, and
the 1_04.py is a copy of the patched version 1.0.4.
Running on Linux Mint 17.2, mariaDB 10.1.37.
This issue was happening before migrating my DB from one server running
mariaDB 5.5 to the current vm running mariaDB 10.1.37. After the migration
I experienced and resolved the lower_case_table = 1 issue and
dropped/rebuilt the weewx daily and now the table has the correct cases.
When attempting to drop/rebuild weewxwd I receive the error:
john@john-PS583AA-ABA-a1020n ~ $ wd_database --drop-daily
Traceback (most recent call last):
File "/usr/local/bin/wd_database", line 44, in <module>
import user.wdSearchX3
ImportError: No module named wdSearchX3
I have verified the wdSearchX3.py is in the correct folder:
john@john-PS583AA-ABA-a1020n /usr/share/weewx/user $ ls -la
total 1344
drwxr-xr-x 3 root root 4096 Feb 7 13:41 .
drwxr-xr-x 10 root root 4096 Feb 7 12:29 ..
-rw-r--r-- 1 root root 3329 Feb 6 02:11 alltime.py
-rw-r--r-- 1 root root 2381 Feb 7 12:30 alltime.pyc
-rw-r--r-- 1 root root 31127 Feb 7 12:39 cmon.py
-rw-r--r-- 1 root root 26616 Feb 7 12:41 cmon.pyc
-rw-r--r-- 1 root root 31164 Feb 6 02:12 crt.py
-rw-r--r-- 1 root root 26200 Feb 7 12:29 crt.pyc
-rw-r--r-- 1 root root 3223 Feb 6 02:11 csv.py
-rw-r--r-- 1 root root 3792 Feb 7 12:29 csv.pyc
-rw-r--r-- 1 root root 4799 Feb 6 02:13 cwxn.py
-rw-r--r-- 1 root root 5754 Feb 7 12:29 cwxn.pyc
-rw-r--r-- 1 root root 12081 Feb 6 02:12 emoncms.py
-rw-r--r-- 1 root root 10640 Feb 7 12:29 emoncms.pyc
-rw-r--r-- 1 root root 541 Mar 13 2016 extensions.py
-rw-r--r-- 1 root root 419 Feb 7 12:29 extensions.pyc
-rw-r--r-- 1 root root 191165 Feb 6 02:10 forecast.py
-rw-r--r-- 1 root root 124790 Feb 7 12:29 forecast.pyc
-rw-rw-r-- 1 root root 14587 Feb 6 02:11 gaugeengine.py
-rw-r--r-- 1 root root 10550 Feb 7 12:30 gaugeengine.pyc
-rw-rw-r-- 1 root root 25053 Feb 6 02:11 gauges.py
-rw-r--r-- 1 root root 18712 Feb 7 12:30 gauges.pyc
-rw-rw-r-- 1 root root 16195 Feb 6 02:11 historygenerator.py
-rw-r--r-- 1 root root 11726 Feb 7 12:30 historygenerator.pyc
-rw-r--r-- 1 root root 36491 Feb 7 10:24 imageStackedWindRose3.py
-rw-r--r-- 1 root root 16152 Feb 7 12:31 imageStackedWindRose3.pyc
-rw-rw-r-- 1 root root 6087 Feb 6 02:11 inigo-since.py
-rw-r--r-- 1 root root 5320 Feb 7 12:30 inigo-since.pyc
-rw-r--r-- 1 root root 306 Feb 6 07:27 __init__.py
-rw-r--r-- 1 root root 324 Feb 7 12:29 __init__.pyc
drwxr-xr-x 19 root root 4096 Feb 7 13:41 installer
-rw-r--r-- 1 root root 9870 Feb 6 02:11 meteotemplate.py
-rw-r--r-- 1 root root 10994 Feb 7 12:29 meteotemplate.pyc
-rw-r--r-- 1 root root 16923 Feb 6 02:11 mqtt.py
-rw-r--r-- 1 root root 14260 Feb 7 12:29 mqtt.pyc
-rw-rw-r-- 1 root root 3332 Feb 6 02:11 translategenerator.py
-rw-r--r-- 1 root root 3563 Feb 7 12:30 translategenerator.pyc
-rw-r--r-- 1 root root 13504 Feb 6 02:11 wcloud.py
-rw-r--r-- 1 root root 12112 Feb 7 12:29 wcloud.pyc
-rw-r--r-- 1 root root 35464 Feb 7 10:24 wdAstroSearchX3.py
-rw-r--r-- 1 root root 26298 Feb 7 12:31 wdAstroSearchX3.pyc
-rw-r--r-- 1 root root 41510 Feb 7 10:24 wd_database
-rw-r--r-- 1 root root 186059 Feb 7 10:24 wdSearchX3.py
-rw-r--r-- 1 root root 97702 Feb 7 12:31 wdSearchX3.pyc
-rw-r--r-- 1 root root 44366 Feb 7 10:24 wdTaggedStats3.py
-rw-r--r-- 1 root root 30414 Feb 7 12:31 wdTaggedStats3.pyc
-rw-r--r-- 1 root root 12249 Jan 26 19:01 weewxwd3_1_03.py
-rw-r--r-- 1 root root 12706 Feb 6 09:31 weewxwd3_1_04.py
-rw-r--r-- 1 root root 12706 Feb 7 10:27 weewxwd3.py
-rw-r--r-- 1 root root 6944 Feb 7 12:29 weewxwd3.pyc
-rw-rw-r-- 1 root root 23044 Feb 6 02:11 wxobs.py
-rw-r--r-- 1 root root 9932 Feb 7 12:30 wxobs.pyc
-rw-r--r-- 1 root root 2553 Feb 6 02:10 zabbix.py
-rw-r--r-- 1 root root 2859 Feb 7 12:29 zabbix.pyc
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
Package Version
----------------------------- --------------
aniso8601 2.0.1
apt-xapian-index 0.45
asn1crypto 0.24.0
attrs 17.4.0
Automat 0.6.0
backports.functools-lru-cache 1.5
bcrypt 3.1.4
BeautifulSoup 3.2.1
beautifulsoup4 4.6.0
blessings 1.6
blinker 1.4
bordercamp-irc-bot 14.8.2
ccsm 0.9.11.3
certifi 2018.1.18
cffi 1.11.5
chardet 3.0.4
Cheetah 2.4.4
click 6.7
colorama 0.3.9
command-not-found 0.3
compizconfig-python 0.9.11.3
configglue 1.1.3.post0
configobj 5.0.6
constantly 15.1.0
cryptography 2.1.4
cycler 0.10.0
debtagshw 0.1
decorator 4.2.1
defer 1.0.6
dirspec 13.10
dnspython 1.15.0
dtrx 6.6
duplicity 0.6.23
enum34 1.1.6
fasteners 0.14.1
feedparser 5.2.1
Flask 0.12.2
Flask-RESTful 0.3.6
functools32 3.2.3.post2
future 0.16.0
gevent 1.3a1
gevent-socketio 0.3.6
gevent-websocket 0.10.1
Glances 2.11.1
gps 3.9
greenlet 0.4.13
html5lib 1.0.1
httplib2 0.10.3
hyperlink 18.0.0
idna 2.6
incremental 17.5.0
inflect 0.2.5
ino 0.3.6
iotop 0.6
ipaddress 1.0.19
irc 16.2
itsdangerous 0.24
jaraco.classes 1.4.3
jaraco.collections 1.5.2
jaraco.functools 1.17
jaraco.itertools 2.1
jaraco.logging 1.5.1
jaraco.stream 1.1.2
jaraco.text 1.9.2
Jinja2 2.10
layered-yaml-attrdict-config 16.1.0
lockfile 0.12.2
lxml 4.1.1
Mako 1.0.7
Markdown 2.6.11
MarkupSafe 1.0
matplotlib 2.1.2
MAVProxy 1.6.2
maybe 0.4.0
mcstatus 2.2
mercurial 4.5
monotonic 1.4
more-itertools 4.1.0
MySQL-python 1.2.5
mysqlclient 1.4.1
numpy 1.14.1
oauthlib 2.0.6
olefile 0.45.1
ordereddict 1.1
ouimeaux 0.8
packaging 16.8
paho-mqtt 1.4.0
PAM 0.4.2
paramiko 2.4.0
pexpect 4.4.0
Pillow 5.4.1
pip 19.0.1
pip-review 1.0
pip-upgrade-outdated 1.5
protobuf 3.5.1
pssh 2.3.1
psutil 5.4.3
ptyprocess 0.5.2
pyasn1 0.4.2
pycairo 1.16.3
pycparser 2.18
pycrypto 2.6.1
pycups 1.9.66
pycurl 7.43.0.1
pyephem 3.7.6.0
pygobject 3.12.0
pyinotify 0.9.6
pymavlink 2.2.8
PyNaCl 1.2.1
pyOpenSSL 17.5.0
pyparsing 2.2.0
pyserial 3.4
pysmbc 1.0.14.1
python-apt 0.9.3.5ubuntu3
python-dateutil 2.7.5
python-debian 0.1.32
python-ptrace 0.9.3
python-xlib 0.21
pytz 2018.3
pyusb 1.0.2
pyxdg 0.26
PyYAML 3.12
reportlab 3.4.0
requests 2.18.4
scipy 1.0.0
sessioninstaller 0.0.0
setuptools 40.6.3
simplejson 3.13.2
six 1.12.0
speedtest-cli 2.0.2
subprocess32 3.2.7
syslog2IRC 0.9.2.dev0
syslogmp 0.2.2
system-service 0.1.6
tempora 1.10
Twisted 17.9.0
Twisted-Core 13.2.0
Twisted-Names 13.2.0
Twisted-Web 13.2.0
urllib3 1.22
urwid 2.0.1
uTidylib 0.2
virtualenv 16.3.0
webencodings 0.5.1
Werkzeug 0.14.1
wheel 0.32.3
wxPython 2.8.12.1
wxPython-common 2.8.12.1
zope.interface 4.4.3
Using verbosity=1, displaying most info
wee_debug output will be sent to stdout(console)
Using configuration file /etc/weewx/weewx.conf
Using database binding 'wx_binding', which is bound to database 'archive_mysql'
System info
Platform: Linux-4.4.0-142-generic-x86_64-with-LinuxMint-17.2-rafaela
Python Version: 2.7.6
Load Information
1 minute load average: 2.22
5 minute load average: 1.97
15 minute load average: 1.91
General Weewx info
Weewx version 3.9.1 detected.
Station info
Station type: AcuRite
Driver: weewx.drivers.acurite
Driver info
[AcuRite]
# This section is for AcuRite weather stations.
# The station model, e.g., 'AcuRite 01025' or 'AcuRite 02032C'
model = AcuRite 01536RX
# The driver to use:
driver = weewx.drivers.acurite
use_constants = false
ignore_bounds = false
Currently installed extensions
Extension Name Version Description
wcloud 0.11 Upload weather data to WeatherCloud.
cmon 0.16 Collect and display computer health indicators.
forecast 3.3.1 Generate and display weather and tide forecasts.
mqtt 0.18 Upload weather data to MQTT server.
Inigo 0.7.1 A skin to feed data to the weeWX Weather app
zabbix 0.1 Push data to zabbix server
amphibian 0.11 Skin that looks a bit like a wet frog.
wxobs 0.6.5 Generates weewx report page that uses php to
extractarchival data (Daily climatological summaries) from the weewxdatabase
and present it as a table of half-hourly snapshots,in a html page
Weewx-WD 1.0.3 weewx support for Weather Display Live, SteelSeries
Gauges and Carter Lake/Saratoga weather web site templates.
crt 0.18 Emit a Cumulus realtime.txt for LOOP data.
meteotemplate 0.9 Upload weather data to Meteotemplate.
emoncms 0.14 Upload weather data to EmonCMS.
cwxn 0.4 Emit a Cumulus wxnow.txt for LOOP data.
csv 0.10 Emit loop or archive data in CSV format.
exfoliation 0.45 A minimalist layout with lots of data.
The following alternative languages are available:
catala
dutch
espanol
finnish
francais
german
italian
korean
Language changes can be made in skins/Bootstrap/skin.conf
Default location for HTML and image files is public_html/Bootstrap
*** POINT YOUR BROWSER TO: public_html/Bootstrap/index.html ***
bootstrap 2.25 A skin based around the bootstrap 3.2.0 framework
simple 0.4 A minimalist layout.
Archive info
Database name: weewx
Table name: archive
Version 2.0
Unit system: 1 (US)
First good timestamp: 2016-10-02 10:40:00 CDT (1475422800)
Last good timestamp: 2019-02-07 14:10:00 CST (1549570200)
Number of records: 233856
weewx (weewx.conf) is set to use an archive interval of 300 seconds.
The station hardware was not interrogated in determining archive interval.
Databases configured in weewx.conf
Database name: weewx.sdb
Database driver: weedb.sqlite
Database name: weewx
Database driver: weedb.mysql
Database host: 192.168.1.193
Database name: forecast.sdb
Database driver: weedb.sqlite
Database name: weewxwd
Database driver: weedb.mysql
Database host: 192.168.1.193
Database name: weewxwd.sdb
Database driver: weedb.sqlite
Database name: cmon.sdb
Database driver: weedb.sqlite
Parsed and obfuscated weewx.conf
# WEEWX CONFIGURATION FILE
#
# Copyright (c) 2009-2019 Tom Keffer <[email protected]>
# See the file LICENSE.txt for your rights.
##############################################################################
# This section is for general configuration information.
# Set to 1 for extra debug info, otherwise comment it out or set to zero
debug = 0
# Root directory of the weewx data file hierarchy for this station
WEEWX_ROOT = /
# Whether to log successful operations
log_success = True
# Whether to log unsuccessful operations
log_failure = True
# How long to wait before timing out a socket (FTP, HTTP) connection
socket_timeout = 20
# Do not modify this. It is used when installing and updating weewx.
version = 3.9.1
##############################################################################
# This section is for information about the station.
[Station]
# Description of the station location
location = "Welch, Texas"
# Latitude and longitude in decimal degrees
latitude = 32.957
longitude = -102.140
# Altitude of the station, with unit it is in. This is downloaded from
# from the station if the hardware supports it.
altitude = 3004, foot
# Set to type of station hardware. There must be a corresponding stanza
# in this file with a 'driver' parameter indicating the driver to be used.
station_type = AcuRite
# If you have a website, you may specify an URL
station_url = XXX obfuscated by wee_debug XXX
# The start of the rain year (1=January; 10=October, etc.). This is
# downloaded from the station if the hardware supports it.
rain_year_start = 1
# Start of week (0=Monday, 6=Sunday)
week_start = 6
##############################################################################
[AcuRite]
# This section is for AcuRite weather stations.
# The station model, e.g., 'AcuRite 01025' or 'AcuRite 02032C'
model = AcuRite 01536RX
# The driver to use:
driver = weewx.drivers.acurite
use_constants = false
ignore_bounds = false
##############################################################################
# This section is for uploading data to Internet sites
[StdRESTful]
[[StationRegistry]]
# To register this weather station with weewx, set this to true
register_this_station = true
[[AWEKAS]]
# This section is for configuring posts to AWEKAS.
# If you wish to do this, set the option 'enable' to true,
# and specify a username and password.
# To guard against parsing errors, put the password in quotes.
enable = true
username = XXX obfuscated by wee_debug XXX
password = XXX obfuscated by wee_debug XXX
[[CWOP]]
# This section is for configuring posts to CWOP.
# If you wish to do this, set the option 'enable' to true,
# and specify the station ID (e.g., CW1234).
enable = true
station = XXX obfuscated by wee_debug XXX
# If this is an APRS (radio amateur) station, uncomment
# the following and replace with a passcode (e.g., 12345).
#passcode = replace_me (APRS stations only)
[[PWSweather]]
# This section is for configuring posts to PWSweather.com.
# If you wish to do this, set the option 'enable' to true,
# and specify a station and password.
# To guard against parsing errors, put the password in quotes.
enable = true
station = XXX obfuscated by wee_debug XXX
password = XXX obfuscated by wee_debug XXX
[[WOW]]
# This section is for configuring posts to WOW.
# If you wish to do this, set the option 'enable' to true,
# and specify a station and password.
# To guard against parsing errors, put the password in quotes.
enable = true
station = XXX obfuscated by wee_debug XXX
password = XXX obfuscated by wee_debug XXX
[[Wunderground]]
# This section is for configuring posts to the Weather Underground.
# If you wish to do this, set the option 'enable' to true,
# and specify a station (e.g., 'KORHOODR3') and password.
# To guard against parsing errors, put the password in quotes.
enable = true
station = XXX obfuscated by wee_debug XXX
password = XXX obfuscated by wee_debug XXX
# Set the following to True to have weewx use the WU "Rapidfire"
# protocol. Not all hardware can support it. See the User's Guide.
rapidfire = False
[[Meteotemplate]]
password = XXX obfuscated by wee_debug XXX
server_url = XXX obfuscated by wee_debug XXX
binding = loop
[[MQTT]]
server_url = XXX obfuscated by wee_debug XXX
topic = weewx
unit_system = US
binding = loop
[[WeatherCloud]]
id = XXX obfuscated by wee_debug XXX
key = XXX obfuscated by wee_debug XXX
[[EmonCMS]]
url = http://emonpi.lan/emoncms/input/post.json
token = XXX obfuscated by wee_debug XXX
##############################################################################
# This section specifies what reports, using which skins, to generate.
[StdReport]
# Where the skins reside, relative to WEEWX_ROOT
SKIN_ROOT = /etc/weewx/skins
# Where the generated reports should go, relative to WEEWX_ROOT
HTML_ROOT = /var/www/html/weewx
# The database binding indicates which data should be used in reports.
data_binding = wx_binding
# Whether to log a successful operation
log_success = True
# Whether to log an unsuccessful operation
log_failure = True
####
# Each of the following subsections defines a report that will be run.
# See the customizing guide to change the units, plot types and line
# colors, modify the fonts, display additional sensor data, and other
# customizations. Many of those changes can be made here by overriding
# parameters, or by modifying templates within the skin itself.
[[SeasonsReport]]
# The SeasonsReport uses the 'Seasons' skin, which contains the
# images, templates and plots for the report.
skin = Seasons
enable = True
[[SmartphoneReport]]
# The SmartphoneReport uses the 'Smartphone' skin, and the images and
# files are placed in a dedicated subdirectory.
skin = Smartphone
enable = True
HTML_ROOT = /var/www/html/weewx
[[MobileReport]]
# The MobileReport uses the 'Mobile' skin, and the images and files
# are placed in a dedicated subdirectory.
skin = Mobile
enable = True
HTML_ROOT = /var/www/html/weewx
[[StandardReport]]
# This is the old "Standard" skin. By default, it is not enabled.
skin = Standard
enable = False
[[forecast]]
HTML_ROOT = /var/www/html/weewx/forecast
skin = forecast
[[HTMLPages]]
HTML_ROOT = /var/www/html/weewx/Bootstrap
skin = Bootstrap
[[BigImages]]
HTML_ROOT = /var/www/html/weewx/Bootstrap/big_images
skin = Images
[[[ImageGenerator]]]
bottom_label_font_size = 14
axis_label_font_size = 14
image_width = 900
top_label_font_size = 18
image_height = 600
anti_alias = 2
unit_label_font_size = 18
[[SmallImages]]
HTML_ROOT = /var/www/html/weewx/Bootstrap/images
skin = Images
[[wxobs]]
HTML_ROOT = /var/www/html/weewx/wxobs
skin = wxobs
[[Inigo]]
HTML_ROOT = /var/www/html/weewx/
skin = Inigo
[[exfoliation]]
HTML_ROOT = /var/www/html/weewx/exfoliation
skin = exfoliation
[[simple]]
HTML_ROOT = /var/www/html/weewx/simple
skin = simple
[[amphibian]]
HTML_ROOT = /var/www/html/weewx/amphibian
skin = amphibian
[[wdTesttags]]
HTML_ROOT = /var/www/html/weewx/WD
skin = Testtags
[[[Units]]]
[[[[TimeFormats]]]]
date_time_f = %d/%m/%Y %H:%M
date_f = %d/%m/%Y
[[[[Groups]]]]
group_altitude = foot
group_speed2 = mile_per_hour2
group_pressure = inHg
group_rain = inch
group_rainrate = inch_per_hour
group_temperature = degree_F
group_degree_day = degree_F_day
group_speed = mile_per_hour
[[wdPWS]]
HTML_ROOT = /var/www/html/weewx/WD
skin = PWS
[[[Units]]]
[[[[Groups]]]]
group_speed2 = mile_per_hour2
group_temperature = degree_F
group_pressure = inHg
group_rain = inch
group_rainrate = inch_per_hour
group_speed = mile_per_hour
[[wdClientraw]]
HTML_ROOT = /var/www/html/weewx/WD
skin = Clientraw
[[wdStackedWindRose]]
HTML_ROOT = /var/www/html/weewx/WD
skin = StackedWindRose
[[[Units]]]
[[[[TimeFormats]]]]
date_time_f = %d/%m/%Y %H:%M
date_f = %d/%m/%Y
[[[[Groups]]]]
group_speed2 = mile_per_hour2
group_speed = mile_per_hour
[[wdSteelGauges]]
HTML_ROOT = /var/www/html/weewx/WD
skin = SteelGauges
[[[Units]]]
[[[[Groups]]]]
group_speed2 = mile_per_hour2
group_temperature = degree_F
group_pressure = inHg
group_rain = inch
group_rainrate = inch_per_hour
group_speed = mile_per_hour
[[cmon]]
HTML_ROOT = /var/www/html/weewx/cmon
skin = cmon
[[FTP]]
# FTP'ing the results to a webserver is treated as just another report,
# albeit one with an unusual report generator!
skin = Ftp
# If you wish to use FTP, set "enable" to "true", then
# fill out the next four lines.
# Use quotes around passwords to guard against parsing errors.
enable = false
user = XXX obfuscated by wee_debug XXX
password = XXX obfuscated by wee_debug XXX
server = replace_me # The ftp server name, e.g, www.myserver.org
path = replace_me # The destination directory, e.g., /weather
# Set to True for an FTP over TLS (FTPS) connection. Not all servers
# support this.
secure_ftp = False
# To upload files from something other than what HTML_ROOT is set
# to above, specify a different HTML_ROOT here.
#HTML_ROOT = /var/www/html/weewx
# Most FTP servers use port 21
port = 21
# Set to 1 to use passive mode, zero for active mode
passive = 1
[[RSYNC]]
# rsync'ing to a webserver is treated as just another report
skin = Rsync
# If you wish to use rsync, you must configure passwordless ssh using
# public/private key authentication from the user account that weewx
# runs to the user account on the remote machine where the files
# will be copied.
#
# If you wish to use rsync, set "enable" to "true", then
# fill out server, user, and path.
# The server should appear in your .ssh/config file.
# The user is the username used in the identity file.
# The path is the destination directory, such as /var/www/html/weather.
# Be sure that the user has write permissions on the destination!
enable = false
server = replace_me
user = XXX obfuscated by wee_debug XXX
path = replace_me
# To upload files from something other than what HTML_ROOT is set
# to above, specify a different HTML_ROOT here.
#HTML_ROOT = /var/www/html/weewx
# Rsync can be configured to remove files from the remote server if
# they don't exist under HTML_ROOT locally. USE WITH CAUTION: if you
# make a mistake in the remote path, you could could unintentionally
# cause unrelated files to be deleted. Set to 1 to enable remote file
# deletion, zero to allow files to accumulate remotely.
delete = 0
####
# Various options for customizing your reports.
[[Defaults]]
[[[Units]]]
# The following section sets what unit to use for each unit group.
# NB: The unit is always in the singular. I.e., 'mile_per_hour',
# NOT 'miles_per_hour'
[[[[Groups]]]]
group_altitude = foot # Options are 'foot' or 'meter'
group_degree_day = degree_F_day # Options are 'degree_F_day'
or 'degree_C_day'
group_pressure = inHg # Options are 'inHg', 'mmHg', 'mbar',
or 'hPa'
group_rain = inch # Options are 'inch', 'cm', or 'mm'
group_rainrate = inch_per_hour # Options are
'inch_per_hour', 'cm_per_hour', or 'mm_per_hour'
group_speed = mile_per_hour # Options are 'mile_per_hour',
'km_per_hour', 'knot', or 'meter_per_second'
group_speed2 = mile_per_hour2 # Options are
'mile_per_hour2', 'km_per_hour2', 'knot2', or 'meter_per_second2'
group_temperature = degree_F # Options are 'degree_F' or
'degree_C'
# The following section sets the formatting for each type of unit.
[[[[StringFormats]]]]
centibar = %.0f
cm = %.2f
cm_per_hour = %.2f
degree_C = %.1f
degree_F = %.1f
degree_compass = %.0f
foot = %.0f
hPa = %.1f
hour = %.1f
inHg = %.3f
inch = %.2f
inch_per_hour = %.2f
km_per_hour = %.0f
km_per_hour2 = %.1f
knot = %.0f
knot2 = %.1f
mbar = %.1f
meter = %.0f
meter_per_second = %.1f
meter_per_second2 = %.1f
mile_per_hour = %.0f
mile_per_hour2 = %.1f
mm = %.1f
mmHg = %.1f
mm_per_hour = %.1f
percent = %.0f
second = %.0f
uv_index = %.1f
volt = %.1f
watt_per_meter_squared = %.0f
NONE = " N/A"
# The following section sets the label for each type of unit
[[[[Labels]]]]
day = " day", " days"
hour = " hour", " hours"
minute = " minute", " minutes"
second = " second", " seconds"
NONE = ""
# The following section sets the format for each time scale.
# The values below will work in every locale, but they may not look
# particularly attractive.
[[[[TimeFormats]]]]
hour = %H:%M
day = %X
week = %X (%A)
month = %x %X
year = %x %X
rainyear = %x %X
current = %x %X
ephem_day = %X
ephem_year = %x %X
[[[[Ordinates]]]]
# Ordinal directions. The last one is for no wind direction
directions = N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW,
W, WNW, NW, NNW, N/A
# The following section sets the base temperatures used for the
# calculation of heating and cooling degree-days.
[[[[[DegreeDays]]]]]
# Base temperature for heating days, with unit:
heating_base = 65, degree_F
# Base temperature for cooling days, with unit:
cooling_base = 65, degree_F
# A trend takes a difference across a time period. The following
# section sets the time period, and how big an error is allowed
to
# still be counted as the start or end of a period.
[[[[[Trend]]]]]
time_delta = 10800 # 3 hours
time_grace = 300 # 5 minutes
# The labels to be used for each observation type
[[[Labels]]]
# Set to hemisphere abbreviations suitable for your location:
hemispheres = N, S, E, W
# Formats to be used for latitude whole degrees, longitude whole
# degrees, and minutes:
latlon_formats = %02d, %03d, %05.2f
# Generic labels, keyed by an observation type.
[[[[Generic]]]]
barometer = Barometer
dewpoint = Dew Point
ET = ET
heatindex = Heat Index
inHumidity = Inside Humidity
inTemp = Inside Temperature
outHumidity = Humidity
outTemp = Outside Temperature
radiation = Radiation
rain = Rain
rainRate = Rain Rate
UV = UV Index
windDir = Wind Direction
windGust = Gust Speed
windGustDir = Gust Direction
windSpeed = Wind Speed
windchill = Wind Chill
windgustvec = Gust Vector
windvec = Wind Vector
extraTemp1 = Temperature1
extraTemp2 = Temperature2
extraTemp3 = Temperature3
# Sensor status indicators
rxCheckPercent = Signal Quality
txBatteryStatus = Transmitter Battery
windBatteryStatus = Wind Battery
rainBatteryStatus = Rain Battery
outTempBatteryStatus = Outside Temperature Battery
inTempBatteryStatus = Inside Temperature Battery
consBatteryVoltage = Console Battery
heatingVoltage = Heating Battery
supplyVoltage = Supply Voltage
referenceVoltage = Reference Voltage
[[[Almanac]]]
# The labels to be used for the phases of the moon:
moon_phases = New, Waxing crescent, First quarter, Waxing gibbous,
Full, Waning gibbous, Last quarter, Waning crescent
##############################################################################
# This service acts as a filter, converting the unit system coming from
# the hardware to a unit system in the database.
[StdConvert]
# The target_unit affects only the unit system in the database. Once
# chosen it cannot be changed without converting the entire database.
# Modification of target_unit after starting weewx will result in
# corrupt data - the database will contain a mix of US and METRIC data.
#
# The value of target_unit does not affect the unit system for
# reporting - reports can display US, Metric, or any combination of units.
#
# In most cases, target_unit should be left as the default: US
#
# In particular, those migrating from a standard wview installation
# should use US since that is what the wview database contains.
# DO NOT MODIFY THIS VALUE UNLESS YOU KNOW WHAT YOU ARE DOING!
target_unit = US # Options are 'US', 'METRICWX', or 'METRIC'
##############################################################################
# This section can adjust data using calibration expressions.
[StdCalibrate]
[[Corrections]]
# For each type, an arbitrary calibration expression can be given.
# It should be in the units defined in the StdConvert section.
# Example:
foo = foo + 0.2
##############################################################################
# This section is for quality control checks. If units are not specified,
# values must be in the units defined in the StdConvert section.
[StdQC]
[[MinMax]]
barometer = 26, 32.5, inHg
pressure = 24, 34.5, inHg
outTemp = -40, 120, degree_F
inTemp = 32, 122, degree_F
outHumidity = 0, 99
inHumidity = 0, 99
windSpeed = 0, 99, mile_per_hour
rain = 0, 10, inch
##############################################################################
# This section controls the origin of derived values.
[StdWXCalculate]
[[Calculations]]
# How to calculate derived quantities. Possible values are:
# hardware - use the value provided by hardware
# software - use the value calculated by weewx
# prefer_hardware - use value provide by hardware if available,
# otherwise use value calculated by weewx
pressure = prefer_hardware
barometer = prefer_hardware
altimeter = prefer_hardware
windchill = prefer_hardware
heatindex = prefer_hardware
dewpoint = prefer_hardware
inDewpoint = prefer_hardware
rainRate = prefer_hardware
##############################################################################
# For hardware that supports it, this section controls how often the
# onboard clock gets updated.
[StdTimeSynch]
# How often to check the weather station clock for drift (in seconds)
clock_check = 14400
# How much it can drift before we will correct it (in seconds)
max_drift = 5
##############################################################################
# This section is for configuring the archive service.
[StdArchive]
# If the station hardware supports data logging then the archive interval
# will be downloaded from the station. Otherwise, specify it (in seconds).
archive_interval = 300
# If possible, new archive records are downloaded from the station
# hardware. If the hardware does not support this, then new archive
# records will be generated in software.
# Set the following to "software" to force software record generation.
record_generation = hardware
# Whether to include LOOP data in hi/low statistics
loop_hilo = True
# The data binding used to save archive records
data_binding = wx_binding
##############################################################################
# This section binds a data store to a database.
[DataBindings]
[[wx_binding]]
# The database must match one of the sections in [Databases].
# This is likely to be the only option you would want to change.
database = archive_mysql
# The name of the table within the database
table_name = archive
# The manager handles aggregation of data for historical summaries
manager = weewx.wxmanager.WXDaySummaryManager
# The schema defines the structure of the database.
# It is *only* used when the database is created.
schema = schemas.wview.schema
[[forecast_binding]]
database = forecast_sqlite
[[wd_binding]]
manager = weewx.manager.DaySummaryManager
schema = user.weewxwd3.schema
table_name = archive
database = weewxwd_mysql
[[cmon_binding]]
manager = weewx.manager.DaySummaryManager
schema = user.cmon.schema
table_name = archive
database = cmon_sqlite
##############################################################################
# This section defines various databases.
[Databases]
# A SQLite database is simply a single file
[[archive_sqlite]]
database_name = weewx.sdb
database_type = SQLite
# MySQL
[[archive_mysql]]
database_name = weewx
database_type = MySQL
[[forecast_sqlite]]
database_name = forecast.sdb
database_type = SQLite
[[weewxwd_mysql]]
database_name = weewxwd
database_type = MySQL
host = 192.168.1.193
user = XXX obfuscated by wee_debug XXX
password = XXX obfuscated by wee_debug XXX
[[weewxwd_sqlite]]
database_name = weewxwd.sdb
root = /
database_type = SQLite
[[cmon_sqlite]]
database_name = cmon.sdb
database_type = SQLite
##############################################################################
# This section defines defaults for the different types of databases.
[DatabaseTypes]
# Defaults for SQLite databases
[[SQLite]]
driver = weedb.sqlite
# Directory in which the database files are located
SQLITE_ROOT = /var/lib/weewx
# Defaults for MySQL databases
[[MySQL]]
driver = weedb.mysql
# The host where the database is located
host = 192.168.1.193
# The user name for logging in to the host
user = XXX obfuscated by wee_debug XXX
# The password for the user name (quotes guard against parsing errors)
password = XXX obfuscated by wee_debug XXX
##############################################################################
# This section configures the internal weewx engine.
[Engine]
[[Services]]
# This section specifies the services that should be run. They are
# grouped by type, and the order of services within each group
# determines the order in which the services will be run.
prep_services = weewx.engine.StdTimeSynch
data_services = ,
process_services = weewx.engine.StdConvert, weewx.engine.StdCalibrate,
weewx.engine.StdQC, weewx.wxservices.StdWXCalculate, user.zabbix.Zabbix,
user.csv.CSV, user.weewxwd3.WdWXCalculate, user.crt.CumulusRealTime,
user.cwxn.CumulusWXNow, user.cmon.ComputerMonitor
archive_services = weewx.engine.StdArchive,
user.forecast.ZambrettiForecast, user.forecast.NWSForecast,
user.forecast.WUForecast, user.forecast.OWMForecast,
user.forecast.UKMOForecast, user.forecast.AerisForecast,
user.forecast.WWOForecast, user.forecast.DSForecast,
user.forecast.XTideForecast, user.weewxwd3.WdArchive
restful_services = weewx.restx.StdStationRegistry,
weewx.restx.StdWunderground, weewx.restx.StdPWSweather, weewx.restx.StdCWOP,
weewx.restx.StdWOW, weewx.restx.StdAWEKAS, user.meteotemplate.Meteotemplate,
user.mqtt.MQTT, user.wcloud.WeatherCloud, user.emoncms.EmonCMS
report_services = weewx.engine.StdPrint, weewx.engine.StdReport
##############################################################################
# Options for extension 'zabbix'
[ZABBIX]
host = sandvine.lan
prefix = weewx_
enable = true
zabbix_sender = /usr/bin/zabbix_sender
server = 192.168.1.190
##############################################################################
# Options for extension 'forecast'
[Forecast]
data_binding = forecast_binding
[[OWM]]
api_key = XXX obfuscated by wee_debug XXX
[[WWO]]
api_key = XXX obfuscated by wee_debug XXX
[[WU]]
api_key = XXX obfuscated by wee_debug XXX
[[NWS]]
lid = TXZ046
foid = MAF
[[UKMO]]
api_key = XXX obfuscated by wee_debug XXX
location = ""
[[XTide]]
location = uscg freeport
[[Zambretti]]
hemisphere = NORTH
[[Aeris]]
client_secret = ""
client_id = ""
[[DS]]
api_key = XXX obfuscated by wee_debug XXX
##############################################################################
# Options for extension 'csv'
[CSV]
binding = loop
mode = append
header = True
filename = /var/www/html/weewx/WD/data.csv
##############################################################################
# Options for extension 'Weewx-WD'
[Weewx-WD]
data_binding = wd_binding
##############################################################################
# Options for extension 'crt'
[CumulusRealTime]
filename = /var/www/html/weewx/WD/realtime.txt
##############################################################################
# Options for extension 'cwxn'
[CumulusWXNow]
filename = /var/www/html/weewx/WD/wxnow.txt
##############################################################################
# Options for extension 'cmon'
[ComputerMonitor]
data_binding = cmon_binding
wee_debug report successfully generated