I made my standing desk "smart": https://community.home-assistant.io/t/desky-standing-desk-es...
I love that! Now I am seriously tempted to hack up the control unit of my Fully and get it into Home Assistant so I can adjust the desk with a slider on the laptop for ... reasons.
Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
31–40 of 157 posts
Re: Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
#32I used ESP32s for individual sensing components (mostly temperature at various parts of the process but also a load cell for weight). I used the Tasmota firmware and tied them all together using MQTT over wifi. I drove it with node-red on a raspberry pi to build several PID loops and process controls and if I were to do anything similar again I would use the same architecture except I would add network booting for the ESP32s so I could swap them out as needed.
Screenshot from a node-red dashboard from very early in the process.
I ended up with 7 temp sensors and two load cells running on four ESP32s. By the time I had it optimized my job was to swap containers out every time it said to replace container over a speaker.
Re: Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
#33I put together an esp32 + accelerometer in a little 3d printed box. Made two sets and taped one of each on my washer and dryer, now they detect the start and end of a cycle and send me a notification through home assistant. The tablet in the kitchen get a notification too and makes a special sound when the clothes are done!
Re: Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
#34It's simple and I'm impressed that a single CR123A battery has lasted now 7+ months and still reading >= 3.1V.
Re: Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
#35Re: Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
#36Re: Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
#37I'm helping our local Fablab to manage physical access with a series of ESP8266 and esp-rfid https://github.com/esprfid/esp-rfid/ (of which I became maintainer. If you want to use it as well I can help!)
Extra bonus points for support for real commercial readers using OSDP’s transparent mode or whatever they call it these days. As I understand it, an early standard involved a horrible hack that was so horrible that HID managed to patent it, but the protocol was redone to avoid being a horrible hack, and the new version is also unencumbered. Although maybe the spec costs $30.
Re: Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
#38https://foundrytechnologies.com/relay.php
It didn't sell in large volumes but it's fun to see the units that did sell checking in every 5 minutes from around the world to this day.
Re: Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
#39Re: Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
#40My GPT-powered e-Ink newspaper uses an esp32: https://imgur.com/a/NoTr8XX
This looks amazing! Do you have a guide? Would love to recreate this!