BlackBeanControl
BlackBeanControl copied to clipboard
Argument missing at line 167
Hello.. It looks like you have error at line 167.. RM3Device = broadlink.rm((RealIPAddress, RealPort), RealMACAddress) TypeError: init() takes exactly 4 arguments (3 given)
After adding "RealTimeout" as 4th argument it is working just fine...
@frogale I have exactly the same error. Can you please help what file you exactly changed and post your code?
I have edited line 167: RM3Device = broadlink.rm((RealIPAddress, RealPort), RealMACAddress, RealTimeout)
made it to work.
I had the same problem, frogale's solution made it work for me as well.
now the error is:
Traceback (most recent call last):
File "./BlackBeanControl.py", line 168, in