How to get the Matter Status of a Device

Hi,

In my settings for Matter devices I can see if the device is on or off line.

Is there away to obtain this and use it in a rule. I have some motion and light sensors that I use to trigger outside lights during the day if its too dark. But when offline they report a lux of 1. So I want to exclude when that happens. Yes I could always ignore a value of one but having the Matter device status would be better.

I may have not looked hard enough to find it but could not see anything in the custom attributes of a Matter device. Any suggestions ?

Exposing that attribute on device level would help immensely
I hope that will be addressed in future upgrades of the Matter controller
For now, i'm visiting that page daily to see if any matter devices disconnected
:disappointed:

1 Like

The "/hub/zigbeeDetails/json" and "hub/zwaveDetails/json" endpoints also expose a "Last message" timestamp for each device, which would be a welcome addition to the "/hub/matterDetails/json" endpoint.