Aqara Light Sensor not working properly

Hello @nayelyz wondering if you can give me a hand with this:
I have an Aqara light sensor t1 (that is officially supported on SmartThings driver), it has been working fine since installed around 4 months ago, I just recently noted the device wasn’t updating the lux reading according the time settings (2 seconds) but instead is now reporting once per hour, I went back to the history as far as I could (until August 8th) and since that date the device is only reporting once per hour, so I guess is something to do with the last driver update (dated to July 18th) because it was reporting at the configured time before, I tried to change the time interval and the device accepted the change, so is not disconnected from the ZigBee network or something, also re-paired the device a couple of times but is still reporting once per hour. Could you rise this issue with the team please?



Hi, @AurElHA
Sure, I can report it, but, can you help me collect some info, please?

You mentioned you tried to change the reporting interval, can you get the driver logs about that, please? It is needed for the report to see the message sent and the response from the device.

To get the driver logs, you need to set up the SmartThings CLI (here are the instructions) and run the command below:

smartthings edge:drivers:logcat

The CLI will prompt you to select the Hub and the driver from where you want to see the logs, after that, it will start a connection.

Once the connection starts, try to change the value of “Detection Frequency”, the console should show the messages sent and received, wait for two minutes or so, the response shouldn’t take long.
Copy those messages into a file and share it with us at build@smartthings.com.

If you have questions about this process, we can go over it step by step.

Thank you @nayelyz!
Just sent the logs to the email provided.

1 Like

@nayelyz please let me know of you require additional information to investigate the issue, I can’t use my routines as expected if the device only updates once per hour.

Hi, sorry for the delay in my response.
The report about this issue was escalated, once we get more info we’ll let you know.

1 Like

Hello, @AurElHA.
I’m Seojune from Aqara Life.

While the Aqara illuminance Sensor T1 typically updates data every hour, it can also update immediately under the following conditions:

  • When the illuminance is within the range of 0 to 10 lux, it updates if there is a difference of more than 6 lux from the previous sensing value.
  • When the illuminance is between 51 and 500 lux, it updates if there is a difference of more than 14% from the previous sensing value.
  • If the illuminance exceeds 500 lux, it updates when there is a difference of more than 10% from the previous sensing value.
    (The change in illuminance value is determined by calculating the difference between the last two measured values, as per the update time setting, such as 2 seconds.)

The log aligns with the illuminance sensor’s update conditions. It appears that there are no issues.

It would be nice to check if the illuminance sensor is updated when changing the brightness according to the update conditions.

1 Like

Thank you @Seojune for taking the time to look into it.
Actually that behavior was correct like a couple of months ago, any change on the lux reading was inmediatally updated as you described.
But from middle July to now the sensor doesn’t update lux reading even when there are light changes bigger that the ones you described above, it is only updating once per hour as you can see in my previous screenshots, no matter if I change the lights conditions on the room, only update at the next hour, I can provide more logs if needed.

Please let me know the firmware version of your device, and I will check it

Thanks, I don’t think is currently possible to see firmware version of the T1 Light sensor trough Smartthings (I only see that on the FP1, talking about Aqara devices), I am using a Smartthings Station hub with following firmware version 000.047.00012.

It works fine in my environment(Station Hub + T1 Light sensor F/W version 0.0.0_0027). Please change your device and check.

What do you suggest me to do? What do you mean with change my device? What firmware version do you have on the station? How can I know what is the firmware version of my T1 Light Sensor?

The ST hub firmware version is P9500XXU1AWE5.
The sensor’s firmware version cannot be checked in the SmartThings app; you must use the Aqara Home app.

To determine if the issue is specific to your device, it’s advisable to test other devices to see if they exhibit the same problem. This can help identify whether the issue is device-specific or more widespread.

Thank you, Sir!
Can I ask what driver version are you using in the light sensor? Could you confirm is the same that I am using in my first post? At the moment that is the only device with that behavior, I was going to purchase a couple of additional light sensors, but with this I am not sure if it will work or not. I just did a clean installation and remain the same, so I don’t know what is happening. You are using the same firmware than me in the Station, just please confirm the driver version you are using on the light sensor.

Could you please also make a test by changing the detection frequency to 3S?

