Page 35 of 35
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Posted: Sunday 16 March 2025 20:21
by geschriever
Hi Thorgal789,
Your solution is working like a charm, no errors anymore. So the customer sensor was making troubles. Thank you very much for the quick and good solution and reply!
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Posted: Monday 17 March 2025 9:22
by Thorgal789
Thx for return.
Have updated the official branch, small update, but your issue can be critic.
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Posted: Saturday 29 March 2025 18:24
by gerard1
The latest Domoticz update just broke the entire connection.
Restoring from the oldest backup did not solve the issue.
Rebuild Domoticz (latest stable) and imported my latest backup.
Now all is running, only the deConz tab is still broken. (Empty)
The commands are past correctly, that is the most important.
Gr.
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Posted: Sunday 30 March 2025 14:19
by Thorgal789
I m trying with the version 2025.1 build 16598 (still 5 mn ^^)
I haven't migration issue.
You haven't some errors from logs ? What is your OS ?
And yes, same issue here too the deconz tab in the "custom" tabs is broken again.
Perhaps something to see with
Code: Select all
Possibly unhandled rejection: {"data":"","status":404,"config":{"method":"GET","transformRequest":[null],"transformResponse":[null],"jsonpCallbackParam":"callback","params":{"type":"hardware","displayhidden":1,"filter":"all","used":"all"},"url":"json.htm","headers":{"Accept":"application/json, text/plain, */*"}},"statusText":"Not Found","xhrStatus":"complete"}
When Domoticz try the request
Code: Select all
http://192.168.1.1:8080/json.htm?displayhidden=1&filter=all&type=hardware&used=all
I m searching if the problem is from domoticz or angular.
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Posted: Monday 31 March 2025 19:27
by Thorgal789
So IDK for your connexion problem.
But the custom page problem is solved on the beta branch. Have missed an update on the Domoticz API.
Need to clear the cache after the update on your browser, or can use private navigation for tests.
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Posted: Sunday 15 June 2025 12:23
by Harald777
deCONZ plugin not showing under Hardware Domoticz.
I have been using this plugin for years on my Domoticz system on a Raspberry PI 3B with the original Raspbee hardware.
A couple of weeks ago my SD card crashed for the first time in about 15 years and after that I decided to upgrade my hardware.
Bought a Raspberry PI 5 with M.2 Hat, installed Bookworm OS lite and Domoticz and cloned the installation to the M.2 SSD en configured first boot to M.2, all fine.
Installed a Conbee III dongle, configured using the Dresden Electronics instructions and I can connect to the gateway using the Phoscon App, all okay.
But then I ran in to an issue: after installing the deCONZ Domoticz plugin as instructed on GitHUB I cannot add the plugin under the Hardware page in Domoticz, it simply does not show up.
I am using the latest Domoticz version and later on switch to the Beta but still no plugin running.
Is there some special instruction for running on a Raspberry PI 5 with Bookworm?
Hope to see my issue solved in the near future and any help is much appreciated.
Greetings, Harald
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Posted: Sunday 15 June 2025 22:50
by waltervl
Does your system support python plugins?
Check in the menu Setup - About if python is listed.
Also check the wiki to fix it if not.
https://wiki.domoticz.com/Using_Python_plugins
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Posted: Monday 16 June 2025 19:23
by Harald777
Thanks for the reply and python link.
I had all the latest python versions installed except for the python3-dev.
Installed that one and now the plugin shows up, great.
Greetings, Harald
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Posted: Friday 02 January 2026 23:14
by andersbz
Kan någon verifiera att deCONZ bridge med Bookworm 64bit och Domoticz 25.2 fungerar tillsammans. Jag får felmeddlande kopplade till python 3.11??
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Posted: Saturday 03 January 2026 8:25
by Sjonnie2017
andersbz wrote: Friday 02 January 2026 23:14
Kan någon verifiera att deCONZ bridge med Bookworm 64bit och Domoticz 25.2 fungerar tillsammans. Jag får felmeddlande kopplade till python 3.11??
This forum uses English, not Swedish. I took the liberty to translate it for you
Can anyone verify that deCONZ bridge with Bookworm 64bit and Domoticz 25.2 work together? I am getting error messages related to Python 3.11.
And to answer your question: I don't know because I run Domoticz in Docker.
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Posted: Saturday 03 January 2026 11:58
by waltervl
Domoticz in docker also runs with python 3.11
You probably have issues with Python virtual environment. See for example
https://zigbeefordomoticz.github.io/wik ... alEnv.html how to solve this with Domoticz.
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Posted: Monday 05 January 2026 17:08
by Thorgal789
I have a classic raspbian with python 3.11 too and Bookworm, but classic 32 bit version, and haven't changed something in python environnemt
Code: Select all
pi@raspberrypi:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 12 (bookworm)"
NAME="Raspbian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
pi@raspberrypi:~ $ python3
Python 3.11.2 (main, Apr 28 2025, 14:11:48) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
what is your error message ?
Or perhaps I have used
Code: Select all
pip3 install xyz --break-system-packages
To force the installation of missing library.
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Posted: Monday 12 January 2026 5:47
by andersbz
With feedback to question about Bookwoorm 64 and ver 25.2. Everything works fine.