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
waltervl wrote: Sunday 15 June 2025 22:50 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
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