-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Battery Level of Ring Cameras no Longer Exposed since 11.4 #1109
Comments
Same here; battery level tiles have disappeared in Homebridge UI. |
@dgreif Latest commit still doesn't get the battery for one of my devices, discovery data below:
Looks like you may need to also check for the presence of health.active_battery as well as battery_percentage and battery_present |
Thanks to others for additional information @dgreif is this being resolved? |
Please give |
Hey @dgreif, just upgraded now to version 11.7 and battery information has been restored for all devices. Thank you very much, item resolved. |
Bug Report
Describe the Bug
Prior to this version, battery level of ring cameras and doorbells was exposed to HomeKit.
To Reproduce
Click on a battery operated Camera
Click on Settings
Review the information available for the Camera.
Expected behavior
Battery Information is shown in the Accessory Detail Bubble just below its name.
Screenshots/Logs
Additional context
Add any other context about the problem here.Homebridge Ring Config
"platform": "Ring",
"avoidSnapshotBatteryDrain": true,
"refreshToken": "REDACTED",
"hideInHomeDoorbellSwitch": true,
"hideAlarmSirenSwitch": true,
"hideUnsupportedServices": true,
"hideDeviceIds": [
"16d820c9-f80d-4fb9-84e6-f5de3b1eb379",
"5322b234-4447-4aa7-91b3-38e0b1b777fd",
"3892a4bd-a11a-4ff4-834e-dabcf4ba27ff"
],
"hideCameraSirenSwitch": true,
"hideDoorbellSwitch": true
}
The text was updated successfully, but these errors were encountered: