I've setup the Motedem device in python by following the examples in the ReadMe.
Scanning and emmiting IR sequences worked just fine a few days ago.
This is the error I'm getting when trying to scan any device:
Traceback (most recent call last):
File "", line 1, in
File "/home/pi/.local/lib/python3.5/site-packages/motedem/SDK.py", line 53, in learnAC
return self.learn_common(0x27, ready_callback)
File "/home/pi/.local/lib/python3.5/site-packages/motedem/SDK.py", line 154, in learn_common
raise InvalidArgument()
motedem.SDK.InvalidArgument
Sometimes the LED switches to a pink color
I've setup the Motedem device in python by following the examples in the ReadMe.
Scanning and emmiting IR sequences worked just fine a few days ago.
This is the error I'm getting when trying to scan any device:
Sometimes the LED switches to a pink color