Not Detected Hot | Broadlink Manager Writing Compatible Device

Home Assistant, in particular, resolves the “hot” issue by maintaining a persistent connection to the Broadlink device using periodic keep-alive packets. Here’s a quick Python script that avoids the GUI entirely. Save as send_code.py :

Install:

import broadlink import time device_ip = "192.168.1.100" Replace with your device type (rm_mini, rm_pro, rm4, etc.) device = broadlink.rm(host=(device_ip, 80), mac=None) device.auth() This IR code (example) – replace with your code ir_code = "JgBQAAABK...." Send the command (writing) device.send_data(broadlink.b64_to_packet(ir_code)) broadlink manager writing compatible device not detected hot

Run with:

pip install --upgrade broadlink For the GUI version, download the latest release from GitHub (search for broadlink-manager – note that the project may be archived; if so, switch to broadlink-cli or python-broadlink ). Sometimes the “Broadlink Manager” GUI is simply outdated. Use Broadlink CLI instead: Home Assistant, in particular, resolves the “hot” issue

broadlink_discover Send a code (writing): Sometimes the “Broadlink Manager” GUI is simply outdated

However, a notorious error plagues even experienced users: