DIY Temperature Logger with DS18B20 and ESPHome / HomeAssistant

I needed a simple way to measure and log the temperature of the heating pipes in our house. The DS18B20 is a well-known and commonly used temperature sensor, and I already have Home Assistant running. So in this post, I want to guide you through the build of a temperature data logger that can easilyContinue reading “DIY Temperature Logger with DS18B20 and ESPHome / HomeAssistant”

How to flash Sonoff TX Ultimate with ESPHome

In today’s blog post, we’re focusing on the Sonoff TX Ultimate Smart Touch Wall Switch – a concealed installation switch with features that go beyond the basics. It is equipped with a large touch area, 28 LEDs for various lighting purposes, a speaker, vibration feedback, and gesture support. While these features offer great flexibility, flashingContinue reading “How to flash Sonoff TX Ultimate with ESPHome”

DIY wireless camera with ESP32-CAM

Having a watchful eye on your surroundings that you can view from your smartphone, for as cheap as 16$. Sounds great? Whether you’re looking to monitor your home, office, or any cherished space, you can do so with the ESP32-CAM module. We all know the ESP32, a very versatile microcontroller that can be used inContinue reading “DIY wireless camera with ESP32-CAM”

Running piper and whisper for Home Assistant on Proxmox (LXC-based)

Piper and Whisper are Home Assistant add-ons needed for creating voice assistant pipelines. Piper is a local text-to-speech engine (TTS), and Whisper is a speech-to-text engine (STT). By using these, we can get rid of cloud services such as Google or OpenAI. If you have installed Home Assistant on Proxmox using the LXC version, notContinue reading “Running piper and whisper for Home Assistant on Proxmox (LXC-based)”