[weewx-user] Re: Updated to 4.7.0 Skin Stopped Updating

2022-03-30 Thread Mitchell Tuckness
Attached are my config files for Weewx and the Skin. Thanks On Tuesday, March 29, 2022 at 7:25:20 PM UTC-6 Mitchell Tuckness wrote: > Last Sunday i updated Weewx to version 4.7 and I thought all was well, but > I just noticed that while MQTT is updating the temperature when you visit > the page

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

2022-03-30 Thread Tom Keffer
Looks like a Belchertown problem. It's pretty similar to this post: https://groups.google.com/g/weewx-user/c/VfpSRxNQits/m/8AlH4dv0AwAJ On Mon, Feb 28, 2022 at 1:11 AM Dani Talens wrote: > Hi, > > I have a similar error but with lightning_strike_count. I use Belchertown > 1.3.b1 skin. > > Feb 28

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

2022-03-30 Thread Saverio Guzzo
Hi community, I'm wondering what is the best way to use the class "VantageConfigurator", defined in the driver/vantage.py. In particular, I'm interested in knowing what I should do in case I'd like to run the method "VantageConfigurator.setBucketType()". In my code, I have defined an object "va

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

2022-03-30 Thread Tom Keffer
Why would you want to, unless you're planning on reinventing wee_device? If you need a programmatic interface to change the bucket size, call Vantage.setBucketType(). But, changing the configuration for the bucket size is very rare. If you don't want to use wee_device to do it, then you can do it

[weewx-user] Re: Add missing data to records

2022-03-30 Thread 'Rory Gillies' via weewx-user
Problem solved, I copied the DB to my Mac then deleted the records with the missing data using DB Browser, copied it back in then used wee_import to restore the data and calculate the derived values. Although only an hour of data I like to have a complete set of observations for each day. I use