question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RM3 mini password length limit?

See original GitHub issue

After failing to connect a recently purchased Broadlink RM 3 mini (aka Black Bean) to my WLAN with all three Android apps (e-control, Intelligent Home Center, Intelligent Home Center EU) even in AP mode because apparently the glorious Broadlink engineers randomly and against the rules chose to limit the password length to 32 characters, I still wonder if this is a software or hardware limit. While the apps constantly and silently failed to connect, I received only once a hint that the WLAN password is limited to 32 characters. Trying with the latest python-broadlink, I get this error:

>>> import broadlink
>>> broadlink.setup('ssidofmynetwork', 'mylongnetworkpassword', 3)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "broadlink/__init__.py", line 865, in setup
    payload[(pass_start + pass_length)] = ord(letter)
IndexError: bytearray index out of range

Needless to say that an attempt with a shorter password succeeded. I hoped that using python-broadlink instead of the vendors’ apps might overcome this limitation. Now I’m afraid its an annoying hardware limit.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
drew1kuncommented, Nov 9, 2020

Thanks for this… you saved me a lot of time trying to find out the max limit, as my wifi networks use 63 char wpa passphases.

0reactions
IgitBuhcommented, Oct 5, 2021

If you can still return yours, it’s probably cheapest to do that and get a Wemos D1 and some IR send/receive circuit bits instead.)

Well, I can still return it, but I’m not sure if that’s really an alternative. I purchased the RM4 Pro specifically for being able to control both IR and RF devices. I understand that there is the possibility of building a custom IR/RF control device myself, but I wasn’t planning on investing days or weeks into this project. If there is a good alternative IR+RF device with openHAB support, I’d be more than happy to hear about it!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Setting an account password policy for IAM users
Turn on password expiration – You can select and specify a minimum of 1 and a maximum of 1,095 days that IAM user...
Read more >
Bountysource
RM3 mini password length limit ? ... Legal. Terms of Service · Privacy Policy; Copyright ©2020, Bountysource Inc.
Read more >
Minimum Password Length auditing and enforcement on ...
This security setting determines the least number of characters that a password for a user account may contain. The maximum value for this...
Read more >
BroadLink Smart Universal Remote Complete Tutorial
As BroadLink's best selling products, the universal remote RM4 pro and RM4 mini help you to turn your traditional appliances and devices to ......
Read more >
free rm5 - scuola-danzainsieme.it
Apple M1 Max When you need the highest level of performance ever in a Mac notebook ... Free Small Tub. buat dulu ni,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found