A Home Assistant integration for RTL-433 devices, providing direct local connection and management of 433MHz sensors.
- Install RTL-SDR and rtl_433:
sudo apt-get install rtl-sdr librtlsdr-dev rtl-433
- 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
- Copy the
- 🔌 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
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
- Installation Guide
- Development Guide
- Troubleshooting
- API Documentation
- Supported Protocols
- Contributing
Two methods are available for development:
python -m venv .venv
source .venv/bin/activate
pip install -e .
tools/debug.sh
python -m venv .venv
source .venv/bin/activate
INSTALL_METHOD=copy tools/debug.sh
This project is licensed under the MIT License - see the LICENSE file for details.