[RELEASE] Tuya Zigbee Multi-Sensor 4 In 1 (PIR motion sensors) w/ healthStatus

Which one at that listing? I have one of them.

I ordered 2 of the 24G, with wall stand from here:
https://www.aliexpress.com/item/1005004961301451.html

They work great. There are these ones in this driver: TS0601_IJXVKHD0_RADAR

1 Like

Error setting Motion Detection Distance while setting distance to 3.00 meters.
This is a Moes branded presence detector. What is the default distance suppose to be?


image

1 Like

Did you type "3.00" or did you type "3"

I am just curious. I'm trying to set up the device and if the device comes initialized to 6 meters than I am not going to be successful.

Looks like some bugs. I was a few versions back, but I tried the newer versions and saw what you saw.

There is a separate thread for this sensor and also a stripped down driver that seems to work.

https://raw.githubusercontent.com/Gassgs/Hubitat-Apps-and-Drivers/master/Drivers/Linptech%2024Ghz%20Presence%20Sensor%20ES1.groovy

1 Like

This was a bug, or maybe I can call it now a 'Device Profile configuration error/typo'. The fix was as easy as putting the missing period in the device profile definition :

[at:"0xE002:0xE00B",  name:'motionDetectionDistance',         type:"enum",    dt: "UINT16", rw: "rw", min:0.75, max:6.0,    defaultValue:"4.50", step:75, scale:100, map:["0.75": "0.75 meters","1.50": "1.50 meters", "2.25": "2.25 meters", "3.00": "3.00 meters", "3.75": "3.75 meters", "4.50": "4.50 meters", "5.25": "5.25 meters", "6.00" : "6.00 meters"], unit:"meters", title: "<b>Motion Detection Distance</b>",     description:'<i>Large motion detection distance, meters</i>']               // aka Far Detection

Probably, I have shared my plans before already - here, the final goal is to make it possible to add support for new devices (no matter Tuya or other brands) by defining a custom 'Device Profile' in a text file stored on the HE (Hub Local File Manager), without any needs to touch the driver code.

I.e. something similar to Zigbee2MQTT 'external converters' or Home Assistant ZHA 'quirks'... :slight_smile:

2 Likes

Latest dev. branch version ( currently 1.6.5 2023/10/22 3:56 PM) adds support also for SiHAS / Shina Systems USM-300-ZB Multifunction sensor (available in Korea) :


@jw970065 @kwon2288 @JG_Yoon FYI

1 Like

Dear kkossev

Driver information has been notified to the IOT Forum.
Thank you.

1 Like

The presence sensor I bought arrived, so I connected it.


Device pairing info

Manufacturer: _TZE204_ijxvkhd0
Endpoint 01 application: 4A
Endpoint 01 endpointId: 01
Endpoint 01 idAsInt: 1
Endpoint 01 inClusters: 0004,0005,EF00,0000
Endpoint 01 initialized: true
Endpoint 01 manufacturer: _TZE204_ijxvkhd0
Endpoint 01 model: TS0601
Endpoint 01 outClusters: 0019,000A
Endpoint 01 profileId: 0104
Endpoint 01 stage: 4

image

Make sure you are on the latest dev.branch version ... This radar should have radarSensitivity, staticDetectionSensitivity, fadingTime and maximumDistance settings.

1 Like

Let me re-apply.
The attached photo is currently connected to the Tuya Hub.


Can you write down what are the pre-configred settings from Smart Life?

'Living Room' - sensitivity = ?; longest distance = ?; delay setting = ?
'Bedroom - sensitivity = ?; longest distance = ?; delay setting = ?
.....

1 Like

This is the picture of the setting value you want.




Let me know if you need anything else

1 Like

That's enough - when I have the time in the future I can add these 'Quick settings' to the driver.
Let me know if changing the settings works in Hubutat.

Latest dev. branch version at the moment is 1.6.5 2023/10/23 8:04 AM.

1 Like

First, this is the information when you connect to the Tuya hub.

  • There are four types of quick settings.
  • The distance can be set from 1.5 to 5.5M.
  • The sensitivity seems to be adjustable to five levels.
  • The delay can be set from 1 to 1,500 seconds.

This is what comes out after changing to the version you told me.

Yep, seems like the settings do not match.. These in the driver are taken from Zigbee2MQTT code, but it may be wrong...

Enable the Debug logs, then switch off the power supply of the radar for 30 seconds; clear the live logs for this device and turn it back on. Send me (better in a PM) the debug logs that follow the power on after 10 seconds.

For my reference :

1 Like

I deleted the device and connected it again.

Summary

dev:5592023-10-24 05:14:39.461 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=104 fncmd=88

dev:5592023-10-24 05:14:39.455 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00506802000400000058, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 50, 68, 02, 00, 04, 00, 00, 00, 58]]

dev:5592023-10-24 05:14:36.754 PMinfoTuya Human Presence Detector ZY-M100-24G Tuya check-in (application version is 4A)

dev:5592023-10-24 05:14:36.748 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:9FE3010000180100204AE2FF2038E4FF2001, dni:9FE3, endpoint:01, cluster:0000, size:18, attrId:0001, encoding:20, command:0A, value:4A, clusterInt:0, attrInt:1, additionalAttrs:[[value:38, encoding:20, attrId:FFE2, consumedBytes:4, attrInt:65506], [value:01, encoding:20, attrId:FFE4, consumedBytes:4, attrInt:65508]]]

dev:5592023-10-24 05:14:31.827 PMdebugTuya Human Presence Detector ZY-M100-24G ignored illuminance event 82 lx : the change of 3 lx is less than the 5 lux threshold!

dev:5592023-10-24 05:14:31.821 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=104 fncmd=82

dev:5592023-10-24 05:14:31.816 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 004F6802000400000052, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 4F, 68, 02, 00, 04, 00, 00, 00, 52]]

dev:5592023-10-24 05:14:31.660 PMinfoTuya Human Presence Detector ZY-M100-24G fadingTime is 1 seconds (raw:1) (no change)

dev:5592023-10-24 05:14:31.657 PMdebugTuya Human Presence Detector ZY-M100-24G no change: preference 'fadingTime' existingPrefValue 1 equals scaled value 1 (dp raw value 1)

dev:5592023-10-24 05:14:31.653 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=110 fncmd=1

dev:5592023-10-24 05:14:31.647 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 004E6E02000400000001, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 4E, 6E, 02, 00, 04, 00, 00, 00, 01]]

dev:5592023-10-24 05:14:31.592 PMdebugTuya Human Presence Detector ZY-M100-24G ignored illuminance event 89 lx : the change of 4 lx is less than the 5 lux threshold!

dev:5592023-10-24 05:14:31.586 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=104 fncmd=89

dev:5592023-10-24 05:14:31.580 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 004D6802000400000059, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 4D, 68, 02, 00, 04, 00, 00, 00, 59]]

dev:5592023-10-24 05:14:31.496 PMinfoTuya Human Presence Detector ZY-M100-24G maximumDistance is 5.5 meters (raw:550) (no change)

dev:5592023-10-24 05:14:31.493 PMdebugTuya Human Presence Detector ZY-M100-24G no change: preference 'maximumDistance' existingPrefValue 5.5 equals scaled value 5.5 (dp raw value 550)

dev:5592023-10-24 05:14:31.488 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=107 fncmd=550

