Lamp goes on and off quickly

Hi Forum,

I connected a Ledvance Smart + Mini Switch to the system for the first time.
There is one button configured to toggle a lamp between on/off.

When I press this button, the light goes on briefly and then off again immediately.

In die deConz Log you can see:

10:38:45:147 [INFO] - Button 2002 - Lightify Switch Mini, broadcast to: 0x000D, endpoint: 0x02, cluster: ONOFF (0x0006), action: Down short press, payload: None, zclSeq: 114
10:38:45:157 rule event /sensors/9/state/lastupdated: 0 -> 0
10:38:45:159 trigger rule 27 - Rule TOOGLE_ON
10:38:45:274 ZCL attribute report 0x7CB03EAA0A09D67E for cluster: 0x0006, ep: 0x03, frame control: 0x18, mfcode: 0x0000 
10:38:45:287 [INFO] - Button 2002 - Lightify Switch Mini, unicast to: 0x0000, endpoint: 0x02, cluster: ONOFF (0x0006), action: Down short press, payload: None, zclSeq: 113
10:38:45:288 discard double entry in binding queue (size: 9) for for 0x000D6F001417E194, cluster 0x0006
10:38:45:289 discard double entry in binding queue (size: 9) for for 0x000D6F001417E194, cluster 0x0008
10:38:45:289 discard double entry in binding queue (size: 9) for for 0x000D6F001417E194, cluster 0x0300
10:38:45:290 discard double entry in binding queue (size: 9) for for 0x000D6F001417E194, cluster 0x0006
10:38:45:291 discard double entry in binding queue (size: 9) for for 0x000D6F001417E194, cluster 0x0008
10:38:45:291 discard double entry in binding queue (size: 9) for for 0x000D6F001417E194, cluster 0x0300
10:38:45:292 discard double entry in binding queue (size: 9) for for 0x000D6F001417E194, cluster 0x0006
10:38:45:293 discard double entry in binding queue (size: 9) for for 0x000D6F001417E194, cluster 0x0008
10:38:45:294 discard double entry in binding queue (size: 9) for for 0x000D6F001417E194, cluster 0x0300
10:38:45:299 rule event /sensors/9/state/lastupdated: 0 -> 0
10:38:45:300 trigger rule 28 - Rule TOOGLE_OFF
10:38:45:437 ZCL attribute report 0x7CB03EAA0A0A5308 for cluster: 0x0006, ep: 0x03, frame control: 0x18, mfcode: 0x0000 
10:38:46:242 Bind response success for 0x000d6f001417e194 ep: 0x01 cluster: 0x0006
10:38:48:180 Bind response success for 0x000d6f001417e194 ep: 0x01 cluster: 0x0008
10:38:50:207 Bind response success for 0x000d6f001417e194 ep: 0x01 cluster: 0x0300

Help ?

If you hold the button down without releasing it does the lamp stay on? Then when you release the button does it then go off?

Hi @tfi_friday

nothing happens if I hold the button without release.
By releasing the button also nothing happens.

12:06:16:917 skip binding for attribute reporting of ep: 0x00 cluster 0x1000 (end-device might sleep)
12:06:18:204 [INFO] - Button 2001 - Lightify Switch Mini, broadcast to: 0x000D, endpoint: 0x02, cluster: LEVEL_CONTROL (0x0008), action: Down long press, payload: 0126, zclSeq: 116
12:06:18:213 rule event /sensors/9/state/lastupdated: 0 -> 0
12:06:18:275 [INFO] - Button 2001 - Lightify Switch Mini, unicast to: 0x0000, endpoint: 0x02, cluster: LEVEL_CONTROL (0x0008), action: Down long press, payload: 0126, zclSeq: 115
12:06:18:277 discard double entry in binding queue (size: 9) for for 0x000D6F001417E194, cluster 0x0006
12:06:18:278 discard double entry in binding queue (size: 9) for for 0x000D6F001417E194, cluster 0x0008
12:06:18:278 discard double entry in binding queue (size: 9) for for 0x000D6F001417E194, cluster 0x0300
12:06:18:279 discard double entry in binding queue (size: 9) for for 0x000D6F001417E194, cluster 0x0006
12:06:18:280 discard double entry in binding queue (size: 9) for for 0x000D6F001417E194, cluster 0x0008
localhost - - [16/Feb/2021 12:06:42] 127.0.0.1:5900: Client closed connection
12:06:18:280 discard double entry in binding queue (size: 9172.30.32.2 - - [16/Feb/2021:12:06:42 +0100] "GET /novnc/websockify 

On my opinion, the device is the problem.

If I track the events by using the Dev Tools, the device sends two data packet for one click

Pushing the button one time:

Ereignis 6 ausgelöst 12:44:
{
    "event_type": "deconz_event",
    "data": {
        "id": "tasterwz",
        "unique_id": "00:0d:6f:00:14:17:e1:94",
        "event": 1002,
        "device_id": "8a32a0bf38f7ed836da7d597fbca5090"
    },
    "origin": "LOCAL",
    "time_fired": "2021-02-18T11:44:40.112571+00:00",
    "context": {
        "id": "9c24ca96d8c33feaf765a8df1145f4f7",
        "parent_id": null,
        "user_id": null
    }
}
Ereignis 5 ausgelöst 12:44:
{
    "event_type": "deconz_event",
    "data": {
        "id": "tasterwz",
        "unique_id": "00:0d:6f:00:14:17:e1:94",
        "event": 1002,
        "device_id": "8a32a0bf38f7ed836da7d597fbca5090"
    },
    "origin": "LOCAL",
    "time_fired": "2021-02-18T11:44:40.069517+00:00",
    "context": {
        "id": "b0f9a643461ac9c7ef7596b34f94e18f",
        "parent_id": null,
        "user_id": null
    }
}