Search found 14 matches
- Friday 25 October 2019 22:16
- Forum: Zigbee
- Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
- Replies: 687
- Views: 117567
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Crikey, that was the easiest upgrade I've ever done! All completed and all working beautifully, including the deCONZ bridge plugin!! :D I may even be able to move deCONZ itself to the same machine now! Didn't do it before because wouldn't work on my outdated version :roll: Thank you Thorgal ...
- Friday 25 October 2019 22:13
- Forum: Zigbee
- Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
- Replies: 687
- Views: 117567
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Aw, thanks Thorgal - I've decided to take the plunge and upgrade, hopefully it'll all work without too many problems! I'll keep you posted. If any problems I'll roll back and try your patch.
Thanks again for all your help, you've been amazing!
Thanks again for all your help, you've been amazing!
- Friday 25 October 2019 21:57
- Forum: Zigbee
- Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
- Replies: 687
- Views: 117567
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Thanks Thorgal - I'll have a look at maybe doing a private python installation / environment, as I'm worried that removing urllib3 may cause problems further down the line! (And as I don't understand all this, I won't know how to fix it!) I'll look in to it all (don't even understand what a private ...
- Friday 25 October 2019 21:27
- Forum: Zigbee
- Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
- Replies: 687
- Views: 117567
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
luke@Holly:~/dev-domoticz/plugins/Domoticz-deCONZ$ sudo -H pip3 install --upgrade requests [sudo] password for luke: Collecting requests Using cached https://files.pythonhosted.org/packages/7d/e3/20f3d364d6c8e5d2353c72a67778eb189176f08e873c9900e10c0287b84b/requests-2.21.0-py2.py3-none-any.whl ...
- Friday 25 October 2019 20:26
- Forum: Zigbee
- Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
- Replies: 687
- Views: 117567
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Hmm, so I'm getting this: luke@Holly:~/dev-domoticz/plugins/Domoticz-deCONZ$ sudo -H /usr/local/bin/pip install --upgrade requests Collecting requests Using cached https://files.pythonhosted.org/packages/7d/e3/20f3d364d6c8e5d2353c72a67778eb189176f08e873c9900e10c0287b84b/requests-2.21.0-py2.py3-none ...
- Friday 25 October 2019 19:57
- Forum: Zigbee
- Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
- Replies: 687
- Views: 117567
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Domoticz and deCONZ are on separate machines, hence specifying IP address of deCONZ (192.168.0.192) Domoticz is on 192.168.0.11. So first URL gives me this: {"UTC":"2019-10-25T17:51:21","apiversion":"1.16.0","backup":{"errorcode":0,"status":"idle"},"bridgeid":"00212EFFFF04D493","datastoreversion ...
- Friday 25 October 2019 18:30
- Forum: Zigbee
- Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
- Replies: 687
- Views: 117567
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Thanks Thorgal.. At startup: 2019-10-25 17:29:24.976 (DeCONZ) Making Request : http://192.168.0.192:80/api/2828FD8FB1/config/ with params None 2019-10-25 17:29:25.035 (DeCONZ) Request Return : {"UTC":"2019-10-25T16:28:40","apiversion":"1.16.0","backup":{"errorcode":0,"status":"idle"},"bridgeid ...
- Thursday 24 October 2019 23:10
- Forum: Zigbee
- Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
- Replies: 687
- Views: 117567
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
So I managed to get python working with that link you sent me to other thread, thank you Thorgal :) Now however I've run in to this problem when I try to turn on / off a synced device: 2019-10-24 22:09:34.318 Status: User: luke initiated a switch command (178/DeCONZ - Kitchen Spots 3/On) 2019-10-24 ...
- Thursday 24 October 2019 21:47
- Forum: Python
- Topic: Python not recognized in Domoticz 4.10726
- Replies: 12
- Views: 2672
Re: Python not recognized in Domoticz 4.10726
This worked for me! Just for anyone else in the future..
I just had to navigate to the domoticz install folder, run:
and then:
and voila - it worked! Thank you 
I just had to navigate to the domoticz install folder, run:
Code: Select all
mv CMakeCache.txt CMakeCache.old
Code: Select all
make

- Sunday 20 October 2019 9:41
- Forum: Zigbee
- Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
- Replies: 687
- Views: 117567
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Thanks Thorgal789, I'll try updating my python version and let you know if it helps to solve things. Can't see it would make much difference though? Seems Domoticz just not talking to python.. couldn't be something as simple as an access / rights problem could it??
- Saturday 19 October 2019 12:46
- Forum: Zigbee
- Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
- Replies: 687
- Views: 117567
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
No I thought that might be it. I'll post it in Bugs / Problems forum, thanks Plantje.
- Saturday 19 October 2019 9:01
- Forum: Zigbee
- Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
- Replies: 687
- Views: 117567
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Hiya, this looks a great plugin, thank you!! Unfortunately I'm struggling to get it working - I think I'm being really stupid, but I can't for the life of me get Python to run for Domoticz on Ubuntu 14.04 headless server.. I've installed python3, including the lib packages: luke@Holly:~/dev-domoticz ...
- Sunday 31 December 2017 17:28
- Forum: Speech & Voice Systems
- Topic: Controlicz - Domoticz to Google Home/Assistant integration
- Replies: 2277
- Views: 523787
Re: Controlicz - Domoticz to Google Home/Assistant integration
Hi Madgeni,
Sorry to post again but just want to check I'm not missing something. How will I know when you've added me to beta? I keep checking in the devices list on GH app, but nothing there.
Will I get an email?
Thanks again for all your hard work!
Sorry to post again but just want to check I'm not missing something. How will I know when you've added me to beta? I keep checking in the devices list on GH app, but nothing there.
Will I get an email?
Thanks again for all your hard work!
- Friday 29 December 2017 0:08
- Forum: Speech & Voice Systems
- Topic: Controlicz - Domoticz to Google Home/Assistant integration
- Replies: 2277
- Views: 523787
Re: Controlicz - Domoticz to Google Home/Assistant integration
Hi Madgeni, this looks great, thanks for all the work you're putting in to it. Can you add me to beta? I registered on http://www.controlicz.com. Email address is lukeand******@gmail.com. Thanks!