dev:5592023-10-24 05:14:31.482 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 004C6B02000400000226, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 4C, 6B, 02, 00, 04, 00, 00, 02, 26]]

dev:5592023-10-24 05:14:31.441 PMdebugTuya Human Presence Detector ZY-M100-24G no change: preference 'staticDetectionSensitivity' existingPrefValue 40 equals scaled value 40 (dp raw value 40)

dev:5592023-10-24 05:14:31.437 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=111 fncmd=40

dev:5592023-10-24 05:14:31.431 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 004B6F02000400000028, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 4B, 6F, 02, 00, 04, 00, 00, 00, 28]]

dev:5592023-10-24 05:14:31.403 PMinfoTuya Human Presence Detector ZY-M100-24G radarSensitivity is 2.0 x (raw:20) (no change)

dev:5592023-10-24 05:14:31.400 PMdebugTuya Human Presence Detector ZY-M100-24G no change: preference 'radarSensitivity' existingPrefValue 2.0 equals scaled value 2.0 (dp raw value 20)

dev:5592023-10-24 05:14:31.395 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=106 fncmd=20

dev:5592023-10-24 05:14:31.385 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 004A6A02000400000014, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 4A, 6A, 02, 00, 04, 00, 00, 00, 14]]

dev:5592023-10-24 05:14:31.334 PMdebugTuya Human Presence Detector ZY-M100-24G ignored illuminance event 84 lx : the change of 1 lx is less than the 5 lux threshold!

dev:5592023-10-24 05:14:31.329 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=104 fncmd=84

dev:5592023-10-24 05:14:31.323 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00496802000400000054, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 49, 68, 02, 00, 04, 00, 00, 00, 54]]

dev:5592023-10-24 05:14:31.226 PMinfoTuya Human Presence Detector ZY-M100-24G motion is active (raw:1) (no change)

dev:5592023-10-24 05:14:31.223 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=4 dp=112 fncmd=1

dev:5592023-10-24 05:14:31.217 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00477004000101, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 47, 70, 04, 00, 01, 01]]

dev:5592023-10-24 05:14:31.125 PMinfoTuya Human Presence Detector ZY-M100-24G humanMotionState is moving (raw:2) (no change)

dev:5592023-10-24 05:14:31.121 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=4 dp=105 fncmd=2

dev:5592023-10-24 05:14:31.115 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00466904000102, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 46, 69, 04, 00, 01, 02]]

dev:5592023-10-24 05:14:31.073 PMinfoTuya Human Presence Detector ZY-M100-24G unknown is inactive

dev:5592023-10-24 05:14:31.070 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=1 dp=2 fncmd=0

dev:5592023-10-24 05:14:31.064 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00450201000100, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 45, 02, 01, 00, 01, 00]]

dev:5592023-10-24 05:14:31.048 PMinfoTuya Human Presence Detector ZY-M100-24G unknown is inactive

dev:5592023-10-24 05:14:31.044 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=1 dp=1 fncmd=0

dev:5592023-10-24 05:14:30.948 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00440101000100, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 44, 01, 01, 00, 01, 00]]

dev:5592023-10-24 05:14:30.913 PMinfoTuya Human Presence Detector ZY-M100-24G maximumDistance is 5.5 meters (raw:550) (no change)

dev:5592023-10-24 05:14:30.910 PMdebugTuya Human Presence Detector ZY-M100-24G no change: preference 'maximumDistance' existingPrefValue 5.5 equals scaled value 5.5 (dp raw value 550)

dev:5592023-10-24 05:14:30.905 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=107 fncmd=550

dev:5592023-10-24 05:14:30.898 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00436B02000400000226, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 43, 6B, 02, 00, 04, 00, 00, 02, 26]]

dev:5592023-10-24 05:14:30.847 PMdebugTuya Human Presence Detector ZY-M100-24G no change: preference 'staticDetectionSensitivity' existingPrefValue 40 equals scaled value 40 (dp raw value 40)

dev:5592023-10-24 05:14:30.843 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=111 fncmd=40

dev:5592023-10-24 05:14:30.837 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00426F02000400000028, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 42, 6F, 02, 00, 04, 00, 00, 00, 28]]

dev:5592023-10-24 05:14:30.791 PMdebugTuya Human Presence Detector ZY-M100-24G ignored illuminance event 82 lx : the change of 3 lx is less than the 5 lux threshold!

dev:5592023-10-24 05:14:30.785 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=104 fncmd=82

dev:5592023-10-24 05:14:30.779 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00416802000400000052, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 41, 68, 02, 00, 04, 00, 00, 00, 52]]

dev:5592023-10-24 05:14:30.749 PMinfoTuya Human Presence Detector ZY-M100-24G radarSensitivity is 2.0 x (raw:20) (no change)

dev:5592023-10-24 05:14:30.746 PMdebugTuya Human Presence Detector ZY-M100-24G no change: preference 'radarSensitivity' existingPrefValue 2.0 equals scaled value 2.0 (dp raw value 20)

dev:5592023-10-24 05:14:30.741 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=106 fncmd=20

dev:5592023-10-24 05:14:30.734 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00406A02000400000014, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 40, 6A, 02, 00, 04, 00, 00, 00, 14]]

dev:5592023-10-24 05:14:30.685 PMinfoTuya Human Presence Detector ZY-M100-24G Illuminance is 85 Lux

dev:5592023-10-24 05:14:30.678 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=104 fncmd=85

dev:5592023-10-24 05:14:30.672 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 003F6802000400000055, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 3F, 68, 02, 00, 04, 00, 00, 00, 55]]

dev:5592023-10-24 05:14:30.581 PMinfoTuya Human Presence Detector ZY-M100-24G motion is active (raw:1) (no change)

dev:5592023-10-24 05:14:30.577 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=4 dp=112 fncmd=1

dev:5592023-10-24 05:14:30.571 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 003D7004000101, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 3D, 70, 04, 00, 01, 01]]

dev:5592023-10-24 05:14:30.479 PMinfoTuya Human Presence Detector ZY-M100-24G humanMotionState is moving (raw:2) (no change)

dev:5592023-10-24 05:14:30.475 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=4 dp=105 fncmd=2

dev:5592023-10-24 05:14:30.469 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 003C6904000102, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 3C, 69, 04, 00, 01, 02]]

dev:5592023-10-24 05:14:30.425 PMinfoTuya Human Presence Detector ZY-M100-24G unknown is inactive

dev:5592023-10-24 05:14:30.421 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=1 dp=2 fncmd=0

dev:5592023-10-24 05:14:30.415 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 003B0201000100, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 3B, 02, 01, 00, 01, 00]]

dev:5592023-10-24 05:14:30.374 PMinfoTuya Human Presence Detector ZY-M100-24G unknown is inactive

dev:5592023-10-24 05:14:30.371 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=1 dp=1 fncmd=0

dev:5592023-10-24 05:14:30.365 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 003A0101000100, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 3A, 01, 01, 00, 01, 00]]

dev:5592023-10-24 05:14:30.320 PMdebugTuya Human Presence Detector ZY-M100-24G unhandled Tuya command 11 descMap: [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 11 01 001158, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:11, direction:01, data:[00, 11, 58]]

dev:5592023-10-24 05:14:30.318 PMdebugTuya Human Presence Detector ZY-M100-24G Tuya descMap?.command = 11 descMap.data = [00, 11, 58]

