Page 1 of 1

Broadlink Rm3 mini not found

Posted: Monday 05 August 2019 12:30
by Ptje
Hello,

I had a working situation with a raspberry pi, domoticz and the broadlink Rm3 mini. It did work very fine. At a moment, my raspberry crashed and a re-install was needed. I did a new install with the last beta of Domoticz. I did install the Broadlink plugin with the wiki of Domoticz.

That went well, without any problems. I can configure the Broadlink Rm3 mini in the hardware menu. I did knew the mac-adres, so I filled it in. After confirming the settings in the hardware menu I looked in the log. The log tells it could not find any Broadlink with that mac. I tried with dots, without dots, with spaces and without spaces, but it finds no Broadlink

When I trie with my telefoon app, it works fine. Even windows finds the Broadlink and can work with it.

The only different with the previous situation is, that I could fill in a ip-adres for the Broadlink. So this is a newer app I think. Does anyone knows this problem ? I don't know, how to resolve this at the moment. Every suggestions are welcome.

Greetings,
Peter

Re: Broadlink Rm3 mini not found

Posted: Tuesday 06 August 2019 12:58
by Ptje
Here the log,

2019-08-06 12:56:25.799 Error: (Broadlink huiskamer) No Broadlink devices was found with MAC address = 34 ea 34 88 da 38. Check Network/MAC Address

Nobody ?

Greetings,
Peter

Re: Broadlink Rm3 mini not found

Posted: Tuesday 06 August 2019 13:15
by Ptje
2019-08-06 13:12:19.883 (Broadlink huiskamer) Debug logging mask set to: PYTHON PLUGIN QUEUE IMAGE DEVICE CONNECTION MESSAGE ALL
2019-08-06 13:12:19.883 (Broadlink huiskamer) Total broadlink devices: 1
2019-08-06 13:12:19.883 (Broadlink huiskamer) 'Name':'Broadlink huiskamer'
2019-08-06 13:12:19.883 (Broadlink huiskamer) 'StartupFolder':'/home/pi/domoticz/'
2019-08-06 13:12:19.883 (Broadlink huiskamer) 'Database':'/home/pi/domoticz/domoticz.db'
2019-08-06 13:12:19.883 (Broadlink huiskamer) 'DomoticzHash':'77d4961e5'
2019-08-06 13:12:19.883 (Broadlink huiskamer) 'Key':'BroadlinkRM'
2019-08-06 13:12:19.883 (Broadlink huiskamer) 'DomoticzBuildTime':'2019-07-29 12:39:01'
2019-08-06 13:12:19.883 (Broadlink huiskamer) 'Mode2':'Debug'
2019-08-06 13:12:19.883 (Broadlink huiskamer) 'Author':'Whilser'
2019-08-06 13:12:19.883 (Broadlink huiskamer) 'Language':'nl'
2019-08-06 13:12:19.883 (Broadlink huiskamer) 'Mode1':'34 ea 34 88 da 38'
2019-08-06 13:12:19.883 (Broadlink huiskamer) 'HardwareID':'7'
2019-08-06 13:12:19.883 (Broadlink huiskamer) 'UserDataFolder':'/home/pi/domoticz/'
2019-08-06 13:12:19.883 (Broadlink huiskamer) 'Version':'0.1.4'
2019-08-06 13:12:19.883 (Broadlink huiskamer) 'HomeFolder':'/home/pi/domoticz/plugins/BroadlinkIR/'
2019-08-06 13:12:19.883 (Broadlink huiskamer) 'Port':'0'
2019-08-06 13:12:19.883 (Broadlink huiskamer) 'DomoticzVersion':'4.11062'
2019-08-06 13:12:19.883 (Broadlink huiskamer) Device count: 0

Re: Broadlink Rm3 mini not found

Posted: Friday 16 August 2019 9:51
by alextk69
I found the problem.
What I did to resolve the issue was to remove the broadlink plugin and to install an older version of it that I know was working before.
So all you have to do is the following:"

Code: Select all

sudo pip3 uninstall broadlink

sudo -H pip3 install broadlink==0.10
After doing this I restarted domoticz and then I was able to find my rm3 mini devices.
I hope this will help you and good luck!

Re: Broadlink Rm3 mini not found

Posted: Wednesday 21 August 2019 0:20
by Ptje
Perfect Alextk69,

That was the solution. I'm very glad with your help.

Greetings,
Peter