[weewx-user] Re: help with error message?

2017-11-01 Thread Jim W.
Thanks... I was thinking maybe driver issue... but looks like cable issue. On Wednesday, November 1, 2017 at 2:59:14 PM UTC-4, vince wrote: > > On Wednesday, November 1, 2017 at 7:38:28 AM UTC-7, Jim W. wrote: >> >> Weewx seems to have stopped working? Is this a problem with the USB >>

[weewx-user] Re: help with error message?

2017-11-01 Thread vince
On Wednesday, November 1, 2017 at 7:38:28 AM UTC-7, Jim W. wrote: > > Weewx seems to have stopped working? Is this a problem with the USB > connection to the weather station console? > > Nov 1 10:24:34 WXraspberrypi weewx[32745]: fousb: Cannot find USB device > with Vendor=0x1941

[weewx-user] help with error message?

2017-11-01 Thread Jim W.
Weewx seems to have stopped working? Is this a problem with the USB connection to the weather station console? Thanks for any insight! I'm not a programmer... Mostly just a hack! Rpi3b VERSION="8 (jessie)" weewx version 3.5.0 Ambient Weather Fineoffset Nov 1 10:24:28 WXraspberrypi

[weewx-user] Adding Sensor to wmr928

2017-11-01 Thread Klaus Dengler
Hi, I'm using weewx on a RaspberryPi2 with an Origon WMR928. I'm adding sensor to my WMR928 in a different way as 'adding sensors' is descripted in documention. I have developed a circuit with an ATMega128 and a 868Mhz RFM12 module some years ago (before apeareance of RPi on the market). This

Re: [weewx-user] Re: weewx and weewx-sdr - problems

2017-11-01 Thread mwall
On Wednesday, November 1, 2017 at 9:03:23 AM UTC-4, Andrew Dibbins wrote: > > > Nov 01 12:42:58 raspberrypi weewx[2939]: File > "/usr/share/weewx/user/sdr.py", line 1 > Nov 01 12:42:58 raspberrypi weewx[2939]: opyright 2016-2017 > Matthew Wall > Nov 01 12:42:58

Re: [weewx-user] Re: weewx and weewx-sdr - problems

2017-11-01 Thread Andrew Dibbins
Hi Matthew, Thanks for the updated version 0.37, but I'm seeing a further problem root@raspberrypi:/usr/share/weewx/user# /etc/init.d/weewx status ● weewx.service - LSB: weewx weather system Loaded: loaded (/etc/init.d/weewx; generated; vendor preset: enabled) Active: active (exited) since

Re: [weewx-user] weewx and change to mysql

2017-11-01 Thread 'Holm Dittrich' via weewx-user
So I have to restart this discussion Hello, I need your help again. I would like change the database from sqlite to mysql. The changes into .conf is no problem. Change and save. [[wx_binding]] # The database should match one

Re: [weewx-user] Re: weewx and weewx-sdr - problems

2017-11-01 Thread mwall
On Wednesday, November 1, 2017 at 7:47:59 AM UTC-4, Ian A wrote: > > Andy > All I can suggest is that you try replacing obj.get('station_id') with > obj.get('id') in line 726 then save and rerun the script. > Maybe this is yet another variation in the rtl_433 device > > Ian > >> >> andy,

Re: [weewx-user] weewx and change to mysql

2017-11-01 Thread 'Holm Dittrich' via weewx-user
If I wrote: mysql -u root -p Enter password: I get the Issue: ERROR 2002 (HY000): Can`t connect to local MySQLK server through socket '/var/run/mysqld/mysqld.sock What does it mean? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To

Re: [weewx-user] weewx and change to mysql

2017-11-01 Thread 'Holm Dittrich' via weewx-user
Sorry but I have to use mysql. We need the datas on our website and can`t user html files as I create now via sqlite. this step are finshed mysql CREATE USER 'weewx'@'localhost' IDENTIFIED BY 'weewx'; mysql GRANT select,

Re: [weewx-user] Re: weewx and weewx-sdr - problems

2017-11-01 Thread Ian A
Andy All I can suggest is that you try replacing obj.get('station_id') with obj.get('id') in line 726 then save and rerun the script. Maybe this is yet another variation in the rtl_433 device Ian On Wednesday, November 1, 2017 at 8:21:00 PM UTC+11, Andrew Dibbins wrote: > > Hi Ian, > > Thanks

Re: [weewx-user] weewx and change to mysql

2017-11-01 Thread Thomas Keffer
If you do not know how to administer a MySQL database, I would strongly suggest sticking with sqlite. It's much simpler. -tk On Wed, Nov 1, 2017 at 3:21 AM, 'Holm Dittrich' via weewx-user < weewx-user@googlegroups.com> wrote: > Hello, > I need your help again. > I would like change the database

[weewx-user] Re: weewx and change to mysql

2017-11-01 Thread Andrew Milner
via the MySQL client http://www.dummies.com/programming/databases/how-to-use-the-mysql-client/ On Wednesday, 1 November 2017 12:21:48 UTC+2, Holm Dittrich wrote: > Hello, > I need your help again. > I would like change the database from sqlite to mysql. > > My result should be to have the

[weewx-user] weewx and change to mysql

2017-11-01 Thread 'Holm Dittrich' via weewx-user
Hello, I need your help again. I would like change the database from sqlite to mysql. My result should be to have the weather data`s into my database from my website The changes into .conf is no problem. Change and save. [[wx_binding]]

[weewx-user] Re: Air quality sensors?

2017-11-01 Thread 'pterodaktil' via weewx-user
я wrote this to get data to database. CREATE TABLE IF NOT EXISTS `data` ( `unixtime` bigint(20) NOT NULL, `pm25` int(11) NOT NULL, `pm10` int(11) NOT NULL, `hcho` float NOT NULL, `voc` float NOT NULL, `co2` int(11) NOT NULL, `temp` float NOT NULL, `humidity` float NOT NULL

Re: [weewx-user] Re: weewx and weewx-sdr - problems

2017-11-01 Thread Andrew Dibbins
Hi Ian, Thanks for your help, here. I've changed the Identifier in lines 775/776 as you suggested, I'm still seeing the none records. I've attached the out from the rtl_433 command, that seems OK in my limited opinion, so I assume the problem exists within the sdr.py script ? Thanks Andy On

[weewx-user] WX data not send to APRS system

2017-11-01 Thread gjr80
Hi, It could be a problem anywhere between your weather station and the APRS server :). It's impossible to say anything further without more information. I recommend you set debug=1 in weewx.conf, stop then start weeWX. Let weeWX run for a few archive periods the post a log extract from weeWX

[weewx-user] WX data not send to APRS system

2017-11-01 Thread Pavel Sticha
Hello. I have weewx installed on Ubuntu OS. I have a registered APRS / CWOP PIN and seting in configuration. But the data do not write to APRS. Where can be a problem? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this

Re: [weewx-user] Re: weewx and weewx-sdr - problems

2017-11-01 Thread Ian A
Looks like the station ID isn't being passed "should be "0119" where its currently displaying "NONE" As i understand it the "input" taged lines are the json nput to sdr.py from rtl_433 and the "passed" lines are the data as passed to WEEWX You could try uncommenting line 775 of

[weewx-user] Re: Air quality sensors?

2017-11-01 Thread 'pterodaktil' via weewx-user
Best air sensor i see is airmaster am7/ My review on it in russain https://mysku.ru/blog/taobao/40456.html Hope google translate can help you And it can write to pc. I write simple script to write in database. Not weewx but... среда, 1 ноября 2017 г., 0:06:30 UTC+3