dev:5592023-10-24 05:14:30.314 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 11 01 001158, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:11, direction:01, data:[00, 11, 58]]

dev:5592023-10-24 05:14:30.297 PMinfoTuya Human Presence Detector ZY-M100-24G fadingTime is 1 seconds (raw:1)

dev:5592023-10-24 05:14:30.295 PMdebugTuya Human Presence Detector ZY-M100-24G event fadingTime sent w/ value 1

dev:5592023-10-24 05:14:30.284 PMdebugTuya Human Presence Detector ZY-M100-24G preference 'fadingTime' value 10 differs from the new scaled value 1 (dp raw value 1)

dev:5592023-10-24 05:14:30.282 PMdebugTuya Human Presence Detector ZY-M100-24G compareAndConvertTuyaToHubitatPreferenceValue: preference = 10 type=number foundItem=fadingTime isEqual=false preferenceValue=10 tuyaValueScaled=1 fncmd=1

dev:5592023-10-24 05:14:30.277 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=110 fncmd=1

dev:5592023-10-24 05:14:30.269 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00386E02000400000001, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 38, 6E, 02, 00, 04, 00, 00, 00, 01]]

dev:5592023-10-24 05:14:30.256 PMinfoTuya Human Presence Detector ZY-M100-24G maximumDistance is 5.5 meters (raw:550)

dev:5592023-10-24 05:14:30.254 PMdebugTuya Human Presence Detector ZY-M100-24G event maximumDistance sent w/ value 5.5

dev:5592023-10-24 05:14:30.244 PMdebugTuya Human Presence Detector ZY-M100-24G preference 'maximumDistance' value 7.0 differs from the new scaled value 5.5 (dp raw value 550)

dev:5592023-10-24 05:14:30.242 PMdebugTuya Human Presence Detector ZY-M100-24G compareAndConvertTuyaToHubitatPreferenceValue: preference = 7.0 type=decimal foundItem=maximumDistance isEqual=false preferenceValue=7.0 tuyaValueScaled=5.5 fncmd=550

dev:5592023-10-24 05:14:30.236 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=107 fncmd=550

dev:5592023-10-24 05:14:30.228 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00376B02000400000226, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 37, 6B, 02, 00, 04, 00, 00, 02, 26]]

dev:5592023-10-24 05:14:30.207 PMdebugTuya Human Presence Detector ZY-M100-24G preference 'staticDetectionSensitivity' value 8 differs from the new scaled value 40 (dp raw value 40)

dev:5592023-10-24 05:14:30.204 PMdebugTuya Human Presence Detector ZY-M100-24G compareAndConvertTuyaToHubitatPreferenceValue: preference = 8 type=number foundItem=staticDetectionSensitivity isEqual=false preferenceValue=8 tuyaValueScaled=40 fncmd=40

dev:5592023-10-24 05:14:30.199 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=111 fncmd=40

dev:5592023-10-24 05:14:30.191 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00366F02000400000028, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 36, 6F, 02, 00, 04, 00, 00, 00, 28]]

dev:5592023-10-24 05:14:30.177 PMinfoTuya Human Presence Detector ZY-M100-24G radarSensitivity is 2.0 x (raw:20)

dev:5592023-10-24 05:14:30.176 PMdebugTuya Human Presence Detector ZY-M100-24G event radarSensitivity sent w/ value 2.0

dev:5592023-10-24 05:14:30.158 PMdebugTuya Human Presence Detector ZY-M100-24G preference 'radarSensitivity' value 8.0 differs from the new scaled value 2.0 (dp raw value 20)

dev:5592023-10-24 05:14:30.156 PMdebugTuya Human Presence Detector ZY-M100-24G compareAndConvertTuyaToHubitatPreferenceValue: preference = 8.0 type=decimal foundItem=radarSensitivity isEqual=false preferenceValue=8.0 tuyaValueScaled=2.0 fncmd=20

dev:5592023-10-24 05:14:30.152 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=106 fncmd=20

dev:5592023-10-24 05:14:30.141 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00356A02000400000014, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 35, 6A, 02, 00, 04, 00, 00, 00, 14]]

dev:5592023-10-24 05:14:30.076 PMdebugTuya Human Presence Detector ZY-M100-24G ignored illuminance event 88 lx : the change of 2 lx is less than the 5 lux threshold!

dev:5592023-10-24 05:14:30.069 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=104 fncmd=88

dev:5592023-10-24 05:14:30.050 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00346802000400000058, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 34, 68, 02, 00, 04, 00, 00, 00, 58]]

dev:5592023-10-24 05:14:29.960 PMinfoTuya Human Presence Detector ZY-M100-24G Detected motion

dev:5592023-10-24 05:14:29.955 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=4 dp=112 fncmd=1

dev:5592023-10-24 05:14:29.948 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00317004000101, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 31, 70, 04, 00, 01, 01]]

dev:5592023-10-24 05:14:29.908 PMinfoTuya Human Presence Detector ZY-M100-24G humanMotionState is moving (raw:2)

dev:5592023-10-24 05:14:29.906 PMdebugTuya Human Presence Detector ZY-M100-24G event humanMotionState sent w/ value moving

dev:5592023-10-24 05:14:29.901 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=4 dp=105 fncmd=2

dev:5592023-10-24 05:14:29.895 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00306904000102, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 30, 69, 04, 00, 01, 02]]

dev:5592023-10-24 05:14:29.882 PMinfoTuya Human Presence Detector ZY-M100-24G unknown is inactive

dev:5592023-10-24 05:14:29.879 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=1 dp=2 fncmd=0

dev:5592023-10-24 05:14:29.819 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 002F0201000100, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 2F, 02, 01, 00, 01, 00]]

dev:5592023-10-24 05:14:29.782 PMinfoTuya Human Presence Detector ZY-M100-24G unknown is inactive

dev:5592023-10-24 05:14:29.779 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=1 dp=1 fncmd=0

dev:5592023-10-24 05:14:29.772 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 002E0101000100, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 2E, 01, 01, 00, 01, 00]]

dev:5592023-10-24 05:14:29.157 PMdebugTuya Human Presence Detector ZY-M100-24G forcing the powerSource to dc

dev:5592023-10-24 05:14:29.155 PMinfoTuya Human Presence Detector ZY-M100-24G reported Power source mains (01)

dev:5592023-10-24 05:14:29.152 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:9FE30100000A07003001, dni:9FE3, endpoint:01, cluster:0000, size:0A, attrId:0007, encoding:30, command:01, value:01, clusterInt:0, attrInt:7]

dev:5592023-10-24 05:14:29.085 PMdebugTuya Human Presence Detector ZY-M100-24G sendZigbeeCommands (cmd=[he raw 0x9FE3 1 0x01 0x0000 {10 00 00 07 00}, delay 191, he raw 0x9FE3 1 0x01 0x0001 {10 00 00 20 00}, delay 192, he raw 0x9FE3 1 0x01 0x0001 {10 00 00 21 00}, delay 193, he cmd 0x9FE3 0x01 0xEF00 0x03 {}, delay 2000])

dev:5592023-10-24 05:14:29.073 PMinfoTuya Human Presence Detector ZY-M100-24G refresh()...

dev:5592023-10-24 05:14:27.997 PMinfoTuya Human Presence Detector ZY-M100-24G Initialization finished
version=1.6.5 (Timestamp: 2023/10/23 8:04 AM)

