-
-
Notifications
You must be signed in to change notification settings - Fork 19
Modem Hitron CODA 56
The Hitron CODA-56 is a DOCSIS 3.1 cable modem with a notably clean API design. DOCSight supports it via the hitron driver.
| Property | Value |
|---|---|
| Driver Key | hitron |
| Auth Method | None (no authentication) |
| DOCSIS Version | 3.1 |
| Default IP | 192.168.100.1 |
| Channels | SC-QAM + OFDM (downstream), SC-QAM + OFDMA (upstream) |
- Set Modem Type to
Hitron CODA-56in DOCSight settings - No password needed - the modem has no authentication
- Default modem IP:
192.168.100.1
The CODA-56 is one of the few modems that provides proper JSON endpoints for DOCSIS data, with dedicated endpoints for each channel type:
| Endpoint | Channel Type |
|---|---|
/data/dsinfo.asp |
SC-QAM downstream |
/data/usinfo.asp |
SC-QAM upstream |
/data/dsofdminfo.asp |
OFDM downstream |
/data/usofdminfo.asp |
OFDMA upstream |
All endpoints require a cache-busting query parameter (_={timestamp_ms}). Without it, the modem may return stale data.
Unlike most modems that report modulation as strings (e.g., "256QAM"), the CODA-56 uses integer codes:
| Code | Modulation |
|---|---|
| 0 | 16QAM |
| 1 | 64QAM |
| 2 | 256QAM |
| 3 | 1024QAM |
| 4 | 4096QAM |
OFDM channels have a plclock field that must be "YES" for the channel to be active. OFDMA channels have a state field that must be "OPERATE".
Status: Untested, likely compatible. Usually reachable at 192.168.100.1.
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)
- Notifications
- Home Assistant (MQTT)
- Prometheus Metrics