Re: [weewx-user] Re: Neowx skin sample site

2022-11-17 Thread Artvd
@Rory I also have installed Neowx materials skin but it does not work as good as on your site. I have contacted the developper but he does not react. Like Rainer i would be interest in getting the relevant files. This is my site https://tinyurl.com/a12312223 Op woensdag 16 november 2022 om 18:

Re: [weewx-user] Missing values after upgrade to 4.9.1

2022-11-17 Thread ris...@gmail.com
Sorry for the delay, spent the day on a trip to Turku. Here: Nov 17 17:04:56 weewxberry systemd[1]: Started WeeWX weather system. Nov 17 17:04:58 weewxberry weewx[12389] INFO __main__: Initializing weewx version 4.9.1 Nov 17 17:04:58 weewxberry weewx[12389] INFO __main__: Using Python 3.9.2 (defa

Re: [weewx-user] Missing values after upgrade to 4.9.1

2022-11-17 Thread Tom Keffer
See the section on [StdWXCalculate] in the Upgrading Guide. While you're in there, see if there are any other sections that apply to you. On Thu, Nov 17, 2022 at 7:18 AM ris...@gmail.com wrote: > Sorry for the delay, spent the day on a

Re: [weewx-user] Missing values after upgrade to 4.9.1

2022-11-17 Thread ris...@gmail.com
Thanks. The StdWXCalculate is mentioned in several places, the link points to version 4.0 upgrade. But in my weewx.conf: [StdWXCalculate] # Derived quantities are calculated by this service. Possible values are: # hardware- use the value provided by hardware # software

Re: [weewx-user] Missing values after upgrade to 4.9.1

2022-11-17 Thread Tom Keffer
You've almost got it, just missing a subsection. You want: [StdWXCalculate] # Derived quantities are calculated by this service. Possible values are: # hardware- use the value provided by hardware # software- use the value calculated by weewx # prefer_hardware -

Re: [weewx-user] Missing values after upgrade to 4.9.1

2022-11-17 Thread ris...@gmail.com
Argh. That subsection was introduced already on 3.6 but my 3.8.0 apparently worked without it. Added the section to weewx.conf, restarted and now the pressure value, rain etc are shown. Amazing:) Thanks again for your support. Lesson to learn: never touch a working system:) Now when it works, i

[weewx-user] Accumulator configuration and WeeWX crash

2022-11-17 Thread Karen K
I added accumulator definitions in weewx.conf: [Accumulator] ... [[upsEstimatedChargeRemaining]] accumulator = firstlast extractor = last [[upsSecondsOnBattery]] accumulator = firstlast extractor = last [[upsEstimatedMinutesRemaining]]

[weewx-user] Weewx does not update website with new data.

2022-11-17 Thread Bob Rose
After running weewx with a ecowitt gw1000 for about 2 years I decided to build a new server. The initial install of 4.9.1 and “simulator” test went well. I used the "Deb" install method. Ubuntu server. weewx updated the new website with simulated data. I went ahead and installed the GW1000 drive

Re: [weewx-user] Missing values after upgrade to 4.9.1

2022-11-17 Thread Tom Keffer
> > Lesson to learn: never touch a working system:) > I prefer to think that the lesson is to read the upgrade guide carefully! -- 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

[weewx-user] Re: Weewx does not update website with new data.

2022-11-17 Thread vince
Bottom to top ? C'mon. Run "tail" please so people can have a chance to try to help. https://github.com/weewx/weewx/wiki/faq-how-to-report-a-problem#providing-log-files On Thursday, November 17, 2022 at 1:31:36 PM UTC-8 rose0...@gmail.com wrote: > After running weewx with a ecowitt gw1000 for

[weewx-user] Re: Weewx does not update website with new data.

2022-11-17 Thread Bob Rose
Sorry. It was just the way the logview I was using is set up. Here is an oldest at the top cut. Nov 17 16:13:44 ubuntserver weewx[720010]: * Starting weewx weather system weewx Nov 17 16:13:44 ubuntserver weewx[720021] INFO __main__: Initializing weewx version 4.9.1 Nov 17 16:13:44 ubuntserver

[weewx-user] Re: Weewx does not update website with new data.

2022-11-17 Thread vince
Gonna have to defer to Gary many timezones Down Under on this one, but it would be prudent to post your GW1000 stanza from weewx.conf so he has a complete picture of your setup. And a couple crazy ideas/questions in the interim: - stop weewx, delete (or move aside) your db, and restart weewx

Re: [weewx-user] Re: Weewx does not update website with new data.

2022-11-17 Thread Glenn McKechnie
Agree with Vince; but... Where does the file /usr/share/weewx/user/ecowitt.py come from? It's not in the driver that weewx reports as user.gw1000: GatewayDriver: version is 0.5.0b5 The ecowitt.py drivers I tripped over don't sync with the line 44 number but there is a tempf in ... https://github

[weewx-user] Re: Weewx does not update website with new data.

2022-11-17 Thread Bob Rose
Thanks Vince, I did move the db aside and weewx created new one. I do have " record_generation = software". Step 4 produces ~$ PYTHONPATH=/home/weewx/bin python3 -m user.gw1000 --test-driver /usr/bin/python3: Error while finding module specification for 'user.gw1000' (ModuleNotFoundError: No m

[weewx-user] Re: Weewx does not update website with new data.

2022-11-17 Thread vince
Sigh - you're running a setup.py command on a prepackaged weewx installation. Try the 'second' command there in step4 of https://github.com/gjr80/weewx-gw1000 Man that trips up s many people it is just amazing. Yeh. On Thursday, November 17, 2022 at 4:48:10 PM UTC-8 rose0...@gmail

Re: [weewx-user] Re: Weewx does not update website with new data.

2022-11-17 Thread Bob Rose
Glen, During the initial install I did not see a option for the ecowitt/gw1000. After the install I found : Add Ecowitt Data to WeeWX (cougar.eu.com) . And used that. So, I probably have it all wro

Re: [weewx-user] Re: Weewx does not update website with new data.

2022-11-17 Thread vince
Strongly suggest using Gary's excellent driver - https://github.com/gjr80/weewx-gw1000 On Thursday, November 17, 2022 at 4:54:14 PM UTC-8 rose0...@gmail.com wrote: > Glen, During the initial install I did not see a option for the > ecowitt/gw1000. After the install I found : Add Ecowitt Data t

Re: [weewx-user] Re: Weewx does not update website with new data.

2022-11-17 Thread Glenn McKechnie
On 18/11/2022, Bob Rose wrote: > Glen, During the initial install I did not see a option for the > ecowitt/gw1000. After the install I found : Add Ecowitt Data to WeeWX > (cougar.eu.com) > . Yes. That

Re: [weewx-user] Re: Weewx does not update website with new data.

2022-11-17 Thread gjr80
Sorry, no internet access this morning. As suggested in the earlier posts your issue has nothing to do with the Ecowitt Gateway driver (aka the GW100 driver), but rather the issue is in the AddEcowittData service in ecowitt.py. tempf is typically the outside temperature field used in Ecowitt an

Re: [weewx-user] Re: Weewx does not update website with new data.

2022-11-17 Thread Bob Rose
Thanks All, I got it going. I still have to remap out some data inputs as I do not have some of the default (expected) sensors. You guys are a big help. I should not have picked up on the other driver, as i was even using the old ecowitt driver on the old system. I'll be Down Under in a few mo