python-broadlink
python-broadlink copied to clipboard
Python module for controlling Broadlink RM2/3 (Pro) remote controls, A1 sensor platforms and SP2/3 smartplugs
I have a sp2 in which i m not able to reset in to ap config mode. So its reset to config mode only. to connect in config mode I...
Given something like https://gist.github.com/voltagex/1546899, how could I convert this to something send_data would accept? e.g. in Python 3: ```python >>> s = '000000000038BC81' >>> on = codecs.decode(s,'hex_codec') >>> devices[0].send_data(on) Traceback...
Last week I received my RM2 Pro and did some reverse engineering on the data required for command 2. I am using this mainly as an xPL to RF/IR gateway...
Hi! There are a bunch of 'discrete IR codes' littering the internet specifically this page: http://www.remotecentral.com/cgi-bin/mboard/rc-discrete/thread.cgi?5780 Is there a code converter I could use to translate it into a format...
I am trying to generate my own RF signal, because I have been unable to capture RF packets with the broadlink device. I have been able to use https://github.com/1technophile/OpenMQTTGateway to...
I currently working on another WIFI-based Air Condition. And the official's app which to control it is using an encrypted http protocol. broadlink using it's own encrypted protocol too. can...
There is an error in the payload of the authorisation packet in either ```protocol.md``` or in ```__init__.py``` The offsets are different: In ```protocol.md```, ```0x01``` is at offset **```0x13```**, while in...
line 238 Sorry, i dont know how to submit a pull request but please include this change. 1 sec timeout is too short for long packet. ``` try: self.cs.sendto(packet, self.host)...
Hi, just wondering if broadlink devices broadcast their on/off status when there is a change? It would be useful for smarthome hub to sync their status faster, instead of query...
Tried to make a script to connect RM4 Pro to a network and discover it but the only way to get it working is by doing it thru the Broadlink...