Let me start by saying that I am new to Python, so please bear with me. After installing python and weewx and following the process that was laid out here: https://github.com/weewx/weewx/wiki/weewx-on-windows , I attempted to Run Weewx. I received several errors and they are as follows:
PS C:\Users\weewx> python bin\weewxd weewx.conf
Traceback (most recent call last):
File "bin\weewxd", line 64, in
weewx.engine.main(options, args)
File "C:\Users\weewx\bin\weewx\engine.py", line 891, in main
engine = engine_class(config_dict)
File "C:\Users\weewx\bin\weewx\engine.py", line 72, in init
self.setupStation(config_dict)
File "C:\Users\weewx\bin\weewx\engine.py", line 90, in setupStation
driver = config_dict[stationType]['driver']
File "C:\Python27\lib\site-packages\configobj.py", line 554, in getitem
val = dict.getitem(self, key)
KeyError: 'unspecified'
Has anyone encountered this before. Thanks in advance.
Windows 10 Pro
Python 2.7
Weewx-Windows
Davis Vantage Pro Plus
--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/24f6c3b8-c8db-4a12-892b-48af10117623%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEC73Tq5hFDBgnEkwYGmfbPUT5x%2B%3DkHBjQCH1cnnSLRwTQ%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/24f6c3b8-c8db-4a12-892b-48af10117623%40googlegroups.com.
--
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 weewx...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEC73Tq5hFDBgnEkwYGmfbPUT5x%2B%3DkHBjQCH1cnnSLRwTQ%40mail.gmail.com.
--Peter Quinn
(415)794-2264
It didn't like what I put in for station type, I used "Davis Vantage Pro Plus". Is it looking for something else?