Tasmota App #24827
Brightness248
started this conversation in
Ideas
Tasmota App
#24827
Replies: 1 comment 2 replies
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
Recently, I switched smartphones. In the process, I ran into the problem of having to manually set up all the links and IP addresses for my numerous Tasmota devices from scratch again. Since this process was quite frustrating, I decided to sit down with Android Studio and create my own app for it.
First of all: I’m a beginner when it comes to Android Studio development and the Kotlin programming language. Copilot was a huge help here.
The result turned out really well, and the app has already been running flawlessly in my daily use. It currently offers the following features:
Automatic Discovery: All Tasmota devices on the network are automatically detected and listed in an overview.
Flexible Web View: From the overview, you can control devices directly through an embedded web view or use a button to open the device’s IP address in your browser.
Manual Import: Devices can, of course, also be added manually via their IP address if needed.
Custom Dashboard: You can build your own dashboard exactly the way you want. Simply choose a value, slider, or button from the list of discovered devices and place it as a tile. Tiles can be moved or removed with ease.
Privacy-Focused: No cloud services, everything runs completely offline and locally. Best of all, the devices don’t even need to be connected to an MQTT broker for the app to work.
Dark Mode: A clean, eye-friendly dark theme is built in by default.
Since the app completely solved my own problem and already looks quite good, I wanted to ask whether the community might also be interested in it.
Is there a need for an app like this? Do you already have ideas, wishes, or specific features in mind that should definitely be added?
I’m looking forward to your feedback!
Beta Was this translation helpful? Give feedback.
All reactions