-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 10 replies
-
No. The deliberately rudimentary Tasmtoa web UI is meant for admin/test, not so much as "the place" for daily operation, which is generally expected to be done in your backend setup. You could create a bunch of fake "power" channels which would be linked to the switch input, those would get buttons on the front page. Of course, not useful to click those. Since you use ESP32, you could do something with Berry programming formatting values, and injecting into the front page. For testing purposes, the "GPIO Viewer" feature could also be quite useful. |
Beta Was this translation helpful? Give feedback.
-
It makes perfect sense. Thank you for the Switchtext suggestion. Much better option indeed. Br |
Beta Was this translation helpful? Give feedback.
-
By the way. Is there a way to set a Switchmode for all inputs using just one command or do I need to do it one by one? SwitchMode1 1 Thank you |
Beta Was this translation helpful? Give feedback.
-
Perfect, everything works! So when I back up the configuration and restore it on a brand new Esp32 all this (configure module parameters, SetOption 141 1, Switchmode0 1, SwitchText....) will be included, or should these steps be applied for every new device? I'm sorry for the basic questions. Thank you so much! |
Beta Was this translation helpful? Give feedback.
No.
The deliberately rudimentary Tasmtoa web UI is meant for admin/test, not so much as "the place" for daily operation, which is generally expected to be done in your backend setup.
You could create a bunch of fake "power" channels which would be linked to the switch input, those would get buttons on the front page. Of course, not useful to click those.
Since you use ESP32, you could do something with Berry programming formatting values, and injecting into the front page.
For testing purposes, the "GPIO Viewer" feature could also be quite useful.