Hi,
HADashboard 2 motivated me to stick an Android tablet to the wall. Only problem is the standard browsers are missing some features. So i wrote an app to display a full screen website and switch on the screen when the front camera detects motion.
Since i was on it i also added MQTT for remote control and for reading the tablet sensors.
You find sources, app and configuration details on github https://github.com/ray0711/homeDash
Under releases you find a self signed app. To install it you need to enable untrusted sources in the Android settings. Or you build it yourself form sources.
Definitely will be checking this one out. Sounds like it’s a perfect fit for what we’re doing with HASS vs the generic Kiosk applications out there and I love the remote control capabilities for URL and such, never thought of wanting that!
I have two Samsung 8" inch tablets (possibly two more if this works well) which will be wall mounted.
I have an idea here too.
It might be good to be able to swtich on the tablet display over MQTT ::::: HOLD THE PHONE! - You’ve done that too! That means if there is an external trigger (say, motion detected on another camera, or a persistent_notification being displayed) - we can forcibly turn on the tablet screen. NICE!
This is really neat.
Being just a little security conscious - how can we be sure your app is playing nice? I’m only asking - not accusing! One must always ask questions
However loaded to my phone, and because I am not home it cannot connect to my HA machine.
Now my phone is stuck on an error message, full screen, with no escape. Soft buttons do not even work. I can however reboot my phone with the on/off hard button.
EDIT: workaround to escape: highlight something on the error message and choose “search the web” - the app then backgrounds. However this is only a workaround.
Is there any means to specify a username and password for the MQTT connection? Wasn’t able to guess any format with the URI, not familiar with the android MQTT code
Just dawned on me that there is no apk to download. Bummer! Not within my skillset to build a working dev stack to compile this… Let me know how you go.
Ok somehow I’ve pulled out of my butt being able to compile this and add the MQTT usernames and passwords mod Although I’m curious why it doesn’t display the current setting like the others do? I suppose that’s more an Android development question than a homeDash question – I have not done Android apps before.