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 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


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)

Uploaded Source

Built Distribution

zyxel_t50_modem-0.0.2-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