sputnikdev / eclipse-smarthome-bluetooth-binding

Eclipse SmartHome Bluetooth Binding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Battery service does not get resolved

vkolotov opened this issue · comments

Most likely you are using Bluez v5.48+ which no longer resolves/reports the GATT Battery service along with other GATT services so that TinyB library does not resolve it too:
https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.service.battery_service.xml

Temporary fix:
Downgrade Bluez to v5.47, instructions here.