Search found 32 matches
- Tuesday 24 September 2024 21:28
- Forum: dzVents
- Topic: dzvents script werkt niet meer na upgrade 2024.7 [Solved]
- Replies: 2
- Views: 405
Re: dzvents script werkt niet meer na upgrade 2024.7 [Solved]
Fixed it <> moest ~= zijn met versie 2024.7
- Tuesday 24 September 2024 21:21
- Forum: dzVents
- Topic: dzvents script werkt niet meer na upgrade 2024.7 [Solved]
- Replies: 2
- Views: 405
dzvents script werkt niet meer na upgrade 2024.7 [Solved]
Hoi, Ik heb vandaag mijn domotica ge-upgrade naar 2024.7 (was 2023.2). Nu krijg ik allerlei errors op een van mijn dzvents scripts. 2024-09-24 21:17:46.976 Error: dzVents: error loading module 'regen' from file '/home/pi/domoticz/scripts/dzVents/generated_scripts/regen.lua': 2024-09-24 21:17:46.976 ...
- Wednesday 15 February 2023 13:42
- Forum: Bugs
- Topic: SOLVED (script error)
- Replies: 1
- Views: 900
Re: script error
I have found the reason for the different behaviour.
My apologies.
Seems that line hl.setlevel(20) needed to be hl.setLevel(20) with a capital L.
Kind regards,
Raymond
My apologies.
Seems that line hl.setlevel(20) needed to be hl.setLevel(20) with a capital L.
Kind regards,
Raymond
- Wednesday 15 February 2023 13:28
- Forum: Bugs
- Topic: SOLVED (script error)
- Replies: 1
- Views: 900
SOLVED (script error)
Hi all, Today i was debugging a new dzvents script I wrote. The script is to switch on some selector switches in a specific selector value in case of an emergency. My is is as follows return { on = { devices = { 'Rookmelder woonkamer hitte', 'Rookmelder woonkamer rook', 'Rookmelder speelkamer hitte ...
- Tuesday 21 December 2021 19:24
- Forum: dzVents
- Topic: smoke alert
- Replies: 3
- Views: 623
Re: smoke alert
just modified my code to return { on = { devices = { 'Rookmelder woonkamer hitte', 'Rookmelder woonkamer rook', 'Rookmelder speelkamer hitte', 'Rookmelder speelkamer rook', 'Rookmelder overloop rook', 'Rookmelder overloop hitte', 'Rookmelder zolder rook', 'Rookmelder zolder hitte', }, }, execute ...
- Tuesday 21 December 2021 17:23
- Forum: dzVents
- Topic: smoke alert
- Replies: 3
- Views: 623
smoke alert
Hi all, I'm trying to get this script to work, but I need a little help. return { on = { devices = { 'Rookmelder woonkamer hitte', 'Rookmelder woonkamer rook', 'Rookmelder speelkamer hitte', 'Rookmelder speelkamer rook', 'Rookmelder overloop rook', 'Rookmelder overloop hitte', 'Rookmelder zolder ...
- Thursday 04 November 2021 21:29
- Forum: Other questions and discussions
- Topic: Functional question - Implemented: Option for SMASpot device to import old month data (SMASpot month files)
- Replies: 2
- Views: 298
Re: Functional question - Implemented: Option for SMASpot device to import old month data (SMASpot month files)
Hi Simon,
I noticed the 2 years limit indeed.
I woud be happy if there is a way to have scheduled import functionality. In that way I am able to correct misreadings in domoticz.
I noticed the 2 years limit indeed.
I woud be happy if there is a way to have scheduled import functionality. In that way I am able to correct misreadings in domoticz.
- Thursday 21 October 2021 11:40
- Forum: Other questions and discussions
- Topic: Functional question - Implemented: Option for SMASpot device to import old month data (SMASpot month files)
- Replies: 2
- Views: 298
Functional question - Implemented: Option for SMASpot device to import old month data (SMASpot month files)
Version: 2021.1 Platform: RPI4 Raspbian GNU/Linux 10 (buster) Plugin/Hardware: RPI4 Goodmorning, I have question about the functionality 931 - Implemented: Option for SMASpot device to import old month data (SMASpot month files). Can you please provide me the action that is executed while clicking ...
- Wednesday 29 July 2020 16:35
- Forum: dzVents
- Topic: Convert blocky script to dzVents
- Replies: 4
- Views: 552
Re: Convert blocky script to dzVents
Hi Waaren,
Thanx for setting me up.
I will definitely try this.
Thanx
Thanx for setting me up.
I will definitely try this.
Thanx
- Wednesday 29 July 2020 13:13
- Forum: dzVents
- Topic: Convert blocky script to dzVents
- Replies: 4
- Views: 552
Re: Convert blocky script to dzVents
Hi @Waaren, Thank you for your quick response. the device types are: Hal verlichting : script device - light switch - selector switch Hal schemer : zwave device - lux - lux Sensor - Voordeur : zwave device - light switch - switch Hal Beweging : zwave device - light switch - switch set group Hal aan ...
- Wednesday 29 July 2020 11:24
- Forum: dzVents
- Topic: Convert blocky script to dzVents
- Replies: 4
- Views: 552
Convert blocky script to dzVents
Hi all, Recently I upgraded my Domoticz installation to Domoticz 2020.2 I would like one of my blocky scripts to be converted to dzVentz. Can anyone help me to get this done properly? Please find my attached screenshot of the blocky script I want to convert. Schermafbeelding 2020-07-29 om 11.20.27 ...
- Thursday 04 June 2020 14:06
- Forum: dzVents
- Topic: open multiple urls and combine results [Solved]
- Replies: 6
- Views: 1755
Re: open multiple urls and combine results [Solved]
Hi Waaren,
Thanx a lot.
I just corrected Zonnepanelen Overkapping -> Zonnepanelen overkapping and Zonnepanelen Woonhuis -> Zonnepanelen woonhuis in the script and now it's working.
Thanks for helping me out!
Thanx a lot.
I just corrected Zonnepanelen Overkapping -> Zonnepanelen overkapping and Zonnepanelen Woonhuis -> Zonnepanelen woonhuis in the script and now it's working.
Thanks for helping me out!
- Thursday 04 June 2020 13:45
- Forum: dzVents
- Topic: open multiple urls and combine results [Solved]
- Replies: 6
- Views: 1755
Re: open multiple urls and combine results [Solved]
Hi Waaren, That script sure looks a lot more simplified! At this moment it does not update the virtual sensor. script is added as dzvents-device I notice two things: 1. the function refers to dz, instead of domoticz, 2. the values are in Wh instead of kWh Do those things matter? the virtual device ...
- Thursday 04 June 2020 12:25
- Forum: dzVents
- Topic: open multiple urls and combine results [Solved]
- Replies: 6
- Views: 1755
Re: open multiple urls and combine results [Solved]
Hi Waaren, thank you for your quick response. the types are: 680 Zonnepanelen Overkapping 00000001 1 Zonnepanelen overkapping General kWh 393.491 kWh 679 Zonnepanelen Woonhuis 00000001 1 Zonnepanelen woonhuis General kWh 15743.851 kWh combined device: 731 Script device 00082731 1 Zonopbrengst ...
- Thursday 04 June 2020 12:09
- Forum: dzVents
- Topic: open multiple urls and combine results [Solved]
- Replies: 6
- Views: 1755
open multiple urls and combine results [Solved]
Hi All, I'm currently the happy owner of two solar systems which I already manage to read in domoticz. Now I want to combine the reading in one dummy device. In order to do that I was programming in dzvents to get the results of the CounterToday value of both the inverters. see the attached script ...
- Friday 24 April 2020 16:07
- Forum: Z-Wave
- Topic: Aeotec Alarm 6 and Doorbell 6
- Replies: 93
- Views: 20529
- Tuesday 14 April 2020 16:23
- Forum: Z-Wave
- Topic: Aeotec Alarm 6 and Doorbell 6
- Replies: 93
- Views: 20529
Re: Aeotec Alarm 6 and Doorbell 6
Yes it's explained how to change the volume with a windows computer and for a simple use. But I'd like to be able to change the volume within domoticz 😉 siren should be loud, fire alarm also but with another tone. And doorbell should be not so loud I think that would be a matter of time. When we st ...
- Tuesday 14 April 2020 15:40
- Forum: Z-Wave
- Topic: Aeotec Alarm 6 and Doorbell 6
- Replies: 93
- Views: 20529
Re: Aeotec Alarm 6 and Doorbell 6
Thank you so much pdg007 I've now ordered the alarm :-) Maybe one day someone will find how to change the volume In this thread there is described how to change the volume. Hi raymond, I just try to get all information / steps into a screenshot: Doorbell Config Change.png The send button is hidden ...
- Saturday 15 February 2020 19:27
- Forum: Z-Wave
- Topic: Aeotec Alarm 6 and Doorbell 6
- Replies: 93
- Views: 20529
Re: Aeotec Alarm 6 and Doorbell 6
Hi, this is a screenshot of the devices the doorbell created in my case: Devices.PNG Unfortunately I renamed it to "Klingel" (German for bell). But you should find it with the marked ID. In my understanding the 18 is my personal Zwave device number and should be different on your end. Maybe the 3C ...
- Friday 07 February 2020 17:30
- Forum: Z-Wave
- Topic: Aeotec Alarm 6 and Doorbell 6
- Replies: 93
- Views: 20529
Re: Aeotec Alarm 6 and Doorbell 6
Hello I started this topic almost one year ago and did read the whole thread. I've seen the workarounds you found but I didn't buy the doorbell 6 yet. Do you recommand it ? I need a doorbell button and a siren for my alarm. Will the doorbell6 do the job in domoticz ? Thank you At this moment I woud ...