Since updating deCONZ to latest v2.29.5 yesterday, another vibration sensor, working completely fine so far, now wents nuts, meaning: it is triggered very often for no obvious reason (no actual vibration!). 19 triggers in last 40 hours, where 16 to 17 were false alarms (phantom/ghost triggers) and few right in the middle of the night…
First one shortly after updating deCONZ:
Last one of those 19 (up to now):
Before/after comparison:
API excerpt for that sensor
catched right now during last phantom trigger:
"61": {
"capabilities": {
"sleeper": true
},
"config": {
"battery": 100,
"duration": 65,
"on": true,
"reachable": true,
"sensitivity": 0,
"sensitivitymax": 2
},
"ddf_hash": "23d408187fbf7f04607f523bd8c3f1208dac0b418c11b45f915b3e304eb8675a",
"ddf_policy": "latest_prefer_stable",
"ep": 1,
"etag": "xxx",
"lastannounced": null,
"lastseen": "2025-04-24T21:30Z",
"manufacturername": "LUMI",
"modelid": "lumi.vibration.aq1",
"name": "Vibration Briefkasten",
"nwkaddress": 19388,
"state": {
"lastupdated": "2025-04-24T21:30:30.603",
"orientation": [
-5,
1,
-85
],
"tiltangle": 112,
"vibration": true,
"vibrationstrength": 6
},
"swversion": "0.0.0_0008",
"type": "ZHAVibration",
"uniqueid": "xxx"
},
catched during 'normal' operation before last phantom trigger:
"61": {
"capabilities": {
"sleeper": true
},
"config": {
"battery": 100,
"duration": 65,
"on": true,
"reachable": true,
"sensitivity": 0,
"sensitivitymax": 2
},
"ddf_hash": "23d408187fbf7f04607f523bd8c3f1208dac0b418c11b45f915b3e304eb8675a",
"ddf_policy": "latest_prefer_stable",
"ep": 1,
"etag": "xxx",
"lastannounced": null,
"lastseen": "2025-04-24T20:59Z",
"manufacturername": "LUMI",
"modelid": "lumi.vibration.aq1",
"name": "Vibration Briefkasten",
"nwkaddress": 19388,
"state": {
"lastupdated": "2025-04-24T20:59:22.120",
"orientation": [
-5,
1,
-85
],
"tiltangle": 112,
"vibration": false,
"vibrationstrength": 9
},
"swversion": "0.0.0_0008",
"type": "ZHAVibration",
"uniqueid": "xxx"
},