Search found 7 matches

by WimV
Wednesday 27 November 2019 21:30
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 692
Views: 127211

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

It is possible, but I do not have time for that yet.
I try it another time for myself, and when it works I share it here.
For now it works well
by WimV
Tuesday 26 November 2019 21:54
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 692
Views: 127211

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Hi Thorgal789
I can not use the plugin in a docker container because i do not install python inside the container.
But i have now install the plugin on a normal domoticz and the plugin works oké.
Thanks.
by WimV
Wednesday 13 November 2019 20:11
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 692
Views: 127211

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

So what I would do on my side.
- At domoticz startup, you can see the python version it will use, I will compare it with the one I m using on the system with "python3 -- version"
- If it's not the same I will switch the version with "update-alternatives"
- Then I will test if request library is ...
by WimV
Monday 11 November 2019 20:14
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 692
Views: 127211

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

With the good path to your request lib
[/quote]
The path is: /usr/local/lib/python3.6/dist-packages/requests/
I write this in plugin.py but the same error was there.
I know nothing about python HI.
[/quote]

Hi Thorgal789

I wrote the 2 lines in plugin.py, but there was the same error.
I make ...
by WimV
Saturday 09 November 2019 12:33
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 692
Views: 127211

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)


Ok, so I hope you know a lot python ^^.
It something like that (add them just after "import json,urllib, time"
import sys
sys.path.append('/usr/local/lib/python3.6/site-packages')

With the good path to your request lib

The path is: /usr/local/lib/python3.6/dist-packages/requests/ "witch lib ...
by WimV
Thursday 07 November 2019 19:41
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 692
Views: 127211

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Thorgal789 wrote: Thursday 07 November 2019 16:37
WimV wrote: Thursday 07 November 2019 15:49
Yeah, I already have this problem, but on older domoticz version.
If i m right, you can use the request lib without problem on python code, but not in domoticz ?

It's a library path problem, I have a workaround to test, I just need to recover it, give me some time.
Ok, Thanks
by WimV
Thursday 07 November 2019 15:49
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 692
Views: 127211

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Hi
I run Deconz in a container on a Intel-nuc, on the same machine i run Domoticz.
When i activate the plugin in Domoticz i got a error :

2019-11-07 15:27:00.440 Status: (deCONZ) Started.
2019-11-07 15:27:00.441 Status: Incoming connection from: 192.168.2.226
2019-11-07 15:27:00.817 Status: (deCONZ ...