Here are more logs in case you want to take a look, logs when re-paired.
2023-09-27T16:44:04.757511768-05:00 DEBUG Zigbee Illuminance Sensor driver device thread event handled
2023-09-27T16:44:34.775897828-05:00 INFO Zigbee Illuminance Sensor Doing health check read for [E2BC]:0001:0020
2023-09-27T16:44:34.778248008-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0xE2BC] (Aqara Illuminance Sensor T1)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xE2BC, dest_endpoint: 0x01, profile: 0x0104, cluster: PowerConfiguration >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x00, seqno: 0x00, ZCLCommandId: 0x00 >, < ReadAttribute || AttributeId: 0x0020 > > >
2023-09-27T16:44:34.804033314-05:00 DEBUG Zigbee Illuminance Sensor driver device thread event handled
2023-09-27T16:45:04.731738689-05:00 DEBUG Zigbee Illuminance Sensor driver device thread event handled
2023-09-27T16:47:44.158398093-05:00 TRACE Zigbee Illuminance Sensor Received event with handler capability
2023-09-27T16:47:44.184003872-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0xE2BC] (Aqara Illuminance Sensor T1)> received command: {“args”:{“frequency”:3},“capability”:“stse.detectionFrequency”,“command”:“setDetectionFrequency”,“component”:“main”,“positional_args”:[3]}
2023-09-27T16:47:44.190776219-05:00 TRACE Zigbee Illuminance Sensor Found CapabilityCommandDispatcher handler in zigbee-illuminance-sensor → Aqara Illuminance Handler
2023-09-27T16:47:44.191754554-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0xE2BC] (Aqara Illuminance Sensor T1)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xE2BC, dest_endpoint: 0x01, profile: 0x0104, cluster: 0xFCC0 >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x04, mfg_code: 0x115F, seqno: 0x00, ZCLCommandId: 0x02 >, < WriteAttribute || < AttributeRecord || attr_id: 0x0000, DataType: Uint16, data: 0x0003 > > > >
2023-09-27T16:47:44.228156945-05:00 DEBUG Zigbee Illuminance Sensor Aqara Illuminance Sensor T1 device thread event handled
2023-09-27T16:48:04.834099245-05:00 DEBUG Zigbee Illuminance Sensor driver device thread event handled
2023-09-27T16:48:34.913265128-05:00 DEBUG Zigbee Illuminance Sensor driver device thread event handled
2023-09-27T16:49:04.905811997-05:00 DEBUG Zigbee Illuminance Sensor driver device thread event handled
2023-09-27T16:49:35.412711752-05:00 DEBUG Zigbee Illuminance Sensor driver device thread event handled
2023-09-27T16:50:05.420563518-05:00 DEBUG Zigbee Illuminance Sensor driver device thread event handled
2023-09-27T16:50:35.345521216-05:00 DEBUG Zigbee Illuminance Sensor driver device thread event handled
2023-09-27T16:50:46.701500152-05:00 TRACE Zigbee Illuminance Sensor Received event with handler capability
2023-09-27T16:50:46.834757657-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0xE2BC] (Aqara Illuminance Sensor T1)> received command: {“args”:{“frequency”:3},“capability”:“stse.detectionFrequency”,“command”:“setDetectionFrequency”,“component”:“main”,“positional_args”:[3]}
2023-09-27T16:50:46.842683889-05:00 TRACE Zigbee Illuminance Sensor Found CapabilityCommandDispatcher handler in zigbee-illuminance-sensor → Aqara Illuminance Handler
2023-09-27T16:50:46.843674434-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0xE2BC] (Aqara Illuminance Sensor T1)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0xE2BC, dest_endpoint: 0x01, profile: 0x0104, cluster: 0xFCC0 >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x04, mfg_code: 0x115F, seqno: 0x00, ZCLCommandId: 0x02 >, < WriteAttribute || < AttributeRecord || attr_id: 0x0000, DataType: Uint16, data: 0x0003 > > > >
2023-09-27T16:50:46.957908206-05:00 DEBUG Zigbee Illuminance Sensor Aqara Illuminance Sensor T1 device thread event handled
2023-09-27T16:51:05.346051111-05:00 DEBUG Zigbee Illuminance Sensor driver device thread event handled
2023-09-27T16:51:35.425769991-05:00 DEBUG Zigbee Illuminance Sensor driver device thread event handled
2023-09-27T16:51:52.032187983-05:00 TRACE Zigbee Illuminance Sensor Received event with handler device_lifecycle
2023-09-27T16:51:52.036667559-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> received lifecycle event: infoChanged
2023-09-27T16:51:52.042726458-05:00 TRACE Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> received unhandled lifecycle event: infoChanged
2023-09-27T16:51:52.081644503-05:00 DEBUG Zigbee Illuminance Sensor Aqara Illuminance Sensor T1 device thread event handled
2023-09-27T16:51:52.114724327-05:00 TRACE Zigbee Illuminance Sensor Received event with handler device_lifecycle
2023-09-27T16:51:52.115695912-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> received lifecycle event: doConfigure
2023-09-27T16:51:52.332099747-05:00 TRACE Zigbee Illuminance Sensor Found DeviceLifecycleDispatcher handler in zigbee-illuminance-sensor
2023-09-27T16:51:52.333699611-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0x4165, dest_endpoint: 0x01, profile: 0x0000, cluster: 0x0021 >, < ZDOMessageBody || < ZDOHeader || seqno: 0x00 >, < BindRequest || src_address: 04CF8CDF3C8DC3AA, src_endpoint: 0x01, cluster: PowerConfiguration, dest_addr_mode: 0x03, dest_address: 287681FFFED64E4A, dest_endpoint: 0x01 > > >
2023-09-27T16:51:52.449342781-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0x4165, dest_endpoint: 0x01, profile: 0x0104, cluster: PowerConfiguration >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x00, seqno: 0x00, ZCLCommandId: 0x06 >, < ConfigureReporting || < AttributeReportingConfiguration || direction: 0x00, attr_id: 0x0020, DataType: Uint8, minimum_reporting_interval: 0x001E, maximum_reporting_interval: 0x0E10, reportable_change: 0x01 > > > >
2023-09-27T16:51:52.646099814-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0x4165, dest_endpoint: 0x01, profile: 0x0000, cluster: 0x0021 >, < ZDOMessageBody || < ZDOHeader || seqno: 0x00 >, < BindRequest || src_address: 04CF8CDF3C8DC3AA, src_endpoint: 0x01, cluster: IlluminanceMeasurement, dest_addr_mode: 0x03, dest_address: 287681FFFED64E4A, dest_endpoint: 0x01 > > >
2023-09-27T16:51:52.996723405-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0x4165, dest_endpoint: 0x01, profile: 0x0104, cluster: IlluminanceMeasurement >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x00, seqno: 0x00, ZCLCommandId: 0x06 >, < ConfigureReporting || < AttributeReportingConfiguration || direction: 0x00, attr_id: 0x0000, DataType: Uint16, minimum_reporting_interval: 0x0E10, maximum_reporting_interval: 0x1C20, reportable_change: 0x0001 > > > >
2023-09-27T16:51:53.613375328-05:00 DEBUG Zigbee Illuminance Sensor Aqara Illuminance Sensor T1 device thread event handled
2023-09-27T16:51:53.717205112-05:00 DEBUG Zigbee Illuminance Sensor Aqara Illuminance Sensor T1 device thread event handled
2023-09-27T16:51:53.960717113-05:00 TRACE Zigbee Illuminance Sensor Received event with handler zigbee
2023-09-27T16:51:53.966314107-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0x4165, src_endpoint: 0x00, dest_addr: 0x0000, dest_endpoint: 0x00, profile: 0x0000, cluster: 0x8021 >, lqi: 0xFF, rssi: -86, body_length: 0x0002, < ZDOMessageBody || < ZDOHeader || seqno: 0x71 >, < BindRequestResponse || status: 0x00 > > >
2023-09-27T16:51:54.613131713-05:00 TRACE Zigbee Illuminance Sensor Received event with handler zigbee
2023-09-27T16:51:54.630627125-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0x4165, src_endpoint: 0x01, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: PowerConfiguration >, lqi: 0xFF, rssi: -86, body_length: 0x0004, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0x4C, ZCLCommandId: 0x07 >, < ConfigureReportingResponse || ZclStatus: SUCCESS > > >
2023-09-27T16:51:55.053324321-05:00 DEBUG Zigbee Illuminance Sensor Aqara Illuminance Sensor T1 device thread event handled
2023-09-27T16:51:55.059354118-05:00 TRACE Zigbee Illuminance Sensor Received event with handler zigbee
2023-09-27T16:51:55.060845731-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0x4165, src_endpoint: 0x00, dest_addr: 0x0000, dest_endpoint: 0x00, profile: 0x0000, cluster: 0x8021 >, lqi: 0xFF, rssi: -86, body_length: 0x0002, < ZDOMessageBody || < ZDOHeader || seqno: 0x72 >, < BindRequestResponse || status: 0x00 > > >
2023-09-27T16:51:55.201767883-05:00 DEBUG Zigbee Illuminance Sensor Aqara Illuminance Sensor T1 device thread event handled
2023-09-27T16:51:55.233370291-05:00 TRACE Zigbee Illuminance Sensor Received event with handler device_lifecycle
2023-09-27T16:51:55.259728710-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> received lifecycle event: infoChanged
2023-09-27T16:51:55.263560300-05:00 DEBUG Zigbee Illuminance Sensor Aqara Illuminance Sensor T1 device thread event handled
2023-09-27T16:51:55.380113835-05:00 TRACE Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> received unhandled lifecycle event: infoChanged
2023-09-27T16:51:55.404512480-05:00 DEBUG Zigbee Illuminance Sensor Aqara Illuminance Sensor T1 device thread event handled
2023-09-27T16:51:56.022000393-05:00 TRACE Zigbee Illuminance Sensor Received event with handler zigbee
2023-09-27T16:51:56.043916585-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0x4165, src_endpoint: 0x01, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: IlluminanceMeasurement >, lqi: 0xFF, rssi: -86, body_length: 0x0004, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0x4D, ZCLCommandId: 0x07 >, < ConfigureReportingResponse || ZclStatus: SUCCESS > > >
2023-09-27T16:51:57.192138688-05:00 DEBUG Zigbee Illuminance Sensor Aqara Illuminance Sensor T1 device thread event handled
2023-09-27T16:52:05.363084576-05:00 DEBUG Zigbee Illuminance Sensor driver device thread event handled
2023-09-27T16:52:08.527979222-05:00 TRACE Zigbee Illuminance Sensor Received event with handler zigbee
2023-09-27T16:52:08.531064151-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> received Zigbee message: < ZigbeeMessageRx || type: 0x02, < AddressHeader || src_addr: 0x4165, src_endpoint: 0x01, dest_addr: 0x0000, dest_endpoint: 0xFF, profile: 0x0104, cluster: Identify >, lqi: 0xFF, rssi: -86, body_length: 0x0003, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x11, seqno: 0x0E, ZCLCommandId: 0x01 >, < IdentifyQuery || > > >
2023-09-27T16:52:08.539955313-05:00 DEBUG Zigbee Illuminance Sensor Aqara Illuminance Sensor T1 device thread event handled
2023-09-27T16:52:19.636164690-05:00 TRACE Zigbee Illuminance Sensor Received event with handler zigbee
2023-09-27T16:52:19.639101777-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> received Zigbee message: < ZigbeeMessageRx || type: 0x02, < AddressHeader || src_addr: 0x4165, src_endpoint: 0x01, dest_addr: 0x0000, dest_endpoint: 0xFF, profile: 0x0104, cluster: Identify >, lqi: 0xFF, rssi: -87, body_length: 0x0003, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x11, seqno: 0x11, ZCLCommandId: 0x01 >, < IdentifyQuery || > > >
2023-09-27T16:52:19.648014172-05:00 DEBUG Zigbee Illuminance Sensor Aqara Illuminance Sensor T1 device thread event handled
2023-09-27T16:52:24.437493755-05:00 TRACE Zigbee Illuminance Sensor Received event with handler capability
2023-09-27T16:52:24.453457808-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> received command: {“args”:{“frequency”:3},“capability”:“stse.detectionFrequency”,“command”:“setDetectionFrequency”,“component”:“main”,“positional_args”:[3]}
2023-09-27T16:52:24.457680040-05:00 TRACE Zigbee Illuminance Sensor Found CapabilityCommandDispatcher handler in zigbee-illuminance-sensor → Aqara Illuminance Handler
2023-09-27T16:52:24.471815468-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> sending Zigbee message: < ZigbeeMessageTx || Uint16: 0x0000, < AddressHeader || src_addr: 0x0000, src_endpoint: 0x01, dest_addr: 0x4165, dest_endpoint: 0x01, profile: 0x0104, cluster: 0xFCC0 >, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x04, mfg_code: 0x115F, seqno: 0x00, ZCLCommandId: 0x02 >, < WriteAttribute || < AttributeRecord || attr_id: 0x0000, DataType: Uint16, data: 0x0003 > > > >
2023-09-27T16:52:24.474384751-05:00 DEBUG Zigbee Illuminance Sensor Aqara Illuminance Sensor T1 device thread event handled
2023-09-27T16:52:24.688398561-05:00 TRACE Zigbee Illuminance Sensor Received event with handler zigbee
2023-09-27T16:52:24.695017776-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0x4165, src_endpoint: 0x01, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: 0xFCC0 >, lqi: 0xFF, rssi: -87, body_length: 0x0006, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x1C, mfg_code: 0x115F, seqno: 0x4E, ZCLCommandId: 0x04 >, < WriteAttributeReponse || ZclStatus: SUCCESS > > >
2023-09-27T16:52:24.710851198-05:00 TRACE Zigbee Illuminance Sensor Found ZigbeeMessageDispatcher handler in zigbee-illuminance-sensor → Aqara Illuminance Handler
2023-09-27T16:52:24.720448381-05:00 INFO Zigbee Illuminance Sensor Executing ZclGlobalCommandHandler: cluster: 0xFCC0, command: WriteAttributeReponse
2023-09-27T16:52:24.722613978-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> emitting event: {“attribute_id”:“detectionFrequency”,“capability_id”:“stse.detectionFrequency”,“component_id”:“main”,“state”:{“value”:3}}
2023-09-27T16:52:24.730986689-05:00 DEBUG Zigbee Illuminance Sensor Aqara Illuminance Sensor T1 device thread event handled
2023-09-27T16:52:35.364704411-05:00 DEBUG Zigbee Illuminance Sensor driver device thread event handled
2023-09-27T16:52:40.302441792-05:00 TRACE Zigbee Illuminance Sensor Received event with handler zigbee
2023-09-27T16:52:40.303906566-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> received Zigbee message: < ZigbeeMessageRx || type: 0x00, < AddressHeader || src_addr: 0x4165, src_endpoint: 0x01, dest_addr: 0x0000, dest_endpoint: 0x01, profile: 0x0104, cluster: PowerConfiguration >, lqi: 0xFF, rssi: -79, body_length: 0x0007, < ZCLMessageBody || < ZCLHeader || frame_ctrl: 0x18, seqno: 0x1F, ZCLCommandId: 0x0A >, < ReportAttribute || < AttributeRecord || AttributeId: 0x0020, DataType: Uint8, BatteryVoltage: 0x1F > > > >
2023-09-27T16:52:40.336120893-05:00 TRACE Zigbee Illuminance Sensor Found ZigbeeMessageDispatcher handler in zigbee-illuminance-sensor
2023-09-27T16:52:40.337081270-05:00 INFO Zigbee Illuminance Sensor Executing ZclClusterAttributeValueHandler: cluster: PowerConfiguration, attribute: BatteryVoltage
2023-09-27T16:52:40.343246214-05:00 INFO Zigbee Illuminance Sensor <ZigbeeDevice: 752925bc-b3a7-4adc-b601-0508b5d223df [0x4165] (Aqara Illuminance Sensor T1)> emitting event: {“attribute_id”:“battery”,“capability_id”:“battery”,“component_id”:“main”,“state”:{“value”:100}}
2023-09-27T16:52:40.354842362-05:00 DEBUG Zigbee Illuminance Sensor Aqara Illuminance Sensor T1 device thread event handled
2023-09-27T16:53:05.361127954-05:00 DEBUG Zigbee Illuminance Sensor driver device thread event handled
2023-09-27T16:53:35.378428688-05:00 DEBUG Zigbee Illuminance Sensor driver device thread event handled
2023-09-27T16:54:05.372796014-05:00 DEBUG Zigbee Illuminance Sensor driver device thread event handled
2023-09-27T16:54:35.377955451-05:00 DEBUG Zigbee Illuminance Sensor driver device thread event handled

