Are you sure you want simulator? That will give you simulated data not the real thing. I would have thought you'd want accurite. In any case, put the station type you want for station_type.
On Thu, Oct 10, 2019 at 5:11 PM Miste Yalmi <[email protected]> wrote: > Thanks for your assistance I have a better understanding now but I still > have an issue > Currently it is station_type = 'unspecified' > I am trying to use the accurite_bridge (smarthub) for which it says to use > the Simulator driver but I don't know to set that up > > On Thu, Oct 10, 2019 at 8:33 PM p q <[email protected]> wrote: > >> Looks like it's failing trying to read the weewx.conf file for the driver >> for your station. What do you have in your weewx.conf file for the >> station_type? >> >> On Thu, Oct 10, 2019 at 4:19 PM Miste Yalmi <[email protected]> wrote: >> >>> 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 the following error: >>> 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' >>> >>> Any assistance would be appreciated. >>> >>> -- >>> 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]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/weewx-user/15bd33e8-10e9-40be-9b91-c72adaa28469%40googlegroups.com >>> <https://groups.google.com/d/msgid/weewx-user/15bd33e8-10e9-40be-9b91-c72adaa28469%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> >> >> -- >> Peter Quinn >> (415)794-2264 >> >> -- >> 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]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/weewx-user/CAA1SM20ou8-HnyjOQwS6wWNM-%3DKBtShHW9AXVDCS8vuqfz2CWg%40mail.gmail.com >> <https://groups.google.com/d/msgid/weewx-user/CAA1SM20ou8-HnyjOQwS6wWNM-%3DKBtShHW9AXVDCS8vuqfz2CWg%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/CAPfFu4svGoT7NS3R1YvS%2BTZD0CFr85iNnRmN0StYfgxV%2B_d0Lw%40mail.gmail.com > <https://groups.google.com/d/msgid/weewx-user/CAPfFu4svGoT7NS3R1YvS%2BTZD0CFr85iNnRmN0StYfgxV%2B_d0Lw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- Peter Quinn (415)794-2264 -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAA1SM22u3LS4NOdCBOURZF4%2BH4EkuB3jH-v_R0pQX1A9yHd4og%40mail.gmail.com.
