I just discovered that this device has a peculiarity that I had not seen until now.
It has 4 different endpoints with different clusters and attributes:
- End point (0x1), [1]: Identify (0x0003), Scenes (0x0004), OnOff (0x0006)
- End point (0x22), [34]: Basic (0x0000), Identify (0x003), OccupancySensing (0x0406)
- End point (0x26), [38]: Basic (0x0000), Identify (0x003), TemperatureMeasurement (0x0402)
- End point (0x23), [35]: Basic (0x0000), PowerConfiguration (0x0001), Identify (0x0003), BasicInput (0x000F), PollControl (0x0020), IASZone (0x0500)
I don’t know if this has to do with the fact that smartthings only recognized 4 endpoints, although I thought they had already expanded it. @nayelyz
Illuminance may be at a fifth endpoint that smartthings doesn’t see and that’s why it doesn’t work.
You can try adding to profile the capability switch, which it has on endpoint 1, to see if device responds correctly to the default configuration
In your logs can see that the temperature comes from the endpoint (0x26), IASzone comes from the endpoint (0x23) and battery must comes from end point (0x23) too