Search found 2 matches

by alextk69
Friday 16 August 2019 9:53
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 131506

Re: Python Plugin : Broadlink RM2 V4

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:

sudo pip3 uninstall broadlink

sudo -H pip3 install broadlink==0.10

After doing this I restarted ...
by alextk69
Friday 16 August 2019 9:51
Forum: Others
Topic: Broadlink Rm3 mini not found
Replies: 4
Views: 2027

Re: Broadlink Rm3 mini not found

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:"

sudo pip3 uninstall broadlink

sudo -H pip3 install broadlink==0.10

After doing this I restarted ...