There used to be a battery status field a few releases back. It’s gone now:
Hi @OMR ,
i guess you have the new type ‘SML003’ of these sensors? The old ones ‘SML001’ still sending battery info but the new ones doesn’t since 02/23…
Cheers,
Sebastian
Old Sensor Type SML001:
New Sensor Type SML003:
No, none are SML003.
One SML001 & one SML002, both showing battery info on a previous version.
From REST:
"15": {
"config": {
"alert": "none",
"battery": 100,
"delay": 0,
"ledindication": false,
"on": true,
"reachable": true,
"sensitivity": 2,
"sensitivitymax": 2,
"usertest": false
},
"ep": 2,
"etag": "ee10bde661d1a8667e5e698ceb3bbab4",
"lastannounced": "2023-12-13T19:17:07Z",
"lastseen": "2023-12-13T19:16Z",
"manufacturername": "Philips",
"modelid": "SML001",
"name": "Motion Sensor Maren",
"productname": "Hue motion sensor",
"state": {
"lastupdated": "2023-12-13T19:16:20.786",
"presence": false
},
"swversion": "6.1.1.27575",
"type": "ZHAPresence",
"uniqueid": "00:17:88:01:04:b5:29:aa-02-0406"
},
"58": {
"config": {
"alert": "none",
"battery": 84,
"delay": 0,
"ledindication": false,
"on": true,
"reachable": true,
"sensitivity": 2,
"sensitivitymax": 4,
"usertest": false
},
"ep": 2,
"etag": "6417e82aefb131d8fec1cc242f9ebc18",
"lastannounced": "2023-12-13T17:56:23Z",
"lastseen": "2023-12-13T19:16Z",
"manufacturername": "Philips",
"modelid": "SML002",
"name": "Motion Sensor Ute",
"productname": "Hue outdoor motion sensor",
"state": {
"lastupdated": "2023-12-13T19:15:29.895",
"presence": false
},
"swversion": "6.1.1.27575",
"type": "ZHAPresence",
"uniqueid": "00:17:88:01:06:44:01:13-02-0406"
},
Battery levels in REST are correct. The one inside have fresh batteries at 100% and the one outside are at 84% after a -10C cold period.
For SML003 it looks like this:
"183": {
"config": {
"alert": "none",
"battery": 100,
"delay": 0,
"ledindication": false,
"on": true,
"reachable": true,
"sensitivity": 4,
"sensitivitymax": 4,
"usertest": false
},
"ep": 2,
"etag": "ff30b8f38b48c5d5fa1c7441c6126184",
"lastannounced": "2023-12-13T06:38:41Z",
"lastseen": "2023-12-13T20:52Z",
"manufacturername": "Signify Netherlands B.V.",
"modelid": "SML003",
"name": "wc_bwm",
"productname": "Hue motion sensor",
"state": {
"lastupdated": "2023-12-13T20:50:08.635",
"presence": false
},
"swversion": "2.53.6",
"type": "ZHAPresence",
"uniqueid": "00:17:88:01:0c:d7:19:eb-02-0406"
},
Battery levles are not correct. Never changed since going live in feb '23 (Readings in FHEM):
battery 100 2023-02-25 11:17:47
batteryPercent 100 2023-02-25 11:17:47
Ok. So perhaps the battery indicator is removed even for older sensors because of the new one?