I am running weewx from git master, about 4 commits behind current. I have a Vantage Pro 2, serial datalogger, and am using NetBSD 7 i386.
First, thanks for doing such a great job. After wiring up the logger, time from git clone to functional was under 30 minutes and generally things are working well. I saw that the outside graph has temperature and dewpoint, and that seems like the right thing to do. There is an inside temp graph, but I found the following missing (relative to what I want): 1) inside humidity current/daily extremes 2 inside humidity graph 3) inside dewpoint on the inside temperature graph 4) inside dewpoint current/daily extremes 1 and 2 were easy in terms of editing the Standard skin. I haven't tried 4 yet. For 3, inside dewpoint, I tried to add a [[[[inDewpoint]]]] line to the dayinside graph. That resulted in: Generating for all time Traceback (most recent call last): File "/usr/weewx/bin/weewx/reportengine.py", line 239, in run obj.start() File "/usr/weewx/bin/weewx/reportengine.py", line 273, in start self.run() File "/usr/weewx/bin/weewx/imagegenerator.py", line 32, in run self.genImages(self.gen_ts) File "/usr/weewx/bin/weewx/imagegenerator.py", line 149, in genImages aggregate_interval=aggregate_interval) File "/usr/weewx/bin/weewx/manager.py", line 512, in getSqlVectors aggregate_type, aggregate_interval) File "/usr/weewx/bin/weewx/manager.py", line 775, in _getSqlVectors for _rec in _cursor.execute(sql_str, (startstamp, stopstamp)): File "/usr/weewx/bin/weedb/sqlite.py", line 41, in guarded_fn raise weedb.NoColumnError(e) NoColumnError: no such column: inDewpoint I'm confused by this, because my LOOP packets have inside dewpoint, and my config, not changed from stock, says prefer_hardware. But, I don't see inDewpoint in the archive database, only inTempt and inHumidity. Thanks, Greg -- 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.
