-
-
Notifications
You must be signed in to change notification settings - Fork 18
Bridge Mode Compatibility
DOCSight works with cable modems in both Router Mode and Bridge Mode. Bridge mode does not affect DOCSight's ability to collect DOCSIS signal data because the modem still exposes its web interface on the LAN side.
Status: ✅ Fully compatible
Tested Setup:
- Modem: Vodafone Station TG3442DE
- Firmware: 01.05.063.13.EURO.PC20
- Mode: Bridge Mode (behind Unifi router)
- Network: 192.168.100.1 (custom IP)
Authentication: Uses AES-CCM encrypted credentials with CSRF nonce.
Data Collection: DOCSIS data via /php/status_docsis_data.php endpoint (33 DS + 5 US channels confirmed).
Issue Reference: #40
| Aspect | Router Mode | Bridge Mode |
|---|---|---|
| DOCSIS Signal Data | ✅ Available | ✅ Available |
| Modem Web Interface | ✅ Accessible | ✅ Accessible |
| DHCP/Routing | Modem handles | External router handles |
| Connection Info | Full info available | Limited (modem-side only) |
| DOCSight Access | Same network | Same network |
Bottom line: Bridge mode only affects routing/DHCP, not DOCSIS monitoring. The modem's cable interface (downstream/upstream channels) is independent of bridge mode configuration.
Symptom: DOCSight cannot connect to modem after enabling bridge mode.
Cause: Bridge mode often changes the modem's IP address.
Solution:
- Check modem's new IP (often
192.168.100.1instead of192.168.178.1) - Update
MODEM_URLin DOCSight settings - Ensure your Docker host can reach the modem network
Symptom: TG login attempt failed: non-hexadecimal number found in fromhex()
Cause: Older driver version (pre-v2.0) had incorrect variable extraction for TG3442DE.
Solution: Update to latest latest image:
docker compose pull && docker compose up -dFixed in: c5bfb3b (February 2026)
Symptom: 404 Client Error: Not Found for url: .../ajaxGet_device_networkstatus_498.html
Cause: Older driver used wrong DOCSIS endpoint.
Solution: Update to latest latest image (see above).
Fixed in: d5fa532 (February 2026)
[Internet] -> [Cable Modem (192.168.100.1, Bridge)] -> [Router (192.168.1.1)] -> [DOCSight Host]
▲ │
└───────────────── Modem Web UI accessible ──────────────────────────┘
DOCSight can reach modem directly at 192.168.100.1.
If your router uses a different subnet (e.g., 10.0.0.0/24) than the modem's management IP (192.168.100.1), you may need:
- Static route on your router
- Or run DOCSight on a device with dual network access
Most home routers: Same network is default, no config needed.
| Modem | Bridge Mode | Notes |
|---|---|---|
| Fritz!Box Cable | ✅ Supported | Called "exposed host" or "IP client" mode |
| Vodafone Station TG3442DE | ✅ Tested | Firmware 01.05.063.13.EURO.PC20 confirmed |
| Vodafone Station CGA4233 | Should work (same driver) | |
| Technicolor TC4400 | Likely compatible | |
| Vodafone Ultra Hub 7 | Likely compatible | |
| Arris SURFboard (S33/S34/SB8200) | HTTPS, usually at 192.168.100.1 | |
| Arris CM8200A | HTTPS, usually at 192.168.100.1 | |
| Arris SB6141 | No auth, usually at 192.168.100.1 | |
| Sagemcom F@st 3896 | Usually at 192.168.100.1 | |
| Hitron CODA-56 | No auth, usually at 192.168.100.1 | |
| Compal CH7465 (Connect Box) | Usually at 192.168.100.1 | |
| Netgear CM3000 | Usually at 192.168.100.1 |
Legend:
- ✅ Tested and confirmed working
⚠️ Untested but likely compatible- ❌ Known incompatible
No. Bridge mode is a routing configuration. DOCSIS signal quality (power, SNR, errors) is determined by the physical cable connection and has nothing to do with router vs bridge mode.
Health assessment is based purely on DOCSIS signal thresholds. If you see "poor" health in bridge mode, it means your cable signal is actually poor, not a bridge mode issue.
Yes! That's exactly what Issue #40 confirmed. DOCSight works perfectly in bridge mode as long as the modem's web interface remains reachable.
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