Could be a simple thing?
Every time I reboot, which is a lot on the beta testing, I have to manually refresh all my tablets.
I do have 2 that auto-refresh in Fully but the rest don’t as it annoys me out of the corner of my eye; first world problems.
Is there a way to push a refresh to a Dashboard that the tablet will interpret as a change and refresh it’s web page?
I would like to do in my system start piston?
You may want to try using Tasker on the tablet. Noting I’ve tried, but AI said it is possible.
AI Overview
Yes, Tasker can monitor a local LAN web server and refresh a browser when the server reboots. [1 , 2 , 3 ]
You can accomplish this using the HTTP Request action and the AutoInput plugin to simulate an F5 keypress or trigger a browser intent
Thanks
I’ll have a look at that. Fully also has a refresh on LAN disconnect but it doesn’t seem to do anything or I have set it up wrong.
Never happens
if youre using a fully driver in HE you can call Load Start URL or Restart App from RM with a trigger of location systemStart. It does require a plus license but I think it’s well worth it.
This is the one i’m currently using
Hubitat driver for devices running Fully Kiosk Browser
Hey thanks!
I didn’t know there was a Fully driver. I’ll look at that and see what I can do.
There are a lot of really smart people in this community who like to do cool stuff with cool stuff. Never underestimate the power the search on this forum, there is so much inspiration.
This is the thread for the current iteration in the odd chance you have any issues with it.
Since the original driver by @gavincampbell is no longer maintained, I have decided to fork it and implement some improvements.
This is version 1.5.0, and the most notable changes from 1.4.1 are:
Configurable polling interval
States to be updated on Hubitat are now configurable
The full list of changes can be found on the header of the driver's code.
FKB is a complex software and I'm not an specialist in it by all means, actually, I just started using it about a week ago, but I will at lea…