Ohh this is looking good then. At least all seems to be in place now and the program is running...*Roma* wrote: ↑Tue Oct 20, 2020 6:14 pmAfter moving cffi_backend file - EG successfully detected the rm mini 3:But when I try to learn IR code - I get this error:Code: Select all
Model : RM mini 3 Device Network Adress : ('192.168.50.205', 80) Broadlink.Discovery.Completed
ThanksCode: Select all
Exception in thread Thread-838: Traceback (most recent call last): File "threading.pyc", line 801, in __bootstrap_inner File "threading.pyc", line 754, in run File "C:\ProgramData\EventGhost\plugins\Broadlink\__init__.py", line 369, in threaded_learning_ir selectedDevice[0].auth() File "C:\ProgramData\EventGhost\plugins\Broadlink\broadlink\__init__.py", line 276, in auth check_error(response[0x22:0x24]) File "C:\ProgramData\EventGhost\plugins\Broadlink\broadlink\exceptions.py", line 97, in check_error raise exception(error_code) AuthenticationError: Authentication failed
Roman
The authentication stuff should be the last hurdle ...
ON my device it doesnt happen ... but I read that it can happen on some devices...
https://github.com/mjg59/python-broadlink/issues/377
but this is fixable ... sadly you will need to stick to eventghost only in that case ...
It involves a few steps
1. reset the device
2. connect to the device
3. run setup()
I will implement this .... to make it painless... was going to anyway...
But as mentioned in the link you can try this
Factory reset the device.
Open Broadlink app and connect the device to your local network.
STOP. Do not finish the setup. Close the app.
then it might work