If I remember correctly, isn’t there an option to test the Fully Kiosk device in the SmartThings mobile app? Like the ability to play a sound or something like that?
Tagging @James as I think he still has this setup in his SmartThings account.
@Claus_Hansen, see the post below for testing Fully Kiosk Browser’s remote admin setup. You can find the device in SmartThings app, tap the “Find sensor” button to test if the device and remote admin is configured correctly. (Make sure you have set an audio file URL in the settings first.)
I am not sure Fully Kiosk Controller Device is really working/supported anymore. I wrote a very similar but different driver about the same time with similar but different requirements. These both became very limited and difficult to maintain on the SmartThings platform and we both moved on to Hubitat. As a workaround you could write your own webhook directly in SharpTools to switch screens. The command was look something like this:
where you need to replace: 192.168.1.37 with your FKB IPv4 address 623456 with your FKB password https://sharptools.io/dashboard/view/voELLOOXX2UrqgaaRg?kiosk=true with your URL
You should be able to get that command working in you browser before attempting in SharpTools webhooks.
If you want to jump to Hubitat…different discussion…
After posting…sorry there isn’t a way. You will need a local webhook DTH to make this work. Give me a second, shouldn’t be too difficult to put one together for the current SmartThings IDE. Once that IDE goes away, this would be dead code.
Install this DTH in the SmartThings IDE. I would use the IDE editor to enter the default values. You will need to separate the IP, Port and command line. Ensure you assign it to a hub when you create it.
Do you recall if you assigned the device that was created with original Fully Kiosk Controller DTH to a hub? Pretty sure @James tested that DTH and verified it was working just last month based on the post he linked to.
With the Virtual HTTP Switch / Momentary that @Bloodtick_Jones put together, it looks like you would create a device per command you wanted to send (at least the way the DTH is structured today).
With the Fully Kiosk Controller integration, it’s more like a virtual device for the tablet. So you could have a single device and then use SharpTools Rules to send different commands… even using parameters in each tile configuration to choose what command to send in the rule.
The FKB drivers are a challenge to maintain with the changes from FKB and the depreciation of the original mobile app. The gavincampbell DTH (and mine) have completely depreciated the SmartThings support on the latest changes. I basically pulled out the command push in this virtual switch, but again it is only as good as the IDE remains.
I can put a public command if you want to use it more direct with automation such as webCoRE or SmartTools and repost. It is a very light uptool.
Made the the sendPostCmd command public with a string variable. You set it up the same as before, but can change the URL directly from automation as such:
Thanks for the new DTH, its great. I had a similar problem of not being able to get any of the existing DTH’s switching Dashboards.
Just combined it with the javascript:postMessage code, that Josh published last year, for fast switching between Dashboards, it opens up lots of ideas.