I'm Back routine didn't send notification don't know where to debug


#1

1) Give a description of the problem
I have a pretty simple I’m Back piston that executes the I’m Back routine in ST. This piston did not send any notification to my phone.

2) What is the expected behavior?
I expect to get a notification

3) What is happening/not happening?
What is happening: It seems that the I’m Back routine did run this first time that it run as the Smart Home Monitor changed to Disarmed and the mode changed to Home
What is NOT happening: No notification was received

4) Post a Green Snapshot of the pistonimage

5) Attach any logs (From ST IDE and by turning logging level to Full)
5/18/2018, 5:10:51 PM +757ms
+1ms ╔Received event [Garage Door].contact = closed with a delay of 449ms
+10054ms ║Piston waited at a semaphore for 9930ms
+10091ms ║Duration 312971ms for is < 600000ms threshold = true
+10099ms ╚Event processed successfully (10099ms)
5/18/2018, 5:11:00 PM +82ms
+1ms ╔Received event [Front Door].lock = locked with a delay of 471ms
+117ms ║Duration 311322ms for is < 600000ms threshold = true
+126ms ╚Event processed successfully (127ms)
5/18/2018, 5:10:51 PM +598ms
+1ms ╔Received event [Front Door].lock = unlocked with a delay of 445ms
+189ms ║Duration 302910ms for is < 600000ms threshold = true
+197ms ╚Event processed successfully (197ms)
5/18/2018, 5:10:51 PM +316ms
+1ms ╔Received event [Front Door].lock = unlocked with timeout with a delay of 465ms
+119ms ║Duration 302557ms for is < 600000ms threshold = true
+127ms ╚Event processed successfully (127ms)
5/18/2018, 5:09:53 PM +999ms
+1ms ╔Received event [Garage Door].contact = open with a delay of 694ms
+121ms ║Duration 245242ms for is < 600000ms threshold = true
+129ms ╚Event processed successfully (129ms)
5/18/2018, 5:09:10 PM +452ms
+2ms ╔Received event [Garage Door].contact = closed with a delay of 711ms
+190ms ║Duration 201764ms for is < 600000ms threshold = true
+199ms ╚Event processed successfully (199ms)
5/18/2018, 5:09:00 PM +764ms
+1ms ╔Received event [Garage Door].contact = open with a delay of 697ms
+120ms ║Duration 192006ms for is < 600000ms threshold = true
+130ms ╚Event processed successfully (129ms)
5/18/2018, 5:08:24 PM +245ms
+2ms ╔Received event [Garage Door].contact = closed with a delay of 749ms
+317ms ║Duration 155683ms for is < 600000ms threshold = true
+326ms ╚Event processed successfully (325ms)
5/18/2018, 5:07:40 PM +856ms
+1ms ╔Received event [Garage Door].contact = open with a delay of 358ms
+164ms ║Duration 112142ms for is < 600000ms threshold = true
+447ms ╚Event processed successfully (447ms)
5/18/2018, 9:35:15 AM +773ms
+0ms ╔Starting piston… (v0.3.104.20180323)
+199ms ║Subscribing to Garage Door.contact…
+212ms ║Subscribing to Front Door.lock…
+391ms ╚Piston successfully started (391ms)


#2

Well this has got to be the dumbest post. I used Notification instead of PUSH. Still though why didnt i get any text? I think i read that Send Notification should send me a text?


#3

I also want to add that I’m getting a lot of activity on my log where I get an “event processed successfully” every time I open garage door or unlock front door. I’m not sure if it’s actually running this piston each time when it should trigger fully only when the trigger starts but the other conditions are met. Is this normal behavior?


#4

SMS notification sends a text message
Push notification sends a message through your mobile device notifications
Send Notifications sends a message to the Notifications in the More tab


#5

I don’t even receive a notification if the app is open. You have to go to the Notifications menu to view them. These are pretty “quiet”.