Connect broadlink RM mini 3 to wifi without the app

Is not easy when you are not a programmer.

For Windows 10

  1. Download and install Python
    Download Python | Python.org
    Restart

  2. Download and extract this in Downloads:
    https://github.com/mjg59/python-broadlink/archive/refs/heads/master.zip

  3. Run in cmd.exe

pip3 install broadlink

  1. Reset your device and a new WIFI SSID will be created: BroadlinkProv
    Connect to this wifi network with your computer.

  2. run this command (put your user):
    cd C:\Users\YOUR_USER\Downloads\python-broadlink-master\cli

  3. Run this command, using your main house SSID and WIFI password

python3 broadlink_cli --joinwifi YOUR_WIFI_NAME YOUR_WIFI_PASS

It should learn about your home WIFI and connect to the network
Use your router interface to identify the IP and setup as a fixed IP for the future.