-
-
Notifications
You must be signed in to change notification settings - Fork 18
Modem Compal CH7465
The Compal CH7465 is a DOCSIS 3.0 cable modem/gateway sold as "Connect Box" by Unitymedia/Vodafone and as a UPC/Play branded variant in other markets. DOCSight provides two drivers for the firmware variants.
| Property | Standard | Play/UPC |
|---|---|---|
| Driver Key | ch7465 |
ch7465_play |
| Auth Method | XML API + SHA-256 session | XML API + plaintext session |
| DOCSIS Version | 3.0 | 3.0 |
| Default IP | 192.168.100.1 |
192.168.0.1 |
| Channels | SC-QAM (DS + US) | SC-QAM (DS + US) |
Standard firmware (Unitymedia/Vodafone):
- Set Modem Type to
Compal CH7465 (Connect Box)in DOCSight settings - Enter the modem's admin password (default username:
admin)
Play/UPC firmware:
- Set Modem Type to
Compal CH7465 (Play/UPC)in DOCSight settings - Enter only the password (username is always sent as "NULL")
The CH7465 uses a unique session model: every API response includes a new session token that must be used for the next request. This means the driver tracks and updates the token after every single API call.
The modem's web interface locks to the IP address and User-Agent of the active session. This prevents concurrent access from the browser while DOCSight is polling. The driver performs a proper logout on shutdown to release the session.
The standard and Play firmware variants differ enough in authentication that they require separate drivers:
- Standard: Password is SHA-256 hashed before submission
- Play: Password sent in plaintext, username is always "NULL"
The main ch7465 driver can auto-detect the Play firmware (by checking the ConfigVenderModel field for "PLAY") and switch behavior accordingly.
The CH7465 is a DOCSIS 3.0 modem and does not support OFDM/OFDMA channels.
Status: Untested, likely compatible. Usually reachable at 192.168.100.1 in bridge mode.
Home | Quick Start | Configuration | API Reference | GitHub
- Quick Start
- Installation
- Running without Docker
- Podman Quadlet
- Configuration
- Reverse Proxy
- Example Compose Stacks
- Dashboard
- Connection Monitor
- Signal Trends
- Before/After Comparison
- Channel Timeline & Compare
- Event Log
- Smart Capture
- Gaming Quality Index
- Modulation Performance
- Cable Segment Utilization
- In-App Glossary
- Speedtest Tracker
- BNetzA Breitbandmessung
- ThinkBroadband BQM
- Smokeping
- Weather
- Netzbremse (Peering)
- Home Assistant (MQTT)
- Prometheus Metrics