I honestly have no implemented this, but I like the ideas of:
*Security panel pop-up and play TTS on tablet when alarm goes off
*Pop-up front door cam when door bell is rang or motion is detected (depends on camera you get)
I had browser_mod earmarked for this, but just haven’t gotten around to it yet.
I have a wall mounted tablet and a doorcam at home. I was looking for a similar solution of popping up the camera feed when the doorbell was pressed. Tried the browser_mod solution but realized it does not work 100% of the time. One edge case that was particularly annoying was if my HA restarts, the tablet needs to reload the page for browser_mod to detect the device_id again.
I ended up using the tab functionality on Fully Kiosk instead. I open a separate tab on Fully, point it to the MJPEG camera feed, and then close it after 30 seconds. Here’s the automation in case its helpful for anyone:
Anyone else using smart plug to charge their tablet? Every time mine either starts charging or stops charging it puts fully kiosk into maintenance mode. I’ve emailed the FK developer and they had no idea what it could be. Super weird.
Yep. When you create a new user and he/she doesn’t have permission on Ha default lovelace - then is when blank screen happens. You must go into settings and there select another lovelace as default.
Hello,
I have a problem with my Fully Kiosk, every few minutes the app just disconnects from HA and I have to put in my username and password again. Does anyone know how to solve it?
If you have any special characters in your password, you need to url-encode these characters to use them with the password= parameter of the Fully URL commands.
I.e. if your password is abc$xyz! your getCamshot URL would be: http://192.168.xxx.yyy:2323/?cmd=getCamshot&password=abc%24xyz%21
If you try the unencoded version instead (&password=abc$xyz!) you will get the “Please login” page although you did provide a password.
I run apps from kiosk in a way that i create kiosk rest command for app, then i make a lovelace card with a shortcut to this rest command. You can find a name for wanted app in launcher. How you create rest command is written in kiosk manual. Basically it’s just an url of your tablet (where kiosk runs), added with username, password and command.
This way i can use my tablet in kiosk mode and set kiosk browser as my default home screen, since i run all needed apps from kiosk.