BlackBeanControl icon indicating copy to clipboard operation
BlackBeanControl copied to clipboard

BlackBeanControl - Broadlink RM 3 Mini (aka Black Bean) control script

Results 14 BlackBeanControl issues
Sort by recently updated
recently updated
newest added

From https://github.com/mjg59/python-broadlink python-broadlink 0.17.0 - Installation & Discovering test Works properly ## INSTALL user@openhab-vm:/home/openhab/python-broadlink$ sudo python setup.py install running install running bdist_egg running egg_info writing broadlink.egg-info/PKG-INFO writing dependency_links to broadlink.egg-info/dependency_links.txt...

Breaks with https://github.com/mjg59/python-broadlink/commit/8754493951b887e850d93100898d6883443b124f. Works with previous commit https://github.com/mjg59/python-broadlink/commit/21d96bd140359a3b360bd728b963effc6b747c4f. ``` Traceback (most recent call last): File "BlackBeanControl.py", line 167, in RM3Device = broadlink.rm((RealIPAddress, RealPort), RealMACAddress) TypeError: __init__() takes exactly 4 arguments...

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...

I'm not completely non-technical, but I'm a bit out of my depth with this. I'm trying to install on windows 64 bit system. I've installed the python compiler, but I...

I think the pip-install version 0.11.1 is outdated, unable to discover my broadlink ir remote (black bean). the this git-cloned version can discover it

Hey there, More a question then a issue. I want to use Tautulli to run a script to close some blinds when a movie starts. I have the devices set...

I'm using the model MR3 which correctly switch in the learning mode when sending a new command not listed yet. Learning from different buttons and different devices produce always the...

Hello, I'm can successfuly learn any command but When I try to send command command , I'm receiving the following issue: __________________________________________________________ Traceback (most recent call last): File "./BlackBeanControl.py", line...