Z-Wave devices with multiple sensors like temperature, humidity, etc.. are missing most of their corresponding entities in the HA side. Movement and tampering triggers are the only thing that shows up. From the diagnostic json (in HA) they are 'available' but not mapped:
"data": { "events": [], "status": { "components": { "main": { "ultravioletIndex": { "ultravioletIndex": { "value": 0, "timestamp": "2025-09-30T15:13:46.521Z" } }, "relativeHumidityMeasurement": { "humidity": { "value": 60.0, "unit": "%", "timestamp": "2025-09-30T15:13:45.441Z" } }, "temperatureMeasurement": { "temperatureRange": { "value": null }, "temperature": { "value": 22.2, "unit": "C", "timestamp": "2025-09-30T16:13:50.478Z" } }, "refresh": {}, "motionSensor": { "motion": { "value": "inactive", "timestamp": "2025-09-30T15:33:27.594Z" } }, "illuminanceMeasurement": { "illuminance": { "value": 30, "unit": "lux", "timestamp": "2025-09-30T15:13:52.607Z" } }, "battery": { "quantity": { "value": null }, "battery": { "value": 100, "unit": "%", "timestamp": "2025-09-30T15:13:46.166Z" }, "type": { "value": null } }, "tamperAlert": { "tamper": { "value": "clear", "timestamp": "2025-09-30T14:06:07.064Z" } } } } }, "info": { "deviceId": "00f9233e-fdaa-4020-99d4-e0073e53996a", "name": "aeotec-ms6", "label": "Parent's Bedroom Sensor", "manufacturerName": "SmartThingsCommunity", "presentationId": "6d160aa8-7f54-3611-b7de-0b335d162529", "deviceManufacturerCode": "0086-0102-0064", "locationId": "3478ae40-8bd4-40b8-b7e6-f25e3cf86409", "ownerId": "fe7f9079-8e23-8307-fb7e-4d58929391cf", "roomId": "f1bb7871-3a3d-48da-b23f-0e1297e8acb0", "components": [ { "id": "main", "label": "main", "capabilities": [ { "id": "motionSensor", "version": 1 }, { "id": "temperatureMeasurement", "version": 1 }, { "id": "relativeHumidityMeasurement", "version": 1 }, { "id": "illuminanceMeasurement", "version": 1 }, { "id": "ultravioletIndex", "version": 1 }, { "id": "tamperAlert", "version": 1 }, { "id": "battery", "version": 1 }, { "id": "refresh", "version": 1 } ], "categories": [ { "name": "MotionSensor", "categoryType": "manufacturer" } ], "optional": false } ],
Z-Wave devices with multiple sensors like temperature, humidity, etc.. are missing most of their corresponding entities in the HA side. Movement and tampering triggers are the only thing that shows up. From the diagnostic json (in HA) they are 'available' but not mapped:
"data": { "events": [], "status": { "components": { "main": { "ultravioletIndex": { "ultravioletIndex": { "value": 0, "timestamp": "2025-09-30T15:13:46.521Z" } }, "relativeHumidityMeasurement": { "humidity": { "value": 60.0, "unit": "%", "timestamp": "2025-09-30T15:13:45.441Z" } }, "temperatureMeasurement": { "temperatureRange": { "value": null }, "temperature": { "value": 22.2, "unit": "C", "timestamp": "2025-09-30T16:13:50.478Z" } }, "refresh": {}, "motionSensor": { "motion": { "value": "inactive", "timestamp": "2025-09-30T15:33:27.594Z" } }, "illuminanceMeasurement": { "illuminance": { "value": 30, "unit": "lux", "timestamp": "2025-09-30T15:13:52.607Z" } }, "battery": { "quantity": { "value": null }, "battery": { "value": 100, "unit": "%", "timestamp": "2025-09-30T15:13:46.166Z" }, "type": { "value": null } }, "tamperAlert": { "tamper": { "value": "clear", "timestamp": "2025-09-30T14:06:07.064Z" } } } } }, "info": { "deviceId": "00f9233e-fdaa-4020-99d4-e0073e53996a", "name": "aeotec-ms6", "label": "Parent's Bedroom Sensor", "manufacturerName": "SmartThingsCommunity", "presentationId": "6d160aa8-7f54-3611-b7de-0b335d162529", "deviceManufacturerCode": "0086-0102-0064", "locationId": "3478ae40-8bd4-40b8-b7e6-f25e3cf86409", "ownerId": "fe7f9079-8e23-8307-fb7e-4d58929391cf", "roomId": "f1bb7871-3a3d-48da-b23f-0e1297e8acb0", "components": [ { "id": "main", "label": "main", "capabilities": [ { "id": "motionSensor", "version": 1 }, { "id": "temperatureMeasurement", "version": 1 }, { "id": "relativeHumidityMeasurement", "version": 1 }, { "id": "illuminanceMeasurement", "version": 1 }, { "id": "ultravioletIndex", "version": 1 }, { "id": "tamperAlert", "version": 1 }, { "id": "battery", "version": 1 }, { "id": "refresh", "version": 1 } ], "categories": [ { "name": "MotionSensor", "categoryType": "manufacturer" } ], "optional": false } ],