messaging
(Jens Reinemuth)
July 23, 2025, 10:36am
1
Hi everybody…
i wrote an app thats somehow an alternative to the fully kiosk app…
Currently no additional features than
display a website fullscreen in landcape or portrait
stay alive / awake if motion is detected by camera (which i could only test on 2 physical devices, so feel free to check it out)
All source codes are open, the app will stay free and without charge, so please use it and if you like it, leave me a note…
GitLab.com
→ Release APK
The App is designed in material 3 standard, implemented i18n, theming, fine configuration for all parameters, …
Will be pushed to playstore ans apple store soon, but google requires me to submit VIDEOS, how i use the camera… ??? Will figure this out
5 Likes
Looks interesting. Any plans to have the ability to have HA send request to turn display on and off? Also, ability to specify which dashboard view to display?
thanks!
1 Like
messaging
(Jens Reinemuth)
July 23, 2025, 12:08pm
3
You can define the url in the settings, so no problem to deeplink to your dashboard-view…
Yes, i really thought about the possibility to communicate with ha.
Thanks, but what I really meant is the ability to send a command from HA to change to a different dashboard or view.
messaging
(Jens Reinemuth)
July 23, 2025, 6:00pm
6
Ok, perhaps via mqtt?
Or do you mean something like websocket? As that is a webview with javascript enabled, you could do it also in the views.
Perhaps explain me exactly what you mean, i could try to implement it…
dcapslock
(Darryn Capes-Davis)
July 23, 2025, 11:01pm
7
You could use Browser Mod which can control the screen.
I am currently using the Companion App to display my dashboard on a tablet. I can change the dashboard/view like this in an automation or script. I use different views based on various factors:
So something similar, MQTT would also work.
thanks
- action: notify.mobile_app_samsung_tablet
data:
message: "command_webview"
data:
command: "/lovelace-tablet/tablet"
messaging
(Jens Reinemuth)
July 25, 2025, 11:46am
9
Ok, sounds like a good starting point…
The app is not only HA centric, but you could view every website fullscreen with it.
But ok, mqtt client is implemented in about 30 minutes, incl. listener… so you also could use this app as kind of “motion tracker” in ha…
Will figure out the paths and the syntax this evening.
Thanks for your input
tung256
(tung)
October 28, 2025, 12:08am
10
how to have HA send voice notification to it?
for example, with Fully Kiosk, HA would announce: “it is now 6:30am, time to wake up!”
1 Like
Ayhanboy
(Ayhan)
November 30, 2025, 7:33pm
11
This is a great attempt but it never sleeps on my both tab s9 fe and tab a9 samsung tablets. It always keeps screen on. Do you I need to do anything to fix this?
eblount
(Eric)
December 9, 2025, 5:54am
12
Same here - it never sleeps. If I close the app, the tablet sleeps. But when it’s running, it stays awake. Seems like a great solution if that could be fixed!