Is it possible to disable the illuminance sensor part of the “Presence Sensor FP2” I am currently not using this feature and when I’m searching in SmartThings logs it is filled with a large about of illuminance data, making navigating issues a lot harder
1 Like
Unfortunately, SmartThings doesn’t allow you to disable only the illuminance sensor on the FP2. The sensor will always report its light level as part of the device’s data.
Home Assistant does.
The only workaround, i think, is to create a custom Edge driver that simply doesn’t expose the illuminance capability. Another easier option is to use a virtual device or filter in your SmartThings logging tool to hide illuminance reports so they don’t clutter your logs.
2 Likes
Thank you @Marc3k, I noticed int the Aqara App in the ‘Device Card’ section it splits the Presence Senor and illuminance so I was hoping one could be disabled
Very helpful!