Page 1 of 1

Implement current_conditions (WeatherLink Live) functionality

Posted: Wed Jul 01, 2020 2:17 am
by staze
Based off previous discussion, more than one 22222 (LOOP) connection isn't supported. What I'd love would just be unauthenticated access to current_conditions similar to the WeatherlinkIP:

https://weatherlink.github.io/weatherli ... local-api/

Possible?

Re: Implement current_conditions (WeatherLink Live) functionality

Posted: Sun Jul 12, 2020 5:25 pm
by admin
You can pull any data via a http request from the Meteobridge, by using a template syntax.

Wiki: https://www.meteobridge.com/wiki/index. ... n_Services

Re: Implement current_conditions (WeatherLink Live) functionality

Posted: Mon Jul 13, 2020 6:05 pm
by staze
Requires login (afaik)...

Also was just hoping to implement something that's already in use by various systems.

Re: Implement current_conditions (WeatherLink Live) functionality

Posted: Mon Jul 13, 2020 11:29 pm
by admin
nope, /public/template.cgi?.... works without login.

Re: Implement current_conditions (WeatherLink Live) functionality

Posted: Tue Jul 14, 2020 8:32 pm
by staze
oh snap, I didn't know that was a thing.

Cool! hmm...

Is there a built in way to do json output? I don't see in documentation (though I may be missing it)