RaspyRFM Client Manual¶
Overview¶
RaspyRFM bridges inexpensive 433 MHz receivers and transmitters with Home Assistant. The integration that ships with this repository contains:
A UDP
gatewayhelper that speaks the RaspyRFM bridge protocol.A
hubcoordinating the learn manager, persistent storage, and entity registry updates inside Home Assistant.Binary sensor and switch platforms that translate learned payloads into Home Assistant entities.
A rich management panel implemented as a LitElement web component for capturing, annotating, and replaying radio payloads.
The sections below document how these pieces fit together and how you can adapt them for your own setup.
Quick links¶
RaspyRFM Hardware Installation Guide – Hardware preparation, installation, and deployment recipes for Home Assistant OS, Docker, and standalone gateways.
Home Assistant Components – Backend components and Home Assistant integration details.
Home Assistant Experience – Panels, cards, and mapping workspace provided by the custom frontend.
UI Showcase – Visual highlights of the refreshed management panel.
raspyrfm_client package – Python API reference for the reusable client library.