bthomehub

A Python client that can interact with BT Home Hub routers.


Keywords
bt, home, hub, devices, list
License
Unlicense
Install
pip install bthomehub==2.0.1

Documentation

Home Hub Client

A Python client that can interact with BT Home Hub routers.

At present, only device listing has been implemented: it returns a list of all connected devices.

Usage

import bthomeclient

client = bthomeclient.BtHomeClient()

client.authenticate()

print(client.get_devices())