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
Search found 4 matches
- Saturday 21 September 2019 23:24
- Forum: dzVents
- Topic: Problem with script not working with some of the triggers
- Replies: 2
- Views: 296
- Saturday 21 September 2019 18:29
- Forum: dzVents
- Topic: Problem with script not working with some of the triggers
- Replies: 2
- Views: 296
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 ...
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 ...
- Friday 06 September 2019 15:46
- Forum: dzVents
- Topic: dzvents alertsensor log entry
- Replies: 2
- Views: 528
Re: dzvents alertsensor log entry
Thank you Waaren!
- Friday 06 September 2019 2:02
- Forum: dzVents
- Topic: dzvents alertsensor log entry
- Replies: 2
- Views: 528
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¶m=udevice&idx=118&nvalue=4&svalue=%27RED%27
In ...
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¶m=udevice&idx=118&nvalue=4&svalue=%27RED%27
In ...