Search found 8 matches
- Tuesday 18 March 2025 17:36
- Forum: Bash / PowerShell / Batch etc.
- Topic: Presence detection for Fritzbox script v2.0: using TR064 protocol communication to your router
- Replies: 134
- Views: 31978
Re: Presence detection for Fritzbox script v2.0: using TR064 protocol communication to your router
Hi All, I made some changes so the script is working again on the latest versions of Domoticz. Due to a change the information retrieved from Domoticz was not available anymore. By changing the command to the latest syntax the script is working again. It does support Python3 and retrieve the status ...
- Sunday 16 March 2025 20:21
- Forum: Zigbee
- Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
- Replies: 684
- Views: 112000
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
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!
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!
- Sunday 16 March 2025 17:52
- Forum: Zigbee
- Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
- Replies: 684
- Views: 112000
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
No I did not, I'm not a programmer. So the issue is not solved yet.
jvdz wrote: ↑Sunday 16 March 2025 17:08Yep, so did you test it and when it fixes it, propose the fix in the github?geschriever wrote: ↑Sunday 16 March 2025 14:29 So if it should be corrected, I assume Smanar or somebody from the develop team would like to fix it.![]()
- Sunday 16 March 2025 14:29
- Forum: Zigbee
- Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
- Replies: 684
- Views: 112000
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
JVDZ, thanks for your reply. Your solution is in the code. If this is the case, many users should have the same problem because I use the original code. So if it should be corrected, I assume Smanar or somebody from the develop team would like to fix it. Sounds like this issue and solution: https ...
- Sunday 16 March 2025 13:53
- Forum: Zigbee
- Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
- Replies: 684
- Views: 112000
Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Hi all, I cannot find a solution in this tread or other fora and would like to know how I can solve this? I'm using RapsberryPI 3B with bookworm and Conbee-II. Phoscon and Conbee are working correctly and even I can use the information in Domoticz with a old version of the Deconz plugin. Version ...
- Monday 02 August 2021 11:47
- Forum: Other questions and discussions
- Topic: What is "Returned a status: 301"
- Replies: 7
- Views: 1123
Re: What is "Returned a status: 301"
Hi, I have solved it this way: In the plugin.py in the earthquake folder in plugins of domotica, change: __API_PORT = "80" in __API_PORT = "443" and change the reference HTTP to HTTPS in (see below): # Connection self.__rssConn = Domoticz.Connection( Name="KNMI", Transport="TCP/IP", Protocol="HTTP ...
- Sunday 13 June 2021 23:10
- Forum: Other questions and discussions
- Topic: What is "Returned a status: 301"
- Replies: 7
- Views: 1123
Re: What is "Returned a status: 301"
I have also the same error.
The link in the code is working but if you use the code in Domoticz you get the 301
error:2021-06-13 23:06:40.183 Error: Dutch earthquakes: (Dutch earthquakes) Returned a status: 301
Does anyone have a clue what the issue is?
The link in the code is working but if you use the code in Domoticz you get the 301
error:2021-06-13 23:06:40.183 Error: Dutch earthquakes: (Dutch earthquakes) Returned a status: 301
Does anyone have a clue what the issue is?
- Thursday 03 June 2021 16:59
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Change of SSH port causes Domoticz to crash by saving settings
- Replies: 1
- Views: 260
Change of SSH port causes Domoticz to crash by saving settings
Hi, I have an issue with changing the SSH port from 443 to e.g. 445. If I do this Domoticz is running but however I want to save the settings on the setting page, Domoticz crashes. By changing back to 443 to problem is solved, but this is not what I want. Is there something I do forget ...