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 asyncio
import json
from src.zyxelt50.modem import ZyxelT50Modem
async def my_function():
router = ZyxelT50Modem('#YOUR ADMIN PASSWORD#')
await router.connect()
status = await router.get_connected_devices()
print(json.dumps(status, indent=4))
asyncio.run(my_function())
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.1.tar.gz
(3.3 kB
view hashes)
Built Distribution
Close
Hashes for zyxel_t50_modem-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccbc90d5f4cce2ae511660f0deaa196fde4dc062b51e3a6e6db6222ebee87b96 |
|
MD5 | f97334b076d5c366db0b35cd631c79a2 |
|
BLAKE2b-256 | 4dbad2b9ff66881af19ff33383d536332dc137b48007f9ccb8231464b6f17771 |