Search found 4 matches

by wayfinder
Saturday 21 September 2019 23:24
Forum: dzVents
Topic: Problem with script not working with some of the triggers
Replies: 2
Views: 290

Re: Problem with script not working with some of the triggers

I think you are correct on the cancelQueuedCommands(). I'll see tonight. I had it in another script I started by copying this one and never removed it.

Thanks
by wayfinder
Saturday 21 September 2019 18:29
Forum: dzVents
Topic: Problem with script not working with some of the triggers
Replies: 2
Views: 290

Problem with script not working with some of the triggers

This script triggers but the light will only switch with the 'at 9:08' trigger. I can tell its triggering at sunset and sunrise buy the dz.log('V mode OFF ' ) output in the log. Any clues appreciated. Thanks in advance. return { on = { ['timer'] = { 'at sunset', 'at sunrise', 'at 9:08' } }, logging ...
by wayfinder
Friday 06 September 2019 15:46
Forum: dzVents
Topic: dzvents alertsensor log entry
Replies: 2
Views: 512

Re: dzvents alertsensor log entry

Thank you Waaren!
by wayfinder
Friday 06 September 2019 2:02
Forum: dzVents
Topic: dzvents alertsensor log entry
Replies: 2
Views: 512

dzvents alertsensor log entry

I have a script (below) that updates a Dummy Alert sensor Set up as Type: General SubType: Alert When I use json from a browser to update sensor updates and there is an entry in the sensor log Http://192.xxx.xxx.xxx:8080/json.htm?type=command&param=udevice&idx=118&nvalue=4&svalue=%27RED%27 In ...