<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>HomeSeer Message Board - Programming with HomeSeer</title>
		<link>http://board.homeseer.com</link>
		<description>Discussions related to custom programming using the HomeSeer ActiveX interface. This includes Visual Basic, ASP, and C++.</description>
		<language>en</language>
		<lastBuildDate>Fri, 10 Sep 2010 01:33:59 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://board.homeseer.com/images/misc/rss.jpg</url>
			<title>HomeSeer Message Board - Programming with HomeSeer</title>
			<link>http://board.homeseer.com</link>
		</image>
		<item>
			<title>Change status icon</title>
			<link>http://board.homeseer.com/showthread.php?t=143881&amp;goto=newpost</link>
			<pubDate>Tue, 07 Sep 2010 04:26:38 GMT</pubDate>
			<description>I must be missing something, I have an asp.net page that lets you turn on a z-wave device and then creates an event to turn it off in x minutes.  
...</description>
			<content:encoded><![CDATA[<div> I must be missing something, I have an asp.net page that lets you turn on a <a href='http://store.homeseer.com/store/x-C52.aspx'  class='gal' title=''> z-wave</a> device and then creates an event to turn it off in x minutes. <br />
<br />
Well that part is working no problem, where I seem to be missing the boat is I want to change the icon used by that device to use a custom icon for on and off.<br />
<br />
As far as I can see the only way to do this is to use the methods.<br />
<br />
hs.DeviceValuesAdd()<br />
hs.DeviceValuesGraphicsAdd()<br />
<br />
but when I do, the device control buttons are replaced by a select box with the options on and off.<br />
<br />
Is it possible to just change the icons for a device?<br />
<br />
Thanks<br />
Al</div>

]]></content:encoded>
			<category domain="http://board.homeseer.com/forumdisplay.php?f=628">Programming with HomeSeer</category>
			<dc:creator>AllenBad</dc:creator>
			<guid isPermaLink="true">http://board.homeseer.com/showthread.php?t=143881</guid>
		</item>
		<item>
			<title>Restarting Homeseer</title>
			<link>http://board.homeseer.com/showthread.php?t=143840&amp;goto=newpost</link>
			<pubDate>Fri, 03 Sep 2010 17:40:35 GMT</pubDate>
			<description>Looking for some advice. I want to create a batch file, or some similar thing to exit homeseer, wait a certain amount of time and then reboot the...</description>
			<content:encoded><![CDATA[<div>Looking for some advice. I want to create a batch file, or some similar thing to exit homeseer, wait a certain amount of time and then reboot the computer.</div>

]]></content:encoded>
			<category domain="http://board.homeseer.com/forumdisplay.php?f=628">Programming with HomeSeer</category>
			<dc:creator>donstephens</dc:creator>
			<guid isPermaLink="true">http://board.homeseer.com/showthread.php?t=143840</guid>
		</item>
		<item>
			<title>asp programming</title>
			<link>http://board.homeseer.com/showthread.php?t=143491&amp;goto=newpost</link>
			<pubDate>Tue, 24 Aug 2010 16:14:01 GMT</pubDate>
			<description>At the risk of asking a stupid question. 
I have been using Homeseer for years, but just now I have decided to use the web server with my own pages....</description>
			<content:encoded><![CDATA[<div>At the risk of asking a stupid question.<br />
I have been using Homeseer for years, but just now I have decided to use the web server with my own pages. I have experience in asp and want to use that.<br />
<br />
The first page that I tried was:<br />
<%<br />
dim vcode<br />
dim awaycode<br />
	vcode = hs.GetDeviceCode("virtual Vacation")<br />
	awaycode = hs.GetDeviceCode("virtual Away From Home")<br />
	response.write("vacation code is "&amp;vcode&amp;"<br>")<br />
	response.write("away from home code is "&amp;awaycode&amp;"<br>")<br />
%><br />
 I got the following error:<br />
Script error: Object required: 'hs'<br />
<br />
	vcode = hs.GetDeviceCode("virtual Vacation")<br />
	awaycode = hs.GetDeviceCode("virtual Away From Home")<br />
<br />
obviously, there needs to be some statement that defines the hs as an object. There are NO examples of .asp code in the html folder, just .aspx examples. As far as I can tell, there is no documentation on writing .asp code.<br />
<br />
So, what do I need to do with this code to make it work?<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://board.homeseer.com/forumdisplay.php?f=628">Programming with HomeSeer</category>
			<dc:creator>jimbell</dc:creator>
			<guid isPermaLink="true">http://board.homeseer.com/showthread.php?t=143491</guid>
		</item>
		<item>
			<title>Calculating average from past three sensor readings and assignig to a virtual device</title>
			<link>http://board.homeseer.com/showthread.php?t=143455&amp;goto=newpost</link>
			<pubDate>Sat, 21 Aug 2010 14:37:19 GMT</pubDate>
			<description>Hi,  
I have a feed from a 1-wire voltage sensor. I would like to use the voltage value as a trigger but unfortunately there are always fluctuations...</description>
			<content:encoded><![CDATA[<div>Hi, <br />
I have a feed from a 1-wire voltage sensor. I would like to use the voltage value as a trigger but unfortunately there are always fluctuations in the readings. I would like to smooth them a bit by using average values from the past three readings.<br />
My guess is that I would need to setup several virtual devices that would store the last three readings and then somehow I would need to calculate an average and assign it to another virtual device (to finally use it as a trigger).<br />
Is there a way to achieve it by using a script?<br />
Thank you, Alex</div>

]]></content:encoded>
			<category domain="http://board.homeseer.com/forumdisplay.php?f=628">Programming with HomeSeer</category>
			<dc:creator>Alexey</dc:creator>
			<guid isPermaLink="true">http://board.homeseer.com/showthread.php?t=143455</guid>
		</item>
	</channel>
</rss>
