I am facing the same problem as you and I tried to manually modify the parameter using the Z wave Control Panel. It modifies and as soon as I leave the page it reset itself to what is the default. How can I update it to 121 to send the Binary Sensor Report? Right now it is set to Send Basic Report and if I open or close the sensor I am not getting anything. Actually, I want to use this as part of Alamo Integration to use it for home security. But it does not work and I am unable to update the parameter.
{
"id": "12-112-0-121-1",
"nodeId": 12,
"commandClass": 112,
"commandClassName": "Configuration",
"endpoint": 0,
"property": 121,
"propertyName": "On Trigger: Send Battery Report",
"propertyKey": 1,
"type": "number",
"readable": true,
"writeable": true,
"label": "On Trigger: Send Battery Report",
"default": 0,
"stateless": false,
"commandClassVersion": 1,
"min": 0,
"max": 1,
"list": true,
"allowManualEntry": false,
"states": [
{
"text": "Disable",
"value": 0
},
{
"text": "Enable",
"value": 1
}
],
"value": 0,
"lastUpdate": 1644108158490,
"newValue": 0
},
{
"id": "12-112-0-121-16",
"nodeId": 12,
"commandClass": 112,
"commandClassName": "Configuration",
"endpoint": 0,
"property": 121,
"propertyName": "On Trigger: Send Binary Sensor Report",
"propertyKey": 16,
"type": "number",
"readable": true,
"writeable": true,
"label": "On Trigger: Send Binary Sensor Report",
"default": 0,
"stateless": false,
"commandClassVersion": 1,
"min": 0,
"max": 1,
"list": true,
"allowManualEntry": false,
"states": [
{
"text": "Disable",
"value": 0
},
{
"text": "Enable",
"value": 1
}
],
"value": 0,
"lastUpdate": 1644108158492,
"newValue": 1
},
{
"id": "12-112-0-121-256",
"nodeId": 12,
"commandClass": 112,
"commandClassName": "Configuration",
"endpoint": 0,
"property": 121,
"propertyName": "On Trigger: Send Basic Report",
"propertyKey": 256,
"type": "number",
"readable": true,
"writeable": true,
"label": "On Trigger: Send Basic Report",
"default": 0,
"stateless": false,
"commandClassVersion": 1,
"min": 0,
"max": 1,
"list": true,
"allowManualEntry": false,
"states": [
{
"text": "Disable",
"value": 0
},
{
"text": "Enable",
"value": 1
}
],
"value": 1,
"lastUpdate": 1644108158494,
"newValue": 0
},
Can anyone please help me?