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 …
Tag: hass
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 …
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 …