doebi / ThermoBeacon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bluetooth scanner for ThermoBeacon BLE devices.

Prerequisites

1. This command line tool requires Python 3.7 or greater.

$ sudo pip3 install bleak

Usage

usage: tbcmd.py [-h] {scan,identify,query,dump} ...

positional arguments:
  {scan,identify,query,dump}
                    action
    scan                Scan for ThermoBeacon devices
    identify            Identify a device
    query               Query device for details
    dump                Dump logged data

optional arguments:
  -h, --help            show this help message and exit

Supported devices

Brifit Bluetooth thermometer and hygrometer, wireless

ORIA Wireless Thermometer Hygrometer

Docker

docker save doebi/thermobeacon:latest | ssh -C pi@10.0.0.66 docker load

docker run --privileged -d --restart=always -v /var/run/dbus/:/var/run/dbus/:z doebi/thermobeacon

About

License:MIT License


Languages

Language:Python 96.8%Language:Dockerfile 3.2%