Wall mount tablet plug-in
-
therealdbwrote on Jun 29, 2020, 9:19 AM last edited by therealdb Jun 29, 2020, 5:19 AM
I've just completed my setup (after exactly 3 years from moving in, priorities!) and even if I wrote all the code in C#, I could port it easily to LUA (I guess )
I've used Fully Kiosk Browser + 3D Printed Mount (check https://makesbymike.com/) and a custom HTML dashboard, all running on an Amazon Fire Tablet:
WAF is very high
Sorry for the Italian interface. First row is temperature/humidity sensors (esterno = outside, piscina = pool, salotto = open space, zona giorno = 1st floor, zona notte = 2nd floor, lavanderia = laundry room).
Then I have a bunch of commands/scenes sent to Vera to change blinds/roller shutters (they are automatically managed, but wife pretends to be smarter than code, from time to time ). Last row has notifications for washer/dryer, with the cycle end date. When doing its cycle, the background becomes orange, then green when completed. It's probably the best feature, since the laundry room is in the basement. There's also a link to cams (videosorveglianza) and I automatically open TinyCamPro in case of movement outside/doors/gates are opened.Is there any interest in a generic wall mount tablet plug-in, offering simple dashboard (maybe json-driven) and integration with Fully Kiosk API?
I'm currently dimming screen on/off, get the battery status and schedule a 20-80 cycle for the battery, via a smart plug and a bunch of lua code. I planned for this when I did the electrical setup, so the tablet has a standard european 503 (recessed) box with ethernet, that I attached to the 5V into the network closet to feed the tablet. I'm updating the screen via AJAX every 30 secs.
Here's a behind the scenes photo as well
-
That's very impressive
Only one tablet?
C
-
3d printed yourself or bought?
-
In my previous house, I did something similar where I mounted an ipad mini to a wall, carving out a whole in the dry wall and inserted a flush bracket I bought. It was so tight that it was extremely difficult remove the device... I opted not to do this in my new house because the need for a graphic interface for control was practically eliminated due to the implementation of voice control and much increased automation. This is very cool and impressive nevertheless!
-
@CatmanV2 yep, only in front of the open space island. when on 2nd floor we usually use our phones. I have a video doorbell on 2nd floor and basement as well, but the video is proprietary.
@sender I bought it from https://makesbymike.com/ via Etsy, it's 3d printed but quality made. Definitely recommended.
@rafale77 it's mainly there for cams. On the left you can see my video doorbell, and it's very handy to see everything at glance (front cam from video doorbell + cams) when the doorbell rings. automations are doing most of the stuff, but my wife wanted a dashboard, and who am I to not seize the opportunity to play with something new (I'm not a big fan of Android, so it was a journey, for me) and make her happy? -
Have a look at
It's in my list of 2020 to get some of them!
-
-
therealdbreplied to DesT on Mar 4, 2021, 8:49 AM last edited by therealdb Mar 4, 2021, 3:49 AM
A quick update. I've since added more things (all my temp sensors), integrated AC/thermostats, weather condition (via both my weather station and forecast taken from internet), energy meters and much more:
(Temp is low because my wife is opening all the windows in the morning... old Italian habits :D)
-
Nice.
How is screensaving handled? My Imperihome pads just stay on, and Imperihome blacks out the screen.. I'd like to use the motion sensor in the pads, or have quick screen on by touch, but haven't figured that out yet. the buttons on the devices are hidden and inaccessible.. -
@perh I'm using FullyKiosk, and it's natively handling it. It's pushing MQTT messages as well.
The logic is based on the cam, so the screen is automatically dim. I wrote some Javascript code in my web dashboard to pause the updates when the screen is off.
I'll probably just switch to a touch based on/off pattern. -
9/10