Search found 12 matches

by renevandenbroek
Thursday 25 November 2021 0:41
Forum: Python
Topic: Python plugin: WiZ Connected
Replies: 21
Views: 5449

Re: Python plugin: WiZ Connected

I use a dimmable color lamp. The plugin supports BW dimmable. Is there a way to update the plugin so that it works for color lamps as well?
by renevandenbroek
Wednesday 24 November 2021 23:33
Forum: Python
Topic: Python plugin: WiZ Connected
Replies: 21
Views: 5449

Re: Python plugin: WiZ Connected

On Github I got the suggestion to try sudo apt-get install python3-scapy'
That did the job for me although I had to install it a couple of time even with --fix-missing
by renevandenbroek
Tuesday 23 November 2021 9:54
Forum: Python
Topic: Python plugin: WiZ Connected
Replies: 21
Views: 5449

Re: Python plugin: WiZ Connected

Thanks, I will try to do that via github.
by renevandenbroek
Monday 22 November 2021 21:13
Forum: Python
Topic: Python plugin: WiZ Connected
Replies: 21
Views: 5449

Re: Python plugin: WiZ Connected

I also tried
pip install --pre scapy[basic]

and
git clone https://github.com/secdev/scapy.git

They install scapy but the errors stay the same
by renevandenbroek
Monday 22 November 2021 21:10
Forum: Python
Topic: Python plugin: WiZ Connected
Replies: 21
Views: 5449

Re: Python plugin: WiZ Connected

Thanks for your response but is does work work out sudo pip3 install python-scapy Collecting python-scapy Could not install packages due to an EnvironmentError: 404 Client Error: Not Fou nd for url: https://pypi.org/simple/python-scapy/ pi@raspberrypi:~ $ pip3 install python-scapy Collecting python ...
by renevandenbroek
Monday 22 November 2021 17:34
Forum: Python
Topic: Python plugin: WiZ Connected
Replies: 21
Views: 5449

Re: Python plugin: WiZ Connected

@watervl I cannot install it : insufficient rights only with sudo it installs pi@raspberrypi:~/domoticz/plugins $ apt-get install python-scapy E: Kon het vergrendelingsbestand /var/lib/dpkg/lock-frontend niet openen - open (13: Toegang geweigerd) E: Kan de vergrendeling voor het dpkg-frontend (/var ...
by renevandenbroek
Monday 22 November 2021 17:29
Forum: Python
Topic: Python plugin: WiZ Connected
Replies: 21
Views: 5449

Re: Python plugin: WiZ Connected

This what I run Version: 2021.1 (build 13639) Build Hash: d20f51ba2 Compile Date: 2021-09-29 07:58:52 dzVents Version: 3.1.8 Python Version: 3.7.3 (default, Dec 20 2019, 18:57:59) [GCC 8.3.0] on PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 ...
by renevandenbroek
Monday 22 November 2021 17:22
Forum: Python
Topic: Python plugin: WiZ Connected
Replies: 21
Views: 5449

Re: Python plugin: WiZ Connected

Yes I followed https://github.com/sydspost/Domoticz-Wi ... ted-plugin from the beginning of this post.
by renevandenbroek
Monday 22 November 2021 11:05
Forum: Python
Topic: Python plugin: WiZ Connected
Replies: 21
Views: 5449

Re: Python plugin: WiZ Connected

Any body any idea what I did wrong? Or should do?
by renevandenbroek
Wednesday 17 November 2021 16:29
Forum: Python
Topic: Python plugin: WiZ Connected
Replies: 21
Views: 5449

Re: Python plugin: WiZ Connected

I installed the plugin but get these errors: 2021-11-17 16:10:32.285 Error: Wiz connected: (wiz) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/Domoticz-WiZ-connected-plugin/:/usr/lib/python37.zip:/usr/lib/python3.7:/usr/lib/python3.7/lib-dynload:/usr/local/lib/python3.7 ...
by renevandenbroek
Wednesday 14 August 2019 20:34
Forum: ESP8266
Topic: SOLVED Domoticz does not repond on Publish action from Espeasy
Replies: 1
Views: 1133

Re: Domoticz does not repond on Publish action from EspeasySOLVED

SOLVED
I started using Domoticz without password. That worked. Later I added user and password for domoticz and it stopped working. I have to add user and password in "config"espeasy.
by renevandenbroek
Wednesday 14 August 2019 17:05
Forum: ESP8266
Topic: SOLVED Domoticz does not repond on Publish action from Espeasy
Replies: 1
Views: 1133

SOLVED Domoticz does not repond on Publish action from Espeasy

I have a ESP8266-01 (512Kb) running espeasy build 148. In rules I send de state of the switch in the following way. ("schak3" is the switch and "toets" is a touch sensor connected to the esp8266.) on schak3#switch do if [schak3#switch]=1 gpio,1,0 else gpio,1,1 endif endon on toets#switch do if ...