App If -> Then not triggered?
Posted: 18 Dec 2015 23:46
I'm trying to figure out a custom js-problem so instead I just created a Dummy and configured a "If -> Then" app according to:
and when I "shake" the sensor I see in the log:
and I also see in "smarthome" where all apps are listed that the "Alarm Burglar Tampering_05" changes to "on". But the "Dummy 11" is not set to "on". Is there some kind of mismatch between the "If->Then" app and the "Dummy"?
Code: Select all
if
Alarm Burglar Tampering_05
Then
Binary Switch
Device Dummy 11
Action On
Code: Select all
[2015-12-18 21:40:10.830] [D] [zway] Job 0x13: deleted from queue
[2015-12-18 21:40:13.334] [D] [zway] RECEIVED: ( 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 03 00 00 6B )
[2015-12-18 21:40:13.335] [D] [zway] SENT ACK
[2015-12-18 21:40:13.335] [D] [zway] SETDATA devices.5.data.lastReceived = 0 (0x00000000)
[2015-12-18 21:40:13.335] [D] [zway] SETDATA devices.5.instances.0.commandClasses.113.data.7.eventParameters = byte[0]
[2015-12-18 21:40:13.335] [D] [zway] ( zero-length buffer )
[2015-12-18 21:40:13.335] [D] [zway] SETDATA devices.5.instances.0.commandClasses.113.data.7.event = 3 (0x00000003)
[2015-12-18 21:40:13.338] [D] [zway] SETDATA devices.5.instances.0.commandClasses.113.data.7.eventString = "Tampering, product cover removed"
[2015-12-18 21:40:13.338] [D] [zway] SETDATA devices.5.instances.0.commandClasses.113.data.7.status = 255 (0x000000ff)
[2015-12-18 21:40:13.338] [D] [zway] SETDATA devices.5.instances.0.commandClasses.113.data.7 = Empty
[2015-12-18 21:40:13.361] [I] [core] Notification: device-info (device-OnOff): {"dev":"Alarm Burglar Tampering_05","l":"on"}