[weewx-user] Re: parsing from csv file

2017-03-02 Thread Neville Davis
Also script is in user dir Nev On Friday, March 3, 2017 at 11:10:10 AM UTC+10, Neville Davis wrote: > > Frank also this in weewx.conf > > > #station_type = Simulator > > station_type = PiWeather > > > > # > >

[weewx-user] Re: parsing from csv file

2017-03-02 Thread Neville Davis
Frank also this in weewx.conf #station_type = Simulator station_type = PiWeather # [PiWeather] loop_interval = 2.5 driver = user.piweather

[weewx-user] Re: parsing from csv file

2017-03-02 Thread Neville Davis
Frank I use the following has been faultless for months on Pi3 with data from i2C and other sensors # #$Revision: 1 $ #$Author: Nickolas McColl $ #$Date: 2014-08-16 $ #Initial information from above author further edits by Nev Davis #Latest edit 12 Dec 2016 by Nev Davis

[weewx-user] Re: parsing from csv file

2017-03-01 Thread mwall
On Wednesday, March 1, 2017 at 2:32:28 PM UTC-5, Frank Johnson wrote: > > ok now im confused (big time) here is my log file and looks like it should > work so what is it looking for... > frank, the code i posted is not tested, and in fact is not correct. this is closer: with

[weewx-user] Re: parsing from csv file

2017-03-01 Thread gjr80
Hi, event.record['inTemp'] should be numeric but line[0] is a string. Try converting line[0] to a float using float(line[0]). Likewise for inHumidity and barometer. Gary -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this

[weewx-user] Re: parsing from csv file

2017-03-01 Thread Frank Johnson
ok now im confused (big time) here is my log file and looks like it should work so what is it looking for... csv file = 78.1,20.0,26.5 log file says Mar 1 14:15:33 raspberrypi weewx[1706]: pond: found values of ['78.1', '20.0', '26.5\n'] Mar 1 14:15:33 raspberrypi weewx[1706]: engine:

[weewx-user] Re: parsing from csv file

2017-02-27 Thread Frank Johnson
thanks Mathew your the best, and sorry guys i can't spell either... lol the datetime is just there to make sure its getting updated each cycle... thanks again frank On Monday, February 27, 2017 at 6:02:24 PM UTC-5, Frank Johnson wrote: > > hi all: > > hope someone can point me in the right

[weewx-user] Re: parsing from csv file

2017-02-27 Thread mwall
On Monday, February 27, 2017 at 6:02:24 PM UTC-5, Frank Johnson wrote: > > hi all: > > hope someone can point me in the right direction i have crated a csv > file in raspberry pi reading data from the hat so im using the > pond.py example but having problem reading multiple items my file just