On Saturday, October 8, 2016 at 12:48:05 PM UTC-4, pgeenhuizen wrote:
>
> I've been running a VantageVue and a LaCross 23xx on the same host but
> with 2 different config files. I just upgraded to 3.6.0 and the
> VantageVue is running just fine, however I can't get the LaCross version
> to start up.
>
> File "/usr/lib/python2.6/site-packages/configobj.py", line 583, in
> __getitem__
> val = dict.__getitem__(self, key)
> KeyError: 'Calculations'
>
> Any help would be greatly appreciated.
>
in the config file for the lacross, change this:
[StdWXCalculate]
pressure = prefer_hardware
...
to this:
[StdWXCalculate]
[[Calculations]]
pressure = prefer_hardware
...
the upgrade process does not know about multiple weewx configuration files,
so it probably did this to your vantage config (is it called weewx.conf?)
but did not do it to your lacross config (what is it called?)
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.