Search found 9 matches

by fleinze
Saturday 12 April 2025 19:33
Forum: Bugs and Problems
Topic: Devices from DomoticzEx-Plugins don't activate Scenes
Replies: 0
Views: 220

Devices from DomoticzEx-Plugins don't activate Scenes

Version: 2025.1 beta 16628 Platform: raspberry Plugin/Hardware: Python DomoticzEx Description: Switches from a DomoticzEx-Plugin don't activate Scenes. They can be added as activation devices in scenes, but they don't activate them when pressed. Workes with the legacy-Domoticz-framework but not with ...
by fleinze
Thursday 10 April 2025 13:51
Forum: Bugs and Problems
Topic: Python DomoticzEx Logging
Replies: 0
Views: 235

Python DomoticzEx Logging

Version: 2025.1 build 16627 Platform: official Docker image Plugin/Hardware: Raspberry, Python-Framework Description: In the wiki page "Developing a Python plugin" it says, that the Update method (for the extended framework) has a parameter called "Log" with the description "During the update a row ...
by fleinze
Thursday 10 April 2025 7:05
Forum: Bugs and Problems
Topic: Bug with Replace Device and Python Plugin
Replies: 6
Views: 446

Re: Bug with Replace Device and Python Plugin

I changed my code to use the DomoticzEx framework.
The original bug also exists with the DomoticzEx framework:
When the replace device function is used, the Devices-directory is not updated correctly.
by fleinze
Wednesday 09 April 2025 12:01
Forum: Bugs and Problems
Topic: Bug with Replace Device and Python Plugin
Replies: 6
Views: 446

Re: Bug with Replace Device and Python Plugin

Thanks for the tipp, I will check the zigbee2mqtt-plugin.

I need "replace" for two reason:
1. I switched from mysensors to zigbee-sensors and wanted to keep the sensor history
2. some zigbee sensors get a new short-address when the battery is replaced. I use the shortaddress as DeviceID.
by fleinze
Tuesday 08 April 2025 19:21
Forum: Bugs and Problems
Topic: Bug with Replace Device and Python Plugin
Replies: 6
Views: 446

Bug with Replace Device and Python Plugin

Version: 2025.1 build 16627 Platform: official Docker container Plugin/Hardware: Raspberry pi https://github.com/fleinze/Zigbee2Tasmoticz/ Description: Every time I use the replace device function I get the following error when the plugin tries to update the device again: 2025-04-08 19:10:30.257 ...
by fleinze
Tuesday 08 April 2025 9:26
Forum: Python
Topic: Python hardware plugin - device timeout
Replies: 2
Views: 439

Re: Python hardware plugin - device timeout

I created a new plugin because I use a Tasmota Zigbee Gateway, which speaks MQTT, but is not supported by MQTT AD and I also don't want to install additional Software (zigbee2mqtt). The devices in question are temperature-sensors which should time-out but they don't. I can see the same behaviour ...
by fleinze
Tuesday 08 April 2025 7:39
Forum: Python
Topic: Python hardware plugin - device timeout
Replies: 2
Views: 439

Python hardware plugin - device timeout

Hi, I wrote a python plugin for zigbee devices. What bothers me is that the devices don't turn red if the last update is longer ago than the configured timout. Is this by design? I noticed that I can manually trigger the red color by updating the device with ´TimedOut=1´. Is the plugin expected to c ...
by fleinze
Saturday 22 March 2025 8:37
Forum: Zigbee
Topic: Zigbee2Tasmoticz: Auto Discovery Plugin for Zigbee Devices
Replies: 0
Views: 403

Zigbee2Tasmoticz: Auto Discovery Plugin for Zigbee Devices

Hi everyone! I was not satisfied with the existing integration of Zigbee devices in Domoticz, so I decided to create a new plugin that automatically discovers Zigbee devices and integrates them seamlessly. What is Zigbee2Tasmoticz? This plugin works with Zigbee2Tasmota gateways and currently ...
by fleinze
Wednesday 19 April 2017 21:44
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to do reduce log interval
Replies: 38
Views: 18087

Re: How to do reduce log interval

There has been no post for a year in this thread but I found a new comfortable solution I want to share: The settings-value for the shortlog-interval is present throughout the source code. It is just missing in the html, not just "invisible" as suggested above. You can changed that by editing www ...