2. Install bleak Python library
$ sudo pip3 install bleak
3. Install paho-mqtt library
$ sudo pip3 install paho-mqtt
usage: tbcmd.py [-h] {scan,identify,query,dump,mqtt} ...
positional arguments:
{scan,identify,query,dump,mqtt}
action
scan Scan for ThermoBeacon devices
identify Identify a device
dump Dump logged data
query Query device for details
mqtt Send data via mqtt
optional arguments:
-h, --help show this help message and exit