Jump to content

Multi-tap support


silverton38

Recommended Posts

Posted
1 hour ago, silverton38 said:

I have a homeseer WS 100+ and I was wondering if ISY supports Multi-tap triggering?

If it does how can I utilize it?

 

 

 

ISY supports double tap on which is "Fast On" in programing and double tap off which is "Fast Off" in programming.

Posted
2 hours ago, silverton38 said:

I do not see "fast on" or "fast off" as an option to program it with. Control is ON and OFF only. I am using version 4.6.2.

I've not used 4.7.3 so I can't say that it works in that version. It worked for me through 4.6.2 and now in 5.0.13D.

Posted
3 hours ago, dbuss said:

I've not used 4.7.3 so I can't say that it works in that version. It worked for me through 4.6.2 and now in 5.0.13D.

Can you post a sample program?

 

Posted
8 minutes ago, silverton38 said:

Can you post a sample program?

 

Do these help?

Screenshot 2018-09-02 20.37.23.png

Screenshot 2018-09-02 20.36.42.png

Posted
7 hours ago, silverton38 said:

How did you do that?

IF

 

ZWXXX button is pressed Fast On

 

THEN

 

ZWAAA On

ZWBBB On

ZWCCC On

Posted

The Homeseer WD-100 uses the 'Central Scene' class to support double and triple taps. This is only supported in the 5.X firmware.

After adding the device - you should see two scene nodes:

image.png.95c3c21f876eb7b0be75d4d6730ad9ef.png

These sub-nodes have 'Triple-Tap (On)' and 'Fast On' (for double) support:

image.png.d87ac06703a5e466009d0f0d36513677.png

Again - you need 5.x for this..

Posted
1 hour ago, MWareman said:

The Homeseer WD-100 uses the 'Central Scene' class to support double and triple taps. This is only supported in the 5.X firmware.

After adding the device - you should see two scene nodes:

image.png.95c3c21f876eb7b0be75d4d6730ad9ef.png

These sub-nodes have 'Triple-Tap (On)' and 'Fast On' (for double) support:

image.png.d87ac06703a5e466009d0f0d36513677.png

Again - you need 5.x for this..

This is a better explanation than mine. Thanks MWareman.

Posted

Also be aware that even on 5.0.13x (I forget which version I'm on) you need to query the switch itself before trying to pick the scenes in programs. Well at least I do. They simply aren't there to choose from if I don't query the switch first.

  • 1 month later...
Posted

I am now playing around with these double and triple tap Wd-100+ and WF-200+. I can use a program for double and triple tap "ON" (5..0.14) with "scene button 1" which is great but I can not figure out what the "scene button 2" is for?

Posted

I believe you can consider "scene button 2" to be the bottom of the paddle on the switch.  I use it to turn multiple items off:

TripleTapOff - [ID 00C4][Parent 00DB]

If
        'Devices / dirOffice / Office Dimmer Switch / ZW 014 Scene Button 2' is switched Triple Press (On)
 
Then
        Set 'Devices / dirOffice / Office Dimmer Switch' Fast Off
        Set 'Devices / dirOffice / lmpOfficeDeskLamp' Off
 
Else
   - No Actions - (To add one, press 'Action')
 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...