[weewx-user] Re: wee_import from WD logs fails

2021-01-31 Thread Peter Süß
Thank you Gary. This might be the error from my side. I just copied the whole bunch of logs into my import directory. I will make subdir for every year, then I am going to test again. Maybe going backward from 2020 to 2005 might be a good idea to find out my problems. Version of my WeeWX is

[weewx-user] Re: weewx-weewx-wd testtags.php not generated

2021-01-31 Thread gjr80
In fact change it to: #if $current.txBatteryStatus.raw is not None The != was really annoying me, like I said it was written along time ago. Gary On Monday, 1 February 2021 at 14:06:19 UTC+10 gjr80 wrote: > Well found, The helpfulness of Cheetah error messages can be somewhat > lacking at

[weewx-user] rainRate problems

2021-01-31 Thread Neville Davis
The other day I reported problems that just seemed to go away...then I saw this [image: Screen Shot 2021-02-01 at 10.10.04 am.png] At this point because it was sunny and I was not under water with rain at 47Mtrs/hr + I figured I had a problem...so went looking at the db and hardware. Db showed

[weewx-user] Re: weewx-weewx-wd testtags.php not generated

2021-01-31 Thread gjr80
Well found, The helpfulness of Cheetah error messages can be somewhat lacking at times. Looking at that portion of code I can see the error, try making the highlighted change to testtags.php.tmpl: #if $varExists('$current.txBatteryStatus') and ($station.hardware[0:7] == 'Vantage') #if

[weewx-user] Re: weewx-weewx-wd testtags.php not generated

2021-01-31 Thread Charles Boening
I think we're good now. Ended up having to clear my station memory (lost a few hours of data). Made sure the time was set as well. Oddly enough, every time the poller ran it was bringing additional pages just not saving them. Could have been some corrupt DB rows as well since I did clear

[weewx-user] Re: Version 4.4.0

2021-01-31 Thread Neville Davis
I am also now at 4.4.0 and Belchertown 1.2... everything working fine.. Thanks very much On Sunday, January 31, 2021 at 10:04:09 AM UTC+10 tke...@gmail.com wrote: > My apologies to user 'edi-x', who was the true author of PR #631 > . > > Thanks to user

[weewx-user] Re: wee_import from WD logs fails

2021-01-31 Thread gjr80
Peter, I ran wee_import under WeeWX v4.4.0/python3 using the import config file and log files posted and the import processed without error: gary@buster31:~$ /home/weewx/bin/wee_import --import-config=/var/tmp/wd-import-test.conf --from=2020-12-01T00:00 --to=2020-12-31T23:59 --verbose Using

[weewx-user] Re: weewx-weewx-wd testtags.php not generated

2021-01-31 Thread Charles Boening
I think I found the issue. I have a Vantage Pro 2 as previously mentioned. There seems to be something wrong with fetching the battery status or using the data. I changed this #if $varExists('$current.txBatteryStatus') and ($station.hardware[0:7] == 'Vantage') #if $current.txBatteryStatus

[weewx-user] issues imagegenerator/skin.conf

2021-01-31 Thread bwal...@gmail.com
Hi First i found out, if no font is specified or (font is not found), change of of fontsize has no effekt. im also not able to change line with: skin config: # Default colors for the plot lines. These can be overridden for # individual lines using option 'color' chart_line_width =

[weewx-user] weewx-weewx-wd testtags.php not generated

2021-01-31 Thread Charles Boening
I tried upgrading to 4.4.0 and started getting the following. Longer log snip below. I can easily duplicate by running wee_reports. Station type is a Davis Vantage Pro 2 on USB. Ignoring template /home/weewx/skins/Testtags/testtags.php.tmpl Reason: int() argument must be a string,

[weewx-user] Belchertown Skin, MQTT, Firefox Fail to Connect Kinda Solved

2021-01-31 Thread gary....@gmail.com
I had an issue where my website worked fine on all browsers except Firefox. This persisted for many updates of WeeWX, Belchertown skin, and Firefox. Today, thanks to a kind soul, the issue is 'solved' It is because of a bug in mosquitto server and its interaction with the way Firefox gets the

[weewx-user] Re: MQTTSubscribe and topics, that are seldom sent

2021-01-31 Thread bell...@gmail.com
Karen, I think a couple of things are going on. In your log snippet I see: Jan 30 17:32:18 LokalWiki weewx[1005876] DEBUG user.MQTTSubscribe: (Service) TopicManager *self.cached_fields is {}* Is this set in your second run? If so, what are the values? I’d expect it is now set, but but the key is

[weewx-user] Re: MQTTSubscribe and topics, that are seldom sent

2021-01-31 Thread Karen K
The use_topic_as_fieldname option worked. (Nevertheless, I find it confusing to set the option to "true" to _not_ using the topic as field name in WeeWX.) Unfortunately it does not cache. If I see the value for one archive interval, it is gone for the next. It shows the parameter name enclosed

Re: [weewx-user] Two instances of RTL_433 ?

2021-01-31 Thread weather list
For me, using a couple of 433 sensors and one 915, this command works in the SDR config: [SDR] # This section is for the software-defined radio driver. # The driver to use driver = user.sdr # cmd = rtl_433 -M utc -M level -F json # For only 433 sensors cmd = rtl_433 -f

[weewx-user] Two instances of RTL_433 ?

2021-01-31 Thread Mark A
G'day. I recently purchased a Bresser7in1, (a badged CEL W100 ) and got that working nicely with WeeWx via and RTL-SDR with some fiddling. However, the pressure is not derived at the main sensor, it's done at the console, and at the moment, it's not known if you can interogate the console.

[weewx-user] Re: wee_import from WD logs fails

2021-01-31 Thread Peter Süß
Hi Gary, thanks for your quick answer. Please check the attached file. All I edited was the path to data and filenames. I limited it to only one type of file, with my last change. No, problem when it takes time. Thanks for checking out Peter gjr80 schrieb am Sonntag, 31. Januar 2021 um

[weewx-user] Re: Version 4.4.0

2021-01-31 Thread WindnFog
Thanks, Tom, et. al. weewx v4.4.0 is working well here. - Paul VE1DX https://ve1dx.net <--- Weather Station On Sunday, January 31, 2021 at 10:04:03 AM UTC-4 t...@tom.org wrote: > Looks good. JFYI sample output from a former 4.3.0 instance here: > > ➜ vt-dev git:(master) ✗ k logs -f

[weewx-user] Re: Version 4.4.0

2021-01-31 Thread t...@tom.org
Looks good. JFYI sample output from a former 4.3.0 instance here: ➜ vt-dev git:(master) ✗ k logs -f weewx-deployment-vt-dev-667dd7-mrwdp *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/my_init.d/10_syslog-ng.init... *** Booting runit daemon... *** Runit started as

[weewx-user] Re: wee_import from WD logs fails

2021-01-31 Thread gjr80
Hi, Nothing leaps out at me having a quick look at the output and log files you posted. I'll endeavour to have a look at this tomorrow (bit late here). Could I ask you to post the import config file you are using, /etc/weewx/wd-import-test.conf. There should be nothing sensitive in the file.

[weewx-user] Re: Version 4.4.0

2021-01-31 Thread Δημήτρης Βήχος
thanks!! very good point to NOAA reports now use a 'utf8' encoding instead of 'strict_ascii'. Στις Κυριακή, 31 Ιανουαρίου 2021 στις 2:04:09 π.μ. UTC+2, ο χρήστης tke...@gmail.com έγραψε: > My apologies to user 'edi-x', who was the true author of PR #631 >