Thanks for the direction! I checked the daily summary table and it exists but is empty, so that's likely the issue. When I ran "sudo wee_database --rebuild-daily --binding=well_binding" I receive an error that the table archive does not exist, though I specify a different table name in weewx.conf.
pertinent section from weewx.conf:
[[well_binding]]
database = sensors
table_name = sensor_gamma
manager = weewx.wxmanager.WXDaySummaryManager
schema = user.wellTemp.schema
Specific error from wee_database:
Using configuration file /etc/weewx/weewx.conf
Using database binding 'well_binding', which is bound to database 'sensors'
Traceback (most recent call last):
File "/usr/share/weewx/wee_database", line 974, in <module>
main()
File "/usr/share/weewx/wee_database", line 169, in main
rebuildDaily(config_dict, db_binding, options)
File "/usr/share/weewx/wee_database", line 225, in rebuildDaily
with weewx.manager.Manager.open(manager_dict['database_dict']) as dbmanager:
File "/usr/share/weewx/weewx/manager.py", line 131, in open
dbmanager = cls(connection, table_name)
File "/usr/share/weewx/weewx/manager.py", line 83, in __init__
self.sqlkeys = self.connection.columnsOf(self.table_name)
File "/usr/share/weewx/weedb/mysql.py", line 61, in guarded_fn
raise klass(e)
weedb.NoTableError: (1146, "Table 'sensors.archive' doesn't exist")
Apologies about the garbled code. I copied and pasted from the shell and didn't catch that it cut the line off. The correct code is: