The problem
I cannot get temperature and humidity entities from my Tuya T&H Sensor (model: 001TH0202_CB3S, category: tdq).
The device is detected in Home Assistant via both Tuya Cloud and LocalTuya integrations, but no entities are created or exposed.
The UI shows "unsupported", and the diagnostic JSON has empty function, status_range, and status fields.
I tried all protocol versions (3.1, 3.2, 3.3, 3.4), mapped DPS manually (1-8), set scan interval, and confirmed the device IP, ID, and local key (from Tuya IoT).
LocalTuya shows an unknown error and doesn’t present any DPS values.
Is there any known solution to expose entities for this device, or is it confirmed not supported?
Environment
Localtuya version: 5.2.3
Home Assistant Core version: 2026.1.1 (HAOS)
Does the device work using the Home Assistant Tuya Cloud component ? Device is detected, but no entities are exposed.
Does the device work using the Tinytuya (https://github.com/jasonacox/tinytuya) command line tool ? Could not get any DP values — only device metadata.
Was the device working with earlier versions of localtuya ? No
Are you using the Tuya/SmartLife App in parallel ? Yes
Steps to reproduce
Add device to Smart Life (Tuya app) — visible/working there.
Set up Tuya integration (cloud) — device detected, shows as unsupported, no entities.
Set up LocalTuya with device IP, ID, and local key, protocol versions tested.
Manual mapping for DPS 1-8, set scan interval (10s).
No entities and no data received.
DP dump
Unfortunately, either through LocalTuya or Tinytuya, all dump attempts return empty "function", "status_range" and "status" fields.
Example diagnostics:
JSON
"function": {},
"status_range": {},
"status": {},
"entities": []
Provide Home Assistant traceback/logs
Text
2026-01-15 20:12:01 ERROR (MainThread) [custom_components.localtuya] Unknown error connecting to device bf5521e446909f2407tq7q at 192.168.1.26
2026-01-15 20:12:01 ERROR (MainThread) [custom_components.localtuya] No DPS value detected for device bf5521e446909f2407tq7q
(The log repeats for every attempt at reconfiguration or protocol change.)
Additional information
Device appears as online in the Tuya/Smart Life app and correctly displays temperature and humidity.
All DP data appears inaccessible via both cloud and LAN/localtuya.
Device info:
Device ID: bf5521e446909f2407tq7q
Model: 001TH0202_CB3S
Category: tdq
IP: 192.168.1.26
Local Key: -?iCstS35?l7#w/;
Is this model known to be completely unsupported (cloud and local)?
Any tips for getting the entities for temperature/humidity to appear in HA?
Thanks in advance!
The problem
I cannot get temperature and humidity entities from my Tuya T&H Sensor (model: 001TH0202_CB3S, category: tdq).
The device is detected in Home Assistant via both Tuya Cloud and LocalTuya integrations, but no entities are created or exposed.
The UI shows "unsupported", and the diagnostic JSON has empty function, status_range, and status fields.
I tried all protocol versions (3.1, 3.2, 3.3, 3.4), mapped DPS manually (1-8), set scan interval, and confirmed the device IP, ID, and local key (from Tuya IoT).
LocalTuya shows an unknown error and doesn’t present any DPS values.
Is there any known solution to expose entities for this device, or is it confirmed not supported?
Environment
Localtuya version: 5.2.3
Home Assistant Core version: 2026.1.1 (HAOS)
Does the device work using the Home Assistant Tuya Cloud component ? Device is detected, but no entities are exposed.
Does the device work using the Tinytuya (https://github.com/jasonacox/tinytuya) command line tool ? Could not get any DP values — only device metadata.
Was the device working with earlier versions of localtuya ? No
Are you using the Tuya/SmartLife App in parallel ? Yes
Steps to reproduce
Add device to Smart Life (Tuya app) — visible/working there.
Set up Tuya integration (cloud) — device detected, shows as unsupported, no entities.
Set up LocalTuya with device IP, ID, and local key, protocol versions tested.
Manual mapping for DPS 1-8, set scan interval (10s).
No entities and no data received.
DP dump
Unfortunately, either through LocalTuya or Tinytuya, all dump attempts return empty "function", "status_range" and "status" fields.
Example diagnostics:
JSON
"function": {},
"status_range": {},
"status": {},
"entities": []
Provide Home Assistant traceback/logs
Text
2026-01-15 20:12:01 ERROR (MainThread) [custom_components.localtuya] Unknown error connecting to device bf5521e446909f2407tq7q at 192.168.1.26
2026-01-15 20:12:01 ERROR (MainThread) [custom_components.localtuya] No DPS value detected for device bf5521e446909f2407tq7q
(The log repeats for every attempt at reconfiguration or protocol change.)
Additional information
Device appears as online in the Tuya/Smart Life app and correctly displays temperature and humidity.
All DP data appears inaccessible via both cloud and LAN/localtuya.
Device info:
Device ID: bf5521e446909f2407tq7q
Model: 001TH0202_CB3S
Category: tdq
IP: 192.168.1.26
Local Key: -?iCstS35?l7#w/;
Is this model known to be completely unsupported (cloud and local)?
Any tips for getting the entities for temperature/humidity to appear in HA?
Thanks in advance!