Re: [weewx-user] Re: Simplest Way to Read Current Data

2018-01-31 Thread Pogz Sy Ortile
thanks for this! initially i tried .raw but this works better with lesser decimal places to parse. On Wed, Jan 31, 2018 at 4:06 PM, gjr80 wrote: > Try using the .formatted formatting option. Have a look at 'Formatting > options' in the Customizaion Guide

Re: [weewx-user] Re: Simplest Way to Read Current Data

2018-01-31 Thread gjr80
Try using the .formatted formatting option. Have a look at 'Formatting options' in the Customizaion Guide (http://weewx.com/docs/customizing.htm#formatting_options). Gary -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this

Re: [weewx-user] Re: Simplest Way to Read Current Data

2018-01-31 Thread Pogz Sy Ortile
Ok, I was successful in creating my own parser from the simple.txt template I did. Is there any way to strip the output of any unit? 31/01/18 15:27:00 28.1C 28.1C 30.7C 21.9C 69% 1005.9 mbar 1.4 m/s 45 NE 0.0 mm/hr 28.2C N/A N/A N/A For easier parsing I thought that it would be easier

Re: [weewx-user] Re: Simplest Way to Read Current Data

2018-01-15 Thread Pogz Sy Ortile
Just to update everyone, I used the approach recommended by Thomas. Simple and clean. created /etc/weewx/skins/Standard/simple.txt.tmpl with these values $current.dateTime $current.outTemp $current.windchill $current.heatindex $current.dewpoint $current.outHumidity $current.barometer

[weewx-user] Re: Simplest Way to Read Current Data

2018-01-08 Thread Paul Bartholdi
Hello, I like the SQL access because it gives you the widest possibilities to get any already recorded data, be it just now or any older ones. I suppose that the problem you had is sqlite vs sqlite3. Weewx uses sqlite3, so you should use sqlite3 to interrogate the dB. So : sqlite3