Karl Napp
unread,Aug 23, 2023, 9:38:41 AM8/23/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
Hi,
I'm new using weex.
I cannot start weewx with station_type = Simulator in wweex.conf.
Following error appears:
Traceback (most recent call last):
File "/usr/share/weewx/weewxd", line 249, in <module>
main()
File "/usr/share/weewx/weewxd", line 148, in main
engine = weewx.engine.StdEngine(config_dict)
File "/usr/share/weewx/weewx/engine.py", line 81, in __init__
self.setupStation(config_dict)
File "/usr/share/weewx/weewx/engine.py", line 103, in setupStation
driver = config_dict[station_type]['driver']
File "/usr/lib/python3/dist-packages/configobj.py", line 554, in __getitem__
val = dict.__getitem__(self, key)
KeyError: 'Simulator'
Any ideas ? thanks in advance