dev:5592023-10-24 05:14:27.995 PMinfoTuya Human Presence Detector ZY-M100-24G manufacturer = _TZE204_ijxvkhd0

dev:5592023-10-24 05:14:27.812 PMinfoTuya Human Presence Detector ZY-M100-24G Illuminance is 90 Lux

dev:5592023-10-24 05:14:27.806 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=104 fncmd=90

dev:5592023-10-24 05:14:27.800 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 002B680200040000005A, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 2B, 68, 02, 00, 04, 00, 00, 00, 5A]]

dev:5592023-10-24 05:14:26.107 PMdebugTuya Human Presence Detector ZY-M100-24G no preferences are changed (size=8)

dev:5592023-10-24 05:14:26.099 PMdebugTuya Human Presence Detector ZY-M100-24G updateAllPreferences: [he cmd 0x9FE3 0x01 0xEF00 0x00 {00016A02000400000050}, delay 2000, he cmd 0x9FE3 0x01 0xEF00 0x00 {00026F02000400000008}, delay 2000, he cmd 0x9FE3 0x01 0xEF00 0x00 {00036E0200040000000A}, delay 2000, he cmd 0x9FE3 0x01 0xEF00 0x00 {00046B020004000002BC}, delay 2000]

dev:5592023-10-24 05:14:26.097 PMdebugTuya Human Presence Detector ZY-M100-24G sending radar parameter maximumDistance value 700 (raw=000002BC) Tuya dp=6B (107)

dev:5592023-10-24 05:14:26.094 PMdebugTuya Human Presence Detector ZY-M100-24G Tuya Human Presence Detector ZY-M100-24G sendTuyaCommand = [he cmd 0x9FE3 0x01 0xEF00 0x00 {00046B020004000002BC}, delay 2000]

dev:5592023-10-24 05:14:26.077 PMdebugTuya Human Presence Detector ZY-M100-24G updateAllPreferences: preference maximumDistance type:decimal scaledValue = 700

dev:5592023-10-24 05:14:26.075 PMdebugTuya Human Presence Detector ZY-M100-24G getScaledPreferenceValue: preference maximumDistance value = 7.0 scaledValue = 700 (scale=100)

dev:5592023-10-24 05:14:26.067 PMdebugTuya Human Presence Detector ZY-M100-24G sending radar parameter fadingTime value 10 (raw=0000000A) Tuya dp=6E (110)

dev:5592023-10-24 05:14:26.065 PMdebugTuya Human Presence Detector ZY-M100-24G Tuya Human Presence Detector ZY-M100-24G sendTuyaCommand = [he cmd 0x9FE3 0x01 0xEF00 0x00 {00036E0200040000000A}, delay 2000]

dev:5592023-10-24 05:14:26.057 PMdebugTuya Human Presence Detector ZY-M100-24G updateAllPreferences: preference fadingTime type:number scaledValue = 10

dev:5592023-10-24 05:14:26.054 PMdebugTuya Human Presence Detector ZY-M100-24G getScaledPreferenceValue: preference fadingTime value = 10 scaledValue = 10 (scale=1)

dev:5592023-10-24 05:14:26.049 PMdebugTuya Human Presence Detector ZY-M100-24G sending radar parameter staticDetectionSensitivity value 8 (raw=00000008) Tuya dp=6F (111)

dev:5592023-10-24 05:14:26.047 PMdebugTuya Human Presence Detector ZY-M100-24G Tuya Human Presence Detector ZY-M100-24G sendTuyaCommand = [he cmd 0x9FE3 0x01 0xEF00 0x00 {00026F02000400000008}, delay 2000]

dev:5592023-10-24 05:14:26.041 PMdebugTuya Human Presence Detector ZY-M100-24G updateAllPreferences: preference staticDetectionSensitivity type:number scaledValue = 8

dev:5592023-10-24 05:14:26.039 PMdebugTuya Human Presence Detector ZY-M100-24G getScaledPreferenceValue: preference staticDetectionSensitivity value = 8 scaledValue = 8 (scale=1)

dev:5592023-10-24 05:14:26.034 PMdebugTuya Human Presence Detector ZY-M100-24G sending radar parameter radarSensitivity value 80 (raw=00000050) Tuya dp=6A (106)

dev:5592023-10-24 05:14:26.032 PMdebugTuya Human Presence Detector ZY-M100-24G Tuya Human Presence Detector ZY-M100-24G sendTuyaCommand = [he cmd 0x9FE3 0x01 0xEF00 0x00 {00016A02000400000050}, delay 2000]

dev:5592023-10-24 05:14:26.026 PMdebugTuya Human Presence Detector ZY-M100-24G updateAllPreferences: preference radarSensitivity type:decimal scaledValue = 80

dev:5592023-10-24 05:14:26.024 PMdebugTuya Human Presence Detector ZY-M100-24G getScaledPreferenceValue: preference radarSensitivity value = 8.0 scaledValue = 80 (scale=10)

dev:5592023-10-24 05:14:26.015 PMdebugTuya Human Presence Detector ZY-M100-24G updateAllPreferences: preferences=[radarSensitivity:106, staticDetectionSensitivity:111, fadingTime:110, maximumDistance:107]

dev:5592023-10-24 05:14:26.011 PMdebugTuya Human Presence Detector ZY-M100-24G current state.deviceProfile=TS0601_IJXVKHD0_RADAR, settings.forcedProfile=Tuya Human Presence Detector IJXVKHD0, getProfileKey()=TS0601_IJXVKHD0_RADAR

dev:5592023-10-24 05:14:26.000 PMinfoTuya Human Presence Detector ZY-M100-24G Debug logging will be turned off after 24 hours

dev:5592023-10-24 05:14:25.975 PMinfoTuya Human Presence Detector ZY-M100-24G Debug logging is true; Description text logging is true

dev:5592023-10-24 05:14:25.973 PMinfoTuya Human Presence Detector ZY-M100-24G Updating null (Tuya Human Presence Detector ZY-M100-24G) model TS0601 manufacturer _TZE204_ijxvkhd0 deviceProfile=TS0601_IJXVKHD0_RADAR

dev:5592023-10-24 05:14:25.971 PMinfoTuya Human Presence Detector ZY-M100-24G tuyaVersion set to 1.0.10

dev:5592023-10-24 05:14:25.965 PMinfoTuya Human Presence Detector ZY-M100-24G updated()...

dev:5592023-10-24 05:14:25.797 PMinfoTuya Human Presence Detector ZY-M100-24G Illuminance is 84 Lux

dev:5592023-10-24 05:14:25.790 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=104 fncmd=84

dev:5592023-10-24 05:14:25.780 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00286802000400000054, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 28, 68, 02, 00, 04, 00, 00, 00, 54]]

dev:5592023-10-24 05:14:25.484 PMdebugTuya Human Presence Detector ZY-M100-24G write attribute response is success

dev:5592023-10-24 05:14:25.479 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 0000 01 01 0040 00 9FE3 00 00 0000 04 01 00, profileId:0104, clusterId:0000, clusterInt:0, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:04, direction:01, data:[00]]

dev:5592023-10-24 05:14:25.317 PMinfoTuya Human Presence Detector ZY-M100-24G received device manufacturer _TZE204_ijxvkhd0

