Has anyone been able to connect their broadlink rm mini 3 to their wifi without using the app?
The app is pretty much completely broken for me (probably not helped by having android 9 on my phone)
I have been trying to use the following python library but it doesnt seem to work:
(https://github.com/mjg59/python-broadlink)
I performed a WireShark capture and I dont see any communication going to the RM Mini when running trying to connect
No, although I can confirm its probably something to do with the wifi security settings on your router. I am using a Xiaomi IR blaster now without issues.
Iāve just used the BroadLink Manager SourceForge and was able to get my Wifi Defined. After that, it was easy to learn the ir-codes and add them to Home-Assistant.
Iāve just now used the above linked Broadlink Managerā¦ There are very few instructions so hopefully this is helpful for someoneā¦
The context to this is a brand new RM Mini 3.
The first thing you want to do is get your device paired. You will need to connect your computer to the wifi network BroadlinkProv. I wasted a lot of time not seeing the network, before deciding to reset the device. After resetting, I immediately saw the network appear.
Connect to that network and hit the āAdd Deviceā button (if weāre honest, I had hit add device BEFORE connecting to the wifi network).
From there, I think I populated the 3 middle boxes, the wifi network I wanted it to go onto, the security mode, and password. I read somewhere on Reddit that it can only be connected to 2.4ghz, but I donāt know that for certain.
Then hit pair!
I think at that point I rejoined my wifi network that I had just added it to, and āRescan wifiā. Then seeing it appear, hit the āAdd to Devices Listā button.
Exit the add device screen and scan for devices and hopefully it appears for you
Hopefully that helps someoneā¦ the learn command and send command functionality seems to work pretty well from a quick play around, and is fairly straightforward.
Its still a crappy app in April 2021 but after another session of persevering tonight I have finally got it configured 3 weeks after purchasing.
However what really scares me is that you must enable Location Access on your mobile device or the app wonāt configure it. Then you have to give them your SSID and password. So you might as well say āIāve left the front door keys under the mat so come round anytime and let yourself inā !
There is no technical reason why they need your location.
Also you canāt change the wifi password afterwards without going through this again.
I didnāt like this with Sonoff devices and was so keen to get them all flashed with Tasmota. I guess thereās no similar option for Broadlink devices, is there?
You donāt seem to understand how a device AP works. You log on to the device AP through a web browser to give the device your network credentials. After that, you are done with the IHC app. When you restart the device it will log on to your LAN.
I donāt hear any similar rants about using an app to set your IP credentials in a camera. You can delete the app after giving the device your network credentials and do everything else from Home Assistant.
If you continue to use the IHC app as designed, then the app needs your location to know which Alexa or Google Assistant server to link to.
It would be nice to be able to hack the Broadlink, but itās a simple solution in a convenient package. You could do the same using a Wemos D1 Mini and Arduino software.
pretty old post, but sharing regardless as it took me a minute, unlike the regular command where you specify the host type etc, when you are on the provisioning network (e.g. after pressing reset and joining the wifi), you simply execute
You donāt seem to understand how a device AP works.
Device APs do not need your location to work. Broadlink is the only app I have ever seen that forces you to enable location services to complete setup (besides my current health pass). Total BS. They are collecting data on our location and network. Many of us here use HA because we value our privacy.
I just went through this with a new RMMINI, tired of it asking for precise location and being a crummy app. A couple notes I would add to the above:
Make sure that the BroadlinkProv is the only network you connect to. I found that all of this fails if you have an ethernet connection and a wifi and try to just do this all under the wifi, the ethernet must be disabled (or it did in my case), likely because it was my default route out
After you connect, if you want to lock in the IP address before it ever connects to your network (I do this so I can block all attempts to send information over the Internet) then run arp -a and get the MAC address for 192.168.10.1, and do this before you run the script for it to join your wifi