To whom it may concern,
We are having trouble with the provided autologin script.
We tried implementing it the way ORU did at http://205.143.136.105/oru-public/index.htm :
However, that did not work.
We also tried copying over the code from autologin.js directly into our javascript on the page, but that did not work either.
When we try to access our public dashboard at :8080/public-dashboards/index.shtm, we are still sent to the login page. :8080/login.htm.
We appreciate any help you can provide.
Thanks in advance.
Latest posts made by wiecking
-
Public Dashboard Auto login Issue
-
XML query
Here’s what we are seeing:
Using HTTP retriever on a source at port 80.
The xml check on the data source page shows ok:<datavalues>
<input0state>3.78294</input0state>
<input1state>0.03539</input1state>
<input2state>0.00140</input2state>
<input3state>0.00145</input3state>
<input4state>0.00149</input4state>
<input5state>0.00244</input5state>
<input6state>0.00155</input6state>
<input7state>0.00244</input7state>
<powerupflag>1</powerupflag>
</datavalues>When we query the source using regex
<input0state>(.*?)</input0state>
we get this message on the point details page
org.apache.http.client.ClientProtocolException:
Is this a java issue on Mango?
I’ve tried using a tcpip source, but with no luck, it shows no data.
Is there a better parsing option?
Thanks
aloha
b -
xml query
i'm using ControlByWeb devices that respond to http queries such as http://192.168.1.1/state.xml with an xml dump of data in the format <input0state> 345 </input0state>.
I can parse the html using the http retriever command, but need to be able to read and parse the xml data instead. Tried using the tcp/ip module with IP and port 80, using the string, but no joy.
aloha
b