Skip to content

Minish144/honeywell-bw-solo-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

honeywell-bw-solo-python

Turn on bluetooth

$ bluetoothctl

[bluetooth] power on

Installing dependencies

$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt

Setting MAC address and auth key

Set MAC in .env file according to example in .env.example

MAC=AA:AA:AA:AA:AA:AA

Running

python3 main.py

Pairing

After success connection you will see a message: You now have a minute to pair your devices using bluetoothctl.. in a console, which means that you should run bluetoothctl in a terminal and then pair your devices like so pair AA:AA:AA:AA:AA:AA

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published