dev:5592023-10-24 05:14:25.312 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:9FE301000068040042105F545A453230345F696A78766B6864300000002003010000204A05000042065453303630310700003001FEFF003000, dni:9FE3, endpoint:01, cluster:0000, size:68, attrId:0004, encoding:42, command:01, value:_TZE204_ijxvkhd0, clusterInt:0, attrInt:4, additionalAttrs:[[value:03, encoding:20, attrId:0000, consumedBytes:4, attrInt:0], [value:4A, encoding:20, attrId:0001, consumedBytes:4, attrInt:1], [value:TS0601, encoding:42, attrId:0005, consumedBytes:9, attrInt:5]]]

dev:5592023-10-24 05:14:25.242 PMdebugTuya Human Presence Detector ZY-M100-24G write attribute response is success

dev:5592023-10-24 05:14:25.238 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 0000 01 01 0040 00 9FE3 00 00 0000 04 01 00, profileId:0104, clusterId:0000, clusterInt:0, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:04, direction:01, data:[00]]

dev:5592023-10-24 05:14:25.189 PMdebugTuya Human Presence Detector ZY-M100-24G sendZigbeeCommands (cmd=[he raw 0x9FE3 1 0x01 0x0000 {10 00 00 04 00 00 00 01 00 05 00 07 00 FE FF}, delay 200, he wattr 0x9FE3 0x01 0x0000 0xFFDE 0x20 {13} {}, delay 200])

dev:5592023-10-24 05:14:25.131 PMinfoTuya Human Presence Detector ZY-M100-24G configure()..

dev:5592023-10-24 05:14:25.121 PMinfoTuya Human Presence Detector ZY-M100-24G received device manufacturer _TZE204_ijxvkhd0

dev:5592023-10-24 05:14:25.115 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:9FE301000068040042105F545A453230345F696A78766B6864300000002003010000204A05000042065453303630310700003001FEFF003000, dni:9FE3, endpoint:01, cluster:0000, size:68, attrId:0004, encoding:42, command:01, value:_TZE204_ijxvkhd0, clusterInt:0, attrInt:4, additionalAttrs:[[value:03, encoding:20, attrId:0000, consumedBytes:4, attrInt:0], [value:4A, encoding:20, attrId:0001, consumedBytes:4, attrInt:1], [value:TS0601, encoding:42, attrId:0005, consumedBytes:9, attrInt:5]]]

dev:5592023-10-24 05:14:25.109 PMinfoTuya Human Presence Detector ZY-M100-24G is present

dev:5592023-10-24 05:14:24.440 PMinfoTuya Multi Sensor 4 In 1 Initialize( fullInit = true )...

dev:5592023-10-24 05:14:24.434 PMinfoTuya Multi Sensor 4 In 1 installed()...

Show more..

Summary

dev:5592023-10-24 05:14:59.836 PMinfo24G 존재감지센서 Illuminance is 90 Lux

dev:5592023-10-24 05:14:59.830 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=90

dev:5592023-10-24 05:14:59.825 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 0072680200040000005A, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 72, 68, 02, 00, 04, 00, 00, 00, 5A]]

dev:5592023-10-24 05:14:59.098 PMinfo24G 존재감지센서 Illuminance is 83 Lux

dev:5592023-10-24 05:14:59.091 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=83

dev:5592023-10-24 05:14:59.086 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00716802000400000053, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 71, 68, 02, 00, 04, 00, 00, 00, 53]]

dev:5592023-10-24 05:14:58.588 PMinfo24G 존재감지센서 Illuminance is 89 Lux

dev:5592023-10-24 05:14:58.582 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=89

dev:5592023-10-24 05:14:58.576 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00706802000400000059, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 70, 68, 02, 00, 04, 00, 00, 00, 59]]

dev:5592023-10-24 05:14:58.040 PMinfo24G 존재감지센서 Illuminance is 82 Lux

dev:5592023-10-24 05:14:58.033 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=82

dev:5592023-10-24 05:14:57.977 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 006F6802000400000052, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 6F, 68, 02, 00, 04, 00, 00, 00, 52]]

dev:5592023-10-24 05:14:57.491 PMinfo24G 존재감지센서 Illuminance is 90 Lux

dev:5592023-10-24 05:14:57.485 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=90

dev:5592023-10-24 05:14:57.479 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 006E680200040000005A, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 6E, 68, 02, 00, 04, 00, 00, 00, 5A]]

dev:5592023-10-24 05:14:56.691 PMinfo24G 존재감지센서 Illuminance is 83 Lux

dev:5592023-10-24 05:14:56.684 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=83

dev:5592023-10-24 05:14:56.679 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 006D6802000400000053, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 6D, 68, 02, 00, 04, 00, 00, 00, 53]]

dev:5592023-10-24 05:14:56.193 PMinfo24G 존재감지센서 Illuminance is 90 Lux

dev:5592023-10-24 05:14:56.187 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=90

dev:5592023-10-24 05:14:56.181 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 006C680200040000005A, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 6C, 68, 02, 00, 04, 00, 00, 00, 5A]]

dev:5592023-10-24 05:14:55.446 PMinfo24G 존재감지센서 Illuminance is 83 Lux

dev:5592023-10-24 05:14:55.439 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=83

dev:5592023-10-24 05:14:55.434 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 006B6802000400000053, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 6B, 68, 02, 00, 04, 00, 00, 00, 53]]

dev:5592023-10-24 05:14:54.945 PMinfo24G 존재감지센서 Illuminance is 89 Lux

dev:5592023-10-24 05:14:54.938 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=89

dev:5592023-10-24 05:14:54.933 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 006A6802000400000059, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 6A, 68, 02, 00, 04, 00, 00, 00, 59]]

dev:5592023-10-24 05:14:54.346 PMinfo24G 존재감지센서 Illuminance is 83 Lux

dev:5592023-10-24 05:14:54.340 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=83

dev:5592023-10-24 05:14:54.335 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00696802000400000053, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 69, 68, 02, 00, 04, 00, 00, 00, 53]]

dev:5592023-10-24 05:14:53.846 PMinfo24G 존재감지센서 Illuminance is 90 Lux

dev:5592023-10-24 05:14:53.839 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=90

dev:5592023-10-24 05:14:53.834 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 0068680200040000005A, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 68, 68, 02, 00, 04, 00, 00, 00, 5A]]

dev:5592023-10-24 05:14:53.048 PMinfo24G 존재감지센서 Illuminance is 83 Lux

dev:5592023-10-24 05:14:53.041 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=83

dev:5592023-10-24 05:14:53.036 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00676802000400000053, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 67, 68, 02, 00, 04, 00, 00, 00, 53]]

dev:5592023-10-24 05:14:52.546 PMinfo24G 존재감지센서 Illuminance is 89 Lux

dev:5592023-10-24 05:14:52.540 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=89

dev:5592023-10-24 05:14:52.534 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00666802000400000059, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 66, 68, 02, 00, 04, 00, 00, 00, 59]]

dev:5592023-10-24 05:14:51.949 PMinfo24G 존재감지센서 Illuminance is 82 Lux

dev:5592023-10-24 05:14:51.942 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=82

dev:5592023-10-24 05:14:51.937 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00656802000400000052, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 65, 68, 02, 00, 04, 00, 00, 00, 52]]

dev:5592023-10-24 05:14:51.450 PMinfo24G 존재감지센서 Illuminance is 89 Lux

dev:5592023-10-24 05:14:51.444 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=89

dev:5592023-10-24 05:14:51.438 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00646802000400000059, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 64, 68, 02, 00, 04, 00, 00, 00, 59]]

dev:5592023-10-24 05:14:50.701 PMinfo24G 존재감지센서 Illuminance is 83 Lux

dev:5592023-10-24 05:14:50.694 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=83

dev:5592023-10-24 05:14:50.689 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00636802000400000053, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 63, 68, 02, 00, 04, 00, 00, 00, 53]]

dev:5592023-10-24 05:14:50.152 PMinfo24G 존재감지센서 Illuminance is 89 Lux

dev:5592023-10-24 05:14:50.146 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=89

dev:5592023-10-24 05:14:50.140 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00626802000400000059, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 62, 68, 02, 00, 04, 00, 00, 00, 59]]

dev:5592023-10-24 05:14:49.564 PMinfo24G 존재감지센서 Illuminance is 82 Lux

dev:5592023-10-24 05:14:49.558 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=82

dev:5592023-10-24 05:14:49.552 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00616802000400000052, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 61, 68, 02, 00, 04, 00, 00, 00, 52]]

dev:5592023-10-24 05:14:49.052 PMinfo24G 존재감지센서 Illuminance is 90 Lux

dev:5592023-10-24 05:14:49.045 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=90

dev:5592023-10-24 05:14:49.040 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 0060680200040000005A, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 60, 68, 02, 00, 04, 00, 00, 00, 5A]]

dev:5592023-10-24 05:14:48.304 PMinfo24G 존재감지센서 Illuminance is 83 Lux

dev:5592023-10-24 05:14:48.297 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=83

dev:5592023-10-24 05:14:48.291 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 005F6802000400000053, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 5F, 68, 02, 00, 04, 00, 00, 00, 53]]

dev:5592023-10-24 05:14:47.807 PMinfo24G 존재감지센서 Illuminance is 89 Lux

dev:5592023-10-24 05:14:47.799 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=89

dev:5592023-10-24 05:14:47.793 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 005E6802000400000059, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 5E, 68, 02, 00, 04, 00, 00, 00, 59]]

dev:5592023-10-24 05:14:47.006 PMinfo24G 존재감지센서 Illuminance is 83 Lux

dev:5592023-10-24 05:14:46.999 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=83

dev:5592023-10-24 05:14:46.994 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 005D6802000400000053, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 5D, 68, 02, 00, 04, 00, 00, 00, 53]]

dev:5592023-10-24 05:14:46.506 PMinfo24G 존재감지센서 Illuminance is 89 Lux

dev:5592023-10-24 05:14:46.500 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=89

dev:5592023-10-24 05:14:46.494 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 005C6802000400000059, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 5C, 68, 02, 00, 04, 00, 00, 00, 59]]

dev:5592023-10-24 05:14:45.905 PMinfo24G 존재감지센서 Illuminance is 83 Lux

dev:5592023-10-24 05:14:45.898 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=83

dev:5592023-10-24 05:14:45.893 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 005B6802000400000053, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 5B, 68, 02, 00, 04, 00, 00, 00, 53]]

dev:5592023-10-24 05:14:45.407 PMinfo24G 존재감지센서 Illuminance is 90 Lux

dev:5592023-10-24 05:14:45.401 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=90

dev:5592023-10-24 05:14:45.396 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 005A680200040000005A, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 5A, 68, 02, 00, 04, 00, 00, 00, 5A]]

dev:5592023-10-24 05:14:44.657 PMdebug24G 존재감지센서 ignored illuminance event 83 lx : the change of 2 lx is less than the 5 lux threshold!

dev:5592023-10-24 05:14:44.652 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=83

dev:5592023-10-24 05:14:44.647 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00596802000400000053, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 59, 68, 02, 00, 04, 00, 00, 00, 53]]

dev:5592023-10-24 05:14:44.109 PMdebug24G 존재감지센서 ignored illuminance event 89 lx : the change of 4 lx is less than the 5 lux threshold!

dev:5592023-10-24 05:14:44.104 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=89

dev:5592023-10-24 05:14:44.098 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00586802000400000059, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 58, 68, 02, 00, 04, 00, 00, 00, 59]]

dev:5592023-10-24 05:14:43.509 PMdebugTuya Human Presence Detector ZY-M100-24G ignored illuminance event 82 lx : the change of 3 lx is less than the 5 lux threshold!

dev:5592023-10-24 05:14:43.503 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=104 fncmd=82

dev:5592023-10-24 05:14:43.497 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00576802000400000052, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 57, 68, 02, 00, 04, 00, 00, 00, 52]]

dev:5592023-10-24 05:14:43.012 PMdebugTuya Human Presence Detector ZY-M100-24G ignored illuminance event 89 lx : the change of 4 lx is less than the 5 lux threshold!

dev:5592023-10-24 05:14:43.005 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=104 fncmd=89

dev:5592023-10-24 05:14:42.999 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00566802000400000059, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 56, 68, 02, 00, 04, 00, 00, 00, 59]]

dev:5592023-10-24 05:14:42.262 PMdebugTuya Human Presence Detector ZY-M100-24G ignored illuminance event 83 lx : the change of 2 lx is less than the 5 lux threshold!

dev:5592023-10-24 05:14:42.256 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=104 fncmd=83

dev:5592023-10-24 05:14:42.250 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00556802000400000053, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 55, 68, 02, 00, 04, 00, 00, 00, 53]]

dev:5592023-10-24 05:14:41.763 PMdebugTuya Human Presence Detector ZY-M100-24G ignored illuminance event 89 lx : the change of 4 lx is less than the 5 lux threshold!

dev:5592023-10-24 05:14:41.757 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=104 fncmd=89

dev:5592023-10-24 05:14:41.751 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00546802000400000059, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 54, 68, 02, 00, 04, 00, 00, 00, 59]]

dev:5592023-10-24 05:14:41.261 PMdebugTuya Human Presence Detector ZY-M100-24G ignored illuminance event 82 lx : the change of 3 lx is less than the 5 lux threshold!

dev:5592023-10-24 05:14:41.256 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=104 fncmd=82

dev:5592023-10-24 05:14:41.250 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00536802000400000052, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 53, 68, 02, 00, 04, 00, 00, 00, 52]]

dev:5592023-10-24 05:14:40.462 PMdebugTuya Human Presence Detector ZY-M100-24G ignored illuminance event 88 lx : the change of 3 lx is less than the 5 lux threshold!

dev:5592023-10-24 05:14:40.456 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=104 fncmd=88

dev:5592023-10-24 05:14:40.450 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00526802000400000058, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 52, 68, 02, 00, 04, 00, 00, 00, 58]]

dev:5592023-10-24 05:14:39.966 PMdebugTuya Human Presence Detector ZY-M100-24G ignored illuminance event 81 lx : the change of 4 lx is less than the 5 lux threshold!

dev:5592023-10-24 05:14:39.961 PMdebugTuya Human Presence Detector ZY-M100-24G processTuyaDP: received: dp_id=2 dp=104 fncmd=81

dev:5592023-10-24 05:14:39.955 PMdebugTuya Human Presence Detector ZY-M100-24G parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00516802000400000051, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 51, 68, 02, 00, 04, 00, 00, 00, 51]]

