McorBt5
(Mcor Bt5)
January 24, 2024, 11:28am
1
Is it possible to integrate sensor for Blink Battery Level? Now we can see only if battery status is ok.
Attached is configuration log from ha and the data is available. Please add it for catalina and for xt2 models.
"cameras": {
"Esterna": {
"name": "Esterna",
"camera_id": "",
"serial": "**REDACTED**",
"version": "10.64",
"temperature": null,
"temperature_c": null,
"temperature_calibrated": 43,
"battery": "ok",
**"battery_level": 2,**
"thumbnail": "",
"video": "",
"recent_clips": [],
"motion_enabled": true,
"motion_detected": false,
"wifi_strength": 3,
"network_id": ,
"sync_module": "Esterno",
"sync_signal_strength": 1,
"last_record": "",
"type": "catalina"
},
Sir_Goodenough
((SG) WhatAreWeFixing.Today)
January 24, 2024, 2:47pm
2
It looks like the data is there. You should be able to see it something like
cameras.Esterna[battery]
in the json string.
McorBt5
(Mcor Bt5)
January 24, 2024, 2:57pm
3
Yes, I think so.
But battery_level is not visible as Entity right now.
Sir_Goodenough
((SG) WhatAreWeFixing.Today)
January 24, 2024, 3:03pm
4
That likely means the device is not exporting it.
There are links in the pinned post where you can ask for hardware updates from some of the integrations. What is exported from the device is not part of what HA does, the device has to provide it.
Feature Request Guidelines - Feature Requests - Home Assistant Community .
Wait, battery_level is there now. If that is in the JSON string use that. Or did you put that there?
SteveB1
(Steve B)
July 20, 2024, 6:11pm
6
It would be great if this were visible, Just installed the HACS Battery Notes and if this were visible I think it would get picked up by that.