Search found 2 matches
- Friday 16 August 2019 9:53
- Forum: Python
- Topic: Python Plugin : Broadlink RM2 V4
- Replies: 651
- Views: 121593
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 ...
- Friday 16 August 2019 9:51
- Forum: Others
- Topic: Broadlink Rm3 mini not found
- Replies: 4
- Views: 1921
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 ...