App If -> Then not triggered?

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
bogr
Posts: 190
Joined: 16 Nov 2015 22:46

App If -> Then not triggered?

Post by bogr »

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:

Code: Select all

if
  Alarm Burglar Tampering_05
Then
  Binary Switch
    Device Dummy 11
    Action On
and when I "shake" the sensor I see in the log:

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"}
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"?
bogr
Posts: 190
Joined: 16 Nov 2015 22:46

Re: App If -> Then not triggered?

Post by bogr »

Argh, just found out in another thread that if->then is broken. Sorry about this.
Post Reply