Search found 48 matches

by Harald777
Monday 19 December 2022 15:42
Forum: Python
Topic: Python Plugin: Python Plugin Manager
Replies: 234
Views: 102166

Re: Python Plugin: Python Plugin Manager

waltervl wrote: Sunday 18 December 2022 18:23 To remove the custom page remove the plugins manager html from
domoticz/www/templates/
Yes, that did the trick.
Thanks for this info, much appreciated.

Greetings, Harald
by Harald777
Sunday 18 December 2022 10:26
Forum: Python
Topic: Python Plugin: Python Plugin Manager
Replies: 234
Views: 102166

Re: Python Plugin: Python Plugin Manager

Hi, How do I remove Python Plugin Manager completely? I removed the folder in the Domoticz Plugin folder, after I removed the hardware, but I still get the Plugins-Manager option in the Custom menu. Did you solve this issue already. Love to know how, I have the same issue after removing the not ...
by Harald777
Tuesday 22 December 2020 22:00
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 684
Views: 110888

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

This is the part I don't understand, domoticz use the same api than phoscon, can you show the log when making a sensor react (like the motion one, or vibration) with log level "debug info only" Removing the plugin change nothing, it don't store data, and the files can't be modified by domoticz ...
by Harald777
Saturday 19 December 2020 11:18
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1108
Views: 200586

Re: Python plugin: Presence detection from wireless router

