Search found 7 matches

by BlackSabbath
Wednesday 02 June 2021 0:52
Forum: dzVents
Topic: DzVents afterSec problems [Solved]
Replies: 7
Views: 2506

Re: DzVents afterSec problems [Solved]

Please follow the wiki ( see this) when creating global_data.lua and share the file that worked before. As you shared it now it cannot work and could never have worked. Hi, You are most likely right, I cannot use these kinds of delay's on methods, just on devices, right? It looks like I have mixed ...
by BlackSabbath
Monday 31 May 2021 14:53
Forum: dzVents
Topic: DzVents afterSec problems [Solved]
Replies: 7
Views: 2506

Re: DzVents afterSec problems [Solved]

... Given the nature of dz.helpers I have strong doubts it ever worked like this (with .afterSec()) or you must have setup collections in global_data.lua and effectively repeated a big part of the dzVents runtime code in this user file. ... Hi, I'm 100% sure this worked before I updated the version ...
by BlackSabbath
Monday 31 May 2021 14:49
Forum: dzVents
Topic: DzVents afterSec problems [Solved]
Replies: 7
Views: 2506

Re: DzVents afterSec problems [Solved]

Hi, Yes, on purpose I will make the scripts simple ( of course these specific script are tested by me too ) This "file": global_data Consists of this code return { -- global persistent data data = { }, -- global helper functions helpers = { functions = { myTest1 = function (dz, str1) dz.log('myTest1 ...
by BlackSabbath
Saturday 29 May 2021 0:34
Forum: dzVents
Topic: DzVents afterSec problems [Solved]
Replies: 7
Views: 2506

DzVents afterSec problems [Solved]

Hi, I updated my domoticz installation today, it's installed on a raspberry pi: Current version(s) Version: 2021.1 Build Hash: 8547c5b7e Compile Date: 2021-04-17 17:29:11 dzVents Version: 3.1.7 Python Version: None In my script, some things seems to have stopped working, one example seems to be the ...
by BlackSabbath
Wednesday 15 April 2020 22:26
Forum: Z-Wave
Topic: Aeotec Alarm 6 and Doorbell 6
Replies: 93
Views: 21819

Re: Aeotec Alarm 6 and Doorbell 6

The long story short ... curl --data "$NODE-BASIC-basic-byte-1-0=$NUMBER" http://127.0.0.1:8080/ozwcp/valuepost.html I got this to trigger the my Doorbell 6 ( first I tried to use IDX:s instead of NodeID ;) ), each time I trigger the url ( using dzVents ), I got errors in the log, like this: 2020 ...
by BlackSabbath
Wednesday 15 April 2020 6:39
Forum: Z-Wave
Topic: Aeotec Alarm 6 and Doorbell 6
Replies: 93
Views: 21819

Re: Aeotec Alarm 6 and Doorbell 6

Hi, My setup is Domoticz 2020.1 on a Raspberry PI 2 b. Thanks for the tip, I tried the curl commands on my Doorbell 6, but there was no sounds ( it works if I press the physical doorbell button or move the device, tampering ;) ) One of these devices ( IDX:s ), these are the only Doorbell 6 devices I ...
by BlackSabbath
Tuesday 10 March 2020 9:16
Forum: Utility
Topic: Ring Alarm + Z-stick + Domoticz
Replies: 1
Views: 1018

Ring Alarm + Z-stick + Domoticz

Does anyone know if it is possible to combine: Domoticz (run on a Raspberry PI) https://www.z-wave.com/shop-z-wave-smart-home-products/smart-accessories-smart-usb-aeotec-aeotec-z-wave-plus-z-stick https://www.z-wave.com/shop-z-wave-smart-home-products/smart-hubs-smart-kits-ring-ring-alarm-home-z ...