<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.mios.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.mios.com/index.php?action=history&amp;feed=atom&amp;title=Window_Covering_Notes</id>
		<title>Window Covering Notes - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.mios.com/index.php?action=history&amp;feed=atom&amp;title=Window_Covering_Notes"/>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php?title=Window_Covering_Notes&amp;action=history"/>
		<updated>2026-06-03T03:49:01Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.8</generator>

	<entry>
		<id>http://wiki.mios.com/index.php?title=Window_Covering_Notes&amp;diff=6471&amp;oldid=prev</id>
		<title>A-lurker at 02:37, 15 June 2013</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php?title=Window_Covering_Notes&amp;diff=6471&amp;oldid=prev"/>
				<updated>2013-06-15T02:37:12Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr valign='top'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 02:37, 15 June 2013&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;[[Category:Z-wave Glossary]]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;There are a few different ways in Z-Wave that window covering devices are controlled, and our experience is that implementation is not always universal among all devices.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;There are a few different ways in Z-Wave that window covering devices are controlled, and our experience is that implementation is not always universal among all devices.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key micasaverde_wiki:diff:version:1.11a:oldid:4493:newid:6471 --&gt;
&lt;/table&gt;</summary>
		<author><name>A-lurker</name></author>	</entry>

	<entry>
		<id>http://wiki.mios.com/index.php?title=Window_Covering_Notes&amp;diff=4493&amp;oldid=prev</id>
		<title>Micasaverde: Created page with &quot;There are a few different ways in Z-Wave that window covering devices are controlled, and our experience is that implementation is not always universal among all devices.  In the...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.mios.com/index.php?title=Window_Covering_Notes&amp;diff=4493&amp;oldid=prev"/>
				<updated>2012-08-02T18:43:21Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;There are a few different ways in Z-Wave that window covering devices are controlled, and our experience is that implementation is not always universal among all devices.  In the...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;There are a few different ways in Z-Wave that window covering devices are controlled, and our experience is that implementation is not always universal among all devices.&lt;br /&gt;
&lt;br /&gt;
In the UI, if a device supports COMMAND_CLASS_SWITCH_MULTILEVEL, the UP button sends SWITCH_MULTILEVEL_START_LEVEL_CHANGE with the arguments 0x60, 0x0, and the DOWN button uses arguments 0x20, 0x0, while stop does SWITCH_MULTILEVEL_STOP_LEVEL_CHANGE.&lt;br /&gt;
&lt;br /&gt;
If the device does not support that command class, but does support COMMAND_CLASS_BASIC_WINDOW_COVERING, the UP button sends BASIC_WINDOW_COVERING_START_LEVEL_CHANGE with the argument 0x0, DOWN sends 64, and STOP sends BASIC_WINDOW_COVERING_STOP_LEVEL_CHANGE.&lt;br /&gt;
&lt;br /&gt;
If the device supports neither, then Up sends a BASIC_SET with 0x63, Down sends a BASIC_SET with 0x0.&lt;br /&gt;
&lt;br /&gt;
If you set the variable urn:micasaverde-com:serviceId:HaDevice1 : ReverseOnOff to &amp;quot;1&amp;quot;, then Down will be sent as Up, and Up as Down.&lt;br /&gt;
&lt;br /&gt;
The Close and Open buttons as well as the slider send commands the same way they are sent to a light switch, namely with SWITCH_MULTILEVEL or a BASIC_SET.&lt;br /&gt;
&lt;br /&gt;
Thus between all the close/open, up/down/stop all common variants are supported and one of them should achieve the desired result on your window covering.&lt;/div&gt;</summary>
		<author><name>Micasaverde</name></author>	</entry>

	</feed>