dev:5592023-10-24 05:14:39.467 PMdebugTuya Human Presence Detector ZY-M100-24G ignored illuminance event 88 lx : the change of 3 lx is less than the 5 lux threshold!

Summary

dev:5592023-10-24 05:15:14.206 PMinfo24G 존재감지센서 Illuminance is 88 Lux

dev:5592023-10-24 05:15:14.188 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=88

dev:5592023-10-24 05:15:14.127 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 008A6802000400000058, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 8A, 68, 02, 00, 04, 00, 00, 00, 58]]

dev:5592023-10-24 05:15:13.588 PMinfo24G 존재감지센서 Illuminance is 81 Lux

dev:5592023-10-24 05:15:13.580 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=81

dev:5592023-10-24 05:15:13.566 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00896802000400000051, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 89, 68, 02, 00, 04, 00, 00, 00, 51]]

dev:5592023-10-24 05:15:13.000 PMinfo24G 존재감지센서 Illuminance is 88 Lux

dev:5592023-10-24 05:15:12.990 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=88

dev:5592023-10-24 05:15:12.984 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00886802000400000058, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 88, 68, 02, 00, 04, 00, 00, 00, 58]]

dev:5592023-10-24 05:15:12.438 PMinfo24G 존재감지센서 Illuminance is 82 Lux

dev:5592023-10-24 05:15:12.344 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=82

dev:5592023-10-24 05:15:12.337 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00876802000400000052, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 87, 68, 02, 00, 04, 00, 00, 00, 52]]

dev:5592023-10-24 05:15:12.321 PMinfo24G 존재감지센서 illuminance is 89 lx (raw:89) (no change)

dev:5592023-10-24 05:15:12.317 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=89

dev:5592023-10-24 05:15:12.307 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00866802000400000059, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 86, 68, 02, 00, 04, 00, 00, 00, 59]]

dev:5592023-10-24 05:15:12.223 PMinfo24G 존재감지센서 Illuminance is 89 Lux

dev:5592023-10-24 05:15:12.210 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=89

dev:5592023-10-24 05:15:12.198 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00866802000400000059, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 86, 68, 02, 00, 04, 00, 00, 00, 59]]

dev:5592023-10-24 05:15:12.183 PMinfo24G 존재감지센서 illuminance is 83 lx (raw:83) (no change)

dev:5592023-10-24 05:15:12.179 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=83

dev:5592023-10-24 05:15:12.167 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00856802000400000053, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 85, 68, 02, 00, 04, 00, 00, 00, 53]]

dev:5592023-10-24 05:15:12.154 PMinfo24G 존재감지센서 illuminance is 83 lx (raw:83) (no change)

dev:5592023-10-24 05:15:12.149 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=83

dev:5592023-10-24 05:15:12.140 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00856802000400000053, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 85, 68, 02, 00, 04, 00, 00, 00, 53]]

dev:5592023-10-24 05:15:12.124 PMinfo24G 존재감지센서 illuminance is 83 lx (raw:83) (no change)

dev:5592023-10-24 05:15:12.116 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=83

dev:5592023-10-24 05:15:12.015 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00856802000400000053, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 85, 68, 02, 00, 04, 00, 00, 00, 53]]

dev:5592023-10-24 05:15:11.930 PMinfo24G 존재감지센서 Illuminance is 83 Lux

dev:5592023-10-24 05:15:11.922 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=83

dev:5592023-10-24 05:15:11.911 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00856802000400000053, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 85, 68, 02, 00, 04, 00, 00, 00, 53]]

dev:5592023-10-24 05:15:11.810 PMinfo24G 존재감지센서 Illuminance is 89 Lux

dev:5592023-10-24 05:15:11.803 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=89

dev:5592023-10-24 05:15:11.789 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00846802000400000059, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 84, 68, 02, 00, 04, 00, 00, 00, 59]]

dev:5592023-10-24 05:15:11.676 PMinfo24G 존재감지센서 Illuminance is 82 Lux

dev:5592023-10-24 05:15:11.664 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=82

dev:5592023-10-24 05:15:11.654 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00836802000400000052, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 83, 68, 02, 00, 04, 00, 00, 00, 52]]

dev:5592023-10-24 05:15:09.424 PMinfo24G 존재감지센서 Illuminance is 89 Lux

dev:5592023-10-24 05:15:09.417 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=89

dev:5592023-10-24 05:15:09.412 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00826802000400000059, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 82, 68, 02, 00, 04, 00, 00, 00, 59]]

dev:5592023-10-24 05:15:08.680 PMinfo24G 존재감지센서 Illuminance is 83 Lux

dev:5592023-10-24 05:15:08.672 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=83

dev:5592023-10-24 05:15:08.666 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00816802000400000053, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 81, 68, 02, 00, 04, 00, 00, 00, 53]]

dev:5592023-10-24 05:15:08.176 PMinfo24G 존재감지센서 Illuminance is 89 Lux

dev:5592023-10-24 05:15:08.169 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=89

dev:5592023-10-24 05:15:08.164 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00806802000400000059, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 80, 68, 02, 00, 04, 00, 00, 00, 59]]

dev:5592023-10-24 05:15:07.528 PMinfo24G 존재감지센서 Illuminance is 83 Lux

dev:5592023-10-24 05:15:07.521 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=83

dev:5592023-10-24 05:15:07.516 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 007F6802000400000053, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 7F, 68, 02, 00, 04, 00, 00, 00, 53]]

dev:5592023-10-24 05:15:07.029 PMinfo24G 존재감지센서 Illuminance is 90 Lux

dev:5592023-10-24 05:15:07.021 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=90

dev:5592023-10-24 05:15:07.016 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 007E680200040000005A, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 7E, 68, 02, 00, 04, 00, 00, 00, 5A]]

dev:5592023-10-24 05:15:06.278 PMinfo24G 존재감지센서 Illuminance is 83 Lux

dev:5592023-10-24 05:15:06.272 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=83

dev:5592023-10-24 05:15:06.266 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 007D6802000400000053, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 7D, 68, 02, 00, 04, 00, 00, 00, 53]]

dev:5592023-10-24 05:15:05.800 PMinfo24G 존재감지센서 Illuminance is 89 Lux

dev:5592023-10-24 05:15:05.790 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=89

dev:5592023-10-24 05:15:05.779 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 007C6802000400000059, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 7C, 68, 02, 00, 04, 00, 00, 00, 59]]

dev:5592023-10-24 05:15:05.285 PMinfo24G 존재감지센서 Illuminance is 81 Lux

dev:5592023-10-24 05:15:05.276 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=81

dev:5592023-10-24 05:15:05.270 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 007B6802000400000051, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 7B, 68, 02, 00, 04, 00, 00, 00, 51]]

dev:5592023-10-24 05:15:04.532 PMinfo24G 존재감지센서 Illuminance is 88 Lux

dev:5592023-10-24 05:15:04.525 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=88

dev:5592023-10-24 05:15:04.520 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 007A6802000400000058, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 7A, 68, 02, 00, 04, 00, 00, 00, 58]]

dev:5592023-10-24 05:15:04.030 PMinfo24G 존재감지센서 Illuminance is 82 Lux

dev:5592023-10-24 05:15:04.023 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=82

dev:5592023-10-24 05:15:04.018 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00796802000400000052, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 79, 68, 02, 00, 04, 00, 00, 00, 52]]

