[weewx-development] Re: InfluxDB Support?

2016-08-10 Thread mwall
On Wednesday, August 10, 2016 at 2:51:01 PM UTC-4, Vince Skahan wrote: > > On Wednesday, August 10, 2016 at 10:20:25 AM UTC-7, mwall wrote: >> >> stuff on the wiki is 'officially' released and should work with the >> latest version of weewx. stuff in my github space, that is not listed in >> t

[weewx-development] Re: InfluxDB Support?

2016-08-10 Thread mwall
On Wednesday, August 10, 2016 at 2:24:15 PM UTC-4, Ryan Sommers wrote: > > > 2) I'd prefer all fields in the same measurement > not sure what you mean by this. default is to use the units appropriate for each observation, in the unit system of the weewx database. but these can be changed all

[weewx-development] Re: InfluxDB Support?

2016-08-10 Thread Vince Skahan
On Wednesday, August 10, 2016 at 10:20:25 AM UTC-7, mwall wrote: > > stuff on the wiki is 'officially' released and should work with the latest > version of weewx. stuff in my github space, that is not listed in the > wiki, may or may not work. detailed comments are in the code. i have some >

[weewx-development] Re: InfluxDB Support?

2016-08-10 Thread Ryan Sommers
Nice! This worked more or less perfectly. Two things: 1) You were missing 3 zeros on the time conversion to nanoseconds I think 2) I'd prefer all fields in the same measurement The following diff takes care of these. (I know just enough Python to be dangerous) One thing I didn't know how to ad

[weewx-development] Re: InfluxDB Support?

2016-08-10 Thread mwall
On Tuesday, August 9, 2016 at 11:11:47 PM UTC-4, Vince Skahan wrote: > > On Tuesday, August 9, 2016 at 7:53:35 PM UTC-7, mwall wrote: >> >> try this: >> >> https://github.com/matthewwall/weewx-influx >> >> > > Matthew - you have a lot of cool stuff in lots of places. Is there a > roadmap for wh