I am seeing this on my garage sensor and am wondering if anyone have notice this icon and what it indicates?
Oh - the battery level says it is a 100%
Usually this indicates that VERA can’t communicate to the battery device. Could be that it’s not awake or out of range. Try reconfiguring the device (again) to see if VERA can reestablish communicate. I know looking at the advance tab that indicates a battery level would suggest it talking but the value is most likely an older value. Mike
Specifically, Vera looks at the BatteryDate variable in the urn:micasaverde-com:serviceId:HaDevice1 service. This is the last time the battery level was determined (usually broadcast when the battery powered device wakes up on it’s own) in seconds since epoch. You can convert this number to human readable form using a site like http://www.epochconverter.com/.
If that date is more than 7 days ago the unknown battery icon is shown rather than an icon showing the last known value (BatteryLevel). I had to re-produce this logic in Automator.app to correctly match what Vera was showing.
Thanks guys - I did a poll now on the setting page and the battery indicator showed up as green again so not sure why it did not automatically poll.