Search found 11 matches

by Mike.Manzo
Mon Apr 15, 2019 5:00 pm
Forum: Meteobridge Discussion
Topic: the [mbsystem-station] template does not return selected weather station **solved**
Replies: 1
Views: 1182

Re: The [mbsystem-station] template does not return selected weather station *** SOLVED ***

For anyone reading this, the [(Apr 15 2019, build 12752), FW 1.4] release has solved this problem for me. I now get the properly selected weather station to report out via templates.

Thanks!
by Mike.Manzo
Sun Mar 24, 2019 4:50 pm
Forum: Meteobridge Discussion
Topic: the [mbsystem-station] template does not return selected weather station **solved**
Replies: 1
Views: 1182

the [mbsystem-station] template does not return selected weather station **solved**

Trying again ... After the March update, I am still unable to query the Meteobridge for the currently selected weather station. When I issue the [mbsystem-station] template, nothing is returned. When I issue the [mbsystem-station:--] template, I get "--" back. This is the only template that does not ...
by Mike.Manzo
Fri Feb 08, 2019 9:30 pm
Forum: Meteobridge Discussion
Topic: [mbsystem-station:--] Returns Nothing
Replies: 7
Views: 2902

Re: [mbsystem-station:--] Returns Nothing

Thanks for the answer. I guess I ma still confused. I have a station selected in the "Weather Station" tab. I would imagine the replacement string would only be a factor if NO station was selected. Or am I just not using the parameter correctly?

-- Mike
by Mike.Manzo
Tue Feb 05, 2019 11:13 pm
Forum: Meteobridge Discussion
Topic: [mbsystem-station:--] Returns Nothing
Replies: 7
Views: 2902

Re: [mbsystem-station:--] Returns Nothing

Thanks, Lou! I am glad I am not losing my mind.

I can also verify your results. [lgt0total-act:--] returns "--" for me too (I don't have a stroke sensor).

FWIW: I do have a station selected in the station tab under the "Weather Station" tab. I would have expected [mbsystem-station] to reflect that ...
by Mike.Manzo
Tue Feb 05, 2019 1:36 am
Forum: Meteobridge Discussion
Topic: [mbsystem-station:--] Returns Nothing
Replies: 7
Views: 2902

Re: [mbsystem-station:--] Returns Nothing

Same thing ... [mbsystem-station] does not return anything either.

Thanks for the suggestion.
by Mike.Manzo
Mon Feb 04, 2019 11:51 pm
Forum: Meteobridge Discussion
Topic: [mbsystem-station:--] Returns Nothing
Replies: 7
Views: 2902

[mbsystem-station:--] Returns Nothing

Hello -

A quick question: I have a number of System Variables that I am grabbing via templates. All of them work great with the exception of 1: [mbsystem-station:--]. When I use a simple query with this template, this particular template doesn't return anything - like nothing. Not even a "--" for a ...
by Mike.Manzo
Wed Jan 02, 2019 12:29 am
Forum: Meteobridge Discussion
Topic: Help - please: Templates stopped working after update to build 12617 **solved**
Replies: 4
Views: 1708

Re: Help - please: Templates stopped working after update to build 12617 ***SOLVED ***

*** Solved ***

Well - SANdood gave me an idea ... I had rebooted the bridge many times. I had not powered it down completely. So - I tried that and voila ... she started working as before.

Thanks SANdood ... Great suggestion.

-- M
by Mike.Manzo
Wed Jan 02, 2019 12:24 am
Forum: Meteobridge Discussion
Topic: Help - please: Templates stopped working after update to build 12617 **solved**
Replies: 4
Views: 1708

Re: Help - please: Templates stopped working after update to build 12617

Thanks ... that makes it worse. :(

I have rebooted the bridge multiple times; will try the router next. Templates are the only thing not working. Live data returns immediately as well - just as expected.

Curious, SANdood ... you have the 12167 build?

Thx.
by Mike.Manzo
Tue Jan 01, 2019 5:37 pm
Forum: Meteobridge Discussion
Topic: Help - please: Templates stopped working after update to build 12617 **solved**
Replies: 4
Views: 1708

Help - please: Templates stopped working after update to build 12617 **solved**

A quick question: Our power cycled last night and I received the new 12617 build (FW 1.4). I noticed this morning that previously working templates no longer work. Nothing changed for me other than the update to FW 1.4. I can log into the station just fine via a browser; all services are back up and ...
by Mike.Manzo
Tue Sep 05, 2017 5:31 pm
Forum: Meteobridge Discussion
Topic: Sample Live Data XML
Replies: 2
Views: 1916

Re: Sample Live Data XML

Thanks, Wim. I saw that and got excited ... what I am really after is the raw output from the XML.

<logger>
<THB date="20121227224318" id="thb0" temp="26.0" hum="37" dew="10.2"
press="1008.8" seapress="1010.1" fc="2" lowbat="0" />
<TH date="20130104141909" id="th0" temp="9.1" hum="95" dew="8.3 ...
by Mike.Manzo
Tue Sep 05, 2017 2:48 pm
Forum: Meteobridge Discussion
Topic: Sample Live Data XML
Replies: 2
Views: 1916

Sample Live Data XML

Greetings -

I am developing an application that is designed to read the live data from a MB. The MB wiki for livedataxml.cgi is helpful, but I find it incomplete for exemplar data for each sensor supported (namely missing is SOIL and LEAF). If there are any intrepid MB users out there that would ...