Live data from Hacker News

I built Timeframe, our family e-paper dashboard

hawksley.org

381–385 of 385 posts

Re: I built Timeframe, our family e-paper dashboard

#381
post #244

I went down the same path and up until last week had three e-ink surfaces in my house for this running off HA. We got a skylight 27 today. It’s better. I give in. E-ink is fine for display but too slow for interactivity.

I feel very torn between the “make something” or “buy a Slylight” decision, so I’m curious what makes it better in your eyes, so much so that you don’t think it’s worth attempting anymore. I’m struggling to justify a monthly fee for what I perceive is a daily calendar view with chores.

Re: I built Timeframe, our family e-paper dashboard

#382
post #306

Earlier quoted context omitted.

My solution was to buy a used Samsung tablet with OLED screen, and control the display on with motion sensors. It sits in the hallway, above the keys drawer. The screen is on only when someone's walking nearby, and around eye level when you go pick up the keys. Designed the dashboard based around muted colours on black background, with brights reserved for "hey pay attention to this" data. And most importantly, the s…

Would love some details how you enabled controlling the display with motion sensors.

The tablet itself runs https://www.fully-kiosk.com/ to display a web dashboard. Fully Kiosk has good Home Assistant integration, including screen on / off controls. I also have a bunch of Sonoff battry operated zigbee motion sensors scattered around the place. Then Home Assistant does what it was meant to do - act as a glue layer between various systems, firing screen control commands to Fully Kiosk as a result of select motion sensors triggering.

Re: I built Timeframe, our family e-paper dashboard

#383

Earlier quoted context omitted.

My solution was to buy a used Samsung tablet with OLED screen, and control the display on with motion sensors. It sits in the hallway, above the keys drawer. The screen is on only when someone's walking nearby, and around eye level when you go pick up the keys. Designed the dashboard based around muted colours on black background, with brights reserved for "hey pay attention to this" data. And most importantly, the s…

What's the software stack? Did you write an app for it? Jailbreak it?

No jailbreak necessary - the tablet runs https://www.fully-kiosk.com/, and displays a web dashboard.

The dashboard itself is a react app talking to my Home Assitant instance over a websocket. The heavy lifting of bringing various data sources together is done by HA, I just wrote a react app because it seemed easier than learning to customize HA dashboards to the degree I wanted to.

Post reply on HN