[weewx-user] Re: Location of user files in V 5.1 pip install using venv

2024-10-28 Thread gjr80
You need to read the ‘Where to find things’ page carefully and completely. The answer is in the notes: In the locations above, relative paths are *relative to WEEWX_ROOT*. Absolute paths begin with a forward slash (/). The tilde character (~) represents the HOME directory of the user. Gary O

[weewx-user] Re: NOAA Reports - Heating Degree Days

2024-09-30 Thread gjr80
The simple part of the answer - you want a [Units] [[DegreeDays]] stanza in your skin config file. It's covered in the v5.1 documentation here . The challenge you will now face is where to put your setting(s). The answer is it

[weewx-user] Re: Data Import

2024-09-28 Thread gjr80
Hello Sebastian, I presume you wish to use weectl import to import data from AWEKAS? weectl import does not support importing data from AWEKAS, adding AWEKAS support would involve writing a new module for weectl import to fetch the data from AWEKAS and parse/format the AWEKAS data into a format

[weewx-user] Re: Weewx WD Import - Rain data units, values

2024-09-23 Thread gjr80
The WeeWX field rain holds the total rainfall that was recorded during the corresponding archive period, so it is a per-period value rather than a cumulative value. The default WD import config file obtains the WeeWX rain field value from the WD log rainlastmin field, as both are per-period val

Re: [weewx-user] Min/Max

2024-09-12 Thread gjr80
extensions = some.other.extension, user.xstats.ExtendedStatistics Gary On Thursday 12 September 2024 at 17:34:26 UTC+10 dunb...@gmail.com wrote: > Well ThankYou*10^100 > > On Thursday 12 September 2024 at 13:52:19 UTC+12 gjr80 wrote: > >> The problem is the extension installer is not find

Re: [weewx-user] Min/Max

2024-09-11 Thread gjr80
The problem is the extension installer is not finding the xstats extension files in /usr/share/doc/weewx/examples/xstats. Creating the directory just creates an empty directory but none of the xstats files will be present. I know the readme says /usr/share/doc/weewx/examples/xstats, but have a l

Re: [weewx-user] Min/Max

2024-09-11 Thread gjr80
Some comments below. Gary On Wednesday 11 September 2024 at 17:25:25 UTC+10 dunb...@gmail.com wrote: Thanks Gary, sorry to bother you yet again with the same problem..having read back through our correspondence in 2019...(i can't believe I was clever enough to do this back thenI cert

Re: [weewx-user] Min/Max

2024-09-10 Thread gjr80
o the time stamp!) > > > On Tuesday 10 September 2024 at 17:40:35 UTC+12 gjr80 wrote: > >> On Tuesday 10 September 2024 at 14:32:20 UTC+10 dunb...@gmail.com wrote: >> >> see what I mean about being (well) over 60! >> >> >> Tell me about it, almost b

Re: [weewx-user] Min/Max

2024-09-09 Thread gjr80
On Tuesday 10 September 2024 at 14:32:20 UTC+10 dunb...@gmail.com wrote: see what I mean about being (well) over 60! Tell me about it, almost but not quite there yet! alltime.html.tmpl is what you want, hopefully it's a recent copy. While you're looking see if you have an old copy of index.h

Re: [weewx-user] Min/Max

2024-09-09 Thread gjr80
I seem to remember helping you with this a few years ago, if you are still using the Standard skin this thread may help. You would have to work through manually to reconstruct your page, but I guess that is the price you have

[weewx-user] Re: Mqtt values formated to 2 digits won't work

2024-08-29 Thread gjr80
hment) and a trace in the broker reveals, that my > desired behavior is not fullfilled. > So I'm still unhappy. > > br. > > Alex > > > > gjr80 schrieb am Dienstag, 27. August 2024 um 06:23:03 UTC+2: > >> A bit of googling suggests that this: >> >

Re: [weewx-user] Re: Weatther Station stops same time every week

2024-08-28 Thread gjr80
I have no idea what might be causing your nightly stoppage, but from the most recent log posted you almost certainly have corrupt station memory. The clues are in hardware record generation being used, WeeWX talking to the console/logger but no archive records being dowloaded and reports are ge

[weewx-user] Re: Mqtt values formated to 2 digits won't work

2024-08-26 Thread gjr80
or OS distribution provider. You can override this, at the > risk of breaking your Python installation or OS, by passing > --break-system-packages. > hint: See PEP 668 for the detailed specification. > > => This error occured also at primary installation, so I installed the >

[weewx-user] Re: Mqtt values formated to 2 digits won't work

