Replies: 3 comments 7 replies
-
There is no official Tasmota APP, we don't know how and what your APP is doing for commissioning the device. |
Beta Was this translation helpful? Give feedback.
-
Hello, we would like to use smart plug with Tasmota preinstalled, probably dlink. The idea is just to connect to the device, provide wifi auth and then setup mqtt. |
Beta Was this translation helpful? Give feedback.
-
The Improv standard needs BLE, except for serial connection, which we already use in the web flasher. IMHO it is really hard to create a mobile app that scans for for AP's and then connects to it, without constantly fighting the underlying OS (Android and iOS) - not saying it is impossible. All I can say for now is, that it is feasible to use Improv-wifi via BLE for Tasmota and that I can recommend Flutter to accomplish this. Without any platform agnostic code my test app runs on Android, iOS and macOS in the same way. Extending the Improv standard for a personal project would be easy (like setting up MQTT). |
Beta Was this translation helpful? Give feedback.
-
For my project I need to configure MQTT broker on Tasmota smart plug. As it will be done by end-users it needs to be easy and bulletproof process - just put the plug to the pairing mode, setup wifi and finalize the MQTT config.
MQTT broker address will be always the same, but I do not want users to enter it. The mobile app should do it automatically after the wifi setup.
What is the easiest way to achieve this? Should I upload .tapp file to the device and apply it or is there any other recommended way?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions