After resolving a few minor issues I cant seem to resolve this one, why is
rainrate not understood?
I'm using a Vantage Pro II station and python3, did I miss a python module?
#./wee_reports
Using configuration file /usr/local/bin/weewx/weewx.conf
Generating for all time
Traceback (most recent call last):
File "/usr/local/bin/weewx/bin/weewx/reportengine.py", line 197, in run
obj.start()
File "/usr/local/bin/weewx/bin/weewx/reportengine.py", line 280, in start
self.run()
File "/usr/local/bin/weewx/bin/weewx/imagegenerator.py", line 41, in run
self.genImages(self.gen_ts)
File "/usr/local/bin/weewx/bin/weewx/imagegenerator.py", line 176, in
genImages
start_vec_t, stop_vec_t ,data_vec_t = weewx.xtypes.get_series(var_type,
File "/usr/local/bin/weewx/bin/weewx/xtypes.py", line 91, in get_series
raise weewx.UnknownType(obs_type)
weewx.UnknownType: rainrate
Traceback (most recent call last):
File "/usr/local/bin/weewx/bin/weewx/reportengine.py", line 197, in run
obj.start()
File "/usr/local/bin/weewx/bin/weewx/reportengine.py", line 280, in start
self.run()
File "/usr/local/bin/weewx/bin/weewx/imagegenerator.py", line 41, in run
self.genImages(self.gen_ts)
File "/usr/local/bin/weewx/bin/weewx/imagegenerator.py", line 176, in
genImages
start_vec_t, stop_vec_t ,data_vec_t = weewx.xtypes.get_series(var_type,
File "/usr/local/bin/weewx/bin/weewx/xtypes.py", line 91, in get_series
raise weewx.UnknownType(obs_type)
weewx.UnknownType: rainrate
--
You received this message because you are subscribed to the Google Groups
"weewx-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-development/e68fb32c-7f41-4a34-8222-36a0c8d2e90a%40googlegroups.com.