[weewx-user] Noting temperature change from yesterday at this hour

2021-01-21 Thread D R
One of the things we get are these rather sudden sweeping in of cold air masses and the television stations frequently map how much temperature change there is compared to yesterday at this time.  In the summer, a welcome cool front is also frequently given air time. I'm thinking this would

[weewx-user] New extension for BMP3xx sensors

2021-01-21 Thread Ryan Voots
Didn't see an existing one for these sensors but needed one for supplementing my switch to an SDR station rather than FineOffsetUSB based. I based it off the existing BME280wx code, and it seems to work pretty well. The station is having issues being available publically right now but I'll

Re: [weewx-user] Re: Weewx 4.3 fresh install - 'bash: command not found' for utilities

2021-01-21 Thread Copain
@vince @Tom Appreciate your support. I solved the problem by adding the following line: code: nano ~/.bashrc export PATH=/home/weewx/bin:$PATH May I suggest to add this to the section 'Installations using setup.py' of the Wiki article 'Understanding paths'? This would certainly help other

Re: [weewx-user] wee_database sdb --create success but --check fails

2021-01-21 Thread S R
i also get ./bin/wee_database --update Using configuration file /usr/local/share/weewx/weewx.conf Using database binding 'wx_binding', which is bound to database 'archive_sqlite' The update process does not affect archive data, but does alter the database. Continue (y/n)? y Preparing Interval

Re: [weewx-user] yearwindvec calculation problem

2021-01-21 Thread jerry...@gmail.com
I just realized the python 3.9.1 path was wrong for pip and configobj leading to mismatched versions. I corrected and will let it run overnight and check the yearwindvec tomorrow. On Thursday, January 21, 2021 at 4:48:05 AM UTC-8 tke...@gmail.com wrote: > Hello, Jerry > > Two questions: > >

Re: [weewx-user] Re: Weewx 4.3 fresh install - 'bash: command not found' for utilities

2021-01-21 Thread Tom Keffer
It's also worth looking at the Wiki article *Understanding paths *. On Thu, Jan 21, 2021 at 12:39 PM Invisible Man wrote: > >No, they said they did a setup.py install so all those things are in > /home/weewx/bin which is not in their

Re: [weewx-user] wee_database sdb --create success but --check fails

2021-01-21 Thread Tom Keffer
Not exactly a big problem, but fixed in commit 0f67337 . On Thu, Jan 21, 2021 at 12:53 PM John Kline wrote: > Tom, the lines starting at line number 846 in wee_database need to be > skipped if records == 0. Not

[weewx-user] Re: loop data with fineoffsetusb weather station

2021-01-21 Thread Δημήτρης Βήχος
', 'dayRain_in': '0.0'} Jan 21 23:45:18 metfm weewx[4617] ERROR weewx.restx: MQTT: Unexpected exception of type Jan 21 23:45:18 metfm weewx[4617] DEBUG user.wcloud: url: http://api.weathercloud.net/v01/set?ver=4.3.0=251=a7d15595c00b3f22=XXX=2145=20210121=58=71=347=8=10242=0=0=175=47=58=43=10=14=8=347

Re: [weewx-user] Re: No module named wmr200 (Weewx 4.3.0)

