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
Copy file name to clipboardExpand all lines: README.md
+48-14Lines changed: 48 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,35 @@
1
1
# Broadlink to UFO-R11 IR Code Converter
2
2
3
+
[](https://github.com/dzerik/Broadlink-UFO-R11/actions/workflows/deploy.yml)
> **Based on the original [broadlinktoUFOR11](https://github.com/arkservertools/broadlinktoUFOR11) by arkservertools.**
4
10
>
5
11
> IR codes for conversion can be found at [SmartIR codes repository](https://github.com/smartHomeHub/SmartIR/tree/master/codes).
6
12
7
13
---
8
14
9
-
A client-side web application to convert IR codes from Broadlink Base64 format to UFO-R11 MQTT format for MOES UFO-R11 devices used with SmartIR addon in Home Assistant.
15
+
A client-side web application to convert IR codes from **Broadlink Base64** format to **UFO-R11 MQTT** format for [MOES UFO-R11](https://www.moeshouse.com/) devices used with [SmartIR](https://github.com/smartHomeHub/SmartIR) addon in [Home Assistant](https://www.home-assistant.io/).
16
+
17
+
> **Note:** While primarily designed for MOES UFO-R11, this converter may also work with other Tuya-based IR blasters that use the same Tuya IR stream protocol (e.g., Zigbee or Wi-Fi IR remotes with Tuya firmware).
10
18
11
19
**All conversion runs entirely in the browser — no backend required.**
12
20
21
+
## Demo
22
+
23
+
**[Live Demo on GitHub Pages](https://dzerik.github.io/Broadlink-UFO-R11/)**
24
+
13
25
## Features
14
26
15
27
- Two-panel JSON editor with syntax highlighting
16
28
- Single IR code conversion
17
29
- File upload (SmartIR JSON)
18
30
- 4 compression levels (LZ77-like Tuya Stream)
19
-
-`ir_code_to_send` wrapper option
20
-
- English/Russian interface
21
-
- Hosted on GitHub Pages
31
+
-`ir_code_to_send` wrapper option for MQTT payloads
0 commit comments