ABTemp gatttool / python how to get temperature?

Hi,

I can connect to my ABTemp with gatttool but don’t know which uuid to read for the temperature data. My plan is to create a python script to read temperature from ABTemp.

You don’t need connect ABTemp. It advertises the temperature data with iBeacon protocol. Please also check the python script for scan iBeacon. (work with Raspberry PI).

Here’s the packet format for ABTemp. You should parse the temperature from the minor value.