aceindy
(Aceindy)
January 1, 2021, 12:21pm
122
Hmm…same same here with 2029.12.2
Thinking aloud, i think it is possible to:
-clone the official broadlink repository,
-add the missing line for RM4C mini
-add this repository (manually or using HACS) to custom_components
Will try this when i have time (and share the github url)
Hmm…sorry…can’t find the init .py file, so no go for now
1 Like
Motik68
January 9, 2021, 5:56pm
123
For those who cannot find the __init__.py
file, especially on HassOS, I managed to solve the issue by following the advice found at https://github.com/home-assistant/core/issues/42983 :
Open Home Assistant and install the “SSH & Web Terminal” add-on (NOT the original SSH add-on).
Disable Protection mode
Open the Terminal web UI
Enter: docker exec -it homeassistant /bin/bash
Enter: pip3 install --upgrade git+https://github.com/mjg59/python-broadlink.git --no-deps
Restart Home Assistant.
Your newer device should now be recognized by the Broadlink integration. It works for 0x6539.
9 Likes
Hmmc_Colt
(Hmmc Colt)
February 23, 2021, 4:28am
124
Esto funciono perfecto para mi!
Muchas gracias Motik68
1 Like
Method of editing the init .py also worked for me with a RM4C thanks.
daniel6
March 17, 2021, 11:33am
126
If Motik68’s solution doesn’t work for you after updating to the 2021.3.4 version, try the solution from here: https://github.com/home-assistant/core/pull/47779#issuecomment-798806047
It installs the broadlink library from another repo:
Open Home Assistant and install “SSH & Web Terminal” add-on
Disable Protection mode
Click “Terminal” on the sidebar and install the patch.
docker exec -it homeassistant /bin/bash
pip3 install git+https://github.com/felipediel/python-broadlink.git --force-reinstall --no-deps
Restart the server.
5 Likes
Vansify
(Tibo G.)
March 23, 2021, 1:38pm
128
Thanks! Works for me. But as mentioned before, this will not survive core updates. Just repeat the steps after updating the core.
behtjes
(Behtjes)
May 17, 2021, 10:27am
129
Is this still a problem? Should I buy the mini 3 instead of 4? I just want that it works out of the box. Any advice?
1 Like
aceindy
(Aceindy)
May 17, 2021, 6:58pm
130
It looks like it has made it in to the master repository (line 90)
0x6539: (rm4mini, "RM4C mini", "Broadlink"),
So it should not be an issue anymore (but i haven’t actually checked it, as i am currently not using it)
it was the PR which added it on Jan 8th
mjg59:master
← felipediel:patch-24
opened 08:05PM - 16 Nov 20 UTC
2 Likes
danizanon
(Daniel Zanon)
July 2, 2021, 2:56pm
131
My problem is when trying to integrate my RM4 mini it says unable to conect… just took the IP from the router… any clue ?
Connect to the device
Failed to connect
nick2525
(Nick2525)
October 26, 2021, 5:17pm
132
Can this integration start automation when a signal comes over RF 433, for example, from a leak sensor?
aceindy
(Aceindy)
October 26, 2021, 5:39pm
133
To my knowledge, broadlink is used to send IR/RF433 signals, it only receives them when in learning mode.
Looks like you eed a sonoff rf bridge (tasmota) or something
nick2525
(Nick2525)
October 26, 2021, 6:16pm
134
Integration will never be able to keep the learning mode for a long time?