Hi Petteri,
Try this custom device profile :
{
"deviceProfiles": {
"CUSTOM_TS0601_IHSENO_BATTERY": {
"description": "iHseno 24G MmWave Radar on Battery",
"device": { "powerSource": "battery" },
"capabilities": { "MotionSensor": true, "IlluminanceMeasurement": false, "Battery": true },
"preferences": {
"radarSensitivity": "9",
"fadingTime": "10"
},
"fingerprints": [
{ "profileId": "0104", "endpointId": "01", "inClusters": "0000,0004,0005,EF00", "outClusters": "0019,000A", "model": "TS0601", "manufacturer": "_TZE204_debczeci", "deviceJoinName": "iHseno 24G MmWave Radar on Battery" },
{ "profileId": "0104", "endpointId": "01", "inClusters": "0000,0004,0005,EF00", "outClusters": "0019,000A", "model": "TS0601", "manufacturer": "_TZE284_debczeci", "deviceJoinName": "iHseno 24G MmWave Radar on Battery" },
{ "profileId": "0104", "endpointId": "01", "inClusters": "0000,0004,0005,EF00", "outClusters": "0019,000A", "model": "TS0601", "manufacturer": "_TZE284_1lvln0x6", "deviceJoinName": "iHseno 24G MmWave Radar on Battery" }
],
"tuyaDPs": [
{ "dp": 1, "name": "motion", "type": "enum", "dt": "0x10", "rw": "ro", "min": 0, "max": 1, "defVal": "0", "map": { "0": "inactive", "1": "active" }, "description": "Presence state" },
{ "dp": 4, "name": "battery", "type": "number", "rw": "ro", "scale": 1, "unit": "%", "description": "Battery percentage" },
{ "dp": 9, "name": "radarSensitivity", "type": "enum", "dt": "0x10", "rw": "rw", "min": 0, "max": 2, "map": { "0": "low", "1": "medium", "2": "high" }, "defVal": "1", "title": "<b>Radar sensitivity</b>", "description": "<i>Select the radar sensitivity</i>" },
{ "dp": 10, "name": "fadingTime", "type": "enum", "rw": "rw", "dt": "0x10", "min": 0, "max": 2, "map": { "0": "15s", "1": "30s", "2": "60s" }, "defVal": "1", "unit": "seconds", "title": "<b>Fading time</b>", "description": "<i>Motion keep time</i>" }
],
"refresh": ["queryAllTuyaDP"],
"configuration": { "battery": true },
"comments": ["CUSTOM_TS0601_IHSENO_BATTERY",
"https://community.hubitat.com/t/beta-tuya-zigbee-mmwave-sensors/137410/445?u=kkossev"
]
}
},
"version": "4.2.0",
"timestamp": "2025-12-13 8:58 PM",
"description": "CUSTOM Device profiles for Tuya Zigbee mmWave Sensor",
"author": "kkossev"
}
-
Save the JSON on your PC, name it as an example "TZE284_debczeci.json"
-
Use HE File Manager to upload it to HE local storage
-
Load the Custom Profile :

-
Select it as an active Device Profile :

-
refresh the browser page and check whether the deviceProfile in the State Variables is the correct one :

Let me know whether it works, including changing the radarSensitivity and the fadingTime.
P.S. It was a fun time reading the AliExpress seller warnings ... ![]()
![]()










