[weewx-user] Re: Installation at remote site using RPi and VNC?

2020-12-09 Thread mwall
On Wednesday, December 9, 2020 at 11:11:23 AM UTC-5 Sunray wrote: > > Anybody done this or can help otherwise? Many thanks in advance! > excellent suggestions in this thread, especially using only ssh for access. you can always tunnel over the ssh connection for vnc or to probe/diagnose oth

[weewx-user] Re: MQTT and home-assistant

2020-12-19 Thread mwall
hi andrew, i am still lurking. i should (finally) be updating my weewx code as we go into 2021. 2020 has been brutal... m -- 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 a

Re: [weewx-user] Weewx Seasons Skin Monthly & Yearly Reports dropdown menus do not work

2020-12-27 Thread mwall
On Sunday, December 27, 2020 at 11:08:46 AM UTC-5 72604... wrote: > Hi TK. What is the function of the "tabular.html?report=" portion of the > address? Is this something that gets filled in when you have a webserver > installed? the javascript in tabular.html uses the 'report=xxx' to deter

[weewx-user] Re: Failed install of Cheetah on Mac Catalina

2021-02-10 Thread mwall
what directory are you in when you do the pip install? as a general rule, you should not do a pip install (or a 'python -m ...' install) when you are in a directory that has a setup.cfg in it. for example, do not do the install when you are in the weewx source tree. if you do, then pip instal

Re: [weewx-user] https://weewx.com/stations.html not working?

2021-03-19 Thread mwall
fixed at commit 3717e68a54141c9dbdfdb45aef9680eea86c0274 On Sunday, March 7, 2021 at 2:14:09 PM UTC-5 michael.k...@gmx.at wrote: > Should have seen that in console. Nevertheless modern browsers refuse to > show that kind of mixed content, so at least the links should be updated. > > jo...@joh

Re: [weewx-user] Re: Vantage Pro data logger corruption - Daylight Saving Time?

2021-03-28 Thread mwall
would it help to run with the system clock set to UTC so the system and station never do a DST switch? then display local time in the reports? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emai

Re: [weewx-user] 'systemctl stop' sends SIGKILL not SIGTERM on RPi

2021-04-02 Thread mwall
KILL is definitely not desirable. i'm debugging this now on centos with systemd, weewx, and rtl_433. for example, the sdr driver spawns the rtl_433 command, and if you kill weewx, you end up with a rogue process, and the next time you start weewx, weewx will fail. as another example, if you a

Re: [weewx-user] Re: Version 4.5.0 released

2021-04-02 Thread mwall
peter, the redhat and debian packages define a set of files as 'configuration' files. these are files that are distributed in weewx, and any of those files that are modified will result in a "something changed, do you want to keep your changes or accept the new version" prompt. nominally this

Re: [weewx-user] Re: Version 4.5.0 released

2021-04-04 Thread mwall
On Saturday, April 3, 2021 at 9:44:06 PM UTC-4 mksm wrote: > the update to 4.5.1 worked for me this time but have one issue that > weewx.conf shows version 4.4.0 but the generated web page shows WeeWX > version 4.5.1 > can I change weewx.conf line to 4.5.1 or keep it as is? > short answer:

Re: [weewx-user] Re: Version 4.5.0 released

2021-04-04 Thread mwall
On Saturday, April 3, 2021 at 2:47:20 PM UTC-4 PJO wrote: > I updated (via sudo apt upgrade, after stopping weewx) from 4.4 to 4.5.1 > on Ubuntu 20.04 Core opting to get an updated weewx.conf > > Configuration file '/etc/weewx/weewx.conf' > ==> Modified (by you or by a script) since installati

Re: [weewx-user] Re: Version 4.5.0 released

2021-04-04 Thread mwall
On Saturday, April 3, 2021 at 2:47:20 PM UTC-4 PJO wrote: > I ended up with a bad weewx.conf and had to restore weewx.conf.dpkg-old > could you post the 'bad' weewx.conf (remove any passwords/keys first). also, could you do a listing of your /etc/weewx directory contents? e.g., ls -lRa /etc/we

[weewx-user] Re: Acurite Iris with Access

2021-04-17 Thread mwall
use the 'weewx-interceptor' driver to talk to the acurite access. that will work with any acurite station that uses the access. that means either the atlas or the 5-in-1. however, you might not get all of the data available from your station out-of-the-box. the interceptor listens to the pac

Re: [weewx-user] interceptor driver current version

2021-04-17 Thread mwall
On Friday, April 16, 2021 at 8:32:13 PM UTC-4 Ryan wrote: > > Does the interceptor driver work with the Acurite Iris Display? I got it > at Lowe's. The model number says Acurite 1516L. The display is wifi and has > no usb input. Please help as I can't find any info within weewx regarding > th

Re: [weewx-user] Re: weewx.cheetahgenerator debug

2021-04-17 Thread mwall
On Saturday, April 17, 2021 at 1:13:54 AM UTC-4 graha...@gmail.com wrote: > it would be really helpful if the temporary file created by cheetah was > not deleted when an error occurred > agreed. i tried to make it do that years ago, and it would not cooperate without a modification to its so

[weewx-user] Re: Got as gift - LaCrosse S82950

2021-04-18 Thread mwall
it looks like that station uses wifi in two ways: 1) to download weather forecasts from accuweather 2) to upload your weather data to ... ? read the docs that came with the station, and poke around in the lacrosse app - that should give you more clues or jump right in: run a packet sniffer on

[weewx-user] Re: weewx.com down ??

2021-05-27 Thread mwall
weewx.com should be working now. auto-updates borked the nginx configuration. also, the map should work with either http or https. this was fixed some time ago. if it does not work for you, please let us know. -- You received this message because you are subscribed to the Google Groups "we

[weewx-user] Re: recommend IP cameras that are easy to grab a single frame from?

2021-07-04 Thread mwall
On Friday, July 2, 2021 at 4:55:29 PM UTC-4 Eric K wrote: > Based on first hand experience, can people recommend various IP cameras > (ideally an Ethernet or wifi camera) with a focus towards ease of grabbing > a single frame from a Linux command line? > i've been using bullet and dome camera

[weewx-user] Re: recommend IP cameras that are easy to grab a single frame from?

2021-07-04 Thread mwall
sorry, here is the link to the root level of the ispy database: https://www.ispyconnect.com/cameras -- 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 an email to weewx-user+uns

Re: [weewx-user] Version 4.2.0 ready