Hello, the reply was late because it was a national holiday in Korea
This is the driver version and the result after setting for 3 seconds.

Thanks again @Seojune for taking the time to look into this.
Is pretty weird, everything looks the same, I am also able to change the detection frequency but is like if the device rejected the setting and I can’t get it to work, so now I am thinking that I have a defective device, I will try with new batteries just for test.

@Seojune I just want to let you know what I did for the light sensor to work again:
I borrow an Aqara hub from a friend, first I paired the T1 Light Sensor (without deleting from SmartThings), just did the 5 seconds press on the sensor, I paired, I confirmed firmware version (it was the same than yours) and also confirmed it was working fine in the Aqara App, then I deleted from the Aqara App and add it again to Smartthings, nothing changed. I decided to give it another chance, this time I deleted first from SmartThings, then the 5 seconds press, and when it was successfully paired to Aqara hub I went and changed the time detection settings, then unpaired from Aqara, leave it for around 30 minutes and then paired again to Smartthings, this time the Senor started to work as expected, and has been working fine for the last 12 hours. So I don’t know what issue in SmartThings caused the sensor to stop working but looks like changing the time settings on the Aqara App solved the issue. Thanks again for your support!

@AurElHA Great news! I’m glad to hear that the problem has been resolved.
Have a nice day!

1 Like