Simple smart light sensor?

There are some weather apps you can use that include the state of cloud cover which could be used to open/close the blinds as required.

1 Like

@Sebastien I was looking at those light sensors recently... can you tell me is it easy to control the update interval? It looks like you can with the (Chinese?) app but will the HE driver also allow this?
And do you have a sense of how changing the update interval affects battery life?

I don’t see any way to control the update interval in the driver I am using.

1 Like

If you are willing to experiment, you can try these : https://www.aliexpress.com/item/1005004472770710.html

Dedicated illuminance/brightness sensors are somewhat difficult to find at the moment. I have another Tuya illuminance sensor which is working very well but isn't available at the moment.

Xiaomi/Aqara lights sensors are undoubtedly of better quality, but here you have the risk of not staying connected to HE hub, depending on many factors.

1 Like

Technically it's a good idea but I've seen times where it's completely sunny yet the weather apps say it's cloudy... or vice versa.

These look great. I wonder how well they'll integrate into HE?

These are pretty simple sensors, I expect to be working with this driver.

Typically, such simple Tuya sensors have a fixed reporting threshold and are limited to 1000 lux, i.e not suitable for precise measurements outside. But if your use case is to distinguish between a cloudy and bright day times to automatically control your shades, they will do the job.

2 Likes

With the Mijia sensors, I wouldn't worry too much about reporting intervals. My busiest one, which sits in direct sun most of the day and can report every 20 seconds sometimes, has been on the same battery for just over two years.

1 Like

This Zigbee light sensor works perfectly with this driver. This is powered by a USB adaptor.

I tested the same for a couple of days and it’s reporting illuminance from 0 to 1000. Its response is fast.
I am using it in a corridor and to turn on the lights when motion detected and depends on the light intensity (Cloudy or in a rainy season).

I used the driver : [RELEASE] Tuya Temperature Humidity Illuminance LCD Display with a Clock (w/ healthStatus)

Then selected “TS0601_AUBESS” in the “Model Group”.
image

@kkossev : Thanks for this driver. You are providing a lot of contribution in the development of Tuya based Device Handlers!

1 Like

Can you post the link to the site where this light/illuminance sensor was purchased, and also the device/manufacturer from the Device Details - Data section? I will add it in the first post of the driver thread.

Please see the below details.

Purchased from eBay.com

URL : Tuya Zigbee Smart Home Light Sensor Smart WiFi Brightness Illumination Sensor | eBay

Device Details:

  • endpointId: 01
  • application: 46
  • manufacturer: _TZE200_khx7nnka
  • model: TS0601
1 Like

@Pradeep Can you test the Tuya Light Sensor with a new driver, install it manually from here.

Sure.I will update you by Monday.

Tuya light sensor works with this driver. My current automations(based on light intensity) also triggering properly. Compared to the previous driver settings, I need not to select any model under this driver.
Regarding lux intensity, this driver provides accurate reading than the previous driver when compared the output with a lux meter.

I JUST came upon reason to make this reporting from the Xiaomi Mijia Smart Light Sensor GZCGQ01LM less chatty and to wish that the driver we're using had an reporting increment setting !

Looking at a log on a Rule I have that waits for a drop below a certain lux threshold and see that the log for that rule is literally SATURATED with lux reports from that device. In a similar way power (wattage) reporting on those outlets that read & report such often need to be quieted down.

Looked back at the Developer's original thread for the release of that driver to start this discussion and it was closed.d

1 Like

The Aqara P1 driver has reporting configuration options, have you tried it?

Change the lighting (cover the illuminance sensor by hand) at the time when you click on the 'Save Preferences' button so that the sleepy device wakes up and accepts the reporting parameters.

1 Like

Have not. Thanks.

EDIT: Got it in there now. We'll see. Nice fine tuning features. Appreciate your efforts.

Not to burden this thread...but if I set the illumin reporting threshold to 50 should I be seeing this frequency in the Events stack? Something necessary to have it take effect?

image

1 Like

Just bumping this question up again.
Is there something more to getting these settings to "take"

50 is not a Lux unit, but some kind of relative number that can not be converted into Lux. Thats why the hint is 'bigger values will result in less frequent reporting'

ah , thanks !