Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tamBK7231n tuya switch aubess
If you mean an Aubess/Tuya smart switch built around the BK7231N, then yes: it is a Beken-based Tuya device, usually using a CB2S or CB3S module, and it can usually be converted from Tuya cloud firmware to either OpenBeken or ESPHome via LibreTiny. Standard ESP8266/Tasmota binaries are not the right firmware for this chip family. (docs.libretiny.eu)
Key points
Because your query is very short, the most useful interpretation is: you want to identify, flash, or configure an Aubess Tuya switch that contains BK7231N. In practice, that means three separate engineering questions:
For Tuya-based Aubess switches, BK7231N-based modules are commonly:
Typical BK7231N/CB2S characteristics are:
That matters because the flashing method, board selection, and GPIO names all depend on whether the board is treated as:
cb2scb3sgeneric-bk7231n-qfn32-tuya target in ESPHome/LibreTiny. (esphome.io)For BK7231N Aubess switches, the two practical firmware ecosystems are:
OpenBeken / OpenBK7231T_App
Good when you want a lightweight local web UI, MQTT, and Home Assistant integration. The project explicitly supports BK7231N and maintains a large device/template list. (github.com)
ESPHome with LibreTiny
Good when you already use ESPHome heavily and want YAML-based configuration. ESPHome’s LibreTiny platform explicitly supports BK7231N, including generic and module-specific boards. (esphome.io)
For both CB2S and CB3S, the documented UART flash pins are:
The common practical sequence is:
With Aubess/Tuya hardware, the biggest obstacle is often not flashing, but getting the correct pin assignment for:
A known example is the Aubess 16 A mini switch with energy monitoring, where one published OpenBeken template shows:
Another Aubess ESPHome device page shows a different GPIO set for a mini switch, which confirms that revisions differ and you should not assume one Aubess template fits all units. (devices.esphome.io)
As of March 23, 2026, the OpenBeken project’s GitHub release feed shows version 1.18.279, and the project advertises a device/template list with 800+ entries, indicating that BK7231N support is active and still developing. (github.com)
ESPHome’s current documentation still lists LibreTiny as the supported path for BK7231N/BK72xx, and still recommends choosing the correct board or falling back to generic-bk7231n-qfn32-tuya when uncertain. (esphome.io)
For OTA conversion, Tuya-CloudCutter remains relevant for BK7231N/BK7231T, but the LibreTiny guide explicitly warns that the guide can be outdated and that a device without a matching profile may not work. In other words, for many new or unusual Aubess revisions, UART remains the most reliable method. (docs.libretiny.eu)
If your Aubess switch is still on Tuya firmware:
Keep Tuya firmware
Flash OpenBeken
Flash ESPHome via LibreTiny
Most common causes:
A useful feature of BK7231GUIFlashTool is that it can create a full backup and use that dump to extract the original GPIO configuration, which is often the fastest way to recover the right pin map for an unknown Tuya switch. (github.com)
board: cb2sboard: cb3sboard: generic-bk7231n-qfn32-tuya if uncertain. (esphome.io)I cannot give you an exact pin map from the phrase “BK7231N Tuya switch Aubess” alone, because Aubess has multiple switch revisions with different layouts and sometimes different module types. Published templates for Aubess mini switches do not all match each other. (openbekeniot.github.io)
So the technically correct answer is:
To get you the exact working configuration, send:
If you want, I can next provide either:
An Aubess Tuya switch with BK7231N is a Beken-based smart switch, commonly built around CB2S or CB3S, and it is generally a good candidate for OpenBeken or ESPHome via LibreTiny. UART flashing uses RX1/TX1 on P10/P11 with 3.3 V only, and the main challenge is the correct GPIO map, which varies between Aubess revisions. The safest workflow is: backup first, extract Tuya config, then flash and apply the correct template. (docs.libretiny.eu)
If you want, send a PCB photo and I will identify the pins for your exact Aubess switch.