You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(rf): add CC1101 transceiver support, merge X10 RF protocol and bump to v1.2.66
- Add support for TI CC1101 SPI sub-GHz transceivers in rf-transceiver and ir-rf-transceiver
- Merge X10 RF transceiver into rf-transceiver and deprecate standalone x10-transceiver env
- Support dynamic X10 device mappings (x10-devs) with scheduling and event automation
- Add ModuleType definitions for Siren, Fan, Shutter, and DoorLock
- Add before/after transmit callback hooks to RFTransmitter and X10RFTransmitter
- Update LiteScriptHandler to signal FX.Style events on script change
- Add deserialization error handling in EventRouter for schedule rules
- Update documentation and Web API references for CC1101 and UPnP auto-discovery
- Bump version to 1.2.66
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ HomeGenie Mini provides several specialized configurations and ready-to-use firm
77
77
- 📷 [**Smart Camera + A.I.**](https://homegenie.it/mini/1.2/smart-camera-ai/): Implements video streaming and object tracking logic using ESP32-CAM models.
78
78
- 💡 [**Smart Light / Mood Lamp**](https://homegenie.it/mini/1.2/smart-light/): Controls WS281x RGB LED strips with automated transitions, schedules, and custom animations.
79
79
- 🌡️ [**Smart Sensor**](https://homegenie.it/mini/1.2/smart-sensor/): Gathers data from DHT22, LDR, and motion sensors with low overhead.
80
-
- 📟 [**Remote Control & Gateway**](https://homegenie.it/mini/1.2/remote-control/): A transceiver gateway to captureand replay IR/RF commands.
80
+
- 📟 [**Remote Control & Gateway**](https://homegenie.it/mini/1.2/remote-control/): A multi-protocol transceiver gateway (Firefly Kit) to capture, replay, and bridge IR, generic 433/315 MHz RF (SYN modules or CC1101 SPI), and bidirectional **X10 RF** home automation devices.
81
81
82
82
---
83
83
@@ -103,9 +103,16 @@ Once connected, your device will appear in the HomeGenie Panel dashboard.
103
103
104
104
### Connecting to HomeGenie Server
105
105
106
-
HomeGenie Mini devices can communicate with [HomeGenie Server](https://github.com/genielabs/HomeGenie) and other brokers by configuring the MQTT client as shown below:
106
+
HomeGenie Mini devices feature zero-configuration network discovery and seamless integration with [HomeGenie Server](https://github.com/genielabs/HomeGenie):
107
107
108
-

108
+
1.**Automatic Discovery (UPnP/SSDP):**
109
+
Once connected to your local Wi-Fi network, your HomeGenie Mini device is automatically detected by HomeGenie Server and appears as a device card in the **UPnP** dashboard group.
110
+
111
+
2.**One-Click MQTT Connection:**
112
+
Click the **`CONNECT`** button on the device card. HomeGenie Server will automatically provision and establish the secure MQTT communication link in the background—no manual broker configuration required.
113
+
114
+
3.**Browse Modules & Add Dashboard Widgets:**
115
+
Once connected, click the **`MODULES`** button to view all hardware endpoints exposed by the device (e.g., *IR Transceiver*, *RC RF*, *Color Light*, *X10 Devices*). From the popup dialog, you can select any module and add its interactive widget directly to your preferred dashboard groups.
0 commit comments