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

homeassistant

11833 readers
6 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. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 1 year ago
MODERATORS
266
submitted 1 month ago* (last edited 1 month ago) by TetchyOyvind to c/homeassistant
 

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
[โ€“] [email protected] 5 points 1 month 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

[โ€“] [email protected] 5 points 1 month 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).