-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home

Welcome to the Web-888 HA Bridge wiki - documentation for monitoring your Web-888 SDR software-defined radio receiver with Home Assistant.
- Sensor-Reference - Understanding each metric and what values to expect
- Dashboard-Examples - Home Assistant dashboard configurations
- Troubleshooting - Common issues and solutions
Web-888 HA Bridge monitors your Web-888 SDR in Home Assistant:
User Activity:
- Connected Users and Max Users
- Device Uptime
GPS Status:
- GPS Lock and Fix Count
- Good Satellites Count
- Grid Square (WebSocket mode)
- Latitude, Longitude, Altitude
Signal Quality:
- SNR All Bands (0-30 MHz)
- SNR HF (3-30 MHz)
System Health:
- CPU Temperature (WebSocket mode)
- ADC Overflow Count
- Antenna Connected Status
- Device Status (active/private/offline)
Channel Activity (WebSocket mode):
- Per-channel Frequency
- Demodulation Mode
- Decoded Message Count
Works with Web-888 SDR receivers:
- Web-888 (Xilinx ZYNQ XC7Z010)
- Other KiwiSDR-compatible devices (HTTP mode only)
Native Home Assistant integration with UI configuration:
- Open HACS → Custom repositories
- Add
https://github.com/pentafive/web888-ha-bridgeas Integration - Install "Web-888 SDR Monitor"
- Restart Home Assistant
- Add integration via Settings → Devices & Services
Container deployment with MQTT auto-discovery:
- Clone repo and configure
.env - Run
docker compose up -d - Sensors auto-discover in Home Assistant
See README for detailed instructions.
The integration supports two connection modes:
- Polls
/statusendpoint - Basic sensors: users, GPS, SNR, uptime
- Works with any KiwiSDR-compatible device
- Lower data refresh rate
- Real-time admin channel connection
- Full sensor set including CPU temp, channels, grid square
- Per-channel frequency and decode monitoring
- Requires admin password from Web-888 control panel
Tip: If you don't need channel monitoring, HTTP mode is sufficient for most dashboards.
If you're using your Web-888 for digital mode reception:
- pskr-ha-bridge - Monitor your PSKReporter spots in Home Assistant. Track FT8/WSPR/CW activity, spots per band, DX records, and propagation.
- Note your Web-888's IP address (check your router or the device's web interface)
- (Optional) Get the admin password from the Web-888 control panel for WebSocket mode
- Choose HACS or Docker deployment
- Sensors appear automatically in Home Assistant
Found a solution? Have a dashboard config to share? Contributions welcome:
- Dashboard configurations
- Troubleshooting tips
- Documentation improvements
Open an issue or PR on GitHub.