On Monday, January 9, 2017 at 9:37:13 PM UTC-5, Tony McConnell wrote: > > Wow, I feel like an idiot. I don't know why I thought running it directly > would spit out that debug info. So in the log it threw an error: > Jan 9 19:30:12 ubuntu-server weewx[5934]: import of driver failed: > __init__() got an unexpected keyword argument 'station_serial' (<type > 'exceptions.TypeError'>) > Jan 9 19:30:12 ubuntu-server weewx[5934]: engine: Unable to load driver: > __init__() got an unexpected keyword argument 'station_serial' > > Somewhat confused because the readme for the intercepter driver has this: > > station_serial = 7FFFXXXXXXXXXXXX # 16-character registration key > > That how I have it in my config but with my serial number. >
the bug is in the documentation. the keyword is 'serial', not 'station_serial' readme has been fixed at commit 77c1e6e m -- 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.
