v1.0.0 - Initial Release
Web-888 HA Bridge v1.0.0
Monitor your Web-888 SDR software-defined radio receiver in Home Assistant.
Features
Two Deployment Options
- HACS Integration - Native Home Assistant custom component with ConfigFlow UI
- Docker/MQTT Bridge - Standalone container with MQTT auto-discovery
Connection Modes
- HTTP Mode - No authentication required, basic sensors
- WebSocket Mode - Full sensor set with admin password
Sensors Included
| Category | Sensors |
|---|---|
| Users | Connected Users, Users Max |
| System | Uptime, CPU Temperature*, ADC Overflow Count |
| GPS | GPS Lock, GPS Fixes, GPS Good Satellites, Grid Square*, Latitude, Longitude, Altitude |
| Signal | SNR All Bands, SNR HF |
| Status | Connected, Antenna Connected, Offline, Device Status, Frequency Bands |
| Channels* | Frequency, Mode, Decoded Count (×12 channels) |
* WebSocket mode only
Installation
HACS (Recommended)
- Add
https://github.com/pentafive/web888-ha-bridgeas a custom repository in HACS - Install "Web-888 SDR Monitor"
- Restart Home Assistant
- Add integration via Settings → Devices & Services
Docker
git clone https://github.com/pentafive/web888-ha-bridge.git
cd web888-ha-bridge
cp .env.example .env
# Edit .env with your settings
docker compose up -dDocumentation
Related Projects
- pskr-ha-bridge - Monitor PSKReporter spots in Home Assistant
Acknowledgements
- RX-888 Team - Web-888 SDR hardware
- RaspSDR/server - Server implementation reference
- KiwiSDR Project - WebSocket protocol reference