Search found 7 matches

by mistak1992
Thursday 05 July 2018 3:37
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 131545

Re: Python Plugin : Broadlink RM2 V4



hi zak45, i found something strange in your code
-------------device-------------------
CentOS 7 x64
RM Pro Plus
Python 3.6
Domoticz V4.9732
-------------environment--------------
broadlink 0.9
pip 10.0.1
pyaes 1.6.0
PyCRC 1.21
pycrypto 2.6.1
setuptools 28.8.0 ...
by mistak1992
Wednesday 04 July 2018 17:16
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 131545

Re: Python Plugin : Broadlink RM2 V4

hi zak45, i found something strange in your code
-------------device-------------------
CentOS 7 x64
RM Pro Plus
Python 3.6
Domoticz V4.9732
-------------environment--------------
broadlink 0.9
pip 10.0.1
pyaes 1.6.0
PyCRC 1.21
pycrypto 2.6.1
setuptools 28.8.0 ...
by mistak1992
Wednesday 04 July 2018 15:44
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 131545

Re: Python Plugin : Broadlink RM2 V4


@mistak1992
Hi, My last try from yesterday:
Fresh install Stretch+ domoticz
- sudo apt-get update
- sudo apt-get install libssl-dev openssl
- wget https://www.python.org/ftp/python/3.4.3/Python-3.4.3.tar.xz
- tar xvf Python-3.4.3.tar.xz
- cd Python-3.4.3/
- make
- sudo make install

than pip (in ...
by mistak1992
Tuesday 03 July 2018 14:27
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 131545

Re: Python Plugin : Broadlink RM2 V4


Thanks for your reply, but unfortunately, I was not able to use it, and did spent third evening with fighting with it without any progress. I red dozens of discussions about python but I got lost in it.
When I’m on Phyton 3.5 + 0.9 broadlink + 4.1.0 plugin.py, Domoticz brakes down, and starts ...
by mistak1992
Monday 02 July 2018 8:21
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 131545

Re: Python Plugin : Broadlink RM2 V4


Hallo Everybody,
I was using Broadlink plugin on separate Raspberry pi zero w running on stretch and stable Domoticz 3.8153 with Python 3.4.2 for months. My main system was on Betas.
Last week I wanted to upgrade both to stable 4.9. Main system is working (no Python), but Zero with Broadling not ...
by mistak1992
Sunday 01 July 2018 13:16
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 131545

Re: Python Plugin : Broadlink RM2 V4

Thank you for your reply.
I have take the action for your advises:

python3 -m pip uninstall broadlink
python3 -m pip install broadlink
python3 -m pip uninstall pycrypto

now the pip list is:
broadlink 0.9
pip 10.0.1
pyaes 1.6.0
PyCRC 1.21
setuptools 28.8.0
-------------------------------
but ...
by mistak1992
Sunday 01 July 2018 6:56
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 131545

Re: Python Plugin : Broadlink RM2 V4

Hi zak45, i'm been trapped in "Error Connecting to Broadlink device...." for a long time, from domoticzV3.xxxx to V4.9732, pluging.py V3.0.0 to V4.1.0, i have try all the way. it's about 5 months ago, now, i need your help!(forgive my bad english...)
--------------------
now
Device:RM Pro Plus
OS ...