Hacker News new | ask | show | jobs
by gnyman 2072 days ago
Second the recommendation for esphome, especially if you are trying to do something a little smarter than just a remotely controlled switch. I started with tasmota for my little wastewater pump controller but I found it hard to get my simple if-this-then-that logic to work in tasmota. ESP home on the other hand allows you to write you own C/++ code if you want.
1 comments

I didn’t know you could write your own code with ESPHome, I’ll have to dig deeper.

When I hit a limit I went to Arduino and then hooked that into Home Assistant via and MQTT broker - Mosquitto.