Frequently Asked Questions
How Can I Pull Live Data From My ObserverIP Module Without Going Through The Internet?
The ObserverIP serves up web pages. The Live Data panel updates real time data:

You can reach this panel via the devices IP address. An example would be as follows:
http://192.168.0.99/livedata.htm
where the IP address http://192.168.0.99/ is different for each network.
If you are a programmer and wish to parse the data, an example of the html code that this web page generates is as follows:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>LiveData</title>
<link href="axcss0.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" align="right" bgcolor="#0088F7"> </td>
</tr>
<tr>
<td colspan="2" bgcolor="#FFFFFF"><table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="20" height = "80"> </td>
<td ><img src="img/1.jpg" width="74" height="80" ></td>
<td width="10"> </td>
<td class="txtstyle_1" >ambient weather observerIP 4.3 </td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="2" align="right" bgcolor="#60B7FF"><table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="120" align="center"><font color="#FFFFFF" face="Arial, Helvetica, sans-serif"><em>Version:4.3.6</em></font></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="2" align="left" bgcolor="#C0C0C0">
<table width="20" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#C0C0C0"><div class="menuitem_1"><a href="bscsetting.htm">Local Network</a></div></td>
<td bgcolor="#C0C0C0"><div class="menuitem_1"><a href="weather.htm">Weather Network</a></div></td>
<td bgcolor="#C0C0C0"><div class="menuitem_1"><a href="station.htm">Station Settings</a></div></td>
<td bgcolor="#EDEFEF"><div class="menuitem_1"><a href="livedata.htm">Live Data</a></div></td>
<td bgcolor="#C0C0C0"><div class="menuitem_1"><a href="correction.htm">Calibration</a></div></td>
</tr>
</table>
</td>
</tr>
<form name="livedata" method="POST" onsubmit="return chkForm(0);">
<tr>
<td colspan="2" bgcolor="#EDEFEF"> </td>
</tr>
<tr>
<td colspan="2" bgcolor="#EDEFEF"><div class="subitem_1">Live Data</div></td>
</tr>
<tr>
<td width="448" bgcolor="#EDEFEF"><div class="item_1">Receiver Time:</div></td>
<td width="352" bgcolor="#EDEFEF">
<input name="CurrTime" disabled="disabled" type="text" class="item_2" style="WIDTH: 120px" value="16:59 04/09/2018" maxlength="20"/></td>
</tr>
<tr>
<td width="448" bgcolor="#EDEFEF"><div class="item_1">Indoor Sensor ID and Battery </div></td>
<td width="352" bgcolor="#EDEFEF">
<input name="IndoorID" disabled="disabled" type="text" class="item_2" style="WIDTH: 80px" value="0x1f" maxlength="5" />
<input name="inBattSta" disabled="disabled" type="text" class="item_2" style="WIDTH: 100px" value="Normal" maxlength="12" />
</td>
</tr>
<tr>
<td bgcolor="#EDEFEF"><div class="item_1">Outdoor Sensor ID and Battery</div></td>
<td bgcolor="#EDEFEF">
<input name="Outdoor1ID" disabled="disabled" type="text" class="item_2" style="WIDTH: 80px" value="0x0d" maxlength="5" />
<input name="outBattSta1" disabled="disabled" type="text" class="item_2" style="WIDTH: 100px" value="Normal" maxlength="12" />
</td>
</tr>
<tr>
<td bgcolor="#EDEFEF"><div class="item_1">Outdoor2 Sensor ID and Battery</div></td>
<td bgcolor="#EDEFEF">
<input name="Outdoor2ID" disabled="disabled" type="text" class="item_2" style="WIDTH: 80px" value="0x--" maxlength="5" />
<input name="outBattSta2" disabled="disabled" type="text" class="item_2" style="WIDTH: 100px" value="- -" maxlength="12" />
</td>
</tr>
<tr>
<td bgcolor="#EDEFEF"><div class="item_1">Indoor Temperature</div></td>
<td bgcolor="#EDEFEF"><input name="inTemp" disabled="disabled" type="text" class="item_2" style="WIDTH: 80px" value="78.1" maxlength="5" /></td>
</tr>
<tr>
<td bgcolor="#EDEFEF"><div class="item_1">Indoor Humidity</div></td>
<td bgcolor="#EDEFEF"><input name="inHumi" disabled="disabled" type="text" class="item_2" style="WIDTH: 80px" value="26" maxlength="3" /></td>
</tr>
<tr>
<td bgcolor="#EDEFEF"><div class="item_1">Absolute Pressure </div></td>
<td bgcolor="#EDEFEF"><input name="AbsPress" disabled="disabled" type="text" class="item_2" style="WIDTH: 80px" value="28.64" maxlength="6" /></td>
</tr>
<tr>
<td bgcolor="#EDEFEF"><div class="item_1">Relative Pressure </div></td>
<td bgcolor="#EDEFEF"><input name="RelPress" disabled="disabled" type="text" class="item_2" style="WIDTH: 80px" value="30.05" maxlength="6" /></td>
</tr>
<tr>
<td bgcolor="#EDEFEF"><div class="item_1">Outdoor Temperature</div></td>
<td bgcolor="#EDEFEF"><input name="outTemp" disabled="disabled" type="text" class="item_2" style="WIDTH: 80px" value="90.7" maxlength="5" /></td>
</tr>
<tr>
<td bgcolor="#EDEFEF"><div class="item_1">Outdoor Humidity </div></td>
<td bgcolor="#EDEFEF"><input name="outHumi" disabled="disabled" type="text" class="item_2" style="WIDTH: 80px" value="10" maxlength="3" /></td>
</tr>
<tr>
<td bgcolor="#EDEFEF"><div class="item_1">Wind Direction </div></td>
<td bgcolor="#EDEFEF"><input name="windir" disabled="disabled" type="text" class="item_2" style="WIDTH: 80px" value="51" maxlength="5" /></td>
</tr>
<tr>
<td bgcolor="#EDEFEF"><div class="item_1">Wind Speed </div></td>
<td bgcolor="#EDEFEF"><input name="avgwind" disabled="disabled" type="text" class="item_2" style="WIDTH: 80px" value="6.9" maxlength="5" /></td>
</tr>
<tr>
<td bgcolor="#EDEFEF"><div class="item_1">Wind Gust </div></td>
<td bgcolor="#EDEFEF"><input name="gustspeed" disabled="disabled" type="text" class="item_2" style="WIDTH: 80px" value="7.6" maxlength="5" /></td>
</tr>
<tr>
<td bgcolor="#EDEFEF"><div class="item_1">Max Daily Gust </div></td>
<td bgcolor="#EDEFEF"><input name="dailygust" disabled="disabled" type="text" class="item_2" style="WIDTH: 80px" value="15.0" maxlength="5" /></td>
</tr>
<tr>
<td bgcolor="#EDEFEF"><div class="item_1">Solar Radiation </div></td>
<td bgcolor="#EDEFEF"><input name="solarrad" disabled="disabled" type="text" class="item_2" style="WIDTH: 80px" value="681.04" maxlength="12" /></td>
</tr>
<tr>
<td bgcolor="#EDEFEF"><div class="item_1">UV </div></td>
<td bgcolor="#EDEFEF"><input name="uv" disabled="disabled" type="text" class="item_2" style="WIDTH: 80px" value="2292" maxlength="12"></td>
</tr>
<tr>
<td bgcolor="#EDEFEF"><div class="item_1">UVI </div></td>
<td bgcolor="#EDEFEF"><input name="uvi" disabled="disabled" type="text" class="item_2" style="WIDTH: 80px" value="6" maxlength="3"></td>
</tr>
<tr>
<td bgcolor="#EDEFEF"><div class="item_1">Hourly Rain Rate</div></td>
<td bgcolor="#EDEFEF"><input name="rainofhourly" disabled="disabled" type="text" class="item_2" style="WIDTH: 80px" value="0.00" maxlength="8" /></td>
</tr>
<form name="Rain_1" method="POST" onsubmit="return chkForm(0);">
<tr>
<td bgcolor="#EDEFEF"><div class="item_1">Daily Rain</div></td>
<td bgcolor="#EDEFEF"><input name="rainofdaily" type="text" class="item_2" style="WIDTH: 80px" value="0.00" maxlength="8" />
<span id="rainofdaily_msg" class="errMsg0"></span></td>
</tr>
<tr>
<td bgcolor="#EDEFEF"><div class="item_1">Weekly Rain</div></td>
<td bgcolor="#EDEFEF"><input name="rainofweekly" type="text" class="item_2" style="WIDTH: 80px" value="0.00" maxlength="8" />
<span id="rainofweekly_msg" class="errMsg0"></span></td>
</tr>
<tr>
<td bgcolor="#EDEFEF"><div class="item_1">Monthly Rain</div></td>
<td bgcolor="#EDEFEF"><input name="rainofmonthly" type="text" class="item_2" style="WIDTH: 80px" value="0.00" maxlength="8" />
<span id="rainofmonthly_msg" class="errMsg0"></span></td>
</tr>
<tr>
<td bgcolor="#EDEFEF"><div class="item_1">Yearly Rain</div></td>
<td bgcolor="#EDEFEF"><input name="rainofyearly" type="text" class="item_2" style="WIDTH: 80px" value="0.69" maxlength="8" />
<span id="rainofyearly_msg" class="errMsg0"></span></td>
</tr>
<tr>
<td colspan="2" bgcolor="#EDEFEF"> </td>
</tr>
<tr align="center">
<td colspan="2" bgcolor="#EDEFEF"><input name="Apply" type="submit" class="item_2" style="WIDTH: 60px; HEIGHT: 24px;" onclick="setSubmitType(1)" value="Apply" />
<input name="Cancel" type="reset" class="item_2" style="WIDTH: 60px; HEIGHT: 24px;" value="Cancel" /></td>
</tr>
</form>
<tr>
<td colspan="2" bgcolor="#EDEFEF"> </td>
</tr>
<tr>
<td colspan="2" align="center" bgcolor="#EDEFEF">
<input name="rain_Default" type="button" class="item_2" style="WIDTH: 110px; HEIGHT: 24px;" onclick="raindef()" value="Rain Reset">
<input id="refresh_st" type="button" class="item_4" style="WIDTH: 110px; HEIGHT: 24px;" onclick="uiCtrl(this.value);" value="Refresh" />
<input id="refresh_sp" type="button" class="item_2" style="WIDTH: 110px; HEIGHT: 24px;" onclick="uiCtrl(this.value);" value="Stop Refresh" />
</td>
</tr>
</form>
<tr>
<td colspan="2" bgcolor="#EDEFEF"> </td>
</tr>
<tr>
<td colspan="2" bgcolor="#C0C0C0"> </td>
</tr>
</table>
<script src="axjs0.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
var rfTaskRuningFlag = 0, rfTimeId;
uiCtrl('Refresh');
function uiCtrl(uiCmd)
{
if (uiCmd=='Refresh'){
document.getElementById('refresh_st').disabled = true;
document.getElementById('refresh_sp').disabled = false;
rfTaskRuningFlag = 1;
rfTaskState = 0;
rfTimeId = setInterval("ss()", 16000);
}else if (uiCmd=='Stop Refresh'){
document.getElementById('refresh_st').disabled = false;
document.getElementById('refresh_sp').disabled = true;
rfTaskRuningFlag = 0;
clearInterval(rfTimeId);
}
}
function ss()
{
if (rfTaskRuningFlag)
{
window.location.reload();
}
}
-->
</script>
</body>
</html>
Created by Support
Was this article helpful ?
Did you find what you were looking for?
Write Your Own Question
Category
- Getting Started
- WS-2902 Weather Station
- WS-2000 Weather Station
- WS-5000 Weather Station
- All Weather Stations
- Outdoor Weather Sensors
- Weather Station Mounting
- WS-4000 Weather Station
- DROP
- Indoor Home Monitoring Stations
- Indoor Home Monitoring Sensors
- Weather Cameras
- Ambient Weather Network
- Video Guides
- WS-2000 Videos
- WS-5000 Videos
- WS-3000 Videos
- WS-8482 Videos
- Build Your Own Weather Station Videos
- Ambient Weather Misc
Tags
- data (6)
- WS-2000 (188)
- WS-5000 (138)
- WS-1550-IP (80)
- WS-1900 (78)
- WS-2902 (176)
- WS-2902A (189)
- WS-2902B (86)
- WS-2902C (131)
- 6152-AIRBRIDGE (17)
- 6152-WEATHERBRIDGE (19)
- 6152-WEATHERBRIDGEPRO (19)
- 6152C-WEATHERBRIDGE (18)
- 6153-AIRBRIDGE (19)
- 6153-WEATHERBRIDGE (17)
- 6162-AIRBRIDGE (20)
- 6162-WEATHERBRIDGE (20)
- 6162C-WEATHERBRIDGE (19)
- 6163-AIRBRIDGE (19)
- 6163-WEATHERBRIDGE (20)
- 6250-AIRBRIDGE (18)
- 6250-WEATHERBRIDGE (19)
- 6250-WEATH (9)
- WS-0101 (6)
- WS-0262A (12)
- WS-0270 (8)
- WS-04 (6)
- WS-0416 (6)
- WS-05 (7)
- WS-06 (7)
- WS-07 (16)
- WS-08 (16)
- WS-0800-IP (50)
- WS-0802 (10)
- WS-09 (17)
- WS-0900-IP (71)
- WS-10 (22)
- WS-1000-WiFi (119)
- WS-1001-WiFI (123)
- WS-1002-WIFI (127)
- WS-1075 (14)
- WS-11 (15)
- WS-110 (17)
- WS-1171 (26)
- WS-1171A (17)
- WS-1171B (24)
- WS-1172 (23)
- WS-2002 (50)
- AmbientWeather.com (111)
- AmbientWeather.net (216)
- WS-100 (7)
- WS-1201-IP (121)
- WS-1401-IP (101)
- WS-1500-IP (34)
- WS-1900A (8)
- WS-50 (14)
- WS-50-WEATHERSTATION (8)
- WS-7078 (13)
- WS-7079 (13)
- WS-8478 (48)
- WS-8478A (48)
- 6250-WEATHERBRIDGEPRO (8)
- OBSERVERIP (50)
- WEATHERBRIDGE (13)
- WS-1200 (65)
- WS-1200-IP (113)
- WS-8480 (23)
- WS-1400-IP (98)
- WS-1600-IP (46)
- WS-1001-AIRBRIDGE (44)
- WS-1050 (6)
- WS-1175 (6)
- WS-1201 (71)
- WS-1201-AIRBRIDGE (43)
- WS-2000 (8)
- WS-5000 (8)
- WS-12 (14)
- WEATHERBRIDGEPRO (9)
- WS-1401-IP-WEATHERBRIDGE (55)
- PM2.5 (6)
- PM25 (13)
- WS-0265 (12)
- WS-0265-3000 (7)
- RC-8401 (17)
- WS-1173 (23)
- WS-1173A (23)
- WS-2080 (23)
- WS-2090 (24)
- WS-2095 (26)
- WS-2801 (20)
- WS-5305 (16)
- WH31B (8)
- WH31E (11)
- WH31L (10)
- WH31LA (8)
- WH31P (8)
- WH31SM (7)
- WH32B (7)
- AQIN (11)
- WH31 (7)
- WS-3000-X3 (18)
- WS-3000-X8 (16)
- AMBIENTCAM (13)
- AMBIENTCAMHD (12)
- WS-3000-X5 (17)
- WS-4000 (12)
- WS-09-C (6)
- WS-091-C (8)
- WS-2902D (12)
- WS-8482 (33)
- WS-5050 (27)
- WS-1965 (10)
- WeatherUnderground.com (27)
- WS-1000-BTH (7)
- F007TH (13)
- WS-2800 (13)
- WS-2801A (18)
- WS-8460 (11)
- Webcam (14)
- RC-8401A (7)
- RC-8465 (12)
- RC-8300 (6)
- RC-8300-WHITE (6)
- RC-8370-BLUE (8)
- RC-8370-GRAY (8)
- RC-8370-GREEN (8)
- RC-8370-RED (8)
- RC-8370-ROSE (8)
- RC-8370-SILVER (8)
- RC-8427 (11)
- WS-14 (13)
- WS-15 (8)
- WS-16 (8)
- WS-17 (8)
- WS-18 (9)
- WS-19 (9)
- WS-20 (10)
- WS-21 (8)
- WS-22 (6)
- WS-23 (6)
- WS-24 (7)
- WS-25 (9)
- WS-26 (6)
- WS-28 (6)
- WS-70 (6)
- WS-5000-IP (9)
- WH31PF (8)
- AMBIENTCAMHD3 (12)
- WS-2080A (13)
- WC-FMWAC2K (7)
- WS-1170 (7)
- WS-8365 (8)
- WS-2700 (7)
- WS-8400 (9)
- F007PF (18)
- F007T (8)
- F007TP (12)
- F008PFN (11)
- WS-5300 (10)
- WS-1000-WIFI (119)
- WS-1001-WIFI (123)
- ambientweather.com (111)
- Observerip (50)
- Weatherbridge (13)
- Ambientweather.net (216)
- ambientweather (15)
- ws-2000 (188)
- ws-5000 (8)
- Ws-5000 (138)
- ws-7078 (13)
- ws-7079 (13)
- WS-4000 (9)