Designating panel to open or close in a task
-
- HouseBot Guru
- Posts: 785
- Joined: Wed Apr 02, 2003 8:10 pm
- Location: Pelham AL
Designating panel to open or close in a task
What is the format to use to designate the panel to open or close in a task? That is, '<theme name>/<panel name>' or how? I have a 'Lighting' panel in the 'Theater' theme I want to have a timer close after x seconds. Opening the panel would kick off a task that starts the timer and (I guess) another task that watches the timer and when the running property is No, then closes the panel. Dunno how to specify the panel name in the task though. Make sense?
Steve
-
- HouseBot Special Member
- Posts: 304
- Joined: Wed May 07, 2003 2:19 pm
- Location: Tel-Aviv, Israel
- Contact:
In the Lighting panel 'Enter' list, add a name of a task that would fire the timer.
Create an automatic task (When conditions are met) that checks the running state of the timer and closes the panel.
No need to use the theme name - only the panel name. Make sure to use the exact panel name with the proper capital letters.
Create an automatic task (When conditions are met) that checks the running state of the timer and closes the panel.
No need to use the theme name - only the panel name. Make sure to use the exact panel name with the proper capital letters.
-
- HouseBot Guru
- Posts: 785
- Joined: Wed Apr 02, 2003 8:10 pm
- Location: Pelham AL
-
- HouseBot Guru Extraordinaire
- Posts: 1121
- Joined: Tue Sep 28, 2004 7:49 am
- Location: The Netherlands
-
- HouseBot Guru Extraordinaire
- Posts: 1121
- Joined: Tue Sep 28, 2004 7:49 am
- Location: The Netherlands
That's what I was saying (kind off). An execute theme button works for a calling remote but a stand alone task needs all remotes. Came across the same issue a few days ago and went for script Open and CloseRemotePanel instead. That will always work.yaccri wrote:It will run only on 'all remotes', because there is no calling remote. The task was called by another task and not by a remote.
-
- HouseBot Guru
- Posts: 785
- Joined: Wed Apr 02, 2003 8:10 pm
- Location: Pelham AL