2020-10-31 Thread mwall
On Friday, October 30, 2020 at 10:08:01 AM UTC-4, tarob...@gmail.com wrote: > > Upgraded from 4.1.1 to 4.2.0 with no issues at all using DEB package. > During install, my *current.inc* was different along with *weewx.conf* > (which of course I expected since I've modified both of those files).

[weewx-user] Re: Clearing the Data Logger?

2020-10-31 Thread mwall
On Saturday, October 31, 2020 at 10:21:20 AM UTC-4, Joseph Barrow wrote: > > As I don't use Windows for this, but Raspbian Buster, has anyone blazed a > trail to do this already? If so, links/suggestions/point me in the right > direction? I'm not a programmer, although I have picked up just enoug

[weewx-user] Re: Upgrade from 3.9.2 to 4.2.0 on CentOS 7 -- Python?

2020-11-05 Thread mwall
On Thursday, November 5, 2020 at 8:42:11 AM UTC-5, Jared wrote: > > Hi all, > > I'm looking to upgrade to 4.2.0 to get off legacy Python 2. I'm running > CentOS 7.8 and I'm looking for guidance on how to deal with Python. I'm > assuming upgrading WeeWX alone won't work since "python" currentl

[weewx-user] Re: 3.9.2 > 4.2.0 - Going great, just a few minor things

2020-11-06 Thread mwall
On Friday, November 6, 2020 at 9:44:56 AM UTC-5, Jared wrote: > > Since I'm still setting up, I'm running weewxd manually and I'm getting to > see the loop packet output in the shell terminal. In the packet I see a > value for maxSolarRad, which is steadily increasing as the sun rises. My >

[weewx-user] Re: weewx_4.0.0b18-1_all.deb vs. python3-weewx_4.0.0b18-1_all.deb

2020-04-28 Thread mwall
please do not use the beta .deb files. they will probably bork your system. in fact, i will remove them now. i am currently testing the 4.0.0b18-3 (3rd iteration of debian packaging) deb files, and there are still a few hiccups. the new apt repo is almost there, but a few naming/dependency pr

[weewx-user] Re: weewx_4.0.0b18-1_all.deb vs. python3-weewx_4.0.0b18-1_all.deb

2020-04-28 Thread mwall
On Tuesday, April 28, 2020 at 3:47:01 PM UTC-4, Manfred Maier wrote: > > I'm currently planning to update my system to version 4.0 > The initial installation (3.9.2) was done with the DEB package. So I'll of > course use the same method for the update. > > On the download page there are two vers

[weewx-user] Re: Can't install Weewx on Ubuntu 20.04

2020-04-30 Thread mwall
On Wednesday, April 29, 2020 at 9:42:19 PM UTC-4, Redig wrote: > > > I've tried apt-get update, upgrade, dist-upgrade, autoclean, autoremove > and rebooted. > I've tried pip, but it seems to only have configobj, not python-configobj > and does not change the weewx warning. > > It seems that th

[weewx-user] Re: Version 4.0 is (finally) here!

2020-04-30 Thread mwall
On Thursday, April 30, 2020 at 2:23:26 PM UTC-4, Redig wrote: > > Fantastic! thank you. > > Maybe I'm doing something incorrectly, but it seems the apt-get package > references the python 2 names for dependencies - > > Version: 4.0.0-1 > Depends: python (>= 2.7), python (<< 3.0), python-configo

[weewx-user] Re: Version 4.0 is (finally) here!

2020-04-30 Thread mwall
for those interested in the python2/python3 details, as well as our strategy for supporting as many platforms as possible with minimal resources, these pages may help: python3 strategy: https://github.com/weewx/weewx/wiki/Python-3-strategy dependency matrix and platform testing: https://githu

[weewx-user] Re: Version 4.0 is (finally) here!

2020-04-30 Thread mwall
On Thursday, April 30, 2020 at 8:44:15 PM UTC-4, Greg from Oz wrote: > > > Then I got the error below. I am running a fresh install of Ubuntu 20.04 > > W: GPG error: http://weewx.com/apt/python3 buster InRelease: The > following signatures couldn't be verified because the public key is not > avai

[weewx-user] Re: Version 4.0 is (finally) here!

2020-04-30 Thread mwall
On Thursday, April 30, 2020 at 9:32:26 PM UTC-4, Greg from Oz wrote: > > That was it..I missed that copy and paste. > I have updated my install script. > Is there a systemd script for starting and stopping instead of > /etc/init.d/weewx ? > just do any of these: sudo systemctl start weew

[weewx-user] Re: WeeWX 4.0.0 Deb Package install

2020-05-01 Thread mwall
On Friday, May 1, 2020 at 6:03:57 AM UTC-4, steeple ian wrote: > > Hi, > > OS is Raspbian Desktop on a NUC. I have used the various betas right > through to build 18 which all ran perfectly with the weewx-SDR driver . I > installed the new release using Deb package Pyhton3 and have the followin

Re: [weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread mwall
On Friday, May 1, 2020 at 8:54:39 AM UTC-4, Tom Keffer wrote: > > EVERYONE: > > The default python for debian 9 and 10 is *Python 3*, not Python 2. This > includes all debian stretch- and buster-based distributions, such as > Raspbian, and Ubuntu. > slight correction: the python3-weewx pack

Re: [weewx-user] Re: WeeWX 4.0.0 Deb Package install

2020-05-01 Thread mwall
On Friday, May 1, 2020 at 9:10:02 AM UTC-4, steeple ian wrote: > > Matthew, > It was a clean install of everything then SDR extension installed and ran > wee_config --reconfigure. Edited weewx.conf then restart. > > This is my SDR stanza > thanks for that. but the stack trace indicates that th

Re: [weewx-user] Re: WeeWX 4.0.0 Deb Package install

2020-05-01 Thread mwall
On Friday, May 1, 2020 at 9:34:59 AM UTC-4, steeple ian wrote: > > Here it is: - > >> >> there is no [SDR] stanza in your configuration file -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails

[weewx-user] Re: distutils not in default installation

2020-05-01 Thread mwall
added python3-distutils to the pre-reqs for debian10 at commit 8c15f1cc -- 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 an email to weewx-user+unsubscr...@googlegroups.com. To

Re: [weewx-user] Re: weewx-wh23xx - Weewx breaks starting/running after upgrade from 3.9.2 to 4.0

2020-05-02 Thread mwall
On Saturday, May 2, 2020 at 10:01:39 AM UTC-4, Tom Keffer wrote: > > The weewx usage map shows 26 > installations (out of 1471 registered stations), or less than 2%. That's > not enough usage to justify the work. Get your friends to use it! > > Still, I'll see wha

Re: [weewx-user] Re: weewx-wh23xx - Weewx breaks starting/running after upgrade from 3.9.2 to 4.0

2020-05-02 Thread mwall
On Saturday, May 2, 2020 at 2:27:49 PM UTC-4, mwall wrote: > > On Saturday, May 2, 2020 at 10:01:39 AM UTC-4, Tom Keffer wrote: >> >> The weewx usage map <http://weewx.com/stations.html> shows 26 >> installations (out of 1471 registered stations), or less than 2%.

Re: [weewx-user] Python versions

2020-05-02 Thread mwall
On Saturday, May 2, 2020 at 9:12:41 PM UTC-4, Colin Larsen wrote: > > Whoops sorry /etc/default/weewx that should have been > colin has it right. one of the things we did in the weewx4 packaging for debian, redhat (and soon suse and *bsd) is to put the parameters into /etc/default/weewx (it wil

Re: [weewx-user] Python versions

2020-05-02 Thread mwall
On Saturday, May 2, 2020 at 9:11:51 PM UTC-4, Colin Larsen wrote: > > I found this /etc/default > > WEEWX_PYTHON=python2 > > WEEWX_BINDIR=/usr/share/weewx > > WEEWX_BIN=/usr/bin/weewxd > > WEEWX_CFG=/etc/weewx/weewx.conf > > > Changing it to python3 breaks weewx so I'll just leave well enough alone

[weewx-user] Re: Feeding weewx from Meteobridge

2020-05-06 Thread mwall
On Wednesday, May 6, 2020 at 10:46:21 AM UTC-4, Ryan Stasel wrote: > > > Was curious if there was another way, where Meteobridge remained > "authoritative" (so to speak) and just handed data to weewx. > you could use the weewx-interceptor driver as device 'wuclient' in listen mode, then point th

Re: [weewx-user] Issue with a report last values are Zero

2020-05-08 Thread mwall
On Friday, May 8, 2020 at 2:33:17 PM UTC-4, Hyrules wrote: > > Oh an by the way : On the latest release page on the latest release itself > on github instructions are pointing to the github page with the code and > not the page itself. > i just fixed the release page on github.com. links to t

[weewx-user] Re: Installation problem - python3-cheetah dependency

2020-05-10 Thread mwall
On Sunday, May 10, 2020 at 2:13:36 AM UTC-4, Kenneth Sherwood wrote: > > I'm trying to install Weewx under Mint 19.2 > as i understand it, mint 19.2 is based on ubuntu 18.04, which is based on debian 10 https://en.wikipedia.org/wiki/Linux_Mint_version_history https://askubuntu.com/questions/4

[weewx-user] Re: StdCalibrate Altimeter

2020-05-10 Thread mwall
On Sunday, May 10, 2020 at 10:27:34 PM UTC-4, rich T wrote: > > > I restarted weewx; waited an archived period and the altimeter value did > not reflect a 0.07 change. Do I need to change something else? > rich, unless your hardware reports it, altimeter is a derived variable - it is calculate

Re: [weewx-user] Re: sftp on 3.9.2, RPI3B -- not working with several methods

2020-05-25 Thread mwall
On Monday, May 25, 2020 at 3:56:16 PM UTC-4, Messy Potamia wrote: > > one.com's robotic tech support said they only do ftp, sftp, and ssh, and > don't support ftps. I don't think that offshore robot even knew what ftps > was. > So can somebody tell me about the

[weewx-user] Re: Lacrosse CA80550 Weather Station and Weewx

2020-05-26 Thread mwall
On Tuesday, May 26, 2020 at 2:51:46 AM UTC-4, Harry P wrote: > > Do I have any chance of having Weewx work with my Lacrosse CA80550 > Weatherstation? > it looks like the wifi in that weather station is receive-only - it pulls forecasts from the us nws. if the station *sends* data, for example t

[weewx-user] Re: sftp on 3.9.2, RPI3B -- **still** not working with several methods

2020-05-26 Thread mwall
On Tuesday, May 26, 2020 at 4:35:50 AM UTC-4, Messy Potamia wrote: > > Well I knew that was too good to be true. > the first error you posted, regarding 'platform_system' NameError, is probably due to an old version of setuptools. to fix that, update the setuptools for the python installation

[weewx-user] Re: minor error on download page

2020-05-28 Thread mwall
fixed. thank you for pointing it out! -- 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 an email to weewx-user+unsubscr...@googlegroups.com. To view this discussion on the web

[weewx-user] Re: Broken python dependency with CentOS 8

2020-05-29 Thread mwall
vince, the el8 rpm worked just fine for me when i tested on a centos8 system. however, it is quite possible that my centos8 was not as much of a virgin as david's centos8 it should not matter whether we build the rpm packages on centos7 or centos8 the spec file defines these deps for el8: %de

[weewx-user] Re: Posibilities on co-operation from other meassuring sources

2020-05-29 Thread mwall
On Friday, May 29, 2020 at 2:10:45 AM UTC-4, Bent Jensen wrote: > > But I also have a little greenhouse in which I have (off-cause) power, > water and LAN. But it is situated remote to where my weewx server is > situated (a intel NUC unit). So I would think it could be nice to have > temperatu

[weewx-user] Re: Broken python dependency with CentOS 8

2020-05-29 Thread mwall
On Friday, May 29, 2020 at 12:24:14 PM UTC-4, vince wrote: > > I'll open an issue on this one this afternoon and provide some updates > there, if that's ok with Tom+Matthew... > yes, please do. i would like to get this fixed before the next release. -- You received this message because you a

[weewx-user] Re: TypeError: %x format: an integer is required, not float - meteostick and weewx 4.1

2020-06-01 Thread mwall
On Monday, June 1, 2020 at 5:05:54 PM UTC-4, Joachim Puttkammer wrote: > > > What to do ? > please try weewx-meteostick 0.67 (commit 669a0e5) m -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving

[weewx-user] Re: Forecast Xtide

2020-06-02 Thread mwall
hi phil, there are two parts to the answer: 1) how far into the future should the forecast go 2) how much of that forecast should be shown for the first part, the default is 28 days. if you want a longer forecast, change the 'duration' parameter. these are the parameters that control the for

[weewx-user] Re: Stuck with new install

2020-06-02 Thread mwall
you'll need to post the configuration file, and it would help to see the first part of the log, not just the exception. but the exception you posted indicates that you told the interceptor to listen on a port that is already in use by some other process change the listen port and the exception

[weewx-user] Re: Forecast Xtide

2020-06-02 Thread mwall
On Tuesday, June 2, 2020 at 4:04:30 PM UTC-4, Phil Owers wrote: > > Whatever I change It still only displays 12 days > what does the log say? exactly what configuration are you using? you might want to stop weewx, delete the forecast database, then start weewx if you just keep restarting weew

[weewx-user] Re: Forecast Xtide

2020-06-02 Thread mwall
On Tuesday, June 2, 2020 at 7:51:11 PM UTC-4, Phil Owers wrote: > > By changing the interval and deleting the database I can now change whats > displayed > Interval = 86400 displays jun3 to jun4 > Interval = 864000 gives a display of Jun3rd to Jun14 > However changing the interval to anything high

[weewx-user] Re: Stuck with new install

2020-06-02 Thread mwall
what does the log say? -- 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 an email to weewx-user+unsubscr...@googlegroups.com. To view this discussion on the web visit https://g

[weewx-user] Re: Registering on weewx map.

2020-06-03 Thread mwall
On Wednesday, June 3, 2020 at 1:56:18 AM UTC-4, Bent Jensen wrote: > > Hi again > > I just wanted for the fun to see if my Weewx station was registered on the > Weewx map. But it is not! > > I checked if I had set the station_register variable to true, which I had. > And according to the docume

[weewx-user] Re: Forecast Xtide

2020-06-03 Thread mwall
On Wednesday, June 3, 2020 at 5:07:35 AM UTC-4, Phil Owers wrote: > > > Where should this go please as Im changing the values in forecast.py where > I couldn't find DURATION > Sorry to be a pain > no pain at all! we just need a common reference frame. when you make changes to weewx, most of t

[weewx-user] Re: Registering on weewx map.

2020-06-03 Thread mwall
On Wednesday, June 3, 2020 at 1:55:15 PM UTC-4, William Burton wrote: > > If the screen capture for your own site fails or if the site's skin has > been changed, is there a way to get the registration process to retry the > screen capture? > > Is there a way to test the screen capture outside of

[weewx-user] Re: Move to Python 3?

2020-06-04 Thread mwall
On Thursday, June 4, 2020 at 3:28:04 PM UTC-4, WindnFog wrote: > > That worked, Neville: > > python --version > Python 3.7.3 > > However, weewx still grabs python 2.7 . . . perhaps it's a bit too early > (new Raspberry Pi O/S and a new weewx version 4.1.1 for someone at my level > of expertise to

[weewx-user] Re: post-generate.sh -> shellreport.py ?

2020-06-08 Thread mwall
On Monday, June 8, 2020 at 6:04:16 PM UTC-4, Timothy Witham wrote: > > Hello, > > Just replaced my wview with weewx yesterday and like the results so far, > thanks! > > But now I need to run a command after the archive is updated. In wview > this was easy: just stick any command lines in post-

[weewx-user] Re: Manjaro - help seeing data from Vantage Pro 2

2020-06-10 Thread mwall
On Tuesday, June 9, 2020 at 2:31:29 PM UTC-4, Henri Emurian wrote: > > > To run the program directly, I use cd /home/weewx, then sudo ./bin/weewxd. > When I execute this command, nothing happens. The cursor just goes to the > command line. There is no indication that data is being downloaded from

[weewx-user] Re: Manjaro - help seeing data from Vantage Pro 2

2020-06-11 Thread mwall
On Thursday, June 11, 2020 at 12:20:40 PM UTC-4, Henri Emurian wrote: > > In the file structure, I do have var/log/ but no messages or syslog in the > file. Any other ideas? > you could try 'journalctl' - that is the systemd approach to reading log files. since arch/manjaro have been completely

[weewx-user] Re: Manjaro - help seeing data from Vantage Pro 2

2020-06-11 Thread mwall
On Thursday, June 11, 2020 at 8:29:43 PM UTC-4, Henri Emurian wrote: > > Hi Vince, I ran the journalctl command but don't know how to pipe it to > the grep command you provided. I tried running it in a second terminal but > to no avail. I researched the grep command and saw some syntax examples

Re: [weewx-user] Rsync issue

2020-06-14 Thread mwall
On Sunday, June 14, 2020 at 12:18:28 PM UTC-4, Ossian wrote: > > I am having a similar issue. I keep seeing mention of the need or > possibility to provide correct keys etc for root to use, but have not found > anything concrete to go on. > there are many ways to do this, for example, one approa

[weewx-user] Re: /etc/init.d/weewx not stopping weewx

2020-07-08 Thread mwall
when you do '/etc/init.d/weewx stop' or 'systemctl stop weewx', does weewx eventually stop? when you do either of these commands, this sends a SIGTERM to weewx, which tells the main thread to stop. however, weewx will not actually stop until all of its threads have completed. so if you have a

[weewx-user] Re: sensor data wind and rain hideki (tfa Sinus-bresser ...)

2019-12-01 Thread mwall
thank you andy. had to do a units conversion, but the fix is in at commit c37ba53 -- 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 an email to weewx-user+unsubscr...@googleg

[weewx-user] Re: weewx-sdr can't parse Oregon Scientific UVR128

2019-12-01 Thread mwall
added to weewx-sdr at commit 27eadb9 -- 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 an email to weewx-user+unsubscr...@googlegroups.com. To view this discussion on the web vi

[weewx-user] Re: weewx stops with error "too many values to unpack"

2019-12-02 Thread mwall
On Thursday, November 28, 2019 at 6:35:48 PM UTC-5, Andrea Cecilia wrote: > > Hi there, > I was trying the weewx-wxt5x0 > driver with my Vaisala > WXT-510. > At the beginning, it seemed to work perfectly. But after a couple of hours > working, it

[weewx-user] Re: weewx stops with error "too many values to unpack"

2019-12-02 Thread mwall
this should be fixed at commit 8434bf3 -- 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 an email to weewx-user+unsubscr...@googlegroups.com. To view this discussion on the web

[weewx-user] measuring rain and hail in vaisala WXT520

2019-12-02 Thread mwall
On 03 Nov 2019, at 16:49, Nafpaktos Live wrote: Hello Matthew! The station and the driver WXT5xx works perfectly, it is working without a problem except that it doesn't measure hail total correctly. It is possible the direct reading day hail from the WXT520?? When I ask the precipitation of t

[weewx-user] Re: measuring rain and hail in vaisala WXT520

2019-12-02 Thread mwall
On Monday, December 2, 2019 at 7:43:42 AM UTC-5, mwall wrote: > > On 03 Nov 2019, at 16:49, Nafpaktos Live wrote: > > Hello Matthew! > The station and the driver WXT5xx works perfectly, it is working without a > problem except that it doesn't measure hail total correctly

[weewx-user] Re: Can anybody add to sdr.py

2019-12-02 Thread mwall
support for tfa twin added to weewx-sdr at commit b571bf3 thank you andrei and michael! -- 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 an email to weewx-user+unsubscr...@goo

[weewx-user] Re: weewx-sdr not storing data packets of WH1080

2019-12-02 Thread mwall
On Monday, September 30, 2019 at 9:38:32 AM UTC-4, Andrea Cecilia wrote: > > Can you help me? > your rtl_433 is emitting the format for FOWHx080Packet, not FOWH1080Packet in your sensor map, change FOWH1080Packet to FOWHx080Packet sorry for the confusion - since rtl_433 begain, there have been

[weewx-user] Re: SDR driver don't kill your last process and it's unable to restart

2019-12-02 Thread mwall
On Wednesday, September 18, 2019 at 2:37:55 PM UTC-4, Kike .Asekas wrote: > > I have made a change to the code. > please post a merge request to the weewx-sdr repository. or post a diff here. or just post here the code for the ProcManager class. i would rather make weewx-sdr clean up prope

[weewx-user] Re: Seasons - Load JavaScript function after page load ($ is undefined)

2019-12-03 Thread mwall
On Tuesday, December 3, 2019 at 10:04:09 AM UTC-5, Jared wrote: > > > I made a little JavaScript function (wind.js) that will update the Seasons > *current_widget* table with wind values from CRT realtime.txt. The > function works perfectly fine if I drop it into the browser console after > t

Re: [weewx-user] How i can achive data only when i received "all" Packet?

2019-12-05 Thread mwall
On Thursday, December 5, 2019 at 11:51:35 AM UTC-5, S1m0n3 wrote: > > Yep, this is true in the databse all data are achived! But the problem (I > think) is with Current conditions. Because some times in is shown in the > website (and also in the realtime.txt that i generated with weewx-crt) only

[weewx-user] Re: WeeWX et WS-2300

2019-12-06 Thread mwall
On Friday, December 6, 2019 at 9:24:07 AM UTC-5, Olivier Garnier wrote: > > > Does anyone has an idéa ? > did you have root permissions when you invoked wee_device? you can try connecting directly with the driver: sudo PYTHONPATH=/usr/share/weewx python /usr/share/weewx/weewx/drivers/ws23xx.p

Re: [weewx-user] Re: Rain rate too high with SDR driver?

2019-12-07 Thread mwall
On Saturday, December 7, 2019 at 3:57:00 AM UTC-5, S1m0n3 wrote: > > > After an year I've tried again to work with Weewx but I've same problem > with rain 😢 can I do some things?! Thanks!!! sorry this is taking so long to resolve. as gary pointed out, it looks like a units conversion issue. fw

Re: [weewx-user] Re: Rain rate too high with SDR driver?

2019-12-12 Thread mwall
On Monday, December 9, 2019 at 6:38:36 PM UTC-5, S1m0n3 wrote: > > 1. Yes, I have rtl_433 version 19.08 directly from git and same for > rtl-sdr i have cloned from official git (This is a new installation made > one week ago) > 2. I have recorded 3 hours of log with an event of rain (start at >

[weewx-user] Re: WeeWX et WS-2300

2019-12-12 Thread mwall
On Saturday, December 7, 2019 at 3:55:57 PM UTC-5, Olivier Garnier wrote: > > Anybody can help me ? > Who can i ask ? this is the place to ask. maybe there is someone else running a ws23xx on an rpi? i am running a ws23xx but it is on an x86_64 system (with an ancient version on debian), i'm

Re: [weewx-user] Re: Rain rate too high with SDR driver?

2019-12-12 Thread mwall
thank you for those details, but we need to go deeper. here are two things to try: 1) run weewx-sdr directly, during a rain event, and post the data here. invoke it like this: sudo PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/sdr.py --cmd="rtl_433 -M utc -F json -R 32" i am look

Re: [weewx-user] Re: Rain rate too high with SDR driver?

2019-12-13 Thread mwall
On Friday, December 13, 2019 at 4:28:02 AM UTC-5, S1m0n3 wrote: > > I see same packet parsed 3 times, it's not normal right? > this is not unusual. i do not know why, but rtl_433 often outputs the same packet multiple times. there is logic in genLoopPackets to skip duplicates, so although

[weewx-user] Re: Best accurate 5 in 1 alternative

2019-12-13 Thread mwall
On Friday, December 13, 2019 at 1:42:32 PM UTC-5, Sean Jahnig wrote: > > Are there any better suggestions for a weather station that is more > reliable than the acurite? many. but the easiest thing for you would be to buy a US$20 usb-sdr dongle, install the weewx-sdr driver, and start captu

Re: [weewx-user] Re: Rain rate too high with SDR driver?

2019-12-13 Thread mwall
On Friday, December 13, 2019 at 11:20:13 AM UTC-5, S1m0n3 wrote: > > > First of all thank you for the support you are giving ;-) btw my station > has wind speed with km/h, in fact i'm testing your commit and I have gusts > and wind like tornadoes :) . Is it possible to keep the wind measurement

