Web application to learn and send ir commands with the Broadlink RM2/3 (Pro/mini) remote controls
Broadlink web allows you to learn and send ir commands using broadlink devices. It’s also possible to copy the learned commands so they can be used in home assistant. Broadlink web automatically discovers any supported broadlink devices in the network.
Broadlink web can be installed in two different ways. Using docker or running locally using python.
Clone or download the repository and execute the folling commands depending on what method you prefere.
Docker:
docker run -d -v devices:/src/broadlinkweb/devices/ --net=host --name broadlink -it frenger/broadlinkweb
Python:
pip install -r requirements.txt
python run.py
Now open your browser and visit http://localhost:8000 and you should be ready to go.
Broadlink web is for now only tested with the Broadlink mini 3, but should also work with other Broadlink ir devices. If you run into problems with your devices or you tested another Broadlink device please let me know.