[weewx-user] Re: Scaling the Y axis in plots

2019-01-02 Thread Andrej B.
Versti pranešimą į lietuvių *On Thursday, December 26, 2013 3:54:03 PM UTC-5, Derek Sedunary wrote:* > > *I will have a look at it to night and post some instructions of what I > did to get around the problem. May be Matt will come up with a better > solution. * > *here is a

[weewx-user] Re: problem with wind in WMR300

2019-01-02 Thread Juan Antonio Mosquera
Factory reset not work...same problem... no data of wind. El jueves, 27 de diciembre de 2018, 16:27:37 (UTC+1), Cameron D escribió: > > Thanks, it is even odder than I expected. > The USB block has speeds zero, however at the end there is a section weewx > does not use, which I think is maximum

[weewx-user] Re: Anybody using weewx + rtl_433 + Acurite5n1 ?? <-- No rain gauge data

2019-01-02 Thread mwall
On Thursday, January 3, 2019 at 1:06:53 AM UTC-5, Charlie Thompson wrote: > > OK..here is what I get from the command you suggested below: > > pi@raspberrypi:/etc/weewx $ sudo PYTHONPATH=/usr/share/weewx python > /usr/share/weewx/user/sdr.py --cmd="rtl_433 -M -UTC -F json -G" > out: ['{"time" :

[weewx-user] Re: Anybody using weewx + rtl_433 + Acurite5n1 ?? <-- No rain gauge data

2019-01-02 Thread mwall
On Thursday, January 3, 2019 at 1:06:53 AM UTC-5, Charlie Thompson wrote: > > OK..here is what I get from the command you suggested below: > > pi@raspberrypi:/etc/weewx $ sudo PYTHONPATH=/usr/share/weewx python > /usr/share/weewx/user/sdr.py --cmd="rtl_433 -M -UTC -F json -G" > btw, that is not

[weewx-user] Re: Anybody using weewx + rtl_433 + Acurite5n1 ?? <-- No rain gauge data

2019-01-02 Thread Charlie Thompson
OK..here is what I get from the command you suggested below: pi@raspberrypi:/etc/weewx $ sudo PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/sdr.py --cmd="rtl_433 -M -UTC -F json -G" out: ['{"time" : "2019-01-03 00:01:47", "model" : "Acurite Lightning 6045M", "id" : 40, "channel" :

[weewx-user] Re: Anybody using weewx + rtl_433 + Acurite5n1 ?? <-- No rain gauge data

2019-01-02 Thread mwall
the weewx-sdr extension maps 'raincounter_raw' to 'rain_counter'. but the 'rain_counter' is a raw value - it has not been converted to the correct units (in this case, cm since the usUnits is METRIC). so the sensor map should contain: rain_total = rain_total..Acurite5n1Packet where

[weewx-user] weewx + sdr_433 + Acurite5n1 sensor

2019-01-02 Thread Charlie Thompson
OK when I run the simple command: rtl_433 This is what I'm seeing...which shows the rainfall data is being decoded on 433 MHz - So what key word are we looking for in the sensor map to pick up the rainfall data? *time : 2019-01-02 23:34:50* *model : Acurite 5n1 sensor

[weewx-user] Re: Anybody using weewx + rtl_433 + Acurite5n1 ?? <-- No rain gauge data

2019-01-02 Thread rich T
Try sudo PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/sdr.py On Wednesday, January 2, 2019 at 10:25:51 PM UTC-5, Charlie Thompson wrote: > When I try to run that exact command I get this following: > > root@raspberrypi:/usr/share/weewx/user# python sdr.py --cmd="rtl_433 -q -U > -F

[weewx-user] Re: Anybody using weewx + rtl_433 + Acurite5n1 ?? <-- No rain gauge data

2019-01-02 Thread Charlie Thompson
When I try to run that exact command I get this following: root@raspberrypi:/usr/share/weewx/user# python sdr.py --cmd="rtl_433 -q -U -F json -G" Traceback (most recent call last): File "sdr.py", line 88, in import weewx.drivers ImportError: No module named weewx.drivers

[weewx-user] Re: Anybody using weewx + rtl_433 + Acurite5n1 ?? <-- No rain gauge data

2019-01-02 Thread rich T
Charlie I believe message 49 of the Acurite5n1Packet has two keys/value for rainfall: rainfall_accumulation_inch raincounter_raw Try the following mapping: rain_total = rainfall_accumulation_inch.0D67.Acurite5n1Packet. Can you post the results of the cmd Gary provided. Rich On Wednesday,

[weewx-user] Re: Cumulus Data Import & File Generation Questions

2019-01-02 Thread MikeQ
Gary, I have weeWX running on a Raspberry Pi 2 Model B Rev 1.1 sqlite> SELECT COUNT(*) FROM archive; 788656 wee_database returns no extra info on the command line when running only a --rebuild-daily and it takes less than a second: pi@weatherpi:/var/lib/weewx $ sudo wee_database

[weewx-user] Re: Anybody using weewx + rtl_433 + Acurite5n1 ?? <-- No rain gauge data

2019-01-02 Thread gjr80
So rtl_433 is seeing the sensor but is that the output from: cd /home/weewx sudo PYTHONPATH=bin python bin/user/sdr.py --cmd="rtl_433 -q -U -F json -G" or some other command ? Sorry if I seem to be pedantic. Also, any chance you could post screen captures as text (eg SSH into your RPi using

[weewx-user] Re: Anybody using weewx + rtl_433 + Acurite5n1 ?? <-- No rain gauge data

2019-01-02 Thread gjr80
Charlie, Code and config only give part of the picture. Have you run the driver directly (step 4) to see what sensors the sdr is able to see? In your posts so far I have only seen config info and no sdr output. Once we know exactly what sensors you

Re: [weewx-user] Anybody using weewx + rtl_433 + Acurite5n1 ?? <-- No rain gauge data

2019-01-02 Thread Charlie Thompson
Thanks Clay! -Charlie Sent from my iPhone8 (Please excuse any typos or brevity) > On Jan 2, 2019, at 6:41 PM, Clay Jackson wrote: > > Charlie - I have the same config; I’ll send you snips of my configuration > when I get home later tonight or tomorrow AM > > Sent from my iPhone > Clay

Re: [weewx-user] Anybody using weewx + rtl_433 + Acurite5n1 ?? <-- No rain gauge data

2019-01-02 Thread Clay Jackson
Charlie - I have the same config; I’ll send you snips of my configuration when I get home later tonight or tomorrow AM Sent from my iPhone Clay Jackson > On Jan 2, 2019, at 4:36 PM, Charlie Thompson wrote: > > Everything is working but I'm not getting the rain gauge data...at all. >

[weewx-user] Anybody using weewx + rtl_433 + Acurite5n1 ?? <-- No rain gauge data

2019-01-02 Thread Charlie Thompson
Everything is working but I'm *not *getting the rain gauge data...at all. Attached are my *sdr.py* and *weewx.conf* files. There must be something wrong in one of them! *From the Acurite 5n1 senso*r: Wind speed works Wind direction works Humidity works Temperature works Rain gauge does *NOT

[weewx-user] Re: Cumulus Data Import & File Generation Questions

2019-01-02 Thread gjr80
Mike, Correct, the rebuild merely recalculates the daily summary data and in most cases is just overwriting data that is already there (but potentially incorrect). In some cases there may be extra days of data in the daily summaries that is no longer required, or there could be something more

[weewx-user] Re: Cumulus Data Import & File Generation Questions

2019-01-02 Thread MikeQ
Thanks for the replies. Gary - I have a question on the --rebuild-daily option. Docs say "In most cases it is not necessary to drop the daily summaries tables using the action --drop-daily before rebuilding them." I ran --rebuild-daily and it took less than a second to run. Is this typical

[weewx-user] Re: use Weewx on raspberry

2019-01-02 Thread Patrick Tranchant
Hello Pat and Gary I have reinstall on a new SD card Weewx with Apt-get install, that works good ( so as yesterday ). that is a good thing. Now, I installed also Mysql, I must to configure Mysql and no Sqlite3, I think , it is best, Yes Say me Patrick On Saturday, December 8, 2018 at 3:40:43

[weewx-user] Re: getting rid of "spikes" in monthly/yearly view

2019-01-02 Thread Andrew Milner
they will correct themselves when recreated if your steps involved correcting the archive and dropping and creating the daily tables. the yearly graph is only generated once a day and themonthly I think is every three hours check the date/times of the appropriate png files to see if they have

[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-01-02 Thread kutzenco
Two things I might add to Pat's great tutorial: 1. Mosquitto not only hates extra spaces at the end of lines in config files, it also hates not having a newline at the end of each config file. Also, if Mosquitto exits due to a config file format issue, it doesn’t respond to a

[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-01-02 Thread kutzenco
Check out Pat's tutorial on doing this on his website ( https://obrienlabs.net/how-to-setup-your-own-mqtt-broker/). That's what I used to set up MQTT for my website. phil On Wednesday, January 2, 2019 at 9:55:22 AM UTC-5, WILWetter25 wrote: > > Ive got some questions: I read about MQTT in your

[weewx-user] Re: Fine Offset WH-2650 and weewx

2019-01-02 Thread Massimiliano Neri
Hi Matt. I have mapped these values ​​as the following example: [Interceptor] # This section is for the network traffic interceptor driver. # The driver to use: driver = user.interceptor # Specify the hardware device to capture. Options include: # acurite-bridge - acurite internet bridge #

[weewx-user] Re: weewx map

2019-01-02 Thread vince
On Wednesday, January 2, 2019 at 6:31:18 AM UTC-8, Gary Laurance wrote: > > What are the steps i need to take to get my data onto the weewx maps, cant > seem to find info on doing procedure. > > In weewx.conf look for a line containing "register_this_station" about 50 lines into the file. Set

[weewx-user] Re: getting rid of "spikes" in monthly/yearly view

2019-01-02 Thread Ingo Peterlunger
Addtion: It's only the graph that is not correct. The values in "text" are good on montly/yearly. Thanks, Ingo -- 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] Re: 24 hour rain total in mysql database

2019-01-02 Thread bdf0506
Yea, I figured I could do this with a mysql query, but was hoping to get it into the database structure so I can run simple queries based on the numbers already being calculated as a field, as this is an important number to see for me in the db itself. If I alter the table and add syntax to

[weewx-user] getting rid of "spikes" in monthly/yearly view

2019-01-02 Thread Ingo Peterlunger
Hello all, first - thanks for the great project weewx. I managed to bring my first weatherstation online (oelsremma.ddns.net). It's running on a raspberry and works fine now. I had some "spikes" in the wind and rain graphs, i think cause of bad reception between the sensors and the receiver.

[weewx-user] Re: Interceptor setup

2019-01-02 Thread Scott Grayban
wow I didn't go through that much at all !! On Wednesday, January 2, 2019 at 6:29:38 AM UTC-8, G Hammer wrote: > > That would be great. You had a shorter route than I did. Not a Pi, but > same idea. > -- You received this message because you are subscribed to the Google Groups "weewx-user"

[weewx-user] weewx map

2019-01-02 Thread Gary Laurance
What are the steps i need to take to get my data onto the weewx maps, cant seem to find info on doing procedure. I see my post on weatherunderground. any help would be great. gary -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe

[weewx-user] Re: Interceptor setup

2019-01-02 Thread G Hammer
Glad it was hardware, else the error made little sense. Yep, the Pi and SD cards are always something to look at. And have a backup for! Good you're up and running. On Wednesday, January 2, 2019 at 9:11:23 AM UTC-5, Scott Grayban wrote: > > Ok I got hostapd working on the same PI as weeWX and

[weewx-user] Re: Interceptor setup

2019-01-02 Thread Scott Grayban
Very happy and tired !!! Jan 2 06:06:10 raspberrypi weewx[1845]: restx: MQTT: Published record 2019-01-02 06:05:04 PST (1546437904) Jan 2 06:07:10 raspberrypi weewx[1845]: interceptor: MainThread: unrecognized parameter hourlyrainin=0.00 Jan 2 06:07:10 raspberrypi weewx[1845]: interceptor:

Re: [weewx-user] Re: weewx, Interceptor, WS-2902A, Skipping Data and Parse Errors

2019-01-02 Thread Scott Grayban
Posted to new thread have your laugh at me :P On Wednesday, January 2, 2019 at 5:59:00 AM UTC-8, G Hammer wrote: > > wlan0 shows UP, so that's odd. > Have you tried restarting the Pi? > > Also, this has run far from the thread topic. Open a new thread for > further setup questions.

[weewx-user] Interceptor setup

2019-01-02 Thread Scott Grayban
Ok I got hostapd working on the same PI as weeWX and the WS is connected to the hotspot. I edit weemx.conf and made the changes and restarted weewx. Logs show no errors when startedFINALLY . :) After 12 hours or maybe more. because my sdcard that weemx was on decided to take a

Re: [weewx-user] Re: weewx, Interceptor, WS-2902A, Skipping Data and Parse Errors

2019-01-02 Thread G Hammer
wlan0 shows UP, so that's odd. Have you tried restarting the Pi? Also, this has run far from the thread topic. Open a new thread for further setup questions. On Wednesday, January 2, 2019 at 8:01:04 AM UTC-5, Scott Grayban wrote: > > On the PI running weewx > # ifconfig > eth0: flags=4163

[weewx-user] Re: Cumulus Data Import & File Generation Questions

2019-01-02 Thread gjr80
Hi Mike, Some answers to your questions Gary On Wednesday, 2 January 2019 07:36:46 UTC+10, MikeQ wrote: > > > 1. I assumed (we all know that didn't go well) that weeWX would recognize > there was new info added to the DB and regenerate the previous NOAA > reports. Apparently though, those

Re: [weewx-user] Re: weewx, Interceptor, WS-2902A, Skipping Data and Parse Errors

2019-01-02 Thread Scott Grayban
I did that but M-B never showed. All I see is M-A and there is nothing I can find to get that to M-B On Wednesday, January 2, 2019 at 4:25:53 AM UTC-8, WILWetter25 wrote: > > 1. Connect to the New Network with your Mobile Phone. > 2. Press Wind and Alarm -> the WiFi Symbol should start flash. >

Re: [weewx-user] Re: weewx, Interceptor, WS-2902A, Skipping Data and Parse Errors

2019-01-02 Thread Scott Grayban
On the PI running weewx # ifconfig eth0: flags=4163 mtu 1500 inet 192.168.0.4 netmask 255.255.255.0 broadcast 192.168.0.255 inet6 2001:470:1f00:3480::2 prefixlen 64 scopeid 0x0 inet6 fe80::ba27:ebff:febb:1a44 prefixlen 64 scopeid 0x20 ether b8:27:eb:bb:1a:44

Re: [weewx-user] Re: weewx, Interceptor, WS-2902A, Skipping Data and Parse Errors

2019-01-02 Thread G Hammer
ifconfig command See what you have both for a name of the interface and the IP assigned to it. On Wed, Jan 2, 2019 at 7:55 AM Scott Grayban wrote: > I got it... Now I got a new problem > > Jan 2 04:52:57 raspberrypi weewx[9586]: interceptor: MainThread: driver > version is 0.45 > Jan 2

Re: [weewx-user] Re: weewx, Interceptor, WS-2902A, Skipping Data and Parse Errors

2019-01-02 Thread Scott Grayban
I got it... Now I got a new problem Jan 2 04:52:57 raspberrypi weewx[9586]: interceptor: MainThread: driver version is 0.45 Jan 2 04:52:57 raspberrypi weewx[9586]: interceptor: MainThread: device type: observer Jan 2 04:52:57 raspberrypi weewx[9586]: interceptor: MainThread: sensor map:

Re: [weewx-user] Re: weewx, Interceptor, WS-2902A, Skipping Data and Parse Errors

2019-01-02 Thread G Hammer
Touch Wind and Alarm and keep touching them until it beeps and flashes M-B On Wed, Jan 2, 2019 at 7:47 AM Scott Grayban wrote: > I did that but M-B never showed. All I see is M-A and there is nothing I > can find to get that to M-B > > On Wednesday, January 2, 2019 at 4:25:53 AM UTC-8,

Re: [weewx-user] Re: weewx, Interceptor, WS-2902A, Skipping Data and Parse Errors

2019-01-02 Thread G Hammer
Use awnet app On Wed, Jan 2, 2019 at 7:47 AM Scott Grayban wrote: > I did that but M-B never showed. All I see is M-A and there is nothing I > can find to get that to M-B > > On Wednesday, January 2, 2019 at 4:25:53 AM UTC-8, WILWetter25 wrote: >> >> 1. Connect to the New Network with your

Re: [weewx-user] Re: weewx, Interceptor, WS-2902A, Skipping Data and Parse Errors

2019-01-02 Thread WILWetter25
1. Connect to the New Network with your Mobile Phone. 2. Press Wind and Alarm -> the WiFi Symbol should start flash. 3. Open Ambient Tool -> Add Device -> Next -> Next -> Add Router -> Press Add -> and thats it :) -- You received this message because you are subscribed to the Google Groups

Re: [weewx-user] Re: weewx, Interceptor, WS-2902A, Skipping Data and Parse Errors

2019-01-02 Thread Scott Grayban
For the life of me I can not figure out how to change my WiFi settings in the Ambient Tool. I have search google and went through every menu item in Ambient Tool and not a thing mentions how to do this. Anyone got a pointer for this ? On Tuesday, January 1, 2019 at 4:38:24 PM UTC-8,