Any way to have the ability to choose humidity or temp on the tile for RDG_Zigbee-temp (SONOFF SNZB-02)? I’m looking for a driver that displays humidity on the tile and all seem to display temp only.
In this driver is possible to display temperature and humidity
[Beta] ) Edge Driver Zigbee Temp Sensor and Thermostat Mc: - Devices & Integrations / Community Created Device Types - SmartThings Community
Just tried that but unfortunately it gives me a multi tile with a bunch of other stuff I really don’t need. Hoping for a single tile with humidity only. Apparently the smartthings driver used to do this, but it only shows temp for me.
Yes Display is multi tile
@Mariano_Colmenarejo Is there more options in other drivers?
To my knowledge smartthings never had a DTH stock that showed humidity in the tile.
It would be a custom DTH that someone made and shared.
Now smartthing doesn’t offer that function in its stock drivers either.
You can make a feature request to smartthings
Using this virtual device driver
[ST Edge] vEdge Creator: a virtual device generator for end users - Devices & Integrations / Community Created Device Types - SmartThings Community
is possible to add temp/humidity device and in device’s settings is possible to select humidity tile.
Then you need Rules API rule that copies humidity measurement from real device to virtual device.
Quite complicated ![]()
Might try this. Thanks for the idea.
I kind of did this for my Aqara Temp/Humidity sensors…for every sensor I had 11 virtually switches…representing: 20,25,30,40,45,55,60,65,70,75,80. At least it gave me a rough idea of humidity, but my humidifier’s control had nothing to do with these switches. The goal range was between 42% and 44% (especially during the week they kept us caged up…)
Though I’m now in the process of converting them to use a text field device, its still the same coarse ranging right now…but all the rules are on the single device and setting a text field to some value…
I used to have custom DTH’s to show either temperature or humidity…though two of the sensors affect other things based on temperature or humidity, so I want to see both…
Hello Mariano,
Could you please add the fingerprint for this sensor to your Zigbee Multi Sensor MC driver? My hub always selects the stock “Zigbee Humidity Sensor” driver instead.
-
Device: SONOFF SNZB-02P Temperature/Humidity Sensor
-
Driver I want to use:
Zigbee Multi Sensor MC -
Raw Description:
{
“deviceId”: “96aae0fd-f4be-41c8-b223-3c0100e68217”,
“ownerId”: “10e349ec-bba6-0846-f13e-fb76d0d263e3”,
“name”: “humidity-temp-battery”,
“label”: “Temp Sensor Wohnzimmer”,
“deviceManufacturerCode”: “eWeLink”,
“manufacturerName”: “SmartThingsCommunity”,
“deviceModel”: “SNZB-02P”,
“presentationId”: “16375b5c-730b-3b1f-8e04-9fc8511da334”,
“locationId”: “b2151f3f-44e3-4628-9094-d438bc0efb9f”,
“roomId”: “b26ead24-b33c-4cf5-a1ea-3285aa090c29”,
“sharedLocations”: ,
“components”: [
{
“id”: “main”,
“label”: “main”,
“capabilities”: [
{
“id”: “temperatureMeasurement”,
“version”: 1,
“optional”: false,
“status”: {
“temperatureRange”: {
“value”: null
},
“temperature”: {
“value”: 20.3,
“unit”: “C”,
“timestamp”: “2025-10-17T18:25:16.416Z”
}
}
},
{
“id”: “relativeHumidityMeasurement”,
“version”: 1,
“optional”: false,
“status”: {
“humidity”: {
“value”: 68,
“unit”: “%”,
“timestamp”: “2025-10-17T18:25:16.772Z”
}
}
},
{
“id”: “battery”,
“version”: 1,
“optional”: false,
“status”: {
“quantity”: {
“value”: null
},
“battery”: {
“value”: 100,
“unit”: “%”,
“timestamp”: “2025-10-17T18:25:16.013Z”
},
“type”: {
“value”: null
}
}
},
{
“id”: “firmwareUpdate”,
“version”: 1,
“optional”: false,
“status”: {
“lastUpdateStatusReason”: {
“value”: null
},
“imageTransferProgress”: {
“value”: null
},
“availableVersion”: {
“value”: null
},
“lastUpdateStatus”: {
“value”: null
},
“supportedCommands”: {
“value”: null
},
“state”: {
“value”: null
},
“estimatedTimeRemaining”: {
“value”: null
},
“updateAvailable”: {
“value”: null
},
“currentVersion”: {
“value”: null
},
“lastUpdateTime”: {
“value”: null
},
“supportsProgressReports”: {
“value”: null
}
}
},
{
“id”: “refresh”,
“version”: 1,
“optional”: false,
“status”: {}
}
],
“categories”: [
{
“name”: “TempHumiditySensor”,
“categoryType”: “manufacturer”
}
],
“optional”: false
}
],
“createTime”: “2025-10-17T18:25:03.982Z”,
“parentDeviceId”: “04012771-4fc7-4f43-b3d6-534aaa12ad87”,
“profile”: {
“id”: “91c8e931-3fec-30a6-8821-f12a03f57d0b”
},
“zigbee”: {
“eui”: “F84477FFFE0FD4C4”,
“networkId”: “BF53”,
“driverId”: “ccea734e-e56e-4d2c-a259-3b2e1fdebd82”,
“executingLocally”: true,
“hubId”: “04012771-4fc7-4f43-b3d6-534aaa12ad87”,
“provisioningState”: “PROVISIONED”,
“fingerprintType”: “ZIGBEE_MANUFACTURER”,
“fingerprintId”: “eWeLink/SNZB-02P”
},
“type”: “ZIGBEE”,
“vid”: “16375b5c-730b-3b1f-8e04-9fc8511da334”,
“mnmn”: “SmartThingsCommunity”,
“ocfDeviceType”: “x.com.st.d.sensor.temphumidity”,
“restrictionTier”: 0,
“allowed”: [
“w:devices”,
“w:devices:locationId”,
“w:devices:roomId”,
“d:devices”,
“x:devices”,
“w:grant:device:clipsshare”,
“r:devices:visible”
],
“executionContext”: “LOCAL”,
“relationships”:
}Thank you so much!
I tried to use the Stock Zigbee Humidity Sensor driver for one of my Tuya temp and humidity sensors but it shows only the humidity value but not the temperature value. I tried setting the offset for both temp and hum but for the temp value, it shows only the ‘offset’ value and not the temp itself and shows the hum value from my device as-is but not with the offset. Do you know what could be the problem? My model is _TZE200_znbl8dj5 Model: TS0601
If you search the forum you’ll see that that model and manufacturer has never worked well with SmartThings.
Thanks Marianno, it has been working perfectly well with Wesley’s driver for the past 1.5 years but I am trying to move to stock for all my devices and noticed that it doesn’t work at all with the stock driver if this is what you meant.
Yes, it use cluster ef00
Thought as much thanks. Not sure how the humidity works perfectly though…
Dear Mariano,
Could you please add the fingerprint for this sensor to your Zigbee Multi Sensor MC driver?
| Manufacturer: SONOFF Model: SNZB-02LD FingerPrinted_EndPoint.Id: 0x01 App Version: 0x48 ZCL Version: 0x03 Network ID: 0xB791 Zigbee EUI: A4C138049B7FFFFF Device ID: c80e5966-52c1-421f-8fc2-5e713657579b Server Cluster: Ep: 0x01={ 0000,0001,0003,0402,0020,FC57,FC11 } Client Clusters: Ep: 0x01={ 0019 } Signal Metrics: LQI: 168 .... RSSI: -65 dbm |
Thank you in advance
It’s possible to use SONOFF driver
SONOFF Products Integration Guide for SmartThings & Driver Installatio
The SNZB-02P works perfectly fine with the stock driver. I have quite a few of these.
Edit: TapioX, that SONOFF channel driver is required for their latest in the series - the waterproof outdoors versions SNZB-02WD and LD. For the regular P and D flavors, the stock driver has the best UI presentation.
