Switch Panel at time of day
I would like to know if it is possible to change panels based on time of day
I am using fully as my browser.
Answers
We don't have this functionality in ActionTiles, but will consider it as a Feature Request.
You might also consider asking the developer of Fully if they would add the ability to automatically direct to a different URL (i.e., the full URL of any of your Panels) based on an alarm trigger) ... or try using Tasker or AutomateIt Apps.
We have a couple of similar Feature Requests for reference and Votes:
- https://support.actiontiles.com/communities/12/topics/1118-is-there-a-way-to-trigger-a-shortcut-or-open-a-panel-based-on-a-smartthings-event
- https://support.actiontiles.com/communities/12/topics/1903-change-panel-theme-based-on-lux-time-routine-or-mode
Thanks,
...Terry.
Hi Terry,
I have reached out to Fully support on the same but I don't think they have this functionality.
I saw the Tasker comment but I don't see how it can be setup to switch the loaded url without reverting back to the on set up in settings in Fully.
For for what it's worth here's a reply from the fully developer
nothing out of the box. What you want to get should be done by HTML means, not by the browser app.
Alexey
-- Fully Kiosk Solutions for Android
This can easily be done with Fully's rest interface and webcore sending a web POST request to the tablet running fully browser. I have a similar setup to run a certain panel on the weekends and revert back on weekdays.
Requirements:
Static IP for tablet
Fully plus license
Remote admin enabled on fully
WebCore
Great answer, Sam!
The details of this will be great to know and explore.
If it works reasonably well, then we can consider simplifying it a bit by possibly implementing the calls directly into ActionTiles or some other sharing of responsibility in the architecture.
But that means adding this into our Feature Request queue - so an immediately available workaround in the meantime is helpful.
Do you have the details on how to set this up this is great
Or maybe just share the Piston you have in Webcore
Hey Brandon,
Holiday season here so I went a little MIA. I have a sample Piston in another thread I answered Emerson.
Let me know times and and I can work up a sample piston for you.
let's say between 8 p.m. to 6:30 a.m. cycle between panel 1 and panel 2 every 30 minutes.
else run panel 3
Customer support service by UserEcho
This can easily be done with Fully's rest interface and webcore sending a web POST request to the tablet running fully browser. I have a similar setup to run a certain panel on the weekends and revert back on weekdays.
Requirements:
Static IP for tablet
Fully plus license
Remote admin enabled on fully
WebCore
Great answer, Sam!
The details of this will be great to know and explore.
If it works reasonably well, then we can consider simplifying it a bit by possibly implementing the calls directly into ActionTiles or some other sharing of responsibility in the architecture.
But that means adding this into our Feature Request queue - so an immediately available workaround in the meantime is helpful.