Skip to main content

Python client for interacting with Compal CH7465LG devices.

Project description

Python Client for interacting with the cable modem/router Compal CH7465LG which is provided under different names by various ISP in Europe.

  • UPC Connect Box (CH)

  • Irish Virgin Media Super Hub 3.0 (IE)

  • Ziggo Connectbox (NL)

  • Unitymedia Connect Box (DE)

This module is not official, developed, supported or endorsed by UPC, Unitymedia or Compal.

There is an interface with is providing details about various states like the DHCP lease table for Ethernet and Wifi.

<?xml version="1.0" encoding="UTF-8"?>
<LanUserTable>
   <Ethernet>
      <clientinfo>
         <interface>Ethernet 2</interface>
         <IPv4Addr>192.168.0.160/24</IPv4Addr>
         <index>0</index>
         <interfaceid>2</interfaceid>
         <hostname>GW-B072BF27A983</hostname>
         <MACAddr>B0:72:BF:27:A9:83</MACAddr>
         <method>1</method>
         <leaseTime>00:00:34:53</leaseTime>
...

connect_box is handling the retrieval of the data and the parsing. The primary use case is the Home Assistant upc_connect device tracker but one could use it in other projects as well.

Installation

The module is available from the Python Package Index.

$ pip3 install connect_box

On a Fedora-based system or on a CentOS/RHEL 8 machine which has EPEL enabled.

$ sudo dnf -y install python3-connect-box

For Nix or NixOS is pre-packed module available. The lastest release is usually present in the unstable channel.

$nix-env -iA nixos.python39Packages.connect-box

Usage

The file example.py contains an example about how to use this module.

Development

For development is recommended to use a venv.

$ python3.6 -m venv .
$ source bin/activate
$ python3 setup.py develop

License

connect_box is licensed under MIT, for more details check LICENSE.

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

connect_box-0.3.0.tar.gz (10.5 kB view details)

Uploaded Source

Built Distribution

connect_box-0.3.0-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file connect_box-0.3.0.tar.gz.

File metadata

  • Download URL: connect_box-0.3.0.tar.gz
  • Upload date:
  • Size: 10.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for connect_box-0.3.0.tar.gz
Algorithm Hash digest
SHA256 7752aa54a6879590e6da8d4627bafc2a838dc1f7759715dec49c5abc2be37d6f
MD5 d97a74df6932dc3eea801e412fe2f972
BLAKE2b-256 d31ab80a81fd9a9cb3ccc76c5304926d478156d733cba494e6d01e53437544dd

See more details on using hashes here.

Provenance

File details

Details for the file connect_box-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: connect_box-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 9.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for connect_box-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a87ce07986d2f96bdc3048e16d468d57f9c4b37bb129a113b9b6796a8056f321
MD5 b6f710c02be2b28f320c5bb399aa3ef9
BLAKE2b-256 a5a959a525a7a4072d47afb5ec9a149a4722a2206945c074e6d4299b5d1e9b55

See more details on using hashes here.

Provenance

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