logo elektroda
logo elektroda
X
logo elektroda

Aubess WiFi Smart IR Controller

t3hl34d3r 
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:
PINPIN Setting
7IRSend
8IRRecv
24LED_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

About Author
t3hl34d3r wrote 2 posts with rating 5 . Been with us since 2020 year.

Comments

ferbulous 14 Nov 2022 18:43

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]

rush56 22 Dec 2022 18:14

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]

t3hl34d3r 22 Dec 2022 20:23

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]

rush56 22 Dec 2022 21:34

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]

Ipn00tic 23 Dec 2022 00:37

Can you send the link where you bought the device? [Read more]

rush56 23 Dec 2022 05:16

https://a.aliexpress.com/_mOMFJsw Thats mine from ali. [Read more]

p.kaczmarek2 23 Dec 2022 10:40

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]

rush56 23 Dec 2022 11:56

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]

ziermarceie 20 Apr 2023 22:21

@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]

ElektrodaBot 21 Apr 2023 02:40

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]

ziermarceie 21 Apr 2023 02:49

@ElektrodaBot I'm using OpenBK7231N software on BK7231N chipset [Read more]

ElektrodaBot 21 Apr 2023 02:51

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]

ferbulous 21 Apr 2023 10:38

@ziermarceie since the protocol’s unknown for the device You can’t use it to transmit [Read more]

ziermarceie 21 Apr 2023 20:21

@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]

p.kaczmarek2 23 Apr 2023 02:55

Basic Send should work,as reported by other users: [Read more]

rakalexei 23 Apr 2023 09:24

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]

p.kaczmarek2 23 Apr 2023 09:30

@rakalexei you are correct, thanks, I haven't noticed it. I will update the code today or tomorrow to print more warnings. [Read more]

ziermarceie 24 Apr 2023 03:01

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]

rakalexei 24 Apr 2023 07:22

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]

%}