I can retrieve the web page (confirmed via debug node) but I'm not smart enough to understand what to put in my html node's selector field to scrape the "state=" value from my digital loggers web power switch. Here's a sample of the returned html, I'm looking for the "state=" data right after /head
<html>
<head>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<META HTTP-EQUIV="Refresh" CONTENT="300">
<title>Outlet Control - sTower pSwitch</title>
<script language="JavaScript">
<!--
function reg() {
window.open('http://www.digital-loggers.com/register.html?SN=LPC721560');
}
//-->
</script>
</head>
<!-- state=0f lock=00 -->
<body alink="#0000FF" vlink="#0000FF">
<FONT FACE="Arial, Helvetica, Sans-Serif">
<table width="100%" cellspacing=0 cellpadding=0>
<tr>
<td valign=top width="17%" height="100%">
<table width="100%" height="100%" align=center border=0 cellspacing=1 cellpadding=0>
<tr><td valign=top bgcolor="#F4F4F4">
<table width="100%" cellpadding=1 cellspacing=5>
<tr><td align=center>
<table><tr><td><a href="http://www.digital-loggers.com/1T.html"><img src="logo.gif" width=195 height=65 border=0 alt="Digital Loggers, Inc."></a></td>
<td><b><font size=-1>Ethernet Power Controller</font></b></td></tr></table>
<hr>
</td></tr>
<tr><td nowrap><b><a href="/index.htm">Outlet Control</a></b></td></tr>
<tr><td nowrap><b><a href="/admin.htm">Setup</a></b></td></tr>
<tr><td nowrap><b><a href="/script.htm">Scripting</a></b></td></tr>
It's the hex value of my power switch's outlets statuses.