A wrapper for the Zyxel T50 modem
Project description
Zyxel T50
A small wrapper for the Zyxel T50 modem.
It can retrieve basic status of the modem and a list of connected devices. This is used for a device tracking integration of Home Assistant.
Simple example
import json
from zyxelt50.modem import ZyxelT50Modem
router = ZyxelT50Modem('#YOUR ADMIN PASSWORD#')
router.connect()
status = router.get_connected_devices()
print(json.dumps(status, indent=4))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zyxel-t50-modem-0.0.2.tar.gz
(3.3 kB
view hashes)
Built Distribution
Close
Hashes for zyxel_t50_modem-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba8c0fde768cb9d6fb62b998bfa842f78b12189d1c5805483b407829c3eab0d5 |
|
MD5 | 20ba4bd0bd5d816bad0b279009d5c18b |
|
BLAKE2b-256 | 44504206363ffb465dd28ed68e9de9da95911fbdf7699cd83b0cc237c9d623ee |