2021-01-21 Thread John Kline
As such, I don’t *think* your problem is that it’s still processing old archive records. Others will have to help you with FTP. It’s probably not the driver and perhaps not related to 4.3. You might need debug = 2 to see FTP progress in more detail in the log. I don’t use FTP in weewx (I

Re: [weewx-user] Re: No module named wmr200 (Weewx 4.3.0)

2021-01-21 Thread Invisible Man
>Damn, that’s funny. >I was giving you a partial line, that is what I was calling a fragment. >grep for “ genStartup() phase exiting since looks like all” LOL. Sorry, I didn't understand. $ sudo journalctl -u weewx | grep "genStartup() phase exiting" Jan 21 19:44:52 vegan python2[26283]:

[weewx-user] Re: Weewx StdReport FTP is not uploading... ?

2021-01-21 Thread Invisible Man
Continuing. What bothers me is that in the StdReport section I have several reports: - StandardReport: we see logs for this one - External: I have no logs for this one - SeasonsReport: disabled - SmartphoneReport: disabled - MobileReport: disabled - FTP: no logs for this

Re: [weewx-user] Re: No module named wmr200 (Weewx 4.3.0)

2021-01-21 Thread John Kline
Damn, that’s funny. I was giving you a partial line, that is what I was calling a fragment. grep for “ genStartup() phase exiting since looks like all” > On Jan 21, 2021, at 12:43 PM, Invisible Man wrote: >  > >it looks like you would see the following message *fragment* in the log > > I

Re: [weewx-user] wee_database sdb --create success but --check fails

2021-01-21 Thread John Kline
Tom, the lines starting at line number 846 in wee_database need to be skipped if records == 0. Not sure how you want to do that and whether you want a summary that says “no records in database”. It will be easier for you to fix than to go back and forth with a PR. > On Jan 21, 2021, at 12:42

Re: [weewx-user] Re: No module named wmr200 (Weewx 4.3.0)

2021-01-21 Thread Invisible Man
>it looks like you would see the following message *fragment* in the log I have no word "fragment" in the logs: $ sudo journalctl -u weewx | grep -i fragment $ >As I don’t have experience with this driver, you are better off running with debug and posting the log. I have pages of logs, but

Re: [weewx-user] wee_database sdb --create success but --check fails

2021-01-21 Thread John Kline
I had a look. This does not mean the database is bad. The code needs a small fix as it’s using a variable that isn’t set if there are no records in the database. > On Jan 21, 2021, at 12:37 PM, S R wrote: > >  > if i run wee_database -- check on the sdb that was installed during the >

[weewx-user] Re: Weewx 4.3 fresh install - 'bash: command not found' for utilities

2021-01-21 Thread Invisible Man
>No, they said they did a setup.py install so all those things are in /home/weewx/bin which is not in their $PATH True. On Thursday, January 21, 2021 at 9:29:29 PM UTC+1 vince wrote: > On Thursday, January 21, 2021 at 12:23:39 PM UTC-8 axelle@gmail.com > wrote: > >> Normally, wee_config,

[weewx-user] Re: Weewx StdReport FTP is not uploading... ?

2021-01-21 Thread Invisible Man
Posting it again here. This is /etc/weewx.conf: version = 4.3.0 [Station] ... station_type = WMR200 [WMR200] # This section is for the Oregon Scientific WMR200 # The station model, e.g., WMR200, WMR200A, Radio Shack W200 model = WMR200 # The driver to use:

[weewx-user] wee_database sdb --create success but --check fails

2021-01-21 Thread S R
if i run wee_database -- check on the sdb that was installed during the installed, it passes. if i rename the original sdb and then run wee_database --create, the file creates without error, but if i then immediately run the --check i get the below error sudo wee_database --check Using

[weewx-user] Re: Weewx StdReport FTP is not uploading... ?

2021-01-21 Thread Invisible Man
@vince : the info is already posted in the thread "No module named wmr200 (Weewx 4.3.0)" On Thursday, January 21, 2021 at 9:27:56 PM UTC+1 vince wrote: > Normal "how to report a problem" answer follows > > Nobody can help you without seeing what you have in your weewx.conf > (obfuscate the

[weewx-user] Re: Weewx 4.3 fresh install - 'bash: command not found' for utilities

2021-01-21 Thread vince
On Thursday, January 21, 2021 at 12:23:39 PM UTC-8 axelle@gmail.com wrote: > Normally, wee_config, wee_database and wee_extension are located in > /usr/bin. Strange, I suppose you do have /usr/bin in your PATH, don't you? > No, they said they did a setup.py install so all those things are

[weewx-user] Re: Weewx StdReport FTP is not uploading... ?

2021-01-21 Thread vince
Normal "how to report a problem" answer follows Nobody can help you without seeing what you have in your weewx.conf (obfuscate the username+password please) and some logfile entries after you set debug=1 in weewx.conf On Thursday, January 21, 2021 at 12:20:33 PM UTC-8 axelle@gmail.com

Re: [weewx-user] Re: No module named wmr200 (Weewx 4.3.0)

2021-01-21 Thread John Kline
I don’t use this driver, but looking at the driver code, it looks like you would see the following message *fragment* in the log when it finishes processing the missed archive records: genStartup() phase exiting since looks like all As I don’t have experience with this driver, you are better

[weewx-user] Re: Weewx 4.3 fresh install - 'bash: command not found' for utilities

2021-01-21 Thread vince
The problem is that you used setup.py which installs things into a directory that is not in the operating system default $PATH. Most new Linux users battle this. The simplest thing is to use the full pathname to the utilities in /home/weewx/bin ala "*/home/weewx/bin/wee_extension --list*"

[weewx-user] Re: Weewx 4.3 fresh install - 'bash: command not found' for utilities

2021-01-21 Thread Invisible Man
Hi, Normally, wee_config, wee_database and wee_extension are located in /usr/bin. Strange, I suppose you do have /usr/bin in your PATH, don't you? $ dpkg -L weewx | grep wee_ ... /usr/bin/wee_config /usr/bin/wee_database /usr/bin/wee_debug /usr/bin/wee_device /usr/bin/wee_extension

[weewx-user] Weewx StdReport FTP is not uploading... ?

2021-01-21 Thread Invisible Man
Hi, I have upgraded Weewx 4.2.0 to 4.3.0, and had to install WMR200 extension during that process. My weather station is configured to upload its web pages to a FTP server. This used to work fine. However, since the upgrade, it hasn't uploaded anything (no attempt in the logs) now for over an

[weewx-user] Weewx 4.3 fresh install - 'bash: command not found' for utilities

2021-01-21 Thread Copain
I did a fresh install of weewx 4.3 with dietpi buster on RPi 3B. It is a standard setup.py install with python 3.7.3 to /home/weewx and I followed relevant installation instructions. Weewx is running in simulation mode and I get regularly updated reports. On RPi I am logged in as root user and

[weewx-user] Re: loop data with fineoffsetusb weather station

2021-01-21 Thread gjr80
I can’t see any reason why the Belchertown skin would not work with a FineOffsetUSB station, in fact given the popularity of both I would be surprised if no one was already doing this. If you are having problems with Belchertown/FineOffsetUSB/MQTT I suggest you fully describe the problem/what

Re: [weewx-user] Errors in 4.3

2021-01-21 Thread Clay Jackson
OK - haven't tried Python3 yet - back on the rain issue. We've had some rain this morning, and it is NOT picking up in WeeWx; captured some debug this morning; but will not be able to look at it until later today or perhaps over the weekend. As I recall, this happened when I upgraded to

Re: [weewx-user] Re: No module named wmr200 (Weewx 4.3.0)

2021-01-21 Thread Invisible Man
Normally, every 10 minutes, the weather website is uploaded via FTP. This still hasn't occurred, I can't see why... Is it because it is still catching up with data (weewx was stopped from yesterday night to now) ? Jan 21 20:01:17 vegan python2[29779]: weewx[29779] DEBUG user.wmr200: Queuing

Re: [weewx-user] Re: ERROR weewx.cheetahgenerator: **** MemoryError

2021-01-21 Thread garrya...@gmail.com
It looks like the workaround Rich suggested works. A couple of notes: 1. the generated filename must be in quotes (#include raw "generated file name") - the Cheetah generator will throw an error if not. 2. There must not be 'raw' arguments in index.html.tmpl - I left them in after

Re: [weewx-user] Re: No module named wmr200 (Weewx 4.3.0)

2021-01-21 Thread Invisible Man
Ok thanks - that fixed the problem. Actually, I got a bit frightened, because at startup, I got: ... Jan 21 18:22:19 vegan python2[25172]: weewx[25172] DEBUG weewx.manager: recalculate_weights: Tranche size 100 Jan 21 18:22:32 vegan python2[25172]: weewx[25172] ERROR user.wmr200:

Re: [weewx-user] How to limit syslog logging

2021-01-21 Thread Mks Mk
Dear Leaf need your help to correct my system because I am having the same issue of logging so kindly advice of the correction to done to bme280wx.py and which lines to be commented. thanks On Wednesday, January 20, 2021 at 10:11:22 PM UTC+3 LeaF wrote: > So taking your advice, I looked into

[weewx-user] Re: loop data with fineoffsetusb weather station

2021-01-21 Thread Δημήτρης Βήχος
i want to use belchertown skinh with mqtt. with simulator mqtt data works fine, but with fineoffsetusb dont with same settings. Στις Πέμπτη, 21 Ιανουαρίου 2021 στις 3:57:28 π.μ. UTC+2, ο χρήστης gjr80 έγραψε: > Yes, the FineOffsetUSB driver emits

Re: [weewx-user] yearwindvec calculation problem

2021-01-21 Thread Tom Keffer
Hello, Jerry Two questions: 1. Can we see skin.conf for the plots? In particular, the section [ImageGenerator] in skins/Seasons/skin.conf. 2. Let's check the database. Assuming you are using sqlite, use the tool sqlite3 to take a look. You may have to install first. I don't know how to do that

Re: [weewx-user] ecowitt ws80

2021-01-21 Thread Graham Eddy
summer here so 30 C during day (forecast 40 C in a few days). will be well above 0 C for 6 months… i tipped unit on its side to drain condensation away from electrical innards. it is already sitting in the warmest place, out in the sun, a lot warmer than inside the house :-) it stopped

Re: [weewx-user] ecowitt ws80

2021-01-21 Thread Rainer Lang
That's definitely not a feature. However, did you have below 0°C/32°F temperatures ? And do you have the inbuilt heater connected and powered ? What works with others who had the phenomenon - and no heater activated - was, taking it down, drying it inside/indoors and it worked again. Mine has