Re: [weewx-user] How can I use the VantageConfigurator class?

2022-03-31 Thread Saverio Guzzo
Hi Tom, The motivation comes from the fact that I'm managing a fleet of Davis weather station, each one has its own Raspberry Pi where the vantage.py driver program is running as a standalone. At startup, I want every console to be configured the same way. This is the reason I wanted to learn h

Re: [weewx-user] Re: Datenbank zusammen legen.

2022-03-31 Thread Meteo Oberwallis
Hello, everyone. The error really seems to be with the database, i.e. SQLite, since the "user.sunduration.schema_with_sunshine_time" will have a different structure. But what can I do now so that I can use my old database from the previous weewx version again with the latest version and thus ov

[weewx-user] Problem with moving to a new server

2022-03-31 Thread I L
I have an old installation on raspian with weewx 4.0 and plan to move to Ubuntu server 20.04 LTS (64-bit version) with v 4.7 of weewx. The weather station is a Froggit WH3000 and I am using weewx-interceptor. The old installation works fine with device_type = observer, so that is what I am using on

Re: [weewx-user] How can I use the VantageConfigurator class?

2022-03-31 Thread Tom Keffer
VantageConfigurator is responsible for converting optparse type commands into appropriate calls to the Vantage API. If you want to go that route, you need to call vantage.configurator_loader() to get an instance of VantageConfiguration(). Then call set_bucket() on that instance. When you're all don

Re: [weewx-user] Re: Problem with units

2022-03-31 Thread James Taylor
This has been fixed in a commit to the belchertown code today (31st March). This was due to the commit which means that count is now specified as %d in units.py. This broke the Belchertown code for working out the rounding value on graphs as it was expecting a %.xf response - https://github.c