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.