Hi,
I added a scene as a device on the dashboard (by “generate panels”). It adds a panel with 1 button “button.send”. I changed the button text to “Run”.
1. The panel starts the scene successfully (or it was already active?) but I cannot understand how I can stop the scene working?
2. I added “Run scene manually” at the beginning of the scene. How this “manually” works? Does it stop after one run?
I can only answer point 2, point 1 only Mika can answer.
Point 2:
By default scenes are executed every minute.
If you do not IF put conditions in your scene itself, it will run.
To avoid this, you can use the run scene manually block.
This will stop the scene from running every minute, only when you press the button on the dashboard (or in imperihome), only then the scene will run.