2024-08-25 Thread gjr80
unformated, I also realiezed that rain values ( > "weather/rain_mm": 0.0 (mm)" ) have always zero values although the website > tells me the correct rain of today = 2.6 mm, also the rain_hour value > isn't okay with mqtt. > > br. > > Alex > > gjr80 sch

[weewx-user] Re: Plots by Year?

2024-08-22 Thread gjr80
Unfortunately the WeeWX image generator cannot do this. Gary On Thursday 22 August 2024 at 22:35:48 UTC+10 wfs...@gmail.com wrote: > Can Imagegenerator create plots with a separate line for each calendar > year? > Examples: > X axis 1/1 thru 12/31, Y axis daily max outtemp, separate line for ea

[weewx-user] Re: Mqtt values formated to 2 digits won't work

2024-08-20 Thread gjr80
> weather/dewpoint_degree_C 17.422122081623723 > weather/ET_mm (null) > weather/heatindex_degree_C 24.896667 > weather/humidex_degree_C 30.293088441750406 > weather/inDewpoint_degree_C 20.621737268345424 > weather/maxSolarRad_watt_per_meter_squared 813.5477625196611 > weather/wi

[weewx-user] Re: Mqtt values formated to 2 digits won't work

2024-08-20 Thread gjr80
Your config stanza format is incorrect; you cannot just insert sub-stanzas in the middle of an existing stanza, the sub-stanzas need to be added to the end. In the case of a WeeWX config file indents don't matter but order does. Try something like: [[MQTT]]# Enable/disable this service

Re: [weewx-user] Re: GW1000 driver doesn't show values from WH46

2024-08-01 Thread gjr80
Thank you for the feedback. I have now released v0.6.3 <https://github.com/gjr80/weewx-gw1000/releases/tag/v0.6.3>. Gary On Thursday 1 August 2024 at 21:23:59 UTC+10 j.fri...@gmail.com wrote: > Hi Gary, > > It works very well now. > > Thank you for your help. > > J

[weewx-user] Re: GW1000 driver doesn't show values from WH46

2024-08-01 Thread gjr80
v0.6.3.b1, I have since made the necessary changes. If you delete the v0.6.3b1 driver using: $ rm /etc/weewx/bin/user/gw1000.py and then download v0.6.3b2 in it's place using: $ wget -P /etc/weewx/bin/user https://raw.githubusercontent.com/gjr80/weewx-gw1000/v0.6.3/bin/user/gw1000.py and

[weewx-user] Re: GW1000 driver doesn't show values from WH46

2024-07-30 Thread gjr80
x/bin/user: $ wget -P /etc/weewx/bin/user https://raw.githubusercontent.com/gjr80/weewx-gw1000/v0.6.3/bin/user/gw1000.py 3. You can run the driver directly as you did in you OP, you should see the WH46 obs fields as well as WH46 battery and signal state data. You might also find using the -

[weewx-user] Re: wee_database --calc-missing / weectl database calc-missing seem to not call shutDown() at the end

2024-07-27 Thread gjr80
Yes, class CalcMissing should call DummyEngine.shutDown() on closing so that any invoked services have the chance to properly shut down. Fixed at commit bf80fb8 to appear in the next release. The OP of the refere

[weewx-user] Re: Importing data for custom observations

2024-07-23 Thread gjr80
ns.py and the import worked just fine. Gary On Wednesday 24 July 2024 at 08:53:39 UTC+10 Zach wrote: > Unfortunately, adding it to extensions.py did not work. I'll sit tight > until a fix is completed. But no hurry! > > Thanks Gary! > > On Tuesday, July 23, 2024 at

[weewx-user] Re: Importing data for custom observations

2024-07-23 Thread gjr80
OK. Thanks. Gary On Wednesday 24 July 2024 at 08:53:39 UTC+10 Zach wrote: > Unfortunately, adding it to extensions.py did not work. I'll sit tight > until a fix is completed. But no hurry! > > Thanks Gary! > > On Tuesday, July 23, 2024 at 5:48:01 PM UTC-5 gjr80 wro

[weewx-user] Re: RAM is running full. Apparently it's due to the weectl import

2024-07-23 Thread gjr80
t the database is actually using. You should probably > check all the databases you have. > > On Tuesday, July 23, 2024 at 1:38:08 PM UTC-7 gjr80 wrote: > >> It's possible the so called 'Belchertown v5 issue' is involved but a few >> things sug

[weewx-user] Re: Importing data for custom observations

2024-07-23 Thread gjr80
On Tuesday, July 23, 2024 at 4:17:36 PM UTC-5 gjr80 wrote: > >> OK, I suspect the problem is when you added field lakeSurfaceLevel to >> WeeWX you didn't tell WeeWX what unit group the field belongs to. >> Consequently, when you attempt to import data into lakeSurfaceLeve

[weewx-user] Re: Importing data for custom observations

2024-07-23 Thread gjr80
port/weeimport.py", > line 976, in map_raw_data > > weewx.units.obs_group_dict[_field]) > > File > "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/collections/__init__.py", > > line 941, in __getitem

[weewx-user] Re: Importing data for custom observations

2024-07-23 Thread gjr80
Thanks, can you post the complete and exact output to the console when weectl import is run. Also, what does the weectl log show? Gary On Wednesday 24 July 2024 at 06:40:53 UTC+10 Zach wrote: > I'm trying to track the water level of a lake so I added a new column to > the database (lakeSurfaceL

[weewx-user] Re: RAM is running full. Apparently it's due to the weectl import

2024-07-23 Thread gjr80
It's possible the so called 'Belchertown v5 issue' is involved but a few things suggest it is not, or if it is it's effect is insignificant: - weewx.conf indicates the user is using the wview_extended schema - the Belchertown issue raises it's head when a report is run and missing derived obs ar

[weewx-user] Re: RAM is running full. Apparently it's due to the weectl import

2024-07-23 Thread gjr80
me record again will result in such an error. Gary On Tuesday 23 July 2024 at 19:16:04 UTC+10 sebastian...@googlemail.com wrote: > Hey, attached is an excerpt from journalctl. > > Greetings Sebastian > > gjr80 schrieb am Dienstag, 23. Juli 2024 um 10:41:51 UTC+2: > >> OK. At

[weewx-user] Re: RAM is running full. Apparently it's due to the weectl import

2024-07-23 Thread gjr80
is the content of htop. There I see that the import has started > several times. According to crontab it starts every 15 minutes. Because it > doesn't seem to finish, there are so many views. Just my guess. > > gjr80 schrieb am Dienstag, 23. Juli 2024 um 07:47:50 UTC+2: > >&g

[weewx-user] Re: RAM is running full. Apparently it's due to the weectl import

2024-07-22 Thread gjr80
So if ctl-C is being used to interrupt a script, the script must be being run from the command line; ctl-C will have no effect on scripts executed by cron. weectl import does not directly use threading, however, weectl import uses a number of WeeWX 'API' calls to do things (save data to database

[weewx-user] Re: RAM is running full. Apparently it's due to the weectl import

2024-07-22 Thread gjr80
A few questions for you: - why do you believe weectl import is the cause of your memory leak problem? - what does the WeeWX log say? - what do you mean by "I have now seen that the weectl import service is not stopped". weectl import is a plain ordinary python utility that is run from the comm

[weewx-user] Re: Remove Inide Temp graph

2024-07-21 Thread gjr80
Did you look in the Standard skin skin.conf under [ImageGenerator] [[day_images]]: [[day_images]] [[[dayinside]]] inTemp Comment out the [[[dayinside]]] and inTemp lines. Likewise in [[week_images]], [[month_images]] and [[year_image

[weewx-user] Re: Need solid line in graph plot

2024-07-19 Thread gjr80
On Saturday 20 July 2024 at 07:42:39 UTC+10 bell...@gmail.com wrote: I don’t fully understand the `line_gap_fraction` option. But I seem to remember that `None` values will always cause a break in the plot… line_gap_fraction does seem a little mystical in operation but once you understand how

[weewx-user] Re: List of variables available to Weewx and adding some

2024-07-18 Thread gjr80
Not sure what you mean by 'a list of variables'. Do you mean a list of observation types, eg outside temperature, inside temperature, rainfall, wind speed etc? If so that is very much dependent on the driver/station you are using. If you are using one of the drivers distributed with WeeWX then

Re: [weewx-user] WeeWX v5.1 is available

2024-07-07 Thread gjr80
2024 at 07:42:46 UTC+10 igor.d...@gmail.com wrote: > Thank you. Data logger is not working anymore, so i switched in weewx.conf > parameter record_generation to software. > Maybe is time for a new meteo station. :) > > Dana nedjelja, 7. srpnja 2024. u 01:25:58 UTC+2 korisnik g

Re: [weewx-user] WeeWX v5.1 is available

2024-07-06 Thread gjr80
>From the very short log extract provided this sounds very much like corrupted station memory rather than anything to do with uploading to web server etc (if you look at the log at 12:30:15 no archive records were downloaded so no archive records added to database so the report cycle generates

[weewx-user] Re: Weewx 5.0 FTP and Rsync not even attempting to upload what's going on?

2024-06-15 Thread gjr80
The clue will be in the log, sometimes it is what is not in the log rather than an error message that provides the clue. I suggest you leave debug = 1, restart WeeWX and post a log extract showing the full WeeWX startup and at least a couple of report cycles. Gary On Sunday 16 June 2024 at 13:0

[weewx-user] Re: Do I need a plugin to use rsync and ftp in weewx 5.0?

2024-06-15 Thread gjr80
Yes. No plugin required. Gary On Sunday 16 June 2024 at 14:08:24 UTC+10 kevi...@gmail.com wrote: > Does weewx do ftp and rsync out of the box? Or is a plugin required? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this gro

Re: [weewx-user] Setting Vantage Vue archive interval

2024-06-05 Thread gjr80
Correct, your database won't be touched, it is just the logger memory that will be cleared of archive records. If WeeWX has been operating with your station and is up to date you will lose nothing. Gary On Tuesday 4 June 2024 at 10:21:53 UTC+10 robcr...@gmail.com wrote: Can you tell me the imp

[weewx-user] Re: rsync: host key verification failed - problem

2024-06-01 Thread gjr80
Nothing to do with your rsync issue, but I notice in your log extract that you are running the Ecowitt gateway driver as both a driver and service in the same WeeWX instance against the same Ecowitt gateway device: Jun 01 19:18:18 rpi weewxd[200894]: INFO __main__: Debug: 0 Jun 01 19:18:18 rpi w

Re: [weewx-user] Re: removed bad rainrate data but this did not reflect in totals

2024-05-15 Thread gjr80
y On Wednesday 15 May 2024 at 14:16:29 UTC+10 michael.k...@gmx.at wrote: > Good to know. I can't remember how I recalculated the rainRate some years > ago, when I switched from an 1h-interval to a 15-min interval. Obviously > not with --calc-missing, because it worked :) > > gjr8

Re: [weewx-user] Re: removed bad rainrate data but this did not reflect in totals

2024-05-14 Thread gjr80
Whilst rainRate may be a value calculated by WeeWX, the current StdWXCalculate service is limited in that it can only calculate rainRate from loop packet data. In the case of a backfill/recalculate (as with an import) the only rain data available is from archive records and hence rainRate is no

[weewx-user] Re: No DB or reports update

2024-04-21 Thread gjr80
Reinstalling is a bit drastic without first seeing what the problem is. Despite a lengthy log extract we did not see the full WeeWX startup (didn't see anything covering the driver being loaded) nor did we see anything after WeeWX startup. How about posting another log extract showing the full

[weewx-user] Re: weectl import csv KeyError: 'source_field'

2024-04-21 Thread gjr80
I think you will find this is the source of the error in your first post: [[[inHumidity]]] source_field = inHumid unit = percent [[[windSpeed]]] source = windAvg unit = mile_per_hour [[[windDir]]] source_field = windDir unit = degree_compass Gary -- You received this message because you are s

[weewx-user] Re: rtgd dont auto update after lost contact from sensor to console

2024-04-11 Thread gjr80
ry On Thursday 11 April 2024 at 20:20:55 UTC+10 hobbyl...@gmail.com wrote: > i use both latest versions of weewx and rtgd. with debian distro. i was > allrady debug=1 but i cant see the log in var/log > > Στις Πέμπτη 11 Απριλίου 2024 στις 1:55:25 π.μ. UTC+3, ο χρήστης gjr80 > έγ

[weewx-user] Re: Export Meteobridge db as csv, import into WeeWX as csv

2024-04-10 Thread gjr80
Looks fine to me. A couple of comments: - Importing data in mixed unit systems (ie mixed US customary, Metric and Metric WX) should be fine provided your field map units are correctly specified. - Deriving the interval value from the imported data involves taking the difference between the tim

[weewx-user] Re: rtgd dont auto update after lost contact from sensor to console

2024-04-10 Thread gjr80
Impossible to say anything without more detail. What station do you have? What WeeWX version? What rtgd version? What does the log show? Please post a log extract showing the full WeeWX startup, this will give us a clear picture of your setup. Refer to the Help! Posting to weewx user wiki page

[weewx-user] Re: Unexpected weewx stop: ERROR weewx.engine: Import of driver failed

2024-04-09 Thread gjr80
The more I think of it the more I don't see the benefit of this approach over using loop_on_init in weewx.conf in dealing with this type of problem. Setting loop_on_init = True will cause WeeWX to reload the driver after (the default) three consecutive attempts to contact the gateway device fai

[weewx-user] Re: AWEKAS Upload & Healthchecks.io both stop working this morning

2024-04-08 Thread gjr80
Don't know if I'm getting special treatment or not, but your link doesn't work for me. Just paste the log here, I'm sure Google has sufficient spare storage. Gary On Tuesday 9 April 2024 at 11:07:57 UTC+10 david...@gmail.com wrote: > I moved to Weewx 5 on my Raspberry Pi several weeks ago and

[weewx-user] Re: Weewx won't run after fileparse install

2024-03-20 Thread gjr80
Where did you get the fileparse.py that you manually installed? If the 'readme in the direcory' you referred to is the readme in the fileparse directory then it has a mistake. For a manual install under a WeeWX v5.x package install you should copy fileparse.py as follows: cd /etc/weewx/examples

[weewx-user] Re: After new installation problems with season skin / no site

2024-03-17 Thread gjr80
new or in my old weewx.conf file > > so maybe it is enough to copy the file historygenerator.py from my old > system to /etc/weewx/bin/user or should I install the bootstrap skin? > > So I guess I should install the neowx skin again too ? > > gjr80 schrieb am Sonntag, 1

[weewx-user] Re: After new installation problems with season skin / no site

2024-03-17 Thread gjr80
Agree the problem is a missing user.historygenerator search list extension which (from memory) is provided by the bootstrap skin, but user.historygenerator is being called by the Seasons skin. So I suspect you have modified your Season skin in the past and added user.historygenerator to the Sea

[weewx-user] Re: Daily rain total and daylight saving time error.

2024-03-10 Thread gjr80
by one hour. But I do not recall any issues such as this when daylight saving starts. I'm guessing you are using the weewx-realtime-gauge_data extension <https://github.com/gjr80/weewx-realtime_gauge-data> to drive your SteelSeries weather gauges? If so, the reason you did not notic

[weewx-user] Re: Weectl import

2024-03-08 Thread gjr80
I am not sure why you are exporting data from your old WeeWX database and then importing the data into a new installation. The WeeWX database is compatible across all WeeWX versions so you can just use it without change in your new WeeWX installation. Your existing WeeWX database may use the ol

[weewx-user] Re: heating_base

2024-03-06 Thread gjr80
I'm familiar with heating degree days in the NOAA reports but what are the 'history reports' you refer to? Gary On Wednesday 6 March 2024 at 19:27:27 UTC+10 MaKi68 wrote: > Hello, > Where do I need to change the heating_base so that the value is used for > NOAA and history reports? > I have ch

[weewx-user] Re: Upgraded to 5.0.1, DB is updating but not reflecting

2024-03-05 Thread gjr80
The first thing to do is to post a log extract so we can see exactly what is/is not going on. This wiki page will help you to get a good log extract to post here. Gary On Wednesday 6 March 2024 at 14:08:51 UTC+1

[weewx-user] Re: weectl extension install ~/Downloads/weewx-steelseries-master.zip

2024-03-03 Thread gjr80
Tldr, but you cannot install the weewx-steelseries extension direct from Github. You need to download the latest release package from the releases tab <https://github.com/gjr80/weewx-steelseries/releases> and install from the package file. Gary On Sunday 3 March 2024 at 23:16:34 UTC+10

[weewx-user] Re: SteelSeries Gauges rain rate problem

2024-03-02 Thread gjr80
eewx-steelseries extension <https://github.com/gjr80/weewx-steelseries> ? In either case could you please post a copy of the [StdReport] [[SteelSeries]] stanza from weewx.conf along with a copy of the skin config file, skin.conf, from the skins/ss directory. (note the location of the skins di

[weewx-user] Re: SteelSeries Gauges rain rate problem

2024-03-02 Thread gjr80
So which one is correct? If the plots are correct what are you using to generate gauge-data.txt? Gary On Saturday 2 March 2024 at 20:51:34 UTC+10 davideverd...@gmail.com wrote: > I have a problem with the SteelSeries Gauges 2.7.6 application. On the > rain rate graph it says mm but the measure

[weewx-user] Re: Saratoga extension unhappy with Feb 29th

2024-02-29 Thread gjr80
Was fixed in release 0.1.9 <https://github.com/gjr80/weewx-saratoga/releases/tag/v0.1.9>. Gary On Friday 1 March 2024 at 10:48:13 UTC+10 vanilla...@gmail.com wrote: > I just noticed that today my logs are filled with messages every cycle > complaining about the date: > >

Re: [weewx-user] Problem with WeeWX5 "driver" directory

2024-02-29 Thread gjr80
s) > File > "/home/remy/weewx-venv/lib/python3.8/site-packages/weecfg/extension.py", > line 143, in install_extension > raise InstallError(f"Unrecognized type for {extension_path}") > weecfg.extension.InstallError: Unrecognized type for awekas.zip >

Re: [weewx-user] Problem with WeeWX5 "driver" directory

2024-02-29 Thread gjr80
On Thursday 29 February 2024 at 17:50:33 UTC+10 remy.l...@gmail.com wrote: *with* : unzip -l AWEKAS.zip *we have* : (weewx-venv) remy@remy-virtual-machine:~/weewx-data$ unzip -l AWEKAS.zip Archive: AWEKAS.zip Length DateTimeName - -- - 0 2024-

Re: [weewx-user] Problem with WeeWX5 "driver" directory

2024-02-28 Thread gjr80
StackedWindRose. Gary On Thursday 29 February 2024 at 13:13:45 UTC+10 vince wrote: > Dunno Gary but I had to install that for StackedWindRose to get v5 pip to > install it successfully here. Details on the issue I opened on your github > repo. > > On Wednesday, February 28, 2024 at 5:56:14

Re: [weewx-user] Problem with WeeWX5 "driver" directory

2024-02-28 Thread gjr80
be *from weecfg.extension import ExtensionInstaller* Try modifying the extension and see if that helps. On Wed, Feb 28, 2024 at 12:32 AM gjr80 wrote: What does unzip -l AWEKAS.zip show? Does bin/user/awekaswx.py actually exist in the zip file? Gary On Wednesday 28 February 2024 at 17:54:49 UTC

Re: [weewx-user] Problem with WeeWX5 "driver" directory

2024-02-28 Thread gjr80
xtension uses > > *from setup import ExtensionInstaller* > > > which has been deprecated for a long time and will no longer work with V5. > It should be > > *from weecfg.extension import ExtensionInstaller* > > > Try modifying the extension and see if that helps. &g

[weewx-user] Re: WeeWx Upgrade from v4 to v5

2024-02-28 Thread gjr80
The post with the log that shows the error was deleted ? This look suspiciously like this problem . Did you some time in the past remove seemingly unused settings from [DisplayOptions] in the Seasons skin.conf? It seems that v

[weewx-user] Re: WeeWx Upgrade from v4 to v5

2024-02-28 Thread gjr80
Impossible to say without a log extract . Gary On Thursday 29 February 2024 at 07:00:21 UTC+10 debbiep...@gmail.com wrote: > Have a strange problem after upgrading working WeeWx from v4 to v5 > > See attached .JPG

Re: [weewx-user] Problem with WeeWX5 "driver" directory

2024-02-28 Thread gjr80
What does unzip -l AWEKAS.zip show? Does bin/user/awekaswx.py actually exist in the zip file? Gary On Wednesday 28 February 2024 at 17:54:49 UTC+10 remy.l...@gmail.com wrote: > Hello Tom, > First problem : when trying to install a driver in virtual environnement : > > (weewx-venv) remy@remy-virt

[weewx-user] Re: WeeWX 5.0.2 voltages with 6 digits after the decimal point

2024-02-27 Thread gjr80
0, WH65, WH51, WH31, WN34, WH55 and > WH57). > > I am using the Ecowitt Gateway v0.6.1 from gjr80 as the driver. > > The voltages of soilTemp and soilMoist should be displayed under " > Sensors". > The missing columns "soilMoistBattx" and "soilTempBattx

[weewx-user] Re: Weewx don't work anymore after SD card restore, I don't know why?

2024-02-21 Thread gjr80
On Thursday 22 February 2024 at 00:57:58 UTC+10 Thomas Hackler wrote: Do you mean that I should change this part in my weewx.conf: [[StandardReport]] skin = neowx-material in [Neowx-Material-Report]] skin = neowx-material Yes, the actual name is unimportant, but something descriptive will be

[weewx-user] Re: Weewx don't work anymore after SD card restore, I don't know why?

2024-02-18 Thread gjr80
for version 5 and start reading the docs >> attached there is a 15 minutes log, I guess now is everything working >> My edge browser didn't show me the actual pictures from the season skin, >> neo wx is working >> but firefox show me both >> thanks for the supp

[weewx-user] Re: Weewx don't work anymore after SD card restore, I don't know why?

2024-02-18 Thread gjr80
rom January I replaced the > weewx.sdb with the newer one, but this should have no effect or not ? > > Do you need more information ? > > > gjr80 schrieb am Sonntag, 18. Februar 2024 um 02:04:29 UTC+1: > >> Your Ecowitt gateway driver issue is that the driver is un

[weewx-user] Re: Weewx don't work anymore after SD card restore, I don't know why?

2024-02-17 Thread gjr80
Your Ecowitt gateway driver issue is that the driver is unable to contact your gateway device, this is causing WeeWX to exit. This could be due to any number of reasons, it's impossible to say much more without seeing the full log from startup to failure. Refer to the How to get a good, useful

[weewx-user] Re: weewx 5.02 crashes (and restarts) on trying to access a docker file?

2024-02-15 Thread gjr80
Gary On Thursday 15 February 2024 at 22:47:17 UTC+10 valken...@gmail.com wrote: > Thanx Gary! > It didn't cross my mind that cmon scans for mounted file systems. I added > /var/lib/docker/overlay2 to the ignore list, but the error persisted. To > save me from further troubl

[weewx-user] Re: weewx 5.02 crashes (and restarts) on trying to access a docker file?

2024-02-14 Thread gjr80
Correct. Cmon will try to scan all mounted file systems except for those in an ignore list. Problem is the ignore list is not user configurable via a config file, rather it is hard coded in cmon.py. You have a few options; (1) raise an issue against the weewx-cmon repo and ask for Matthew to mak

Re: [weewx-user] unable to save to file '/var/www/html/weewx/...

2024-02-14 Thread gjr80
WeeWX is being run just fine, the error is in the [SDR] stanza in weewx.conf. As is often the case the clue is in the log: Feb 14 08:49:54 raspberrypi weewxd[5905]: INFO user.sdr: shutdown process sudo /usr/local/bin/rtl_433 -f 868.3M -f 433.92M -H 90 -Y autolevel -s 1024k -R 173 - R 172 -R 42

[weewx-user] Re: No updates to /var/www/html/weewx

2024-02-06 Thread gjr80
x/skins/Seasons/lang/en.conf". > Feb 06 14:15:15 inspiron weewxd[700]: DEBUG weewx.reportengine: Using > defaults instead. > Feb 06 14:15:15 inspiron weewxd[700]: DEBUG weewx.reportengine: Running > generators for report 'SeasonsReport' in directory > '/

[weewx-user] Re: No updates to /var/www/html/weewx

2024-02-06 Thread gjr80
e: Running > report 'SeasonsReport' > Feb 06 13:25:15 inspiron weewxd[692]: DEBUG weewx.reportengine: Cannot > read skin configuration file /etc/weewx/skins/Seasons/skin.conf for report > 'SeasonsReport':> > Feb 06 13:25:15 inspiron weewxd[692]: DEBUG weewx.rep

[weewx-user] Re: New User: First Problem

2024-02-06 Thread gjr80
This is unlikely to be a units problem, rather it is likely to be one of incorrect (or a lack of) data from the station. FineOffset stations provide the WeeWX field pressure and WeeWX will then calculate fields barometer and altimeter if possible. The log entry provided indicates that WeeWX has

Re: [weewx-user] weewx v5.0.1 upgrade problem

2024-02-06 Thread gjr80
Impossible to say what the issue is with such a short log extract. Please edit weewx.conf, set debug =1, save weewx.conf and restart WeeWX. Let WeeWX run for at least two archive intervals and then take a log extract showing the full WeeWX startup through until the two archive intervals have el

[weewx-user] Re: No updates to /var/www/html/weewx

2024-02-06 Thread gjr80
Impossible to say what the issue is with such a short log extract. Please edit weewx.conf, set debug =1, save weewx.conf and restart WeeWX. Let WeeWX run for at least two archive intervals and then take a log extract showing the full WeeWX startup through until the two archive intervals have el

[weewx-user] Re: Zambretti forecast in StellSeries

2024-02-01 Thread gjr80
If you want to use the Zambretti forecast text in the gauge-data.txt template you will need to install the WeeWX forecast extension . This extension has some issues, mostly with weather services such as WU (changed API) and DarkSky(now defunct) etc

[weewx-user] Re: Rescaling of SteelSeries Gauges

2024-02-01 Thread gjr80
Correct, not a RTGD or WeeWX issue. Something perhaps to take up with the SteelSeries Weather Gauges author https://github.com/mcrossley/SteelSeries-Weather-Gauges Gary On Thursday 1 February 2024 at 19:02:03 UTC+10 rory.g...@googlemail.com wrote: I am using the SteelSeries gauges with RTGD o

[weewx-user] Re: Driver permission error when starting Weewx

2024-02-01 Thread gjr80
You have almost certainly encountered the bug mentioned in this post . The bug does not bite (ie potentially delete system files) unless you uninstall the extension using weectl extension - so my strong advice to you is do not

[weewx-user] Re: Running Ecowitt Gateway Driver bith as a driver and a service at the same time?

2024-01-27 Thread gjr80
gt;> 2024-01-27 14:17:27 weewxd[657388] CRITICAL __main__: if >>> self.latest_sensor_data is None or sensor_data['datetime'] > >>> self.latest_sensor_data['dateTime']: >>> >>> 2024-01-27 14:17:27 weewxd[657388] CRITICAL __mai

[weewx-user] Re: READ THIS!

2024-01-26 Thread gjr80
The problem is encountered when using the extension installer/uninstaller weectl extension. If you install WeeWX v5 via a package install and then use weectl extension install to install an extension, some or all of the extension files may be installed in an incorrect location. At this stage no

[weewx-user] Re: Running Ecowitt Gateway Driver bith as a driver and a service at the same time?

2024-01-24 Thread gjr80
need to re-download the driver from the link I provided earlier in order to get b5, b3 (releases) and b4 will never work. Here is the link again: https://raw.githubusercontent.com/gjr80/weewx-gw1000/master/bin/user/gw1000.py Gary -- You received this message because you are subscribed to the Goo

Re: [weewx-user] Re: Error with weewx-SteelSeries skin

2024-01-24 Thread gjr80
0004', 'disk_total': '20425850880', 'disk_used': >> '10592813056', 'electricityLinky': '11', 'ET': 'None', 'extraHumid1': '66', >> 'extraHumid2': '92', 'ext

[weewx-user] Re: Running Ecowitt Gateway Driver bith as a driver and a service at the same time?

2024-01-23 Thread gjr80
It should just work. It works with a dual driver/service implementation on my test VM. Gary On Wednesday 24 January 2024 at 07:50:29 UTC+10 michael.k...@gmx.at wrote: > I will. Just curious: what to expect from b5? Will it behave differently > or produce other logs? > > gjr8

[weewx-user] Re: Running Ecowitt Gateway Driver bith as a driver and a service at the same time?

2024-01-23 Thread gjr80
Try b5, same link as my previous post to download. Gary On Wednesday 24 January 2024 at 04:55:16 UTC+10 michael.k...@gmx.at wrote: > I ran weewxd manually, weewxd_console.log is the console output, > weewxd.log is from the log file. > > gjr80 schrieb am Montag, 22. Januar 2024 um

[weewx-user] Re: Running Ecowitt Gateway Driver bith as a driver and a service at the same time?

2024-01-22 Thread gjr80
An old log entry remained after some earlier restructuring, try b4: wget https://raw.githubusercontent.com/gjr80/weewx-gw1000/master/bin/user/gw1000.py Gary On Tuesday 23 January 2024 at 04:55:32 UTC+10 michael.k...@gmx.at wrote: > When I configure like so > [GW1000] > debug_lo

Re: [weewx-user] Re: Error with weewx-SteelSeries skin

2024-01-22 Thread gjr80
mile = %.1f > mile_per_hour = %.0f > mm = %.1f > mmHg = %.1f > mm_per_hour = %.1f > percent = %.0f > uv_index = %.1f > watt_per_meter_squared = %.0f >

[weewx-user] Re: Running Ecowitt Gateway Driver bith as a driver and a service at the same time?

2024-01-22 Thread gjr80
', > 'outHumidity': '69', 'outTemp': '-1.6', 'p_dayRain': '0.0', 'p_monthRain': > '26.5', 'p_rain': '0.0', 'p_rainRate': '0.0', 'p_stormRain': '0.0'

Re: [weewx-user] Re: Error with weewx-SteelSeries skin

2024-01-20 Thread gjr80
ies in 0.91 seconds > Jan 16 13:56:40 localhost wee_reports[62658] INFO weewx.cheetahgenerator: > Generated 2 files for report wxobs in 3.66 seconds > Jan 16 13:56:40 localhost wee_reports[62658] INFO weewx.reportengine: > Copied 6 files to /var/www/html/weewx/wxobs > Jan 16 13:5

[weewx-user] Re: Error with weewx-SteelSeries skin

2024-01-20 Thread gjr80
wiki/Help!-Posting-to-weewx-user#how-to-get-a-good-useful-log> . Gary On Saturday 20 January 2024 at 19:40:47 UTC+10 remy.l...@gmail.com wrote: > -> https://github.com/gjr80/weewx-steelseries > Good morning, > > I don't understand the reason and why of the error that occurs wi

[weewx-user] Re: Running Ecowitt Gateway Driver bith as a driver and a service at the same time?

2024-01-20 Thread gjr80
The Gateway driver has supported simultaneous driver/service operation since v0.5.0b5. It is not a configuration I recommend due to the fragility of the configuration (if the driver crashes or the device using the driver fails/locks up data from the service device is also lost) and the ease of

[weewx-user] Re: import data into Weewx 5.0 error

2024-01-18 Thread gjr80
This problem is due to small bug in our version comparison. This will be fixed in the next release. If you wish to use weectl import before the next release you have a couple of options: 1. you can download a file containing the fix for this problem and replace your v5.0.0 version of this file.

[weewx-user] Re: Web page will not refresh after update to 5.0

2024-01-17 Thread gjr80
Unfortunately the log extracts you have provided lack detail and are truncated and consequently of not much help. Please try again noting the advice in the *How to get a good, useful log* section of

Re: [weewx-user] Re: Rain data not displaying

2024-01-16 Thread gjr80
d web page. No new rain graphs. > > chatham.org/weewx > > > On 1/16/2024 8:05 PM, gjr80 wrote: > > You need to locate weewx.conf, open it for editing, locate the [GW1000] > stanza and then add a [[field_map_extension]] stanza with the necessary > entries. > > Gary

  1   2   3   4   5   6   7   8   9   10   >