Jump to content

Scene control with ZooZ72 Dimmer


trevorst

Recommended Posts

I can get a single scene working with double tap (which for some reason also triggers with single press).  Below is an excerpt from the Zooz web site on programming in Home Assistant. How does this translate to Polisy. Any help would be greatly appreciated.

”  node_id: X [where X is the node ID of your Zooz switch, which can be found under Configuration > Devices > Zooz Switch] 
 label: Scene 001 [use 001 for top paddle and 002 for bottom paddle]
 value: KeyPressed [KeyPressed = 1 x tap, KeyReleased = released, KeyHeldDown = held, KeyPressed2x = 2 x tap, KeyPressed3x = 3 x tap, KeyPressed4x = 4 x tap, KeyPressed5x = 5 x tap]”

Edited by trevorst
Link to comment
Share on other sites

@sjenkins Thanks for the feedback. One issue I have is that the main dimmer node (ZY 019 Dimmer Switch in your screen shot) does not receive any reporting of status. To see any status I have to use SC Basic Control in programs to see any feedback and then it is only DON always at 100 and DOF. If you are receiving feedback on your main switch including light level as your screen shot shows then I have an issue. Have tried re-interviewing without any luck. Will try removing and reinstalling see if that changes things.

On the programming I have a scene  working but I have no way of telling the Zen72 that it should respond to double tap. The scene works if I single tap or double tap. Do you see feedback that states double tap, single tap etc. 

Link to comment
Share on other sites

@trevorst sorry for delay, was a busy weekend. 
yes I am getting status updates on the nodes in the admin and don’t need to use the basic node ( I do use them in scenes). I get fast on for double tap unless in scene mode which I use the appropriate scene input. Has taken me a lot of interviews to get all the nodes working well. Recently i did do an ota update and find the switches behaviour better as well. They have been a pain in the a** to set up but seem to be ok now. I actually bought them when Insteon went bust. Happily back to Insteon for switches & yolink for sensors. Have only a few zwave & wont have more until matter or something gets better. 

Link to comment
Share on other sites


Question:

"On the programming I have a scene  working but I have no way of telling the Zen72 that it should respond to double tap. The scene works if I single tap or double tap. Do you see feedback that states double tap, single tap etc."

"value: KeyPressed [KeyPressed = 1 x tap, KeyReleased = released, KeyHeldDown = held, KeyPressed2x = 2 x tap, KeyPressed3x = 3 x tap, KeyPressed4x = 4 x tap, KeyPressed5x = 5 x tap]”

 

Answer:

You already answered your own question. you need to set value to 'KeyPressed2x' . Without that, the action fires on the first tap (I think it defaults to KeyPressed = 1 x tap).

 

(I made the same mistake and found this discussion via a google search to find an answer to the same issue. I saw your value comment and realized I had not set it myself). 

 

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

×
×
  • Create New...