Search found 101 matches
- Wednesday 14 December 2022 14:46
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 58963
Re: zwavejs2mqtt
i did the update yesterday with the addition of zwavejuis but once it deletes the devices i don't want to use on restart they are recreated again! how come this happens? then if I restart and turn on a light manually it is not updated on domoticz in real time also I noticed that the energy devices ...
- Wednesday 14 December 2022 14:41
- Forum: MQTT Auto Discovery
- Topic: MQTT Audo-discovery
- Replies: 107
- Views: 23722
Re: MQTT Audo-discovery
i did the update yesterday with the addition of zwavejuis but once it deletes the devices i don't want to use on restart they are recreated again! how come this happens?
- Saturday 27 August 2022 11:25
- Forum: Heating/cooling
- Topic: Daikin Cloud Controller - BRP069C4
- Replies: 65
- Views: 19817
Re: Daikin Cloud Controller - BRP069C4
hi I'm interested where can I find the code? Hello Daikin users, I have one AC unit that works with the old integration(local API). Since my 4 new units were installed, I really missed being able to control them. I started looking for a solution to have some basic control for my own use. I then ...
- Tuesday 26 October 2021 10:06
- Forum: dzVents
- Topic: Help for dimming time script [Solved]
- Replies: 31
- Views: 6168
- Wednesday 23 June 2021 20:13
- Forum: dzVents
- Topic: Check all device is Off [Solved]
- Replies: 13
- Views: 2683
Re: Check all device is Off [Solved]
hello waaren I perfectly use the code written by you long ago, now I need to make a change. in practice, in summer I never completely close the shutters and therefore my 7 shutters are all positioned with a different percentage. how can i get it to check the percentage level? instead if open or ...
- Tuesday 11 May 2021 22:23
- Forum: dzVents
- Topic: notification script in case of rain problem [Solved]
- Replies: 4
- Views: 1033
Re: notification script in case of rain problem [Solved]
Thanks again waarenwaaren wrote: ↑Tuesday 11 May 2021 19:35Yes, your original script logic checked the amount of entries in this historical persistent variable but it was never populated.djdevil wrote: ↑Tuesday 11 May 2021 18:04 was that the problem? ThxCode: Select all
dz.data.notificationsSend.add(1)

- Tuesday 11 May 2021 18:04
- Forum: dzVents
- Topic: notification script in case of rain problem [Solved]
- Replies: 4
- Views: 1033
Re: notification script in case of rain problem [Solved]
Hi everyone I have this script that warns me in case of rain by sending a telegram notification, but I want this notification to arrive only once every 12 hours even if the sensor returns to the on phase after 10 minutes! I don't know why but it continually sends me the notification, where am I ...
- Monday 10 May 2021 18:58
- Forum: dzVents
- Topic: notification script in case of rain problem [Solved]
- Replies: 4
- Views: 1033
notification script in case of rain problem [Solved]
Hi everyone I have this script that warns me in case of rain by sending a telegram notification, but I want this notification to arrive only once every 12 hours even if the sensor returns to the on phase after 10 minutes! I don't know why but it continually sends me the notification, where am I ...
- Tuesday 29 December 2020 18:19
- Forum: dzVents
- Topic: dzVents 3.1.0 released
- Replies: 2
- Views: 527
Re: dzVents 3.1.0 released
Fabulous! Thanks for your work!
- Wednesday 16 December 2020 9:50
- Forum: Speech & Voice Systems
- Topic: Controlicz - Domoticz to Google Home/Assistant integration
- Replies: 2277
- Views: 512170
Re: Controlicz - Domoticz to Google Home/Assistant integration
Hi all, I have 4 xiaomi aqara temperature and humidity sensors that are easily recognized by Alexa through controlicz but I don't understand why I can't use them as a trigger in routines while using aqara skill you can do it! you could add this feature thanks
- Monday 14 December 2020 18:37
- Forum: Design, usability and languages
- Topic: #2215 Custom Icons uploader Implemented
- Replies: 110
- Views: 76166
Re: #2215 Custom Icons uploader Implemented
Attached icons for the LG TV and Samsung The Frame .
- Thursday 05 November 2020 11:17
- Forum: Speech & Voice Systems
- Topic: Controlicz - Domoticz to Google Home/Assistant integration
- Replies: 2277
- Views: 512170
- Thursday 05 November 2020 9:36
- Forum: Speech & Voice Systems
- Topic: Controlicz - Domoticz to Google Home/Assistant integration
- Replies: 2277
- Views: 512170
Re: Controlicz - Domoticz to Google Home/Assistant integration
Controlicz server is down! Please check it! Thx
- Sunday 19 July 2020 19:57
- Forum: dzVents
- Topic: Khw Last Two months [Solved]
- Replies: 8
- Views: 1362
Re: Khw Last Two months [Solved]
Thanks was what I needed! Dear as always to help! Thanks Waaren
- Friday 17 July 2020 12:06
- Forum: dzVents
- Topic: Khw Last Two months [Solved]
- Replies: 8
- Views: 1362
Re: Khw Last Two months [Solved]
Hello i try the code this the log debug it seems that we miss the day 3-07 inside, in fact it stops at 02-07 how come? if ( result.d >= beginDate) and ( result.d < endDate ) then dz.log (result.d .. ' ==>> ' .. result.v,dz.LOG_DEBUG) twoMonthTotal = twoMonthTotal + result.v end I assume you need to ...
- Friday 17 July 2020 10:27
- Forum: dzVents
- Topic: Khw Last Two months [Solved]
- Replies: 8
- Views: 1362
Re: Khw Last Two months [Solved]
hello waaren thanks for the help, from the 3rd of every month the script should start! and the calculation of the last two months always from day 3 Can you try this one. local scriptVar = 'twoMonthTotal' return { on = { timer = { 'on 4/* at 04:17' -- if you get data from previous months you only ...
- Thursday 16 July 2020 19:36
- Forum: dzVents
- Topic: Khw Last Two months [Solved]
- Replies: 8
- Views: 1362
Re: Khw Last Two months [Solved]
hello waaren thanks for the help, from the 3rd of every month the script should start! and the calculation of the last two months always from day 3
- Thursday 16 July 2020 10:50
- Forum: dzVents
- Topic: Khw Last Two months [Solved]
- Replies: 8
- Views: 1362
Khw Last Two months [Solved]
Hi I'm using this script to extrapolate the Khw of the past two months. But my invoice always starts from the 3rd of every month, so it would be necessary for the script to calculate like this from 03.05.2020 to 03.07.2020. How can I do thanks local httpResponses = 'twoMonthTotal' return { on ...
- Wednesday 20 May 2020 10:22
- Forum: dzVents
- Topic: Json update switch no trigger [Solved]
- Replies: 7
- Views: 3228
Re: Json update switch no trigger [Solved]
I used this code for On and Off a switch without trigger event but from the new version Version: 2020.2 Build Hash: b63341bc0 seems to activate the trigger and then activate the dzvents script connected to the key. If you don't want to trigger the event system when sending this command you need to ...
- Tuesday 19 May 2020 12:56
- Forum: dzVents
- Topic: Json update switch no trigger [Solved]
- Replies: 7
- Views: 3228
Json update switch no trigger [Solved]
Hello i used this code for On and Off a switch with IFTT without trigger event but from the new version Version: 2020.2 Build Hash: b63341bc0 seems to activate the trigger and then activate the dzvents script connected to the key maybe it's a bug i'm wrong to use this json call? thx OFF /json.htm ...