[weewx-development] Re: is there a driver (not extension) for http get of json data ?

2020-03-01 Thread Vince Skahan
On Tuesday, February 25, 2020 at 5:30:39 PM UTC-8, gjr80 wrote: > > FWIW I wrote a Bloomsky driver a few years ago that hits the bloomsky API > for json data every so often. Is not a combined service/driver nor is the > mapping as sophisticated as described by Matthew. > >

[weewx-development] Re: is there a driver (not extension) for http get of json data ?

2020-02-25 Thread gjr80
FWIW I wrote a Bloomsky driver a few years ago that hits the bloomsky API for json data every so often. Is not a combined service/driver nor is the mapping as sophisticated as described by Matthew. https://github.com/gjr80/weewx-bloomsky Code should be python 2/3 compatible but have not yet

[weewx-development] Re: is there a driver (not extension) for http get of json data ?

2020-02-25 Thread Vince Skahan
On Tuesday, February 25, 2020 at 4:22:06 PM UTC-8, Bob Weber wrote: > > On Tuesday, February 25, 2020 at 3:23:58 PM UTC-5, Vince Skahan wrote: >> >> I'm working with a user who is looking to get weewx running vs. his Davis >> WeatherLink IP device. There's no driver for that currently, although

Re: [weewx-development] Re: is there a driver (not extension) for http get of json data ?

2020-02-25 Thread Thomas Keffer
I suspect they meant the Davis WeatherLink Live logger: https://github.com/weewx/weewx/issues/412 -tk On Tue, Feb 25, 2020 at 4:22 PM Bob Weber wrote: > > > On Tuesday, February 25, 2020 at 3:23:58 PM UTC-5, Vince Skahan wrote: >> >> I'm working with a user who is looking to get weewx running

[weewx-development] Re: is there a driver (not extension) for http get of json data ?

2020-02-25 Thread Vince Skahan
On Tuesday, February 25, 2020 at 12:38:57 PM UTC-8, mwall wrote: > > > > On Tuesday, February 25, 2020 at 3:23:58 PM UTC-5, Vince Skahan wrote: >> >> Before going too far down that path, I was wondering if there a generic >> '*query >> a URL that returns JSON*' driver to start with ? >> > >

[weewx-development] Re: is there a driver (not extension) for http get of json data ?

2020-02-25 Thread mwall
On Tuesday, February 25, 2020 at 3:23:58 PM UTC-5, Vince Skahan wrote: > > Before going too far down that path, I was wondering if there a generic > '*query > a URL that returns JSON*' driver to start with ? > someone should implement that :) in fact, it would be nice if that were a base