Search found 6 matches

by domoraspberryitaly
Wednesday 29 March 2017 10:43
Forum: Python
Topic: Python Plugin: Broadlink RM2
Replies: 234
Views: 62728

Re: Python Plugin: Broadlink RM2

got it working with python3.4 with the new plugin.py, thank you! don't forget the

sudo cp -r /usr/local/lib/python3.4/dist-packages/Crypto/ /usr/lib/python3.4/
and
sudo cp -r /usr/local/lib/python3.4/dist-packages/broadlink /usr/lib/python3.4/
by domoraspberryitaly
Wednesday 29 March 2017 8:09
Forum: Python
Topic: Python Plugin: Broadlink RM2
Replies: 234
Views: 62728

Re: Python Plugin: Broadlink RM2

Will try!
by domoraspberryitaly
Tuesday 28 March 2017 19:44
Forum: Python
Topic: Python Plugin: Broadlink RM2
Replies: 234
Views: 62728

Re: Python Plugin: Broadlink RM2

I hope I can get this to work as well will check now :) Awesome plugin!
by domoraspberryitaly
Tuesday 28 March 2017 19:13
Forum: Python
Topic: Python Plugin: Broadlink RM2
Replies: 234
Views: 62728

Re: Python Plugin: Broadlink RM2

Python 2.7 on raspberry wont work due to the methods used in plugin.py (and maybe elsewhere) that require 3.5 as I wrote earlier.. I'll see if I can do some work on it to make it compatible.
by domoraspberryitaly
Tuesday 28 March 2017 15:07
Forum: Python
Topic: Python Plugin: Broadlink RM2
Replies: 234
Views: 62728

Re: Python Plugin: Broadlink RM2

Our issues are different, I think. Yours is a config issue re python, what I found is that the readily available python version 3.4 for raspberry is not compatible with the Python script of the plugin. I found at least the .hex() method not to be available until 3.5
by domoraspberryitaly
Tuesday 28 March 2017 13:45
Forum: Python
Topic: Python Plugin: Broadlink RM2
Replies: 234
Views: 62728

Re: Python Plugin: Broadlink RM2

Hey all, first post hope everyone is doing well! Been trying the plugin. I noticed plugin.py needs a python version higher then 3.4 due to hex() call. Running raspberry pi.. If I could fix I would..