You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature - Be able to configure a pre flashed Tasmota device with Alice compatible backlog commands
I think it would be a nice feature in the "My Home" screen that once you've added a device to a room,.... when you click on the device you get the window that appears that says "search for device"..... i'm thinking perhaps in that screen as well as the "search for device" button you put a " just configure me " button ( or similar name).
The Concept
Currently clicking the "search device" button goes through the entire Tasmota install process including flashing......
by clicking a "just configure me button" that process would NOT do the Tasmota flash but instead
Store the new device UID etc in the database as it does now
then
Go through a little Q&A senario with Alice to get appropriate backlog details.. GPIO pins etc
then
Use that UID and name from step 1 and the details from step 2, to create a backlog.txt file which stores all the required backlog commands that a user can then copy and paste into existing Tasmota devices so that they are then Alice compatible.
This would also be helpful for those devices that can only be flashed initially with a FTDI adapter (not USB like alice requires) like my sonoff 4 channel switches :)
👍
The text was updated successfully, but these errors were encountered:
the sidebar is fully dynamically created for all possible device types depending on their config.
Will need to extend it with dynamic function calls defined in the DeviceType classes - but sounds like a really good idea!
👍
Quick concept I'm currently working on:
A skill will have to provide:
Button name
intent to call on click
Further it will have the option to specify if a "dialog view" overly should be opened - basically a chatbot-like view, that has the normal dialogflow. It has a text input and output - this allows you to copy api-keys/tokens/secrets when alice requests them or offers them to you as an output.
Feature - Be able to configure a pre flashed Tasmota device with Alice compatible backlog commands
I think it would be a nice feature in the "My Home" screen that once you've added a device to a room,.... when you click on the device you get the window that appears that says "search for device"..... i'm thinking perhaps in that screen as well as the "search for device" button you put a " just configure me " button ( or similar name).
The Concept
Currently clicking the "search device" button goes through the entire Tasmota install process including flashing......
by clicking a "just configure me button" that process would NOT do the Tasmota flash but instead
then
then
This would also be helpful for those devices that can only be flashed initially with a FTDI adapter (not USB like alice requires) like my sonoff 4 channel switches :)
👍
The text was updated successfully, but these errors were encountered: