User Tools

Site Tools


supported_modules:hs-wd200

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
supported_modules:hs-wd200 [2018/09/07 13:12] – [Set Data] James Sentmansupported_modules:hs-wd200 [2019/04/29 15:33] – updated gesture codes for new vera update James Sentman
Line 4: Line 4:
  
  
-The HS-WD200+ is Home Seer’s latest wall dimmer. In addition to all the commands and support of the [[supported_modules:hs-wd100|WD100+]] dimmer it adds 2 more central scene gestures. Note that the gesture codes are different between the 2 switches however. It can send us the 4 click and the 5 click gestures. See the article on the [[supported_modules:hs-wd100|WD100]] for more info on it’s central scene handling and how to work with that in XTension. The available Central Scene gesture codes on the WD200+ dimmers are +The HS-WD200+ is Home Seer’s latest wall dimmer. In addition to all the commands and support of the [[supported_modules:hs-wd100|WD100+]] dimmer it adds 2 more central scene gestures. Note that the gesture codes are different between the 2 switches however. It can send us the 4 click and the 5 click gestures. See the article on the [[supported_modules:hs-wd100|WD100]] for more info on it’s central scene handling and how to work with that in XTension. 
  
-^Gesture^Code^ + 
-|Single Click|128| +NOTE: as of Vera firmware version 1.7.4452 Vera Edge / 1.7.4453 Vera Plus / 1.7.4454 Vera Secure they have changed the gesture codes that are received from this switch. They are now the same as they were for the WD100+ dimmers with the addition of the extra multi-click supported. 
-|Double Click|131| + 
-|Triple Click|132| +The available Central Scene gesture codes on the WD200+ dimmers are: 
-|Hold|130| + 
-|Release of Hold|129| +^Gesture^Code^Code Prior to 1.7.4 vera update
-|Quadruple Click|133| +|Single Click|0|128| 
-|Pentuple Click|134|+|Double Click|3|131| 
 +|Triple Click|4|132| 
 +|Hold|2|130| 
 +|Release of Hold|1|129| 
 +|Quadruple Click|5|133| 
 +|Pentuple Click|6|134|
  
  
Line 26: Line 31:
 on centralScene( theButton, theGesture) on centralScene( theButton, theGesture)
  
-  if theButton is equal to 1 then+  if theButton is equal to 1then
     write log “the top paddle was pushed"     write log “the top paddle was pushed"
          
-    if theGesture is equal to 131 then+    if theGesture is equal to “3" then
       -- the switch was double clicked on       -- the switch was double clicked on
       write log “double click ON, turning on room lights"       write log “double click ON, turning on room lights"
Line 38: Line 43:
     end if     end if
          
-  else if theButton is equal to 2 then+  else if theButton is equal to 2then
     write log “the bottom paddle was pushed"     write log “the bottom paddle was pushed"
          
-    if theGesture is equal to 131 then+    if theGesture is equal to “3" then
       write log “double click OFF. turning off the room lights"       write log “double click OFF. turning off the room lights"
       turnoff (thisUnit)       turnoff (thisUnit)
supported_modules/hs-wd200.txt · Last modified: 2023/02/13 14:52 by 127.0.0.1