Skip to content

Modem Technicolor TC4400

Dennis Braun edited this page Mar 8, 2026 · 1 revision

Technicolor TC4400

Overview

The Technicolor TC4400 is a DOCSIS 3.1 cable modem used by ISPs like Vodafone and Pyur. DOCSight supports it via the tc4400 driver.

Property Value
Driver Key tc4400
Auth Method HTTP Basic Auth
DOCSIS Version 3.1
Default IP 192.168.100.1
Channels SC-QAM + OFDM (downstream), ATDMA + OFDMA (upstream)

Setup

  1. Set Modem Type to Technicolor TC4400 in DOCSight settings
  2. Enter the modem's admin password (default username: admin)
  3. Default modem IP: 192.168.100.1

Known Observations

Slow Response Time

The TC4400's status page takes approximately 20 seconds to respond. This is a firmware limitation, not a DOCSight issue. The driver accounts for this with extended timeouts.

HTML Table Scraping

The TC4400 has no JSON API. DOCSIS data is embedded in HTML tables on the /cmconnectionstatus.html page. The driver uses BeautifulSoup to parse these tables.

Different firmware versions may use slightly different column names. The driver uses fuzzy matching to handle these variations.

Frequency Units

The modem may report frequencies in Hz, kHz, or MHz depending on firmware version. The driver normalizes all values to MHz.

Bridge Mode

Status: Untested, likely compatible. The modem typically keeps its web interface at 192.168.100.1 in bridge mode.

Related

Clone this wiki locally