this post was submitted on 04 Aug 2024
265 points (98.5% liked)

homeassistant

15293 readers
9 users here now

Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.

Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation

Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk

founded 2 years ago
MODERATORS
 

I got myself an ESP32 with an integrated e-ink display. This little project shows when the next bus to the city leaves, and the current time. I get the live bus data from Skyss through the Entur integration in Home Assistant. Might have to get a few more of these to tinker with.

you are viewing a single comment's thread
view the rest of the comments
[–] incogtino@lemmy.zip 16 points 11 months ago (2 children)
[–] hendrik@palaver.p3x.de 12 points 11 months ago* (last edited 11 months ago) (2 children)

https://esphome.io has documentation on all the components, how to draw sth on a display and a few example projects under "Cookbook".

[–] incogtino@lemmy.zip 5 points 11 months ago (1 children)

Thanks. I just got a couple of cheap chinese ESP32s and was going to start with some Arduino IDE programming, but I'll have a look at esphome too

[–] hendrik@palaver.p3x.de 5 points 11 months ago

I can recommend PlatformIO or Arduino. Or MicroPython, CircuitPython ... if you're into that or the learning curve for C proves to be too steep. ESPhome is really great for connecting to HomeAssistant or doing some standard IoT stuff and getting results without too much coding.

The ESP32 are really versatile and a good choice to get your fingers dirty with (in my opinion).

[–] ripcord@lemmy.world 4 points 11 months ago (1 children)
[–] hendrik@palaver.p3x.de 2 points 11 months ago

"something": how to draw something on the display. Sorry, I'm a bit lazy when typing on my phone.

[–] TetchyOyvind@lemmy.world 8 points 11 months ago

In the beginning I struggled with getting the display to work, until I found this forum post https://community.home-assistant.io/t/using-ttgo-epaper-display-with-esphome/168877/27 Aside from that, I mostly used the ESPHome website that hendrik in the other comment mentioned. It took a lot of trial and error, since I didn't know any YAML beforehand.