Tasmota: Build firmware for Smart Meter Interfaces
Michael Albert
Hi, SML feature is not included in default builds. You have to compile it by yourself. Create a python virtual environment michael@debdev ~ # sudo apt install python3 python3-venv michael@debdev ~ # python3 -m venv tasmota-build-sml michael@debdev ~ # source tasmota-build-sml/bin/activate...