I could observe the issue with all buttons which are currently in use (four of them). The emitted events correspond to the last event triggered by a button press - in most cases this is 1002, but in one case (said garage) it is 1004, double click. For each button, the same event was emitted several times in a fixed interval (approx. 50 min).
Restarting deconz did not resolve the issue which is curious.
[EDIT] Ok guys I did now install the update to 2.29.5 again (10 minutes ago). Until now, everything works fine. I deactivated all automations except one.
I also managed to create a working DDF, but I did not activate it yet in the new version. Let’s see. Ghost in the machine?
[EDIT 2] I could now catch it - nobody did press this button.
{
"22:41:08:623": {
"attr": {
"ddf_hash": null,
"ddf_policy": "latest_prefer_stable",
"lastannounced": null,
"lastseen": "2025-04-24T20:41Z",
"manufacturername": "LUMI",
"mode": 1,
"modelid": "lumi.remote.b1acn01",
"name": "Smart Switch Mara",
"nwkaddress": 62791,
"swversion": "20180525",
"type": "ZHASwitch",
"uniqueid": "00:15:8d:00:06:7c:9c:3e-01-0012"
},
"e": "changed",
"id": "98",
"r": "sensors",
"t": "event",
"uniqueid": "00:15:8d:00:06:7c:9c:3e-01-0012"
},
"22:41:08:671": {
"capabilities": {
"sleeper": true
},
"e": "changed",
"id": "98",
"r": "sensors",
"t": "event",
"uniqueid": "00:15:8d:00:06:7c:9c:3e-01-0012"
},
"22:41:08:673": {
"config": {
"battery": 100,
"on": true,
"reachable": true,
"temperature": 2500
},
"e": "changed",
"id": "98",
"r": "sensors",
"t": "event",
"uniqueid": "00:15:8d:00:06:7c:9c:3e-01-0012"
},
"22:41:08:674": {
"e": "changed",
"id": "98",
"r": "sensors",
"state": {
"buttonevent": 1002,
"lastupdated": "2025-04-07T22:41:38.287"
},
"t": "event",
"uniqueid": "00:15:8d:00:06:7c:9c:3e-01-0012"
}
}
Corresponding event in HA (which triggered an automation):
Good: I am not crazy. Will now try what happens if I install the DDF.
[EDIT 3] It also happens with a working DDF. I will try the last option and reboot the system
But I think we can summarize so far that indeed ghost buttons events are emitted on the websocket. Why?
{
"23:02:25:629": {
"attr": {
"ddf_hash": null,
"ddf_policy": "latest_prefer_stable",
"lastannounced": null,
"lastseen": "2025-04-24T21:02Z",
"manufacturername": "LUMI",
"mode": 1,
"modelid": "lumi.remote.b1acn01",
"name": "Smart Switch Bettlampe",
"nwkaddress": 23450,
"swversion": "20180525",
"type": "ZHASwitch",
"uniqueid": "00:15:8d:00:06:7b:d3:b6-01-0012"
},
"e": "changed",
"id": "79",
"r": "sensors",
"t": "event",
"uniqueid": "00:15:8d:00:06:7b:d3:b6-01-0012"
},
"23:02:25:707": {
"capabilities": {
"sleeper": true
},
"e": "changed",
"id": "79",
"r": "sensors",
"t": "event",
"uniqueid": "00:15:8d:00:06:7b:d3:b6-01-0012"
},
"23:02:25:708": {
"config": {
"battery": 100,
"group": "20003",
"on": true,
"reachable": true,
"temperature": 3000
},
"e": "changed",
"id": "79",
"r": "sensors",
"t": "event",
"uniqueid": "00:15:8d:00:06:7b:d3:b6-01-0012"
},
"23:02:25:714": {
"e": "changed",
"id": "79",
"r": "sensors",
"state": {
"buttonevent": 1002,
"lastupdated": "2025-04-22T23:08:08.773"
},
"t": "event",
"uniqueid": "00:15:8d:00:06:7b:d3:b6-01-0012"
}
}