tested in ubuntu 19.10 but should work on any other linux or bsd distribution as well with some minor modifications
- Install python 3.7, pip3, git
- Open a terminal in a directory
git clone https://github.com/MarkoVcode/Sonoff_Devices_DIY_Tools
cd Sonoff_Devices_DIY_Tools/code
sudo pip3 install -r requirements.txt
chmod +x *
sudo python3 01DIY85.py
The DIY tool needs root privileges for some reason, so make sure to run pip3 install with root so the dependencies are installed for the correct user.