Flash Blitzwolf or any other tuya- based esp device without soldering

Tuya-convert utility I would usually do soldering and flashing via serial-to-usb connection, but lately I’ve got some devices that are either hard to open physically or too new and no information was found on the internet. That’s why I tried (successfully) to use Tuya convert utility to flash my last several devices. I will describe the steps here, along with some extra information about firmwares included. First, the installation is pretty straightforward on Linux. I had no success running it

Continue Reading

Basic minimal configuration of Home Assistant (Hass.IO variant)

Plugins First, go to your Profile’s settings and turn on Advanced mode : Next, select Supervisor from the menu on the left. Then go to Add-on Store. Search for mqtt and install the Mosquitto broker plugin. Now you can go in plugin’s Configuration tab and configure it. When you’re done, go back to Info tab and select Start. Make sure that Start on boot is also selected. If there are some errors, you can always go to Log and inspect

Continue Reading

Home assistant on Raspberry PI as Hass.io

General info You might not want to tinker around with docker installation, even though I find it more flexible. In this case, there’s another way, much more user-friendly, that does not involve a lot of shell commands. It’s called Hass.io. I will not cover here the basic installation of the image, just make sure you pick the right one and install it, following these instructions. After you install it, connect the RPi via ethernet and access it through homeassistant.local:8123 in

Continue Reading

Bluetooth Low Energy ( BLE ) sensors into Home Assistant (or any other platform, actually)

General In this tutorial we will use ESP32 board as a gateway between Bluetooth sensors ( Xiaomi LYWSD03MMC LCD configured here, but should work with anything else, too ) and Home Assistant’s MQTT server ( You can use any other platform instead of Home Assistant, of course). You can check some of the supported BLE sensors here. Prerequisites: ESP32 development board ( you can buy any on aliexpress.com ). This is needed in order to directly access BLE sensors. Home

Continue Reading

Home Assistant – docker installation

I will describe quickly how to set-up and prepare RPI4 for Home Assistant. We will use this as a base to install docker and configure everything. You can use the imager from here , but use the lite image. You don’t need the desktop version. Install Raspberry OS Don’t forget to update and upgrade all packages: apt update && sudo apt upgrade , then reboot. When you first boot, you can configure the system with sudo raspi-config Don’t forget to

Continue Reading

Home Assistant – installation

We’ll look into two ways to install Home Assistant – via docker and on Raspberry Pi. The first method is great if you have a spare linux server ( like I do – I’ve an dual processor server with 48 gb of ram which is a home of almost 30 docker images ). This method is also for more advanced users. But don’t worry – I’ll guide you through it 🙂 Click here to follow the docker installation guide The

Continue Reading

Home automation with Docker and Domoticz

Intro I’ve decided it’s about time to finish my Domoticz setup and connect all my devices to it. I just did it and this post is about the setup. I currently have several sensor boards with ESP8266 that I made for measuring mostly the temperature and also several ESPurna– based Sonoff switches ( controlling boilers, water pumps, and heating ), which I wanted to connect in one app and have an overview, control from mobile, etc. I have an all-time

Continue Reading

Simple iOS On/Off app for SonOff

I had some time, so I decided to make an on/off program for my SonOff switch that I want to use to turn on / off the boiler heating at my house ( I use the stronger one, that has support for 16A load). My SonOff is pre-configured already with ESPEasy and rules. What I will be making is a very simple iOS app that has a toggle button on it. First, some basics: Reading the current state: http://192.168.88.171/control?cmd=status,gpio,12 Changing the

Continue Reading

Reading Data from HC-12 on Raspberry Pi and sending it to Domoticz

Hardware. Okay, to read data from HC-12 to the Raspberry PI is practically very easy :). All you need to do is hook it up and power from RPi. VIN – Connect to RPi 5V (PIN 4) GND – Connect to RPi GND (PIN 6) RX – Connect to RPi GPIO14 (PIN 8, UART0_TXD) TX – Connect to RPi GPIO15 (PIN 10, UART0_RXD) I “stole” that image from Internet, so you can see which pins exactly are those that we need: Software. Simple

Continue Reading

Adding Light sensor to the HC-12 + Temp sensor

In one of the previous articles, I’ve shown you how to read the temperature and send it (very basic format) through HC-12 transmitter. Now we could easily add Light reading and sending it to the reader ( Another HC-12, hooked to Raspberry PI or Arduino )     For that purpose, we will use BH1750 sensor. It’s very easy to hook it to Arduino, read the values and send it, along with the temperature reading. BH1750 uses I2C and is very

Continue Reading

Site Footer

Sliding Sidebar