Configured Hue bridge with Hue Outdoor Motion Sensor does operate well in ST for the Motion sensor but fails updating/sync’ing values for Illumination and Temperature sensors.
In ST routines I like the Illumintation values to restrict motion events to happen during day/nighttime. Additionally, I would like to start routines once a certain Illumination threshold is reached.
I figure out that only a manual refresh in the both the app - select device and swipe for refresh - or my.smartthings.com → Advanced → Devices → Hue Outdoor Motion sensor 1, Commands - Refresh, updates (current) values in ST.
Checking ST log confirms this behavior showing motionSensor “active” and 'inactive" values immediately, but only temperatureMeasurement and illuminanceMeasurement values once a manual ‘refresh’ is committed.
Checking HUE, submitting the RestAPI GET {{baseUrl}}/clip/v2/resource/light_level, values are actuated continuously, for example:
{
“state”: {
“lightlevel”: 29541,
“dark”: false,
“daylight”: true,
“lastupdated”: “2024-12-24T11:24:14”
}
Feels/looks like events for Illumination and Temperature are not send/received from HUE to ST or vice versa.
I validated all firmware releases to be current.
Hue configuration is limited, only 4 devices connected, no routines in Hue configured.