Skip to content

v1.0.0 - Initial Release

Choose a tag to compare

@pentafive pentafive released this 06 Jan 00:30

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)

  1. Add https://github.com/pentafive/web888-ha-bridge as a custom repository in HACS
  2. Install "Web-888 SDR Monitor"
  3. Restart Home Assistant
  4. 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 -d

Documentation

Related Projects

Acknowledgements