Skip to main content

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


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)

Uploaded Source

Built Distribution

zyxel_t50_modem-0.0.1-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page