Search found 7 matches

by lonwan
Thursday 18 May 2017 23:58
Forum: Z-Wave
Topic: G.R. GR105n Auto Valve switch does not work
Replies: 2
Views: 1343

Re: G.R. GR105n Auto Valve switch does not work

this was the solution for the Flow Stop (009501)..... https://www.domoticz.com/forum/viewtopic.php?f=24&t=15435&p=120479&hilit=popp+flow#p120479 Thank you very much! You really helped! I just replaced the configuration file of my valve with a new one and it all worked! The switch in the domoticz ...
by lonwan
Wednesday 17 May 2017 21:59
Forum: Z-Wave
Topic: G.R. GR105n Auto Valve switch does not work
Replies: 2
Views: 1343

G.R. GR105n Auto Valve switch does not work

Hello! I have the latest beta domoticz(3.7450) on the Raspberry Pi 3 and the expansion board of the razberry. I have a G.R. GR105n Auto Valve. But a switch is created that does not send commands! It only shows the current status of the valve, only the button on the tap itself works and through the ...
by lonwan
Saturday 29 April 2017 12:52
Forum: Python
Topic: Python Plugin: Broadlink RM2
Replies: 234
Views: 65386

Re: Python Plugin: Broadlink RM2

your default python env should be 2.7, this made problem. you should use pip3 command for each installation. I use pip3 command, But the folder "broadlink" appears in the /usr/local/lib/python3.5/site-packages. I copied the folder "broadlink" in /usr/local/lib/python3.4/dist-packages/broadlink and ...
by lonwan
Saturday 29 April 2017 9:16
Forum: Python
Topic: Python Plugin: Broadlink RM2
Replies: 234
Views: 65386

Re: Python Plugin: Broadlink RM2

zak45 wrote: do you have mixed python version i.e 2.7.x & 3.x ?
yes, 2.7 and 3.4, and I tried to install 3.5.
What can I do to make it work?
by lonwan
Friday 28 April 2017 15:31
Forum: Python
Topic: Python Plugin: Broadlink RM2
Replies: 234
Views: 65386

Re: Python Plugin: Broadlink RM2

maybe this : sudo cp -r /usr/local/lib/python3.4/dist-packages/broadlink /usr/lib/python3.4/ you need to adapt to your configuration Made on your last post, installed version 0.3 (Successfully installed broadlink-0.3 pycrypto-2.6.1), but in the directory /usr/local/lib/python3.4/dist-packages ...
by lonwan
Friday 28 April 2017 7:20
Forum: Python
Topic: Python Plugin: Broadlink RM2
Replies: 234
Views: 65386

Re: Python Plugin: Broadlink RM2

Thanks, i'll try it today
by lonwan
Thursday 27 April 2017 23:56
Forum: Python
Topic: Python Plugin: Broadlink RM2
Replies: 234
Views: 65386

Re: Python Plugin: Broadlink RM2

Hi, sudo apt-get install python3-pip libglib2.0-dev sudo pip3 install Crypto runs without any problems, but when I perform sudo pip3 install broadlink I receive the following error: sudo pip3 install broadlink Downloading/unpacking broadlink Downloading broadlink-0.4.tar.gz Running setup.py (path ...