Search found 86 matches
- Monday 30 June 2025 13:54
- Forum: dzVents
- Topic: n8n webhook in dzevents
- Replies: 1
- Views: 1047
n8n webhook in dzevents
Hi everyone, i need an help with a script. i want create a script that trigger a device. When triggered, the script has to call a n8n webhook, and get some data. Something like that return { active = true, -- set to false to disable this script -- trigger on = { devices = {'Irrigatore ...
- Saturday 07 June 2025 10:29
- Forum: General Discussion
- Topic: Domoticz Docker Container update trigger
- Replies: 14
- Views: 1493
Re: Domoticz Docker Container update trigger
thanx to everyone
- Wednesday 04 June 2025 11:16
- Forum: General Discussion
- Topic: Domoticz Docker Container update trigger
- Replies: 14
- Views: 1493
Domoticz Docker Container update trigger
i'm switching to have domoticz into a docker container and porting was good at the moment. there is a difference regarding the update to a new version. in the bare installation, in setting i can enable an alert so when a new domoticz version is available, a pop up appears and i could easly update ...
- Tuesday 03 June 2025 6:24
- Forum: News & Updates
- Topic: Domoticz upcoming beta/release and OpenSSL 3.0
- Replies: 55
- Views: 23798
Re: Domoticz upcoming beta/release and OpenSSL 3.0
Thanx for your suggestion
- Sunday 01 June 2025 17:13
- Forum: News & Updates
- Topic: Domoticz upcoming beta/release and OpenSSL 3.0
- Replies: 55
- Views: 23798
Re: Domoticz upcoming beta/release and OpenSSL 3.0
Hi, @acaonweb, now???? And now.....? As you have probably installed the latest Domoticz stable 2025.1, you have 2 options. 1. Either install libssl1.1 in Bookworm, so that Domoticz 2025.1 stable and any Domoticz beta, earlier than May 15, will run fine. 2. Install Domoticz, latest beta, so that all ...
- Sunday 01 June 2025 12:01
- Forum: News & Updates
- Topic: Domoticz upcoming beta/release and OpenSSL 3.0
- Replies: 55
- Views: 23798
Re: Domoticz upcoming beta/release and OpenSSL 3.0
brand new raspbian os, bookworm
fresh Domoticz install
now????
fresh Domoticz install
Code: Select all
/home/pi/domoticz/domoticz: error while loading shared libraries: libssl.so.1.1
- Saturday 31 May 2025 17:34
- Forum: News & Updates
- Topic: Domoticz upcoming beta/release and OpenSSL 3.0
- Replies: 55
- Views: 23798
Re: Domoticz upcoming beta/release and OpenSSL 3.0
I'm not so happy in the way that this update modality was managed. For each update, the non-compatibility of the new version with the host operating system has always been defined. not in this case, Many people noticed this problem only because the update didn't work. I have Buster on my raspberry ...
- Saturday 31 May 2025 11:48
- Forum: News & Updates
- Topic: Domoticz upcoming beta/release and OpenSSL 3.0
- Replies: 55
- Views: 23798
Re: Domoticz upcoming beta/release and OpenSSL 3.0
You can do all of that with one line docker compose pull && docker compose up --force-recreate --build -d && docker image prune -f Nice to know, could you provide your yaml for your container? I had a lot of issues, regarding how put my plugins, most important is zigbee2mqtt one and some others ...
- Saturday 31 May 2025 11:02
- Forum: News & Updates
- Topic: Domoticz upcoming beta/release and OpenSSL 3.0
- Replies: 55
- Views: 23798
Re: Domoticz upcoming beta/release and OpenSSL 3.0
I'm not so happy in the way that this update modality was managed. For each update, the non-compatibility of the new version with the host operating system has always been defined. not in this case, Many people noticed this problem only because the update didn't work. I have Buster on my raspberry ...
- Monday 15 January 2024 21:02
- Forum: dzVents
- Topic: Help on a script involving .filter() or ipairs()
- Replies: 2
- Views: 1306
Re: Help on a script involving .filter() or ipairs()
great!!!!
thanx
thanx
- Monday 15 January 2024 13:57
- Forum: dzVents
- Topic: Help on a script involving .filter() or ipairs()
- Replies: 2
- Views: 1306
Help on a script involving .filter() or ipairs()
Hi guys, i'm not so expert in Lua and i'm trying to improve my scripting level. I'm trying to make a script that depending from a list of PIR status, tell me id there is people at home and relative groups of light are switched off. now i wrote that. local PIR = { "Body Sensor Scala", "Body Sensor ...
- Friday 30 December 2022 10:45
- Forum: Python
- Topic: Python Plugin: Zigbee2Mqtt
- Replies: 347
- Views: 91104
Re: Python Plugin: Zigbee2Mqtt
I have a similar issue, it appears adding a PIR device supported by zigbee2mqtt as shown here https://www.zigbee2mqtt.io/devices/IH012-RT01.html#tuya-ih012-rt01 in zigbee2mqtt is correctly paired, discovered, interviewed ad works good But after adding it, plugin crash and all the Zigbee device stops ...
- Monday 06 June 2022 21:09
- Forum: Bugs
- Topic: Bug triggering device [SOLVED]
- Replies: 6
- Views: 2572
Re: Bug triggering device
Well, I need triggeredItem because I’m the original script I need to trigger a device and do some actions) and a timer (and do other action)
- Monday 06 June 2022 17:15
- Forum: Bugs
- Topic: Bug triggering device [SOLVED]
- Replies: 6
- Views: 2572
Re: Bug triggering device
i've added device.state to the log, clicking once the dummy device initial state off, i have that 2022-06-06 17:08:58.779 Status: dzVents: Info: BugTest: : ------ Start internal script: Script #2: Device: "Irrigatore (Dummy)", Index: 116 2022-06-06 17:08:58.806 Status: dzVents: Info: BugTest ...
- Monday 06 June 2022 17:00
- Forum: Bugs
- Topic: Bug triggering device [SOLVED]
- Replies: 6
- Views: 2572
Re: Bug triggering device
it's a dummy and i trigger it from dashboard, clicking on it
i'll add a device.state to the log
i'll add a device.state to the log
- Sunday 05 June 2022 21:17
- Forum: Zigbee
- Topic: Zigbee2mqtt plugin don't work with z2m new api
- Replies: 6
- Views: 1262
Re: Zigbee2mqtt plugin don't work with z2m new api
Hi, Either I just got a problem (like it's always only me :lol: ), or there is a really problem with latest zigbee2mqtt (1.25.1) and latest domoticz plugin (3.1.0-beta). So... yesterday (or day before :P ) I switched to new z2m (I have it now running in docker (already :D ) and in my main server ...
- Sunday 05 June 2022 21:13
- Forum: Zigbee
- Topic: Zigbee2mqtt plugin don't work with z2m new api
- Replies: 6
- Views: 1262
- Sunday 05 June 2022 21:09
- Forum: Bugs
- Topic: Bug triggering device [SOLVED]
- Replies: 6
- Views: 2572
Bug triggering device [SOLVED]
I've wrote a simple dz script, triggering a single device return { on = { devices = {'Irrigatore'}, timer = {}, variables = {}, scenes = {}, groups = {}, security = {}, httpResponses = {}, shellCommandResponses = {}, customEvents = {}, system = {}, }, data = {}, logging = {level = domoticz.LOG_DEBUG ...
- Sunday 05 June 2022 12:02
- Forum: Speech & Voice Systems
- Topic: Alexa text to speech
- Replies: 152
- Views: 63192
Re: Alexa text to speech
yes sure, obviously you need to run node red in a server somewhere, easy to do (click https://nodered.org/docs/getting-started/raspberrypi ) The you need to install a new palette inside node red, click hamburger on the top right side, cli manage Palette, click on Install tab, find node-red-contrib ...
- Sunday 05 June 2022 11:19
- Forum: dzVents
- Topic: STrange Behavior with this script
- Replies: 0
- Views: 359
STrange Behavior with this script
HI guys, I need an help on this script, that is running since 2018 like a charme is a script form my irrigation system and works like that: -- Check the wiki at -- http://www.domoticz.com/wiki/%27dzVents%27:_next_generation_LUA_scripting local notificationdevice = {'iPhone6S','iPadAir','PC','Laptop ...