I am using latest version of HA 2022.3.3. with Z-wave JS for connecting to the z-wave devices.
I am trying to set a configuration parameter for an AEOTEC Smart switch 6 to set parameter 81 to value 1 ( turn off led after 5 seconds).
The configuration parameter is pulled as a drop down in the web interface, and it says that it is applied, but nothing happens on the device. When i pull the diagnostic for the device is still shows it with value 0.
I am new to HA , having just moved all my stuff from vera in the last couple of days! Not sure if the solution is in the community, or is it an actual bug?
The diagnostic part:
{
“endpoint”: 0,
“commandClass”: 112,
“commandClassName”: “Configuration”,
“property”: 81,
“propertyName”: “LED Indicator”,
“ccVersion”: 1,
“metadata”: {
“type”: “number”,
“readable”: true,
“writeable”: true,
“label”: “LED Indicator”,
“default”: 0,
“min”: 0,
“max”: 2,
“states”: {
“0”: “On when load is on”,
“1”: “Off after 5 seconds”,
“2”: “Night light mode”
},
“valueSize”: 1,
“format”: 0,
“allowManualEntry”: false,
“isFromConfig”: true
},
“value”: 0
},
{
“endpoint”: 0,