Re: [weewx-user] Re: Best accurate 5 in 1 alternative

2019-12-14 Thread mwall
On Friday, December 13, 2019 at 11:45:48 PM UTC-5, Sean Jahnig wrote: > > @mwall, > > Thanks a lot for the reply, this is very helpful. The acurite sensor i > have been using is indeed a good solution if i could bypass the challenges > i've faced with the USB to displa

Re: [weewx-user] Re: Best accurate 5 in 1 alternative

2019-12-14 Thread mwall
On Saturday, December 14, 2019 at 9:26:56 AM UTC-5, Xant wrote: > > > WeatherFlow reports around 3sec, while Davis Instrument reports around > 2.5secs (the shortest in the market). > actually, ultimeter is more frequent - the ultimeter reports windspeed twice per second. -- You received thi

[weewx-user] Re: Weewx + Acurite Atlas + SDR + Raspberry Pi4

2019-12-14 Thread mwall
On Saturday, December 14, 2019 at 12:00:36 PM UTC-5, Chris Morris wrote: > > I think I have figured out that I need a parser for my sdr.py file (as I > don't see any references for the Atlas in there), as well as the what the > proper sensor map would be for the Acurite Atlas. > > Has anyone al

[weewx-user] Re: Weewx + Acurite Atlas + SDR + Raspberry Pi4

2019-12-14 Thread mwall
Ah! that is the output i needed. working on it... -- 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 an email to weewx-user+unsubscr...@googlegroups.com. To view this discussio

[weewx-user] Re: Weewx + Acurite Atlas + SDR + Raspberry Pi4

2019-12-14 Thread mwall
chris, i need more packets. the output you posted had types 37 and 39. i think there must be more. could you let rtl_433 run for 6 minutes and dump the output to file: rtl_433 -M utc -F json -G > output.txt then post the resulting output.txt file m -- You received this message because you

Re: [weewx-user] Re: Weewx + Acurite Atlas + SDR + Raspberry Pi4

2019-12-15 Thread mwall
please try weewx-sdr 0.73. you will need to create a sensor map to map the atlas observations into the weewx database fields. the guide explains how to do this: https://github.com/weewx/weewx/wiki/sdr-rpi-recipe#configure -- You received this message because you are subscribed to the Google

[weewx-user] Re: Acurite 01019M weewx compatable?

2019-12-18 Thread mwall
On Wednesday, December 18, 2019 at 6:15:56 PM UTC-5, dhimelic wrote: > > I have a Acurite 01019M weather station and purchased a Nooelec nesdr mini > usb rtl-sdr & Ads-B receiver set. I am using a Raspberry Pi 3 mode b > running Debian. Trying to upload my weather data to Weatherunderground. Is

[weewx-user] Re: Installing rtl-sdr and rtl-433 on Raspberry Pi

2019-12-22 Thread mwall
On Monday, December 16, 2019 at 7:22:43 AM UTC-5, Gert Andersen wrote: > > > Now I get data for the Standard reports, but Rain Rate and Daily Rain are > wrong. Although it has not rained, I have a value for RR and DR. > that is because you have assigned 'rain' to be 'rain_total'. you do not

[weewx-user] Re: Configuration management with WeeWX

2019-12-22 Thread mwall
On Sunday, December 22, 2019 at 10:36:17 PM UTC-5, Ben Cotton wrote: > > Does anyone else have experience with this? > first of all, be sure you distinguish between installation and upgrade. i've used configuration tools (ansible, salt, etc) to do hundreds of system installations, but that is a

Re: [weewx-user] Re: Configuration management with WeeWX

2019-12-27 Thread mwall
On Friday, December 27, 2019 at 12:06:36 AM UTC-5, Ben Cotton wrote: Another approach would be, at least on RPM-based systems, for the RPM > to just write an .rpmnew file and leave the existing config in place. > if you install/update weewx using the redhat (or suse) rpm package, then you ge

[weewx-user] Re: Interceptor - GW1000u with TX60 - Data format

2019-12-29 Thread mwall
On Monday, December 2, 2019 at 8:31:59 PM UTC-5, Johnny H wrote: > > > I'm receiving data into my rpi weewx from my gw1000u (I had to make up my > serial number - took a while to find that little gem). > Also uploading to pwsweather OK - however my data isn't what I expect. > The tx60 only has s

[weewx-user] wanted: users with ecowitt gw1000 wifi bridge

2019-12-29 Thread mwall
the weewx-interceptor driver has been updated with explicit support for the gw1000 wifi bridge, as well as support for weewx4/python3. instructions are at the weewx wiki: https://github.com/weewx/weewx/wiki/gw1000-recipe i would especially appreciate feedback from anyone with full sensor arrays

Re: [weewx-user] wanted: users with ecowitt gw1000 wifi bridge

2019-12-30 Thread mwall
On Monday, December 30, 2019 at 5:11:34 PM UTC-5, Tim Tuck wrote: > > I hope to give this a try. > > I have the 1000 with the full array + a particulate sensor and 4 soil > moisture sensors. I'm using a different plugin to collect the data so I > will have to undo that first. > excellent. with

Re: [weewx-user] wanted: users with ecowitt gw1000 wifi bridge

2019-12-30 Thread mwall
On Monday, December 30, 2019 at 5:11:34 PM UTC-5, Tim Tuck wrote: > > I have the 1000 with the full array + a particulate sensor and 4 soil > moisture sensors. > btw, if you have any data about the soil moisture sensor performance, i would be keen to hear about it. other than being rather short

[weewx-user] Re: wanted: users with ecowitt gw1000 wifi bridge

2019-12-30 Thread mwall
On Monday, December 30, 2019 at 10:16:58 PM UTC-5, G Hammer wrote: > > > All was working fine when I was using a patched interceptor for the GW1000 > thank you for helping, gary! the interceptor works with the GW1000 using the wunderground protocol. the purpose of this experiment is to make i

[weewx-user] Re: ELV Mobile Alerts gateway MA 10000

2020-01-01 Thread mwall
On Wednesday, January 1, 2020 at 5:30:33 PM UTC-5, Stefanie Drucker wrote: > > Hi, > > I've bought a Mobile Alerts gateway and various sensors recently and want > to use it with weewx. > > This gateway is an European version of the LaCrosse GW-1000U. It looks > exactly the same, but obviously i

  1   2   3   4   5   6   7   8   9   10   >