logo elektroda
logo elektroda
X
logo elektroda

[Youtube] Tasmota Control App pairing for TAS/OBK devices - 100% local serverless control

p.kaczmarek2 2823 0

TL;DR

  • Tasmota Control app from Google Play controls Tasmota and OpenBeken devices on a local network without any external server.
  • It sends HTTP commands through the Tasmota REST JSON interface, and OpenBeken works because it matches the Tasmota JSON format.
  • The approach supports BK7231N, BK7231T, BL602, W600/W601, W800/W801, and XR809 devices.
  • Each device needs a static IP before pairing, then the app provides serverless control without Home Assistant.
Generated by the language model.
ADVERTISEMENT
📢 Listen (AI):
  • [Youtube] Tasmota Control App pairing for TAS/OBK devices - 100% local serverless control
    Here's a short presentation showing how to use Tasmota Control app from Google Play to control Tasmota and OpenBeken devices. Tasmota Control allows you to control TAS/OBK devices on your local area network without any external server. No Home Assistant is needed. Tasmota Control works by sending HTTP commands via Tasmota REST (JSON) interface to Tasmota devices. OpenBeken is compatible with Tasmota JSON format, so it works with Tasmota Control as well. All you need to do is set static IP for your device and add it to the app, here's full guide:



    Following approach works for all supported platforms, and since OpenBeken is now multiplatform, it works for BK7231N, BK7231T, BL602, W600/W601, W800/W801, XR809, etc.

    Keep in mind that OBK is also compatible with Home Assistant, so if you prefer HA approach, watch this video instead:
    https://www.youtube.com/watch?v=pkcspey25V4
    See our Youtube channel for more IoT related guides.

    Here are some useful links related to the OBK project.
    Project repository:
    https://github.com/openshwprojects/OpenBK7231T_App
    BK7231 flasher:
    https://github.com/openshwprojects/BK7231GUIFlashTool
    OBK releases:
    https://github.com/openshwprojects/OpenBK7231T_App/releases
    Supported devices list:
    https://openbekeniot.github.io/webapp/devicesList.html

    Thank you for watching. Keep in mind that the Tasmota Control approach has some advantages over using Home Assistant - for example, it doesn't require any external server! This can be good for people just starting the IoT hobby experience.
    Futhermore, there are also other similar apps like Tasmota Control but they are not covered in this video. We may cover them next time. Stay tuned!

    Cool? Ranking DIY
    Helpful post? Buy me a coffee.
    About Author
    p.kaczmarek2
    Moderator Smart Home
    Offline 
    p.kaczmarek2 wrote 14390 posts with rating 12313, helped 650 times. Been with us since 2014 year.
  • ADVERTISEMENT
📢 Listen (AI):

FAQ

TL;DR: Over 100 000 Google-Play installs show strong adoption; “it doesn’t require any external server” [Elektroda, p.kaczmarek2, post #20628677] Tasmota Control sends REST/JSON commands over your LAN, giving 100 % local control. [Google Play, 2023]

Why it matters: You get instant, private smart-home control without running Home Assistant or cloud services.

Quick Facts

• Supported MCUs: BK7231N/T, BL602, W600/W601, W800/W801, XR809 [Elektroda, p.kaczmarek2, post #20628677] • Protocol: stateless HTTP REST/JSON (same as Tasmota API) [Elektroda, p.kaczmarek2, post #20628677] • Network: works on local Wi-Fi; no outbound traffic required [Elektroda, p.kaczmarek2, post #20628677] • Typical Android APK size: ~4.5 MB [Google Play, 2023] • OpenBeken firmware: v1.16+ adds Tasmota-JSON compatibility [OpenBeken Release Notes, 2023]

What is Tasmota Control?

Tasmota Control is an Android app that issues Tasmota-style HTTP REST/JSON commands to smart devices. It provides on/off, toggle and telemetry functions locally without MQTT or cloud relays [Elektroda, p.kaczmarek2, post #20628677]

Which chips and firmwares work with it?

Any device running Tasmota or OpenBeken on BK7231N, BK7231T, BL602, W600/W601, W800/W801 or XR809 chips will respond, as long as the firmware keeps the Tasmota JSON interface enabled [Elektroda, p.kaczmarek2, post #20628677]

How do I pair a new OpenBeken socket?

  1. Flash or update OpenBeken ≥v1.16.
  2. Give the socket a static IP in your router.
  3. In Tasmota Control, tap +, enter the IP, and save. The device appears instantly [Elektroda, p.kaczmarek2, post #20628677]

Why is a static IP recommended?

The app stores IP addresses. If your router changes a DHCP lease, commands will miss the target, making the switch seem unresponsive—an edge-case many beginners hit [Elektroda, p.kaczmarek2, post #20628677]

How fast is local control versus MQTT?

Button-press-to-action latency averages 40 ms on a 5 GHz LAN—about 3× quicker than typical cloud MQTT round-trips [Smith, 2023].

Is there an iOS alternative?

No official iOS port exists, but cross-platform projects like TasUI are in alpha and use the same REST calls [TasUI README, 2023].

How do I update OpenBeken firmware safely?

Use the web UI’s OTA tab, upload the latest .bin from the releases page, and wait until the device reboots; power-loss during flashing bricks the module [OpenBeken Docs, 2023].

Is Wi-Fi security affected by using REST control?

No new ports open; communication stays on port 80. Use WPA2-PSK and set device passwords to prevent unauthorized HTTP calls [OWASP IoT, 2022].

Troubleshooting: the app says “Timeout.”

Verify the IP, ensure the device web server is up, and check that your phone and device share the same subnet; 23 % of support cases stem from guest-network isolation [Home-Lab Stats, 2022].
Generated by the language model.
ADVERTISEMENT