Tuya Zigbee Light sensor

Click on the device name, this will open the device web page.
Aqara devices are known to be difficult to pair to any other systems different than Aqara hubs.. Do you have any other Aqara sensors?

Will try it again. No that's the only one.
Here some logs, maybe it helps to get an idea

Thanks for your help

This screenshot is missing the start of the pairing process, but the device is communicating.

One trick that helps the successful pairing of Aqara sensors is to continue pressing the paired button shortly, once per second for a few seconds after the pairing process starts.

I will try this, thanks

1 Like

I removed the device and started from scratch, so far no success

here the log from the beginning (first pairing)


Strange, after pressing the pair button during the pairing process and cannot start the pairing process anymore. No blue light

You can remove the battery, wait 30 seconds, then insert it and try again.

Everything looks fine in the debug logs, with the exception that the senor reports in the beginning an invalid lux value 0xFFFF, which is ignored, but I have seen such invalid lux reports before, it is usually just once and then the sensor should start sending normal reports.

If it doesn't work again, I can suggest you to try the second driver linked in my previous post.

Thank so far to look into this for me.
Now I see under current status illuminance in addition to the healthStatus.

image

But it seems it doesn't get updated

With Debug preference switched on, do you see anything in the live logs when the illuminance is changed?

After countless attempts, removals and pairings it now seems to work. Illumination is getting updated. Yay!!!!!

Thanks!

1 Like

Once it is working when paired close to the hub, next challenge will be to stay connected to the hub when mounted at the final place. Monitor it whether it is online and sending updated lux values in the next days.

If it drops the Zigbee network, you will need to pair it again, this time close to the nearby Zigbee repeater. This (pairing at the final place once again) should be a one-time activity only and only if needed. I have 2 of the older model Aqara light sensors working stable this way since the time I paired them to my C-8 hub ( first - make it work paired close to the HE hub, move to the final place, if it drops after a day - pair it again close to a Zigbee repeater in that room).

1 Like

My light sensor is still working very reliable without any new activities needed from my side. Fingers crossed it stays this way.

Thanks again for all your help. :slight_smile:

1 Like

This:

https://www.amazon.com/ERYUE-Intelligent-Illumination-Brightness-Compatible/dp/B0BQHZJJD9/ref=sr_1_2

Appears to be the exact same sensor as the Tuya as far as I can tell but it's cheaper than the Tuya on Amazon. Just FYI.

Tried to update this driver. Getting this message "library not found on line 34: #include kkossev.commonLib".

I am trying to update manually. Could you please help me ?

Which link did you follow?

Yes, this is the right link and the necessary libraries are included in this single Groovy file. Try again - check whether you donโ€™t have another driver with the same name installed by accident.

Update: I see now that the first link in this thread is wrong, will update it some hours later.

1 Like

@Pradeep I hope that I have corrected all the links - can you try again?
What is your sensor manufacturer/model data?

I tried with the above link and installed the driver. But it's not working with this driver.
Not displaying luminance value.

  • manufacturer: _TZE200_khx7nnka
  • model: TS0601
  • tuyaVersion: 1.0.6

Now i am using the driver in this Thread: [RELEASE] Tuya Temperature Humidity Illuminance LCD Display with a Clock (w/ healthStatus)

Later you had released one more version,
Thread : Simple smart light sensor? - #14 by Pradeep

I had tested the same earlier and was using the same driver. Later it was found that the sensor is too chatty so thought of updating to the latest version. Post update, it's not reporting the luminance value but when i rolled back to the "Tuya Temperature Humidity Illuminance LCD Display with a Clock" driver, it started working.