Hi,
Yesterday i have added a new Qubino mini dimmer to my system, i have added it via a non-secure way because of an issue with the device becoming unresponsive after several days.
So far so good, but i’m missing the dimming functionality in Home Assistant. Other devices work without a problem.
vs
Things i have tried so far,
- Re-interview
- Removing and adding from the Z-wave Network
- Factory reset of the device
I have looked at the debug log but i’m not getting any obvious errors.
Can anyone point me in the right direction for troubleshooting this
Below i have added the diagnostics (edited because of length) of the device.
"entities": [
{
"domain": "switch",
"entity_id": "switch.mini_dimmer_2",
"original_name": "",
"original_device_class": null,
"disabled": false,
"disabled_by": null,
"hidden_by": null,
"original_icon": null,
"entity_category": null,
"supported_features": 0,
"unit_of_measurement": null,
"value_id": "19-37-0-currentValue",
"primary_value": {
"command_class": 37,
"command_class_name": "Binary Switch",
"endpoint": 0,
"property": "currentValue",
"property_name": "currentValue",
"property_key": null,
"property_key_name": null
}
},
{
"domain": "sensor",
"entity_id": "sensor.mini_dimmer_electric_consumption_kwh_2",
"original_name": "Electric Consumption [kWh]",
"original_device_class": "energy",
"disabled": false,
"disabled_by": null,
"hidden_by": null,
"original_icon": null,
"entity_category": null,
"supported_features": 0,
"unit_of_measurement": "kWh",
"value_id": "19-50-0-value-65537",
"primary_value": {
"command_class": 50,
"command_class_name": "Meter",
"endpoint": 0,
"property": "value",
"property_name": "value",
"property_key": 65537,
"property_key_name": "Electric_kWh_Consumed"
}
},
{
"domain": "sensor",
"entity_id": "sensor.mini_dimmer_electric_consumption_w_2",
"original_name": "Electric Consumption [W]",
"original_device_class": "power",
"disabled": false,
"disabled_by": null,
"hidden_by": null,
"original_icon": null,
"entity_category": null,
"supported_features": 0,
"unit_of_measurement": "W",
"value_id": "19-50-0-value-66049",
"primary_value": {
"command_class": 50,
"command_class_name": "Meter",
"endpoint": 0,
"property": "value",
"property_name": "value",
"property_key": 66049,
"property_key_name": "Electric_W_Consumed"
}
},
{
"domain": "binary_sensor",
"entity_id": "binary_sensor.mini_dimmer_over_load_detected",
"original_name": "Over-load detected",
"original_device_class": "safety",
"disabled": false,
"disabled_by": null,
"hidden_by": null,
"original_icon": null,
"entity_category": "diagnostic",
"supported_features": 0,
"unit_of_measurement": null,
"value_id": "19-113-0-Power Management-Over-load status",
"primary_value": null
},
{
"domain": "sensor",
"entity_id": "sensor.mini_dimmer_over_load_status",
"original_name": "Over-load status",
"original_device_class": null,
"disabled": true,
"disabled_by": "integration",
"hidden_by": null,
"original_icon": null,
"entity_category": null,
"supported_features": 0,
"unit_of_measurement": null,
"value_id": "19-113-0-Power Management-Over-load status",
"primary_value": null
},
{
"domain": "sensor",
"entity_id": "sensor.mini_dimmer_alarm_type",
"original_name": "Alarm Type",
"original_device_class": null,
"disabled": true,
"disabled_by": "integration",
"hidden_by": null,
"original_icon": null,
"entity_category": null,
"supported_features": 0,
"unit_of_measurement": null,
"value_id": "19-113-0-alarmType",
"primary_value": {
"command_class": 113,
"command_class_name": "Notification",
"endpoint": 0,
"property": "alarmType",
"property_name": "alarmType",
"property_key": null,
"property_key_name": null
}
},
{
"domain": "sensor",
"entity_id": "sensor.mini_dimmer_alarm_level",
"original_name": "Alarm Level",
"original_device_class": null,
"disabled": true,
"disabled_by": "integration",
"hidden_by": null,
"original_icon": null,
"entity_category": null,
"supported_features": 0,
"unit_of_measurement": null,
"value_id": "19-113-0-alarmLevel",
"primary_value": {
"command_class": 113,
"command_class_name": "Notification",
"endpoint": 0,
"property": "alarmLevel",
"property_name": "alarmLevel",
"property_key": null,
"property_key_name": null
}
}
],
"state": {
"nodeId": 19,
"index": 0,
"installerIcon": 7424,
"userIcon": 7424,
"status": 4,
"ready": true,
"isListening": true,
"isRouting": true,
"isSecure": false,
"manufacturerId": 345,
"productId": 85,
"productType": 1,
"firmwareVersion": "20.0",
"zwavePlusVersion": 1,
"deviceConfig": {
"filename": "/data/db/devices/0x0159/zmnhhd.json",
"isEmbedded": true,
"manufacturer": "Qubino",
"manufacturerId": 345,
"label": "ZMNHHD",
"description": "Mini Dimmer",
"devices": [
{
"productType": 1,
"productId": 85
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {},
"paramInformation": {
"_map": {}
},
"metadata": {
}
]
}
},
"label": "ZMNHHD",
"interviewAttempts": 1,
"endpoints": [
{
"nodeId": 19,
"index": 0,
"installerIcon": 7424,
"userIcon": 7424,
"deviceClass": {
"basic": {
"key": 4,
"label": "Routing Slave"
},
"generic": {
"key": 16,
"label": "Binary Switch"
},
"specific": {
"key": 1,
"label": "Binary Power Switch"
},
"mandatorySupportedCCs": [
32,
37,
39
],
"mandatoryControlledCCs": []
},
"commandClasses": [
{
"id": 37,
"name": "Binary Switch",
"version": 1,
"isSecure": false
},
{
"id": 94,
"name": "Z-Wave Plus Info",
"version": 2,
"isSecure": false
},
{
"id": 133,
"name": "Association",
"version": 2,
"isSecure": false
},
{
"id": 89,
"name": "Association Group Information",
"version": 2,
"isSecure": false
},
{
"id": 85,
"name": "Transport Service",
"version": 2,
"isSecure": false
},
{
"id": 134,
"name": "Version",
"version": 2,
"isSecure": false
},
{
"id": 114,
"name": "Manufacturer Specific",
"version": 2,
"isSecure": false
},
{
"id": 90,
"name": "Device Reset Locally",
"version": 1,
"isSecure": false
},
{
"id": 112,
"name": "Configuration",
"version": 1,
"isSecure": false
},
{
"id": 50,
"name": "Meter",
"version": 4,
"isSecure": false
},
{
"id": 113,
"name": "Notification",
"version": 8,
"isSecure": false
},
{
"id": 115,
"name": "Powerlevel",
"version": 1,
"isSecure": false
},
{
"id": 152,
"name": "Security",
"version": 1,
"isSecure": true
},
{
"id": 159,
"name": "Security 2",
"version": 1,
"isSecure": true
},
{
"id": 108,
"name": "Supervision",
"version": 1,
"isSecure": false
}
]
}
],
"values": [
{
"endpoint": 0,
"commandClass": 37,
"commandClassName": "Binary Switch",
"property": "currentValue",
"propertyName": "currentValue",
"ccVersion": 1,
"metadata": {
"type": "boolean",
"readable": true,
"writeable": false,
"label": "Current value"
},
"value": false
},
{
"endpoint": 0,
"commandClass": 37,
"commandClassName": "Binary Switch",
"property": "targetValue",
"propertyName": "targetValue",
"ccVersion": 1,
"metadata": {
"type": "boolean",
"readable": true,
"writeable": true,
"label": "Target value",
"valueChangeOptions": [
"transitionDuration"
]
},
"value": false
},
},
{
"endpoint": 0,
"commandClass": 50,
"commandClassName": "Meter",
"property": "reset",
"propertyName": "reset",
"ccVersion": 4,
"metadata": {
"type": "boolean",
"readable": false,
"writeable": true,
"label": "Reset accumulated values"
}
},
{
"endpoint": 0,
"commandClass": 112,
"commandClassName": "Configuration",
"property": 1,
"propertyName": "In-wall Switch Type for Load to Control I1",
"ccVersion": 1,
"metadata": {
"type": "number",
"readable": true,
"writeable": true,
"label": "In-wall Switch Type for Load to Control I1",
"default": 0,
"min": 0,
"max": 1,
"states": {
"0": "Momentary",
"1": "Toggle"
},
"valueSize": 1,
"format": 1,
"allowManualEntry": false,
"isFromConfig": true
},
"value": 0
},
{
"endpoint": 0,
"commandClass": 112,
"commandClassName": "Configuration",
"property": 11,
"propertyName": "Turn Load 1 Off Automatically With Timer",
"ccVersion": 1,
"metadata": {
"type": "number",
"readable": true,
"writeable": true,
"label": "Turn Load 1 Off Automatically With Timer",
"default": 0,
"min": 0,
"max": 32536,
"states": {
"0": "Disable"
},
"unit": "seconds",
"valueSize": 2,
"format": 1,
"allowManualEntry": true,
"isFromConfig": true
},
"value": 0
},
{
"endpoint": 0,
"commandClass": 112,
"commandClassName": "Configuration",
"property": 12,
"propertyName": "Turn Load 1 On Automatically With Timer",
"ccVersion": 1,
"metadata": {
"type": "number",
"readable": true,
"writeable": true,
"label": "Turn Load 1 On Automatically With Timer",
"default": 0,
"min": 0,
"max": 32536,
"states": {
"0": "Disabled"
},
"unit": "seconds",
"valueSize": 2,
"format": 1,
"allowManualEntry": true,
"isFromConfig": true
},
"value": 0
},
{
"endpoint": 0,
"commandClass": 112,
"commandClassName": "Configuration",
"property": 21,
"propertyName": "Double Click Function",
"ccVersion": 1,
"metadata": {
"type": "number",
"readable": true,
"writeable": true,
"label": "Double Click Function",
"default": 0,
"min": 0,
"max": 1,
"states": {
"0": "Disable",
"1": "Enable"
},
"valueSize": 1,
"format": 1,
"allowManualEntry": false,
"isFromConfig": true
},
"value": 0
},
{
"endpoint": 0,
"commandClass": 112,
"commandClassName": "Configuration",
"property": 30,
"propertyName": "State After Power Failure",
"ccVersion": 1,
"metadata": {
"type": "number",
"readable": true,
"writeable": true,
"label": "State After Power Failure",
"default": 0,
"min": 0,
"max": 1,
"states": {
"0": "Previous state",
"1": "Always off"
},
"valueSize": 1,
"format": 0,
"allowManualEntry": false,
"isFromConfig": true
},
"value": 0
},
{
"endpoint": 0,
"commandClass": 112,
"commandClassName": "Configuration",
"property": 40,
"propertyName": "Power Change Reporting Threshold For Load",
"ccVersion": 1,
"metadata": {
"type": "number",
"readable": true,
"writeable": true,
"label": "Power Change Reporting Threshold For Load",
"default": 10,
"min": 0,
"max": 100,
"states": {
"0": "Disable"
},
"unit": "%",
"valueSize": 1,
"format": 1,
"allowManualEntry": true,
"isFromConfig": true
},
"value": 10
},
{
"endpoint": 0,
"commandClass": 112,
"commandClassName": "Configuration",
"property": 42,
"propertyName": "Power Reporting Interval",
"ccVersion": 1,
"metadata": {
"type": "number",
"readable": true,
"writeable": true,
"label": "Power Reporting Interval",
"default": 0,
"min": 0,
"max": 32767,
"states": {
"0": "Disable"
},
"unit": "seconds",
"valueSize": 2,
"format": 1,
"allowManualEntry": true,
"isFromConfig": true
},
"value": 0
},
{
"endpoint": 0,
"commandClass": 112,
"commandClassName": "Configuration",
"property": 61,
"propertyName": "Maximum Dimming Level",
"ccVersion": 1,
"metadata": {
"type": "number",
"readable": true,
"writeable": true,
"label": "Maximum Dimming Level",
"default": 99,
"min": 2,
"max": 99,
"valueSize": 1,
"format": 1,
"allowManualEntry": true,
"isFromConfig": true
},
"value": 99
},
{
"endpoint": 0,
"commandClass": 112,
"commandClassName": "Configuration",
"property": 65,
"propertyName": "Dimming Duration (Key Pressed)",
"ccVersion": 1,
"metadata": {
"type": "number",
"readable": true,
"writeable": true,
"label": "Dimming Duration (Key Pressed)",
"default": 1,
"min": 1,
"max": 127,
"unit": "seconds",
"valueSize": 1,
"format": 1,
"allowManualEntry": true,
"isFromConfig": true
},
"value": 1
},
{
"endpoint": 0,
"commandClass": 112,
"commandClassName": "Configuration",
"property": 66,
"propertyName": "Dimming Duration (Key Held)",
"ccVersion": 1,
"metadata": {
"type": "number",
"readable": true,
"writeable": true,
"description": "1-127 seconds; 128-253 minutes (minus 127)",
"label": "Dimming Duration (Key Held)",
"default": 3,
"min": 1,
"max": 253,
"valueSize": 2,
"format": 1,
"allowManualEntry": true,
"isFromConfig": true
},
"value": 3
},
{
"endpoint": 0,
"commandClass": 112,
"commandClassName": "Configuration",
"property": 67,
"propertyName": "Ignore Pre-Set Dimming Start Level",
"ccVersion": 1,
"metadata": {
"type": "number",
"readable": true,
"writeable": true,
"label": "Ignore Pre-Set Dimming Start Level",
"default": 0,
"min": 0,
"max": 1,
"states": {
"0": "Disable",
"1": "Enable"
},
"valueSize": 1,
"format": 1,
"allowManualEntry": false,
"isFromConfig": true
},
"value": 0
},
{
"endpoint": 0,
"commandClass": 112,
"commandClassName": "Configuration",
"property": 68,
"propertyName": "Dimming Duration",
"ccVersion": 1,
"metadata": {
"type": "number",
"readable": true,
"writeable": true,
"description": "In switch mode the parameter has no effect",
"label": "Dimming Duration",
"default": 0,
"min": 0,
"max": 127,
"states": {
"0": "Dimming duration according to Dimming Duration (Key Held)"
},
"unit": "seconds",
"valueSize": 1,
"format": 1,
"allowManualEntry": true,
"isFromConfig": true
},
"value": 0
},
{
"endpoint": 0,
"commandClass": 112,
"commandClassName": "Configuration",
"property": 70,
"propertyName": "Overload Protection",
"ccVersion": 1,
"metadata": {
"type": "number",
"readable": true,
"writeable": true,
"label": "Overload Protection",
"default": 200,
"min": 0,
"max": 200,
"states": {
"0": "Disable"
},
"unit": "W",
"valueSize": 2,
"format": 1,
"allowManualEntry": true,
"isFromConfig": true
},
"value": 200
},
{
"endpoint": 0,
"commandClass": 112,
"commandClassName": "Configuration",
"property": 71,
"propertyName": "Calibration Trigger",
"ccVersion": 1,
"metadata": {
"type": "number",
"readable": true,
"writeable": true,
"label": "Calibration Trigger",
"default": 0,
"min": 0,
"max": 2,
"states": {
"0": "After exclusion",
"1": "After power cycle",
"2": "Force calibration"
},
"valueSize": 1,
"format": 1,
"allowManualEntry": false,
"isFromConfig": true
},
"value": 1
},
{
"endpoint": 0,
"commandClass": 112,
"commandClassName": "Configuration",
"property": 72,
"propertyName": "Calibration Status",
"ccVersion": 1,
"metadata": {
"type": "number",
"readable": true,
"writeable": false,
"label": "Calibration Status",
"default": 2,
"min": 1,
"max": 2,
"states": {
"1": "Successful",
"2": "Failed"
},
"valueSize": 1,
"format": 1,
"allowManualEntry": false,
"isFromConfig": true
},
"value": 1
},
{
"endpoint": 0,
"commandClass": 112,
"commandClassName": "Configuration",
"property": 73,
"propertyName": "Action on Alarm/Notification Events",
"ccVersion": 1,
"metadata": {
"type": "number",
"readable": true,
"writeable": true,
"label": "Action on Alarm/Notification Events",
"default": 0,
"min": 1,
"max": 3,
"states": {
"1": "Turn off",
"2": "Turn on",
"3": "Blink load"
},
"valueSize": 1,
"format": 1,
"allowManualEntry": false,
"isFromConfig": true
},
"value": 0
},
{
"endpoint": 0,
"commandClass": 112,
"commandClassName": "Configuration",
"property": 74,
"propertyName": "Alarm/Notification Action Duration",
"ccVersion": 1,
"metadata": {
"type": "number",
"readable": true,
"writeable": true,
"label": "Alarm/Notification Action Duration",
"default": 10,
"min": 1,
"max": 125,
"unit": "minutes",
"valueSize": 1,
"format": 1,
"allowManualEntry": true,
"isFromConfig": true
},
"value": 10
},
{
"endpoint": 0,
"commandClass": 112,
"commandClassName": "Configuration",
"property": 5,
"propertyName": "Working mode",
"ccVersion": 1,
"metadata": {
"type": "number",
"readable": true,
"writeable": true,
"label": "Working mode",
"default": 0,
"min": 0,
"max": 1,
"states": {
"0": "Dimmer mode",
"1": "Switch mode"
},
"valueSize": 1,
"format": 0,
"allowManualEntry": false,
"isFromConfig": true
},
"value": 0
},
{
"endpoint": 0,
"commandClass": 112,
"commandClassName": "Configuration",
"property": 6,
"propertyName": "Load Type",
"ccVersion": 1,
"metadata": {
"type": "number",
"readable": true,
"writeable": true,
"label": "Load Type",
"default": 0,
"min": 0,
"max": 1,
"states": {
"0": "Dimmable load",
"1": "Non-dimmable load"
},
"valueSize": 1,
"format": 1,
"allowManualEntry": false,
"isFromConfig": true
}
},
{
"endpoint": 0,
"commandClass": 112,
"commandClassName": "Configuration",
"property": 60,
"propertyName": "Minimum Dimming Level",
"ccVersion": 1,
"metadata": {
"type": "number",
"readable": true,
"writeable": true,
"label": "Minimum Dimming Level",
"default": 0,
"min": 0,
"max": 98,
"valueSize": 1,
"format": 1,
"allowManualEntry": true,
"isFromConfig": true
}
},
{
"endpoint": 0,
"commandClass": 113,
"commandClassName": "Notification",
"property": "alarmType",
"propertyName": "alarmType",
"ccVersion": 0,
"metadata": {
"type": "number",
"readable": true,
"writeable": false,
"label": "Alarm Type",
"min": 0,
"max": 255
}
},
{
"endpoint": 0,
"commandClass": 113,
"commandClassName": "Notification",
"property": "alarmLevel",
"propertyName": "alarmLevel",
"ccVersion": 0,
"metadata": {
"type": "number",
"readable": true,
"writeable": false,
"label": "Alarm Level",
"min": 0,
"max": 255
}
},
{
"endpoint": 0,
"commandClass": 114,
"commandClassName": "Manufacturer Specific",
"property": "manufacturerId",
"propertyName": "manufacturerId",
"ccVersion": 2,
"metadata": {
"type": "number",
"readable": true,
"writeable": false,
"label": "Manufacturer ID",
"min": 0,
"max": 65535
},
"value": 345
},
{
"endpoint": 0,
"commandClass": 114,
"commandClassName": "Manufacturer Specific",
"property": "productType",
"propertyName": "productType",
"ccVersion": 2,
"metadata": {
"type": "number",
"readable": true,
"writeable": false,
"label": "Product type",
"min": 0,
"max": 65535
},
"value": 1
},
{
"endpoint": 0,
"commandClass": 114,
"commandClassName": "Manufacturer Specific",
"property": "productId",
"propertyName": "productId",
"ccVersion": 2,
"metadata": {
"type": "number",
"readable": true,
"writeable": false,
"label": "Product ID",
"min": 0,
"max": 65535
},
"value": 85
},
{
"endpoint": 0,
"commandClass": 134,
"commandClassName": "Version",
"property": "libraryType",
"propertyName": "libraryType",
"ccVersion": 2,
"metadata": {
"type": "number",
"readable": true,
"writeable": false,
"label": "Library type",
"states": {
"0": "Unknown",
"1": "Static Controller",
"2": "Controller",
"3": "Enhanced Slave",
"4": "Slave",
"5": "Installer",
"6": "Routing Slave",
"7": "Bridge Controller",
"8": "Device under Test",
"9": "N/A",
"10": "AV Remote",
"11": "AV Device"
}
},
"value": 3
},
{
"endpoint": 0,
"commandClass": 134,
"commandClassName": "Version",
"property": "protocolVersion",
"propertyName": "protocolVersion",
"ccVersion": 2,
"metadata": {
"type": "string",
"readable": true,
"writeable": false,
"label": "Z-Wave protocol version"
},
"value": "5.3"
},
{
"endpoint": 0,
"commandClass": 134,
"commandClassName": "Version",
"property": "firmwareVersions",
"propertyName": "firmwareVersions",
"ccVersion": 2,
"metadata": {
"type": "string[]",
"readable": true,
"writeable": false,
"label": "Z-Wave chip firmware versions"
},
"value": [
"20.0",
"20.0"
]
},
{
"endpoint": 0,
"commandClass": 134,
"commandClassName": "Version",
"property": "hardwareVersion",
"propertyName": "hardwareVersion",
"ccVersion": 2,
"metadata": {
"type": "number",
"readable": true,
"writeable": false,
"label": "Z-Wave chip hardware version"
},
"value": 2
}
],
"isFrequentListening": false,
"maxDataRate": 100000,
"supportedDataRates": [
40000,
100000
],
"protocolVersion": 3,
"supportsBeaming": true,
"supportsSecurity": false,
"nodeType": 1,
"zwavePlusNodeType": 0,
"zwavePlusRoleType": 5,
"deviceClass": {
"basic": {
"key": 4,
"label": "Routing Slave"
},
"generic": {
"key": 16,
"label": "Binary Switch"
},
"specific": {
"key": 1,
"label": "Binary Power Switch"
},
"mandatorySupportedCCs": [
32,
37,
39
],
"mandatoryControlledCCs": []
},
"interviewStage": "Complete",
"deviceDatabaseUrl": "https://devices.zwave-js.io/?jumpTo=0x0159:0x0001:0x0055:20.0",
"statistics": {
"commandsTX": 166,
"commandsRX": 184,
"commandsDroppedRX": 0,
"commandsDroppedTX": 0,
"timeoutResponse": 12,
"rtt": 250.5
},
"highestSecurityClass": -1,
"isControllerNode": false,
"keepAwake": false
}
}
}