User Tools

Site Tools


supported_modules:hs-wd100

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
supported_modules:hs-wd100 [2018/07/09 19:04] – [Known Issues] removed the flickery LED stuff James Sentmansupported_modules:hs-wd100 [2018/09/07 13:07] – fixed codes James Sentman
Line 16: Line 16:
  
 ^Gesture^Code^ ^Gesture^Code^
-|Single Click|128+|Single Click|1
-|Double Click|131+|Double Click|3
-|Triple Click|132+|Triple Click|4
-|Hold|130+|Hold|2
-|Release of Hold|129| +|Release of Hold|1|
- +
-The HS-WD200+ dimmer also adds the following extra gestures +
- +
-^Gesture^Code^ +
-|Quadruple Click|133| +
-|Pentuple Click|134| +
- +
-Yes, thats right you can do up to a 5 click macro for each button with the HS-WD200+!+
  
 +The [[supported_modules:hs-wd200|HS-WD200+]] supports all those as well as a quadruple and pentuple click.
  
  
Line 70: Line 63:
   end if   end if
 </code> </code>
 +
 +===Set Data===
 +via the [[dictionary:unitcontrol:setdata|Set Data]] verb it is possible to set various parameters in the switch. Note that the parameters of the WD100 are different than the [[supported_modules:hs-wd200|WD200]]. This is a grid of the most useful parameters that can be set for the WD100+ note that this might change in future firmware versions or hardware revisions so you should verify against the latest version of the user manual that comes with your specific unit before issuing the command. It is entirely possible to brick a dimmer if you issue the wrong commands to the wrong addresses.
 +
 +^Parameter^Description^value^Example^Default^
 +|4|Sets paddle’s load orientation| 0 = top of paddle turns load on or 1 if you need to invert it so that the bottom of the paddle turns the load on.| tell xUnit “name of unit” to setData( 4, 1, 1) to invert the direction if the switch is upside down|0|
 +|7|Sets the remote control ramp rate step resolution. | 1-99, 1  being the default and highest resolution|tell xUnit “name” to setData( 7, 1, 1)|1|
 +|8|Remote control Ramp step Speed|1-255 maps between 1 and 10 ms between steps| setData( 8, 1, 1) set to 1ms for a quick fade|3|
 +|9|Local control ramp rate step, the dim rate when controlled locally|1-99, 1=slowest dimming|setData( 9, 1, 99) set to 99 for faster fade |1|
 +|10|Local control ramp rate step speed|1-255 note this value is 2 bytes long! 1=10 milliseconds| setData( 10, 2, 1) set to 1 for a faster local control|3|
 +
 +These dimmers let you set the local ramp rate and the remote control ramp rate separately, but as is standard in ZWave you cannot include a ramp rate in individual commands. Each one is made of 2 different parameters. The step resolution which appears to be the number of steps it goes through to get to the preset level, and the speed at which it switches between the steps. For some LED lights it may make sense to set a faster ramp rate since they tend to not come on immediately. Some experimentation with the 2 values may be needed to find the ramp rate that you like best for a specific application.
  
  
supported_modules/hs-wd100.txt · Last modified: 2023/02/13 14:52 by 127.0.0.1