HomeGW
RF433Mhz decoding library
Install / Use
/learn @dgomes/HomeGWREADME
Home GW
A simple and trivial to reproduce HomeGW for cheap 433Mhz based weather stations and sensors.
Introduction
The objective of this library is to decode information coming from weather station units which can be found online very cheap.
Furthermore, this library and the example code hass_serial can be used with Home Assistant through the use of a custom component
Bill of Materials (BOM)
- Arduino (any kind of Arduino will do, including esp8266)
- RF 433Mhz Receiver (I recommend a superheterodyne)
- Breadboard + wires (optianaly a perfboard and soldering iron)
- Antenna (17,4 cm of straigh wire)
Schematics

Plugins
weather
Decodes the "Prologue Temperature Sensor" protocol.
Works with a unbranded weather station sold on ebay.
digoo
Decodes the "Nexus Temperature & Humidity Sensor" protocol.
Works with Digoo DG-R8H 433MHz Wireless Digital Hygrometer Thermometer Weather Station Outdoor Sensor. You can find it online in several stores.
generic
This plugin should work with a broad number of OOK based devices such as power plugs and remotes
fanju
Chinese Weather Station Outdoor Sensor. Supports all station within FANJU brand, ex. PT-3378, FJ3378, FJ3391, FJ3389, FJV4
Examples
dump.ino
This example prints a dump of the raw packet it receives/identifies for each plugin.
hass_serial.ino
This example outputs a JSON object for each packet it decodes.
The example can easily be integrated in a Home Assistant install using the following configuration:
- platform: serial
serial_port: /dev/ttyUSB0
baudrate: 115200
- platform: template
sensors:
weatherstation_temperature:
friendly_name: "Temperature"
value_template: >-
{% if is_state_attr('sensor.serial_sensor', 'dev' ,'weather') %}
{{ states.sensor.serial_sensor.attributes.in_temp }}
{% else %}
{{ states.sensor.weatherstation_temperature.state }}
{% endif %}
unit_of_measurement: "°C"
or through the use of a custom component
Contributors
Related Skills
node-connect
351.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
