Skip to content

RTL-433 Home Assistant Integration (Alpha) - Connect 433MHz sensors directly via RTL-SDR without the need for MQTT.

Notifications You must be signed in to change notification settings

abcdqfr/rtl433-ha

Repository files navigation

RTL-433 Home Assistant Integration

A Home Assistant integration for RTL-433 devices, providing direct local connection and management of 433MHz sensors.

Quick Start

  1. Install RTL-SDR and rtl_433:
sudo apt-get install rtl-sdr librtlsdr-dev rtl-433
  1. Add the integration to Home Assistant:
    • Copy the src/custom_components/rtl433 directory to your Home Assistant configuration directory
    • Restart Home Assistant
    • Add the integration through the UI: Configuration -> Integrations -> Add Integration -> RTL-433

Features

  • 🔌 Direct USB connection to RTL-SDR devices
  • 🔍 Automatic device discovery
  • 📊 Rich sensor data collection
  • 🔋 Battery status monitoring
  • 📡 Signal quality tracking
  • 🛡️ Robust error handling
  • 📝 Detailed logging

Project Structure

rtl433-ha/
├── src/                    # Source code
│   └── custom_components/  # Home Assistant component
│       └── rtl433/        # RTL-433 integration
├── tests/                  # Test suite
├── docs/                   # Documentation
├── tools/                  # Development tools
└── config/                # Test configuration

Documentation

Development

Two methods are available for development:

Method 1: Development Install (Recommended)

python -m venv .venv
source .venv/bin/activate
pip install -e .
tools/debug.sh

Method 2: Direct Copy

python -m venv .venv
source .venv/bin/activate
INSTALL_METHOD=copy tools/debug.sh

Support

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

RTL-433 Home Assistant Integration (Alpha) - Connect 433MHz sensors directly via RTL-SDR without the need for MQTT.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published