Search found 19 matches
- Sunday 10 November 2024 16:26
- Forum: Utility
- Topic: Water Meter, sensor type
- Replies: 38
- Views: 4807
Re: Water Meter, sensor type
Hereby the promised flow: [ { "id": "4d135b728ec17b22", "type": "http request", "z": "1ac5277b4a20d52c", "name": "HTTP Watermeter", "method": "GET", "ret": "obj", "paytoqs": "ignore", "url": "http://192.168.10.115/api/v1/data", "tls": "", "persist": false, "proxy": "", "insecureHTTPParser": false ...
- Thursday 07 November 2024 16:23
- Forum: Utility
- Topic: Water Meter, sensor type
- Replies: 38
- Views: 4807
Re: Water Meter, sensor type
Hello @flhoest, In your first post you stated: I'm using Domoticz since 2008, but I don't know why, I only register to this forum today ... don't ask me why ;) I suggest you to read the Wiki and then also this page: https://www.domoticz.com/wiki/About_Domoticz In the first paragraph, last line, you ...
- Friday 30 August 2024 16:41
- Forum: dzVents
- Topic: Converting Blockly to dzvents [Solved]
- Replies: 7
- Views: 1050
Re: Converting Blockly to dzvents [Solved]
thank you very much for the answers. I'll take a closer look at how I can best implement it. I also like the idea of ChatGPT.
- Thursday 29 August 2024 16:09
- Forum: dzVents
- Topic: Converting Blockly to dzvents [Solved]
- Replies: 7
- Views: 1050
Re: Converting Blockly to dzvents [Solved]
Hello, thank you for the feedback. The problem is, Blockly works everything correctly. With the dzVents code it works until the first part "if". "elseif" doesn't work and there is no error message. I also modified the blockly a bit and the changes also work. With the first elseif with the addition ...
- Thursday 29 August 2024 6:41
- Forum: dzVents
- Topic: Converting Blockly to dzvents [Solved]
- Replies: 7
- Views: 1050
Converting Blockly to dzvents [Solved]
Good morning, I have a blockly that works well. Unfortunately when switching to dzvents it no longer works and I can't find the error either. To be honest, I'm not very good at it either :) Screenshot 2024-08-29 063330.png return { on = { devices = { 'Alarm-Status', 'Werkstatt Tür Status' ...
- Monday 25 December 2023 23:25
- Forum: dzVents
- Topic: Stop automatic opening of the garage door [Solved]
- Replies: 2
- Views: 849
Re: Stop automatic opening of the garage door [Solved]
To cancel the countdown (or queue) you can use cancelQueuedCommands() Eg dz.devices('Rolltor Öffnen').cancelQueuedCommands() Next you need to discover that you used a tasker to open it. Perhaps you can send also a tasker command to set your user variable to a special state. Thank you, that worked. ...
- Monday 25 December 2023 22:06
- Forum: dzVents
- Topic: Stop automatic opening of the garage door [Solved]
- Replies: 2
- Views: 849
Stop automatic opening of the garage door [Solved]
Good evening, I have a problem with my script that I can't solve on my own. I've looked at many sites but haven't found the right one. My script opens my garage door when I work that day. Because I mostly ride my motorcycle, it's practically impossible to always reach for the remote control. So far ...
- Saturday 29 October 2022 15:07
- Forum: dzVents
- Topic: lua to dzvents convert [Solved]
- Replies: 7
- Views: 1607
Re: lua to dzvents convert [Solved]
Correct, that is because you use the device labelled 'Ventilator' both as a switch and as a temperature sensor in your script, which should not be done. Besides, why do you need a temperature reading when you only check the humidity? Here's the corrected script: you're right. the temperature ...
- Friday 28 October 2022 18:32
- Forum: dzVents
- Topic: lua to dzvents convert [Solved]
- Replies: 7
- Views: 1607
Re: lua to dzvents convert [Solved]
Assuming that your Ventilator has a temp sensor, and you want to test the humidity every hour (3600 secs), you could try this script (Not tested!) Thanks for the feedback. I will try it and report An error message appears. The name fan actually appears twice. Once as a switch and once as a 1-Wire ...
- Friday 28 October 2022 18:29
- Forum: dzVents
- Topic: lua to dzvents convert [Solved]
- Replies: 7
- Views: 1607
Re: lua to dzvents convert [Solved]
How do you know the script is not triggered? Did you test with a print statement before the if? What is the exact name of the script? Hello, thanks for the reply. My fan is a switch with no humidity meter. I take the moisture from a BME280. Since my workshop has no heating, I wanted to achieve ...
- Tuesday 25 October 2022 19:34
- Forum: dzVents
- Topic: lua to dzvents convert [Solved]
- Replies: 7
- Views: 1607
lua to dzvents convert [Solved]
Hello, I have a script that doesn't work anymore. To be honest, I don't really plan on programming either. It just doesn't trigger anymore since August 25th. Could someone see if this script can also be converted to dzvents and how this code works again? t1 = os.time() s = otherdevices_lastupdate ...
- Friday 23 September 2022 2:51
- Forum: Others
- Topic: Tuya plugin doesn`t update devices
- Replies: 5
- Views: 1535
Re: Tuya plugin doesn`t update devices
hello, is there a solution to the problem? I also have the problem that the status does not change when you turn the switch on or off
- Wednesday 07 September 2022 4:39
- Forum: 433 & 868 transceiver
- Topic: RFXCom RAW transmit in Domoticz
- Replies: 31
- Views: 16880
Re: RFXCom RAW transmit in Domoticz
nobody an idea
? What should the command be if it sends RAW data via WIFI/LAN ?? I've been looking for a few days on the net but can't find anything there and my knowledge is also limited.
I would be very happy about a help.

I would be very happy about a help.
- Monday 05 September 2022 23:27
- Forum: 433 & 868 transceiver
- Topic: RFXCom RAW transmit in Domoticz
- Replies: 31
- Views: 16880
Re: RFXCom RAW transmit in Domoticz
Hi, I have a question. how can I send this RAW code with RFXtrxLAN via wifi ?? 

- Tuesday 21 June 2022 1:32
- Forum: dzVents
- Topic: Random lights turning on and off while on vacation
- Replies: 7
- Views: 1967
Re: Random lights turning on and off while on vacation
After midnight it suddenly worked.
- Monday 20 June 2022 19:31
- Forum: dzVents
- Topic: Random lights turning on and off while on vacation
- Replies: 7
- Views: 1967
Re: Random lights turning on and off while on vacation
Hello, I'm just trying to use this script but unfortunately I can't get any further. I'm also learning right now and I'm already failing at small things 😁 I created this script dzVents as device and entered my switches. Unfortunately, nothing changes and there is nothing in the log. Other dzVents sc ...
- Saturday 06 November 2021 21:08
- Forum: Python
- Topic: Python Plugin : iCal Multi Purpose Python Plugin for Domoticz
- Replies: 211
- Views: 31640
Re: Python Plugin : iCal Multi Purpose Python Plugin for Domoticz
Here it is : https://synnas.publicvm.com:4430/s/kDTY8PbGdwLRAsR I've been trying to read my Google Calendar all the time. Today it finally worked but only if I delete my access data for domoticz. Does it only work if you have no access data? Should work as long as you can provide one line URL, use ...
- Saturday 06 November 2021 12:52
- Forum: Python
- Topic: Python Plugin : iCal Multi Purpose Python Plugin for Domoticz
- Replies: 211
- Views: 31640
Re: Python Plugin : iCal Multi Purpose Python Plugin for Domoticz
I've been trying to read my Google Calendar all the time.zak45 wrote: ↑Wednesday 13 October 2021 12:18 Here it is :
https://synnas.publicvm.com:4430/s/kDTY8PbGdwLRAsR
Today it finally worked but only if I delete my access data for domoticz.
Does it only work if you have no access data?
- Wednesday 13 October 2021 0:03
- Forum: Python
- Topic: Python Plugin : iCal Multi Purpose Python Plugin for Domoticz
- Replies: 211
- Views: 31640
Re: Python Plugin : iCal Multi Purpose Python Plugin for Domoticz
Hi all, I'm trying to install the ical plugin but the dropbox link seems to be offline. Is there anyone who has another link to find the needed files? Google gave me no luck ;) Thanks in advance! Here it is : https://synnas.publicvm.com/s/kDTY8PbGdwLRAsR Hello, unfortunately the link no longer ...