Hello everyone,
I’ve just released a small plugin for integrating Tasmota-based alarm/siren/camera control units with Domoticz.
Main features:
Automatic detection and creation of virtual switches for multiple Tasmota modules
Centralized control via one "master" module (optional)
Relay1 → arm ...
Search found 14 matches
- Saturday 07 February 2026 17:45
- Forum: Python
- Topic: Tasmota MQTT Alarm/Siren/CameraControl module
- Replies: 0
- Views: 14
- Monday 05 January 2026 11:31
- Forum: Python
- Topic: Python mistakes in plugins
- Replies: 3
- Views: 76
Re: Python mistakes in plugins
Thank you for you message!
It's going from Domoticz-log.
This post(viewtopic.php?p=327194#p327194) shows little bit others:
Python3.13 does not work, but Python3.12 works fine.
I did it yesterday with installation of Python3.12 under pyenv.
BR.
It's going from Domoticz-log.
This post(viewtopic.php?p=327194#p327194) shows little bit others:
Python3.13 does not work, but Python3.12 works fine.
I did it yesterday with installation of Python3.12 under pyenv.
BR.
- Monday 05 January 2026 11:21
- Forum: Python
- Topic: Problem with Parameters from XML
- Replies: 2
- Views: 38
Re: Problem with Parameters from XML
thank you!
- Sunday 04 January 2026 15:27
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1117
- Views: 230453
Re: Python plugin: Presence detection from wireless router
Hi,
little problem: some mobile phones (like iPhone for example) have temporary mac-addresses, how can change on the next connection. I think it possible to use 'device name' for ping, not only mac. Is it possible to switch between ping and ping6(for IP v 6)?
BR
little problem: some mobile phones (like iPhone for example) have temporary mac-addresses, how can change on the next connection. I think it possible to use 'device name' for ping, not only mac. Is it possible to switch between ping and ping6(for IP v 6)?
BR
- Sunday 04 January 2026 14:11
- Forum: Python
- Topic: Problem with Parameters from XML
- Replies: 2
- Views: 38
Problem with Parameters from XML
hi All,
in my plugin I had build couple of parameters
<params>
<!-- Domoticz API -->
<param field="DzAddress" label="Domoticz IP" width="200px" required="true" default="127.0.0.1"/>
<param field="DzPort" label="Domoticz Port" width="80px" required="true" default="8080"/>
<!-- MQTT Broker ...
in my plugin I had build couple of parameters
<params>
<!-- Domoticz API -->
<param field="DzAddress" label="Domoticz IP" width="200px" required="true" default="127.0.0.1"/>
<param field="DzPort" label="Domoticz Port" width="80px" required="true" default="8080"/>
<!-- MQTT Broker ...
- Sunday 04 January 2026 14:05
- Forum: Python
- Topic: Python mistakes in plugins
- Replies: 3
- Views: 76
Python mistakes in plugins
Hi all,
I had try to buil my own plugin and have problem python:
2026-01-04 13:47:55.608 Error: AlarmSirenaCamCtrl: (tMQTTalarm) failed to load 'plugin.py', Python Path used was '/home/svd/domoticz/plugins/TasmotaMQTTAlarmCtrl/:/usr/lib/python313.zip:/usr/lib/python3.13:/usr/lib/python3.13/lib ...
I had try to buil my own plugin and have problem python:
2026-01-04 13:47:55.608 Error: AlarmSirenaCamCtrl: (tMQTTalarm) failed to load 'plugin.py', Python Path used was '/home/svd/domoticz/plugins/TasmotaMQTTAlarmCtrl/:/usr/lib/python313.zip:/usr/lib/python3.13:/usr/lib/python3.13/lib ...
- Monday 29 December 2025 13:54
- Forum: Python
- Topic: include my own pythons plugin in the domoticz
- Replies: 7
- Views: 100
Re: include my own pythons plugin in the domoticz
Thank you very much!
I had found it !!!
I had found it !!!
- Monday 29 December 2025 13:15
- Forum: Python
- Topic: include my own pythons plugin in the domoticz
- Replies: 7
- Views: 100
Re: include my own pythons plugin in the domoticz
thank you very much!
I have it. But it is same question, why I did not see it in the menu "Hardware" for settings.
I have it. But it is same question, why I did not see it in the menu "Hardware" for settings.
- Monday 29 December 2025 12:41
- Forum: Python
- Topic: include my own pythons plugin in the domoticz
- Replies: 7
- Views: 100
Re: include my own pythons plugin in the domoticz
@madpatrick : The plugin is hier in spoiler:
"""
<plugin
key="TasmotaMQTTIntegration"
name="Tasmota MQTT Integration"
author="S.Pfaffenrot"
version="1.0.0"
externallink="https://tasmota.github.io/docs/">
<description>
Tasmota MQTT Integration Plugin<br/>
This plugin listens to MQTT ...
"""
<plugin
key="TasmotaMQTTIntegration"
name="Tasmota MQTT Integration"
author="S.Pfaffenrot"
version="1.0.0"
externallink="https://tasmota.github.io/docs/">
<description>
Tasmota MQTT Integration Plugin<br/>
This plugin listens to MQTT ...
- Monday 29 December 2025 0:34
- Forum: Python
- Topic: include my own pythons plugin in the domoticz
- Replies: 7
- Views: 100
include my own pythons plugin in the domoticz
Hi all.
I have old Paspberry pi 3B with 1G on the board, Bullseye, and Domoticz Version: 2024.7.
I did installed couple of plugins: SamsungTV, Mikrotik, RPi, tasmota-auto.
But I have problem with my own plugin. I had checked all:
permissions, owner, start in console with python (run without ...
I have old Paspberry pi 3B with 1G on the board, Bullseye, and Domoticz Version: 2024.7.
I did installed couple of plugins: SamsungTV, Mikrotik, RPi, tasmota-auto.
But I have problem with my own plugin. I had checked all:
permissions, owner, start in console with python (run without ...
- Saturday 13 March 2021 19:16
- Forum: ESP8266
- Topic: Battery level of device over JSON
- Replies: 0
- Views: 2814
Battery level of device over JSON
Hi,
The JSON is case sensitive for filed 'Battery'. For example send I the battery status:
{"idx":8,"name":"IOT10241072","svalue":"21.0;50.7;0;986.5;0","nvalue":0,"battery":71}
and Domoticz ignored it. But worked perfect follows JCODE:
{"idx":8,"name":"IOT10241072","svalue":"21.0;50.7;0;986.5;0 ...
The JSON is case sensitive for filed 'Battery'. For example send I the battery status:
{"idx":8,"name":"IOT10241072","svalue":"21.0;50.7;0;986.5;0","nvalue":0,"battery":71}
and Domoticz ignored it. But worked perfect follows JCODE:
{"idx":8,"name":"IOT10241072","svalue":"21.0;50.7;0;986.5;0 ...
- Thursday 11 March 2021 14:55
- Forum: ESP8266
- Topic: ESP8266 + BME280 to domoticz over JSON and HTTP
- Replies: 3
- Views: 3076
- Thursday 11 March 2021 13:30
- Forum: ESP8266
- Topic: ESP8266 + BME280 to domoticz over JSON and HTTP
- Replies: 3
- Views: 3076
ESP8266 + BME280 to domoticz over JSON and HTTP
Hi all,
I made a sensor based on the BME280 and tried to translate it data via moscquitto-brocker:
mosquitto_pub -h 192.168.1.32 -t 'domoticz/in' -m '{"idx":"8","nvalue":"0","svalue":"22;0;60;0;820;0"}'
https://i.ibb.co/n6v0k6M/image.png
what is wrong?
------------------
Trying to send ...
I made a sensor based on the BME280 and tried to translate it data via moscquitto-brocker:
mosquitto_pub -h 192.168.1.32 -t 'domoticz/in' -m '{"idx":"8","nvalue":"0","svalue":"22;0;60;0;820;0"}'
https://i.ibb.co/n6v0k6M/image.png
what is wrong?
------------------
Trying to send ...
- Tuesday 12 January 2021 20:47
- Forum: Other questions and discussions
- Topic: how to set ID and alias for virtual device?
- Replies: 0
- Views: 132
how to set ID and alias for virtual device?
Hi,
is it possible to set up own defined ID for virtual device and some thing like alias? I will see on the dashboard some thing like 'Lamp on the wall', but not 'lamp012'.
is it possible to set up own defined ID for virtual device and some thing like alias? I will see on the dashboard some thing like 'Lamp on the wall', but not 'lamp012'.

