[weewx-user] Re: Import Data from Mesowest

2019-12-12 Thread rich T
Thanks Gary I'm in no hurry, I'll wait until V4.0 is released. It will give me some time to ensure all fields are correctly formatted. Rich On Thursday, December 12, 2019 at 1:54:18 AM UTC-5, gjr80 wrote: > Hi, > > I would save your data in csv format and import as a csv import via > wee_imp

[weewx-user] Re: install Mqtt

2019-12-12 Thread salinois
is it related to mqtt Le 12/12/2019 à 20:21, salinois a écrit : Hello, I have not yet installed MQTT on my station, what do you recommend? private or public, can I install it on the same RPi where weewx-belchertown is installed? I started to look at the github of PAT tell me, thanks to you

[weewx-user] install Mqtt

2019-12-12 Thread salinois
Hello, I have not yet installed MQTT on my station, what do you recommend? private or public, can I install it on the same RPi where weewx-belchertown is installed? I started to look at the github of PAT tell me, thanks to you Patrick (from FRANCE) -- You received this message because you

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

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

2019-12-12 Thread J D
Hi, I use WS23xx driver on a pi but you need to be careful about your serial to usb converter. This is stated in the driver file With a USB-serial converter one can connect the station to a computer with only USB ports, but not every converter will work properly. Perhaps the two most common co

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

2019-12-12 Thread S1m0n3
what hardware are you using? Raspberry Pi 3 with an rtl-sdr usb to retrieve data from 433mhz WH3080 (has partial packets for time, uv and weather) please post your weewx configuration file it's in attachment how many times did you restart weewx during the capture of the output? this is a log

[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
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: Rain rate too high with SDR driver?

2019-12-12 Thread S1m0n3
Il giorno domenica 25 novembre 2018 21:58:25 UTC+1, S1m0n3 ha scritto: > Hello to all, I've installed weewx with SDR driver to my raspberry to > intercept signals from my WH3080, all it's ok (except report to the > Wunderground that I understood by some forum posts that has been fixed in the > 3

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

2019-12-12 Thread Gert Andersen
Hi Ian Great, up and running with 868MHz. Rgds Gert On Thursday, December 12, 2019 at 11:48:22 AM UTC+1, Gert Andersen wrote: > > Hi > > I'm new to WeeWx and I'm trying to install the SDR software. I have > followed this guide https://github.com/weewx/weewx/wiki/sdr-rpi-recipe. I > get an err

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

2019-12-12 Thread steeple ian
Sensor map something like this:- [[sensor_map]] outTemp = temperature.71.FOWH65BPacket windSpeed = wind_speed.71.FOWH65BPacket UV = uv_index.71.FOWH65BPacket light = light.71.FOWH65BPacket outBatteryStatus = battery.71.FOWH65BPacket outHumidity = hu

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

2019-12-12 Thread steeple ian
On Thu, 12 Dec 2019 at 12:04, steeple ian wrote: > driver = user.sdr > path = /usr/local/bin > cmd = rtl_433 -f 868M -s 1024k -M utc -F json -R 78 > > > On Thu, 12 Dec 2019 at 11:55, Gert Andersen > wrote: > >> Hi Ian >> >> Thanks for the tip. I have overlooked that part. >> Now I ju

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

2019-12-12 Thread steeple ian
driver = user.sdr path = /usr/local/bin cmd = rtl_433 -f 868M -s 1024k -M utc -F json -R 78 On Thu, 12 Dec 2019 at 11:55, Gert Andersen wrote: > Hi Ian > > Thanks for the tip. I have overlooked that part. > Now I just need to shift the the right freq. I need 868 MHz instead of > 433

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

2019-12-12 Thread Gert Andersen
Hi Ian Thanks for the tip. I have overlooked that part. Now I just need to shift the the right freq. I need 868 MHz instead of 433Mhz Rgds Gert On Thursday, December 12, 2019 at 11:48:22 AM UTC+1, Gert Andersen wrote: > > Hi > > I'm new to WeeWx and I'm trying to install the SDR software. I ha

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

2019-12-12 Thread steeple ian
Hi Gert, Have you tried to blacklist? See the trouble shooting section at the end of the recipe instructions. Ian On Thu, 12 Dec 2019 at 10:48, Gert Andersen wrote: > Hi > > I'm new to WeeWx and I'm trying to install the SDR software. I have > followed this guide https://github.com/weewx/weewx/w

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

2019-12-12 Thread Gert Andersen
Hi I'm new to WeeWx and I'm trying to install the SDR software. I have followed this guide https://github.com/weewx/weewx/wiki/sdr-rpi-recipe. I get an error as You can see on the screenshot. It is the first time I'm using the SDR software, so I really don't know where to look. Any ideas and

Re: [weewx-user] WMR300A -> Wunderground, no rain data

2019-12-12 Thread Alberto Sánchez
I have had the same issue and I have solved it in the same way... El domingo, 14 de abril de 2019, 7:13:33 (UTC+2), Leon Shaner escribió: > > Hey, Cameron, > > You are absolutely right! I did some digging and determined that my > WMR300 is set to 1 minute internal data logging interval, which is