1) Give a description of the problem
I plan to receive an SMS after the motion sensor is activated
It seems all ok but I don’t get the SMS
I live in portugal
On the phone I put +351 … phone number
but I also tried with 00…number
2) What is the expected behaviour?
get the sms
3) What is happening/not happening?
don’t get the SMS
**4) Post a Green Snapshot of the piston!
execute
if
Alarme’s motion changes
then
withAlarmedo
Send SMS notification “teste sms” to +35191… and store in Messages (only while Night, Home, or Away) ;
end with;
end if;
5) Attach logs after turning logging level to Full
23/11/2019, 16:15:05 +537ms
+1ms ╔Received event [Alarme].motion = active with a delay of 37ms
+119ms ║RunTime Analysis CS > 23ms > PS > 84ms > PE > 11ms > CE
+121ms ║Runtime (37178 bytes) successfully initialized in 84ms (v0.3.10a.20190223) (119ms)
+122ms ║╔Execution stage started
+129ms ║║Comparison (enum) active changes = true (1ms)
+130ms ║║Condition #2 evaluated true (3ms)
+131ms ║║Condition group #1 evaluated true (state did not change) (5ms)
+134ms ║║Cancelling statement #3’s schedules…
+175ms ║║Executed virtual command [Alarme].sendSMSNotification (34ms)
+177ms ║╚Execution stage complete. (55ms)
+178ms ╚Event processed successfully (178ms)