Aubess WiFi Smart IR Controller
Disassembly and box pictures:
I bought it on AliExpress
Datasheet
Flashing:
I flashed with the hid_download_py tool (uartprogram, same as described HERE ), using the UART testpoints located on the board. PIN 18 (CEN) needed to be shorted to GND to reset.
I was then able to use the device with this pin configuration:
I was also able to send and receive IR codes:
And was able to add to Home-Assistant via MQTT with this yaml config:







I bought it on AliExpress
Datasheet
Flashing:
I flashed with the hid_download_py tool (uartprogram, same as described HERE ), using the UART testpoints located on the board. PIN 18 (CEN) needed to be shorted to GND to reset.
I was then able to use the device with this pin configuration:
PIN | PIN Setting |
7 | IRSend |
8 | IRRecv |
24 | LED_n |
I was also able to send and receive IR codes:
IRSEND NEC 0xE384 0x24 0
And was able to add to Home-Assistant via MQTT with this yaml config:
mqtt:
switch:
- unique_id: "OpenBekenLampa"
name: "Íróasztali lámpa ki-be kapocsoló"
command_topic: "cmnd/obk1F6F8DD6/IRSend"
qos: 1
payload_on: "NEC 0xE384 0x24 0"
payload_off: "NEC 0xE384 0x24 0"
retain: true
Comments
Thanks! Just ordered this a few days ago, I was expecting they'd be using WB3S but I guess they've replaced it with CBU now [Read more]
Hey there. I have one of these, i flashed it.. But i have no idea how to use. Could you give me any short info on how to teach it an ON and OFF button from my AC remote? It does not respond to my old... [Read more]
Hello! I first configured MQTT on the device: https://obrazki.elektroda.pl/2930419800_1671736836_thumb.jpg and mosquitto on HA side. After that I opened the webapp on the device and configured... [Read more]
Thanks for explaining. Do you maybe know what to do if no code is displayed in log for AC remote? It is like it is not supported here. Nothing shows up Another remote (for Samsung TV) works and... [Read more]
Can you send the link where you bought the device? [Read more]
https://a.aliexpress.com/_mOMFJsw Thats mine from ali. [Read more]
Here's the screenshot from the link, just in case, because links tends to expire rather quickly on Ali: https://obrazki.elektroda.pl/2925443900_1671787834_thumb.jpg @rush56 can you wait a bit?... [Read more]
Yeah no problem. But as you say you have old IR library... My AC is like.. Over 10yrs old. Maybe 15. Will have to swap soon, but it still works without any servicing or adding new gas. [Read more]
@ElektrodaBot Hello Unfortunately, I can't set up this remote, because I just don’t get the codes. When I send commands from the remote, I get this in console: Info:MQTT:Publishing val {"IrReceived":{"Protocol":"UNKNOWN","Bits":32,"Data":"0xD68EB9B2"}}... [Read more]
Hello! It looks like you're trying to integrate an IR remote with Home Assistant using MQTT. To help you better, I need to know which device or component you're using to receive and transmit the IR signals... [Read more]
@ElektrodaBot I'm using OpenBK7231N software on BK7231N chipset [Read more]
Hello! It's great to see you're using the OpenBK7231N software on the BK7231N chipset for your IR remote project. To integrate it with Home Assistant using MQTT, we need to establish a communication channel... [Read more]
@ziermarceie since the protocol’s unknown for the device You can’t use it to transmit [Read more]
@ferbulous Hi, But i have the same problem with other remote. For example, i have Sony TV remote which sends this code: Info:IR:IR IR_Sony 0x1 0x15 1 But when i'm trying to turn on my TV... [Read more]
Basic Send should work,as reported by other users: [Read more]
Hey, you are sending it in the wrong way, IRSEND IR_Sony 0x1 0x15 1 - wrong IRSEND Sony 0x1 0x15 1 (IRSEND Sony-1-15-1) - correct. [Read more]
@rakalexei you are correct, thanks, I haven't noticed it. I will update the code today or tomorrow to print more warnings. [Read more]
Just tried it, TV still not responding :( I also tried with 3 to 5 repeats, but it did not affect anything. I also have an air conditioner that runs on the PulseDistance protocol. The air conditioner... [Read more]
Could you please check with the camera using your phone (iPhone will not work, only Android), when you send the code, you should see the blinking leds on the device through the camera. If it's not, then... [Read more]