Search found 9 matches

by dezde29
Thursday 22 June 2017 22:46
Forum: Python
Topic: Handling HNAP - DLink DSP-W215 example
Replies: 59
Views: 17939

Re: Handling HNAP - DLink DSP-W215 example

Im sorry, but im back in the dog house. At first the script worked, but after a few minutes the domoticz interface kept going offline, then after copying the script again, i have this: 2017-06-22 22:36:33.669 Error: (DSP-W215) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz ...
by dezde29
Tuesday 20 June 2017 23:31
Forum: Python
Topic: Handling HNAP - DLink DSP-W215 example
Replies: 59
Views: 17939

Re: Handling HNAP - DLink DSP-W215 example

@Dnpwwo

A big thanks for your work and perseverance.
Its all back in order with the latest script and beta update 8000.

Thanks again.
by dezde29
Sunday 18 June 2017 16:13
Forum: Python
Topic: Handling HNAP - DLink DSP-W215 example
Replies: 59
Views: 17939

Re: Handling HNAP - DLink DSP-W215 example

Hello, After correcting the tab, here is the new log : 2017-06-17 13:26:51.480 Error: (DSP-W215) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/DSP-W215/:/usr/local/lib/python35.zip:/usr/local/lib/python3.5/:/usr/local/lib/python3.5/plat-linux:/usr/local/lib/python3.5 ...
by dezde29
Saturday 17 June 2017 21:05
Forum: Python
Topic: Handling HNAP - DLink DSP-W215 example
Replies: 59
Views: 17939

Re: Handling HNAP - DLink DSP-W215 example

Hi, I previously made a mistake and did "save as" on the new plug-in link wich didn't copy the script correctly. Since i made sure to have the right code and rights on the file, i also change my wifi SSID ans reset my plugs but still get this error : 2017-06-16 18:17:22.615 Error: (DSP-W215) failed ...
by dezde29
Friday 16 June 2017 15:43
Forum: Python
Topic: Handling HNAP - DLink DSP-W215 example
Replies: 59
Views: 17939

Re: Handling HNAP - DLink DSP-W215 example

root@raspberrypi:/home/pi/domoticz/plugins/DSP-W215# ls -l total 144 -rwxrwxr-x 1 root root 143678 Jun 16 04:37 plugin.py root@raspberrypi:/home/pi/domoticz/plugins/DSP-W215# /etc/init.d/domoticz.sh restart then init 6, no luck, if I put back the previous script, it get back in the list but with the ...
by dezde29
Friday 16 June 2017 4:44
Forum: Python
Topic: Handling HNAP - DLink DSP-W215 example
Replies: 59
Views: 17939

Re: Handling HNAP - DLink DSP-W215 example

Hi,

Thanks for you help, unfortunatly, after replacing the script, the Dlink in the hardware list has disappear.
Hard to get any logs.
by dezde29
Friday 09 June 2017 18:03
Forum: Python
Topic: Handling HNAP - DLink DSP-W215 example
Replies: 59
Views: 17939

Re: Handling HNAP - DLink DSP-W215 example

Hello, Thanks for your quick reply, unfortunatly Im still struggling: The script is consider by domoticz but still fail to initialize the plugs, here a complete log : 2017-06-09 17:48:16.404 (Dlink Hallway) Plugin is stopping. 2017-06-09 17:48:16.612 (Dlink Hallway) Exiting work loop... 2017-06-09 ...
by dezde29
Thursday 08 June 2017 18:09
Forum: Python
Topic: Handling HNAP - DLink DSP-W215 example
Replies: 59
Views: 17939

Re: Handling HNAP - DLink DSP-W215 example

Hi, I was using the 1.1 plugin,no problems, then i decided to upgrade domoticz (3.7690 beta) then not be able to communicate with my plugs, now im getting this error : 2017-06-08 18:06:06.243 Error: (Dlink Hallway) 'onHeartbeat' failed 'AttributeError':''module' object has no attribute 'Connect ...
by dezde29
Saturday 04 February 2017 22:25
Forum: Python
Topic: Handling HNAP - DLink DSP-W215 example
Replies: 59
Views: 17939

Re: Handling HNAP - DLink DSP-W215 example

Hi,

I had the same problem but since I apply :

sudo apt-get install libpython3.4

From : http://www.domoticz.com/wiki/Linux#Prob ... ing_Python

Restart domoticz and Dlink has appear in the hardware list.

Hope it helps.