dev:5592023-10-24 05:15:03.383 PMinfo24G 존재감지센서 Illuminance is 88 Lux

dev:5592023-10-24 05:15:03.376 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=88

dev:5592023-10-24 05:15:03.370 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00786802000400000058, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 78, 68, 02, 00, 04, 00, 00, 00, 58]]

dev:5592023-10-24 05:15:02.884 PMinfo24G 존재감지센서 Illuminance is 81 Lux

dev:5592023-10-24 05:15:02.877 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=81

dev:5592023-10-24 05:15:02.872 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00776802000400000051, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 77, 68, 02, 00, 04, 00, 00, 00, 51]]

dev:5592023-10-24 05:15:02.145 PMinfo24G 존재감지센서 Illuminance is 87 Lux

dev:5592023-10-24 05:15:02.136 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=87

dev:5592023-10-24 05:15:02.127 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00766802000400000057, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 76, 68, 02, 00, 04, 00, 00, 00, 57]]

dev:5592023-10-24 05:15:01.637 PMinfo24G 존재감지센서 Illuminance is 81 Lux

dev:5592023-10-24 05:15:01.630 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=81

dev:5592023-10-24 05:15:01.624 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00756802000400000051, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 75, 68, 02, 00, 04, 00, 00, 00, 51]]

dev:5592023-10-24 05:15:01.144 PMinfo24G 존재감지센서 Illuminance is 89 Lux

dev:5592023-10-24 05:15:01.137 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=89

dev:5592023-10-24 05:15:01.131 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00746802000400000059, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 74, 68, 02, 00, 04, 00, 00, 00, 59]]

dev:5592023-10-24 05:15:00.885 PMdebug24G 존재감지센서 no preferences are changed (size=8)

dev:5592023-10-24 05:15:00.879 PMdebug24G 존재감지센서 updateAllPreferences: [he cmd 0x9FE3 0x01 0xEF00 0x00 {00056A02000400000014}, delay 2000, he cmd 0x9FE3 0x01 0xEF00 0x00 {00066F02000400000001}, delay 2000, he cmd 0x9FE3 0x01 0xEF00 0x00 {00076E02000400000001}, delay 2000, he cmd 0x9FE3 0x01 0xEF00 0x00 {00086B02000400000226}, delay 2000]

dev:5592023-10-24 05:15:00.878 PMdebug24G 존재감지센서 sending radar parameter maximumDistance value 550 (raw=00000226) Tuya dp=6B (107)

dev:5592023-10-24 05:15:00.876 PMdebug24G 존재감지센서 24G 존재감지센서 sendTuyaCommand = [he cmd 0x9FE3 0x01 0xEF00 0x00 {00086B02000400000226}, delay 2000]

dev:5592023-10-24 05:15:00.870 PMdebug24G 존재감지센서 updateAllPreferences: preference maximumDistance type:decimal scaledValue = 550

dev:5592023-10-24 05:15:00.869 PMdebug24G 존재감지센서 getScaledPreferenceValue: preference maximumDistance value = 5.5 scaledValue = 550 (scale=100)

dev:5592023-10-24 05:15:00.864 PMdebug24G 존재감지센서 sending radar parameter fadingTime value 1 (raw=00000001) Tuya dp=6E (110)

dev:5592023-10-24 05:15:00.863 PMdebug24G 존재감지센서 24G 존재감지센서 sendTuyaCommand = [he cmd 0x9FE3 0x01 0xEF00 0x00 {00076E02000400000001}, delay 2000]

dev:5592023-10-24 05:15:00.858 PMdebug24G 존재감지센서 updateAllPreferences: preference fadingTime type:number scaledValue = 1

dev:5592023-10-24 05:15:00.856 PMdebug24G 존재감지센서 getScaledPreferenceValue: preference fadingTime value = 1 scaledValue = 1 (scale=1)

dev:5592023-10-24 05:15:00.852 PMdebug24G 존재감지센서 sending radar parameter staticDetectionSensitivity value 1 (raw=00000001) Tuya dp=6F (111)

dev:5592023-10-24 05:15:00.851 PMdebug24G 존재감지센서 24G 존재감지센서 sendTuyaCommand = [he cmd 0x9FE3 0x01 0xEF00 0x00 {00066F02000400000001}, delay 2000]

dev:5592023-10-24 05:15:00.846 PMdebug24G 존재감지센서 updateAllPreferences: preference staticDetectionSensitivity type:number scaledValue = 1

dev:5592023-10-24 05:15:00.844 PMdebug24G 존재감지센서 getScaledPreferenceValue: preference staticDetectionSensitivity value = 1 scaledValue = 1 (scale=1)

dev:5592023-10-24 05:15:00.840 PMdebug24G 존재감지센서 sending radar parameter radarSensitivity value 20 (raw=00000014) Tuya dp=6A (106)

dev:5592023-10-24 05:15:00.839 PMdebug24G 존재감지센서 24G 존재감지센서 sendTuyaCommand = [he cmd 0x9FE3 0x01 0xEF00 0x00 {00056A02000400000014}, delay 2000]

dev:5592023-10-24 05:15:00.833 PMdebug24G 존재감지센서 updateAllPreferences: preference radarSensitivity type:decimal scaledValue = 20

dev:5592023-10-24 05:15:00.831 PMdebug24G 존재감지센서 getScaledPreferenceValue: preference radarSensitivity value = 2.0 scaledValue = 20 (scale=10)

dev:5592023-10-24 05:15:00.826 PMdebug24G 존재감지센서 updateAllPreferences: preferences=[radarSensitivity:106, staticDetectionSensitivity:111, fadingTime:110, maximumDistance:107]

dev:5592023-10-24 05:15:00.822 PMdebug24G 존재감지센서 current state.deviceProfile=TS0601_IJXVKHD0_RADAR, settings.forcedProfile=Tuya Human Presence Detector IJXVKHD0, getProfileKey()=TS0601_IJXVKHD0_RADAR

dev:5592023-10-24 05:15:00.816 PMinfo24G 존재감지센서 Debug logging will be turned off after 24 hours

dev:5592023-10-24 05:15:00.781 PMinfo24G 존재감지센서 Debug logging is true; Description text logging is true

dev:5592023-10-24 05:15:00.780 PMinfo24G 존재감지센서 Updating 24G 존재감지센서 (Tuya Human Presence Detector ZY-M100-24G) model TS0601 manufacturer _TZE204_ijxvkhd0 deviceProfile=TS0601_IJXVKHD0_RADAR

dev:5592023-10-24 05:15:00.777 PMinfo24G 존재감지센서 updated()...

dev:5592023-10-24 05:15:00.389 PMinfo24G 존재감지센서 Illuminance is 83 Lux

dev:5592023-10-24 05:15:00.382 PMdebug24G 존재감지센서 processTuyaDP: received: dp_id=2 dp=104 fncmd=83

dev:5592023-10-24 05:15:00.376 PMdebug24G 존재감지센서 parse: (_TZE204_ijxvkhd0, TS0601_IJXVKHD0_RADAR, 1.6.5 2023/10/23 8:04 AM) descMap = [raw:catchall: 0104 EF00 01 01 0040 00 9FE3 01 00 0000 02 01 00736802000400000053, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:9FE3, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:02, direction:01, data:[00, 73, 68, 02, 00, 04, 00, 00, 00, 53]]