Outdoor Hue Motion sensors stopped sending motion events

As far as I can tell from the Phoscon app, I don’t see motion either for the 3 sensors with issues. I can see the little person icon reacting for the one that does still work ok though.

Here is the output for one of the sensors not reporting motion anymore (I selected the ZHAPresence entry as I assume that’s what you’d want to see?):

{
    "config": {
        "alert": "none",
        "battery": 100,
        "delay": 0,
        "ledindication": false,
        "on": true,
        "reachable": true,
        "sensitivity": 0,
        "sensitivitymax": 4,
        "usertest": false
    },
    "ep": 2,
    "etag": "d82ab933ff4ad43d37ddb811a80863ac",
    "lastannounced": null,
    "lastseen": "2023-08-05T08:42Z",
    "manufacturername": "Signify Netherlands B.V.",
    "modelid": "SML004",
    "name": "Capteur extérieur 1",
    "productname": "Hue outdoor motion sensor",
    "state": {
        "lastupdated": "2023-08-05T08:41:27.722",
        "presence": false
    },
    "swversion": "2.53.6",
    "type": "ZHAPresence",
    "uniqueid": "00:17:88:01:0b:d1:af:81-02-0406"
}

An the output for the one that still does:

{
    "config": {
        "alert": "none",
        "battery": 100,
        "delay": 0,
        "ledindication": false,
        "on": true,
        "reachable": true,
        "sensitivity": 0,
        "sensitivitymax": 4,
        "usertest": false
    },
    "ep": 2,
    "etag": "10871b11ec0bfdc1a0d1711af2b51bb1",
    "lastannounced": "2023-08-04T21:23:56Z",
    "lastseen": "2023-08-05T08:44Z",
    "manufacturername": "Signify Netherlands B.V.",
    "modelid": "SML004",
    "name": "Capteur extérieur 2",
    "productname": "Hue outdoor motion sensor",
    "state": {
        "lastupdated": "2023-08-05T08:41:28.364",
        "presence": false
    },
    "swversion": "2.53.6",
    "type": "ZHAPresence",
    "uniqueid": "00:17:88:01:0b:d2:2e:c2-02-0406"
}