Re: [weewx-user] Re: MQTT weather data as input to weewx

2017-09-26 Thread Bill Morrow
On Wednesday, 20 September 2017 14:20:41 UTC-3, Robert Mantel wrote: > > I know this is an old thread, but did you guys ever get around to making a > driver that subscribes to an mqtt server to get sensor data? My RFM69 > sensors connect to a gateway which parses the data into my mqtt server, so

Re: [weewx-user] Re: Error when trying to get data for the first time

2017-09-26 Thread Lilian ROBERT
I am using mysql, not sqlite. But I retried and now, I can see the records in the archive table... I don't know what changed but I probably missed something, sorry. Thank you for your help Le 26. 09. 17 à 14:57, Thomas Keffer a écrit : If you do not have it already, install the utility sqli

Re: [weewx-user] Re: Error when trying to get data for the first time

2017-09-26 Thread Thomas Keffer
If you do not have it already, install the utility sqlite3 sudo apt-get install sqlite3 Then check the database sqlite3 /var/lib/weewx/weewx.sdb sqlite> select dateTime, datetime(dateTime,'unixepoch','localtime') from archive; This will show you what records are in the database. -tk On Tue,

Re: [weewx-user] Wind Gust N/A

2017-09-26 Thread Thomas Keffer
I am sorry, but I did not understand. You do have a problem? Or, you do not have a problem? What kind of weather station are you using? -tk On Tue, Sep 26, 2017 at 1:49 AM, Nicolas Cazan wrote: > I have downloaded weewx via github and uploader with filezila wmr200.py in > the drivers folder, I

Re: [weewx-user] Re: Error when trying to get data for the first time

2017-09-26 Thread Lilian ROBERT
Le 26. 09. 17 à 13:02, mwall a écrit : i'm not sure what question you are asking. are you saying that weewx has completed its read of historical records, but none (some?) of those records were added? or are you saying that weewx has started its read of historical records, but you do not

Re: [weewx-user] Re: Error when trying to get data for the first time

2017-09-26 Thread mwall
On Tuesday, September 26, 2017 at 6:48:50 AM UTC-4, Lilian ROBERT wrote: > > That works, thank you very much. > > Now, weewx is running. In syslog, I can see a lot of lines like this : > > Sep 26 12:46:16 raspberrypi weewx[2085]: manager: Added record 2014-06-15 > 23:34:36 CEST (1402868076) to d

Re: [weewx-user] Re: Error when trying to get data for the first time

2017-09-26 Thread Lilian ROBERT
That works, thank you very much. Now, weewx is running. In syslog, I can see a lot of lines like this : Sep 26 12:46:16 raspberrypi weewx[2085]: manager: Added record 2014-06-15 23:34:36 CEST (1402868076) to database 'weewx' Sep 26 12:46:16 raspberrypi weewx[2085]: manager: Added record 2014-0

[weewx-user] Re: Error when trying to get data for the first time

2017-09-26 Thread mwall
On Tuesday, September 26, 2017 at 5:27:23 AM UTC-4, lilian.robert wrote: > > > I just did a fresh install of raspbian, installed and configured mysql > (mariadb), installed and configured weewx. > > When I connect the weather station (wmr200) thru usb and restart weewx, > here is what I get in

Re: [weewx-user] Wind direction wmr200

2017-09-26 Thread gjr80
I very much doubt whether the user will have v3.3.4, Tom only made the commit in the last 9 hours so unless the user cloned the master branch he will have an earlier version ( the user indicated in a since deleted post he has a .deb install so extremely unlikely he has v3.3.4). The driver can b

Re: [weewx-user] Wind Gust N/A

2017-09-26 Thread Nicolas Cazan
I have downloaded weewx via github and uploader with filezila wmr200.py in the drivers folder, I have relaunched weewx for now more problem for me. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving

Re: [weewx-user] Wind direction wmr200

2017-09-26 Thread Andrew Milner
Tom said it was fixed in the commit - so what were you going to modify with vi? If you have driver version 3.3.4 the changes should be in there already. On Tuesday, 26 September 2017 10:54:23 UTC+3, Pookmia Romero wrote: > ok, i have located the driver, we have to modify it with vi? > -- Y

Re: [weewx-user] Wind direction wmr200

2017-09-26 Thread Pookmia Romero
ok, i have located the driver, we have to modify it with vi? -- 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. For more opti

Re: [weewx-user] Wind direction wmr200

2017-09-26 Thread Pookmia Romero
Hello, I think I have the same problem, but I can not find the file drivers? I installed weewx via a .deb. thank you in advance Le mardi 26 septembre 2017 01:40:53 UTC+2, Tom Keffer a écrit : > > Sorry. Bad link. Should be commit da0a31e >