python-broadlink: Can't Enter Learning Mode
Attempting to enter learning mode throws an error as below;
Python 2.7.12 (default, Nov 19 2016, 06:48:10)
>>> import broadlink
>>> devices = broadlink.discover(timeout=5)
>>> devices[0].auth()
True
>>> devices[0].host
('192.168.1.155', 80)
>>> devices[0].enter_learning()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: device instance has no attribute 'enter_learning'
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 28 (4 by maintainers)
Hi,
sorry to dig up the old potato, but turns out that the AUX AC seems to be using this exact DeviceID as its controller.
Is there any chance that we could work on this a bit ?