:) If you force the plugin to use arp or brctl then wired devices would probably also be detected. But why not use the IP address or hostname to ping it if it is not battery powered? Thanks for the reply. I was just wondering why it did not work. Switched to IP address and all fine (before I only ...
by Harald777
Saturday 19 December 2020 10:50
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 684
Views: 110888

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Hello, can you try with the plugin disabled but deconz still running (if you have deconz on the same machine) Then with the plugin enabled but automation that use domotiz disabled (if you have ones, LUA, scripts, ...) If I disable the plugin in Domoticz all my sensors, switches and lights are ...
by Harald777
Friday 18 December 2020 23:05
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 684
Views: 110888

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Hi all, looking for some advice for my deCONZ bridge plugin in Domoticz. Recently I updated my Rasperry Pi to buster and re-installed my Domoticz setup with the deCONZ plugin. Al was working fine, configured all my switches, light bulbs and sensors via Phoscon and all syncs into Domoticz fine. But ...
by Harald777
Friday 18 December 2020 18:24
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1108
Views: 200586

Re: Python plugin: Presence detection from wireless router

Thanks for this great plugin, it is working great for my mobile phones using MAC adres. Much better than to ping those devices. I have one question: I also want to use the plugin to detect is a Personal Computer is on but I can only get this to work using it's IP address, not MAC address. It it not ...
by Harald777
Thursday 12 December 2019 9:15
Forum: dzVents
Topic: Switch a Mixed Group to on with toggle command [Solved]
Replies: 2
Views: 1056

Re: Switch a Mixed Group to on with toggle command [Solved]

Yes; method to use is switchOn() Waaren, thanks again for you assistance, working realy great now. I have a lot to learn about Lua and DzVentz scripting. Using Domoticz for a couple of years and until know only used Blockly for scenarios. But the possibilities with scripts are much more extensive ...
by Harald777
Wednesday 11 December 2019 20:52
Forum: dzVents
Topic: Switch a Mixed Group to on with toggle command [Solved]
Replies: 2
Views: 1056

Switch a Mixed Group to on with toggle command [Solved]

Hi there, I am totally new with DzVents scripting so looking for a solution / tip for the following issue: I have a Aqara dual rocker wall switch, named "Gang schakelaar' and I want to control the following lights / group with the the Aquara outputs B1, B2, B3 & B6.: - Group "Woonkamer" (with 5 ...
by Harald777
Monday 09 December 2019 13:12
Forum: Examples & Solutions
Topic: Did I leave the door open? [SOLVED]
Replies: 39
Views: 11003

Re: Did I leave the door open? [SOLVED]

Can you try this ? return { active = true, on = { timer = {'every 5 minutes'}, }, logging = { level = domoticz.LOG_INFO, marker = "POR" }, data = { VoordeurAlerts = { initial = 0 }, ZolderdeurAlerts = { initial = 0 }, }, execute = function(dz) -- table with names of doors to check as key, minutes ...
by Harald777
Tuesday 03 December 2019 18:06
Forum: Examples & Solutions
Topic: Did I leave the door open? [SOLVED]
Replies: 39
Views: 11003

Re: Did I leave the door open? [SOLVED]

Hi there, Hope there is still support on this item. I am using the script from post 1 combined with the telegram notification fix. The script is almost working fine except for the fact that the warning notifications don''s stop after 3 times. local devicesToCheck = { -- table with doors to check and ...
by Harald777
Tuesday 12 November 2019 12:41
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 684
Views: 110888

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Hi All,

Does anyone knows if the new Xiaomi Aqara Opple switches work with the Raspbee?

Harald
by Harald777
Monday 11 November 2019 14:03
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 684
Views: 110888

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Deconz is already running ? pi@raspberrypi:~ $ ps ax | grep deCONZ 292 ? Ss 114:05 /bin/bash /usr/bin/deCONZ-update2.sh 297 ? Ss 300:39 /bin/bash /usr/bin/deCONZ-WIFI2.sh 19128 ? Ssl 414:57 /usr/bin/deCONZ --http-port=80 21317 pts/0 S+ 0:00 grep --color=auto deCONZ If yes, it's perhpaps the port ...
by Harald777
Sunday 10 November 2019 21:40
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 684
Views: 110888

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Thorgal789, Today had the time to start from scratch. Installed a fresh Raspbian BUster Lite on my Raspberry PI together with a new Stable Domoticz. With the new Raspbian image came Python 3.7. Installed Raspbee / Phoscon and the deCONZ plugin. All okay. At this moment I am not able to create the PI ...
by Harald777
Friday 08 November 2019 10:44
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 684
Views: 110888

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

I really can't say, but I haven't changed something on the plugin, and you have theses crash since the domoticz update. And for the moment, you are the only one. But don't make all modifications in same time, try first with lua disabled but with python code intact, and if you still have crash ...
by Harald777
Thursday 07 November 2019 8:42
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 684
Views: 110888

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Have you tried to disable your scripts (LUA + dzevent) ? Perhaps the plugin trigger some blocking scripts (but I never see a script causing this kind of issues) Or something you can try, in plugin.py around line 396 def InitDomoticzDB(self,key,_Data,Type_device): return Just add 4* space + "return ...
by Harald777
Wednesday 06 November 2019 11:20
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 684
Views: 110888

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

I have make a search on "Fatal signal 11" and it's something realy frequent, hard to find a special procedure. https://www.domoticz.com/forum/viewtopic.php?f=65&t=30013&p=227513&hilit=fatal+signal+11#p227513 https://www.domoticz.com/forum/viewtopic.php?f=6&t=29098&p=222058&hilit=fatal+signal+11 ...
by Harald777
Monday 04 November 2019 19:03
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 684
Views: 110888

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Hi there, This time I am in big trouble. Last evening a bad Domoticz update corrupted my installation. Fixed today with a new Domoticz update but the deCONZ plugin is giving big troubles. Domoticz is starting but the web interface / domoticz sever stops 1 or 2 minutes after boot. Found following ...
by Harald777
Wednesday 30 October 2019 16:59
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 684
Views: 110888

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Thorgal789 wrote:NP, I have some xiaomi stuff too, because realy cheaper, but for me they are the worst zigbee devices, it's incredible the amout of problem you can have with theses devices.
What is a better alternative?

Harald
by Harald777
Wednesday 30 October 2019 12:13
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 684
Views: 110888

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Nope ^^, I know there is so much useless error displayed, but I prefer that, easier for me to repair and check for error. So, on the version you are using, the plugin detect itself new device when it see the information in websocket. Since 2/3 version deconz use an hidden group that group ALL your ...