Hacker News new | ask | show | jobs
by stavros 903 days ago
Yes, but, as you say, reimplementing Home Assistant wouldn't really be that valuable. What you might want is a (very dumb) e-ink display with a touch panel, which can maybe display an image and register touches. Then, that can interface with Home Assistant to make touch panels. That would be much more manageable as a project, and very useful. Bonus points for physical buttons.

I might do this myself, hmm.

1 comments

If you do, I'll buy one :)
I've already done half, I just need to find a digitizer to go over it:

https://www.stavros.io/posts/making-the-timeframe/

My experience is that 90% of the work on these projects is integration: getting the toolchain working, and all the pieces talking. If there were an easy-to-use digitizer and a documented toolchain, I'd buy a LilyGo T5 right now.

Without that, I suspect I'll never get around to making one work, and I'm not buying another half-started project.

As a footnote, 50% of the remaining work is on the stupid stuff like cases and power supplies. I'm glad you did that. But if you ever sell this as a device, consider provide a variety of cases for different use-cases (desk stand, wall mount, metal box with room for other stuff, etc.) and your sales will double.

As a footnote, I like when devices are compatible with something standard, like a Micro:bit or a Circuit Playground. That guarantees a basic working toolchain for at least getting code on, as well as a support ecosystem.