New here: Enerwave keypads not working


#1

1) Give a description of the problem
I am trying to set up a simple piston with my Enerwave ZWN-SC7 Keypads. The don’t seem to work. If I create a piston using my Aeon Minimotes the piston acts as expected.

2) What is the expected behavior?
When button 4 is pushed, toggle my kitchen light.

3) What is happening/not happening?
Nothing happens.

4) Post a Green Snapshot of the pistonimage

5) Attach any logs (From ST IDE and by turning logging level to Full)
(|+1ms|╔Received event [Living Room Keypad].button = button 4 with a delay of 82ms|
|—|---|
|+166ms|║RunTime Analysis CS > 17ms > PS > 109ms > PE > 40ms > CE|
|+168ms|║Runtime (37173 bytes) successfully initialized in 109ms (v0.3.105.20180628) (165ms)|
|+169ms|║╔Execution stage started|
|+179ms|║║Comparison (enum) button 4 gets (string) pushed = false (1ms)|
|+181ms|║║Condition #4 evaluated false (6ms)|
|+182ms|║║Condition group #1 evaluated false (state did not change) (6ms)|
|+184ms|║╚Execution stage complete. (16ms)|
|+185ms|╚Event processed successfully (185ms)|
Preformatted text)

Thank you.


#2

Some users have reported that the toggle is not always reliable. If you map a couple buttons, as least temporarily to switch on and switch off, do they work?


#3

No, that doesn’t work either.

+2ms ╔Received event [Living Room Keypad].button = button 4 with a delay of 142ms
+148ms ║RunTime Analysis CS > 14ms > PS > 89ms > PE > 44ms > CE
+150ms ║Runtime (37166 bytes) successfully initialized in 89ms (v0.3.105.20180628) (148ms)
+151ms ║╔Execution stage started
+162ms ║║Comparison (enum) button 4 gets (string) pushed = false (0ms)
+163ms ║║Condition #4 evaluated false (6ms)
+164ms ║║Condition group #1 evaluated false (state did not change) (7ms)
+166ms ║╚Execution stage complete. (16ms)
+168ms ╚Event processed successfully (167ms)

#4

Do the keypads work with a ST app, such as Smart Lighting?

Are you using a custom DTH?


#5

The keypads are working with this smartapp and this device handler. The keypad is not recognized properly by Smart Lighting, but I had another different smartapp that recognized them fine too.