Slummi
(Simon Fischer)
January 11, 2022, 8:58am
1
Hi,
is it possible to get the battery state of the door sensor 3.0 via HTTP-API?
Off-topic:
Does anybody know if it is possible to power the door sensor with 3,7 V (Li-Ion battery) instead of 3,6 V?
And what are the dimensions of that part of the sensor which is mounted to the door frame?
Slummi
Stephan
(Stephan Lendl)
January 11, 2022, 10:15am
3
Hi @Slummi !
Regarding door sensor battery state: No, this can currently not be retrieved via the Bridge API.
Slummi
(Simon Fischer)
January 11, 2022, 11:31am
4
Thanks for the quick reply!
Would be a nice improvement to the API to be able to see the battery status.
2 Likes
For those that find this important there is a feature request you can vote here:
Product name
Door Sensor
Summary
Please expose the door sensor battery stare over bridge http api.
Features
Add a doorsensorBatteryCritical atttribute to the lastKnownState of the response of the /list endpoint, similar to keypadBatteryCritical.
Reason
This allows bridge http api clients to warn their users that the battery of the door sensor needs replacing.
Examples
In my Homebridge plugin, I would expose the door sensor as a separate accessory, to report the battery status. Similar …