python-broadlink icon indicating copy to clipboard operation
python-broadlink copied to clipboard

Python module for controlling Broadlink RM2/3 (Pro) remote controls, A1 sensor platforms and SP2/3 smartplugs

Results 88 python-broadlink issues
Sort by recently updated
recently updated
newest added

Hi, I have a Fan coil Thermostat, Beok TGR87G-WIFI-AC2, which is not supported by the library. Is there any plan to add support to this Broardlink Thermostat? I debugged a...

This device is not strictly a broadlink device, but it does use their protocol. I found that out because it is doing DNS queries to my pihole instance with the...

Was looking to implement the provisioning directly on android, and had a look at the setup method. Am i misunderstanding something here or are my wifi creds sent in unicode...

Broadlink devices use FastCon connections to create a mesh WiFi where they connect to each other instead of to the router/AP. When the following code is executed ` import broadlink...

Hello, I've been using a Broadlink RM4 Pro for a while now with OpenHAB and the Broadlink binding to control various devices with RF remotes. I used Python-Broadlink to learn...

Is the learning/sending only for the supported devices? I have a device not in the list, when I enable learning I get a IR code returned but when I sent...

Now that the library supports RM (Universal Remote), SP (Smart Plug), A1 (Environment Sensor) and their OEM branded variants, it would great if it also support [Broadlink SmartOne Alarm Kit](http://www.ibroadlink.com/s1c/)....

Hi, I installed the latest version from the dev branch and have ran: ./broadlink_cli --type 0x60c8 --host DEVICEIP --mac DEVICEMAC --switch ./broadlink_cli --type 0x60c8 --host DEVICEIP --mac DEVICEMAC --turnoff ./broadlink_cli...

I saw a similar issue posted (closed issue). Whenever I send a long IR code the connection with the RM4 Mini is lost and the device becomes locked, requiring a...

Could you flesh out the readme a little more describe how to later use the learned command? Do you have to write/read from a file or something? Could you provide...