1) Give a description of the problem
Not receiving SMS messages in a newly created piston.
2) What is the expected behavior?
I should receive an SMS message when my dehumidifier is turned off, then another one when it is turned on.
3) What is happening/not happening?
The piston successfully turns on the dehumidifier back on after being off, but I do not receive an SMS notification.
**4) Post a Green Snapshot of the piston!
5) Attach any logs (From ST IDE and by turning logging level to Full)
_(+1ms ╔Starting piston... (v0.3.104.20180323)_
_+270ms ║╔Subscribing to devices..._
_+293ms ║║Subscribing to BM Dehumidifier.switch..._
_+340ms ║╚Finished subscribing (80ms)_
_+370ms ║Comparison (string) :544a9b992c238a89c379073fefaa7fe1: is_not (string) :d9ffb4c971fcdbf37488d71ae133699a: = true (4ms)_
_+390ms ║Cancelling condition #10's schedules..._
_+399ms ║Comparison (decimal) 41.79 is_greater_than (integer) 0 = true (3ms)_
_+400ms ║Cancelling condition #7's schedules..._
_+417ms ╚Piston successfully started (416ms)_
_5/16/2018, 6:06:05 PM +356ms_
_+2ms ╔Received event [BM Dehumidifier].switch = on with a delay of 619ms_
_+89ms ║RunTime Analysis CS > 15ms > PS > 54ms > PE > 20ms > CE_
_+91ms ║Runtime (39182 bytes) successfully initialized in 54ms (v0.3.104.20180323) (89ms)_
_+92ms ║╔Execution stage started_
_+100ms ║║Comparison (string) :544a9b992c238a89c379073fefaa7fe1: is_not (string) :d9ffb4c971fcdbf37488d71ae133699a: = true (2ms)_
_+101ms ║║Condition #1 evaluated true (5ms)_
_+102ms ║║Condition group #null evaluated true (state did not change) (6ms)_
_+107ms ║║Comparison (enum) on changes_to (string) off = false (0ms)_
_+109ms ║║Cancelling condition #6's schedules..._
_+110ms ║║Condition #6 evaluated false (5ms)_
_+111ms ║║Cancelling condition #2's schedules..._
_+111ms ║║Condition group #2 evaluated false (state changed) (7ms)_
_+117ms ║║Comparison (enum) on changes_to (string) on = true (1ms)_
_+118ms ║║Cancelling condition #10's schedules..._
_+119ms ║║Condition #10 evaluated true (5ms)_
_+127ms ║║Comparison (decimal) 42.84 is_greater_than (integer) 0 = true (1ms)_
_+129ms ║║Condition #11 evaluated true (8ms)_
_+129ms ║║Cancelling condition #7's schedules..._
_+130ms ║║Condition group #7 evaluated true (state changed) (16ms)_
_+132ms ║║Cancelling statement #8's schedules..._
_+150ms ║║Executed virtual command [BM Dehumidifier].sendSMSNotification (12ms)_
_+153ms ║╚Execution stage complete. (61ms)_
_+154ms ╚Event processed successfully (154ms)_
_5/16/2018, 6:05:58 PM +299ms_
_+2ms ╔Received event [BM Dehumidifier].switch = off with a delay of 619ms_
_+88ms ║RunTime Analysis CS > 16ms > PS > 52ms > PE > 19ms > CE_
_+90ms ║Runtime (39184 bytes) successfully initialized in 52ms (v0.3.104.20180323) (88ms)_
_+91ms ║╔Execution stage started_
_+98ms ║║Comparison (string) :544a9b992c238a89c379073fefaa7fe1: is_not (string) :d9ffb4c971fcdbf37488d71ae133699a: = true (2ms)_
_+99ms ║║Condition #1 evaluated true (5ms)_
_+100ms ║║Condition group #null evaluated true (state did not change) (6ms)_
_+105ms ║║Comparison (enum) off changes_to (string) off = true (1ms)_
_+106ms ║║Cancelling condition #6's schedules..._
_+107ms ║║Condition #6 evaluated true (5ms)_
_+108ms ║║Cancelling condition #2's schedules..._
_+109ms ║║Condition group #2 evaluated true (state changed) (6ms)_
_+111ms ║║Cancelling statement #3's schedules..._
_+129ms ║║Executed physical command [BM Dehumidifier].on() (15ms)_
_+130ms ║║Executed [BM Dehumidifier].on (17ms)_
_+155ms ║║Executed virtual command [BM Dehumidifier].sendSMSNotification (20ms)_
_+161ms ║║Comparison (enum) off changes_to (string) on = false (0ms)_
_+163ms ║║Condition #10 evaluated false (4ms)_
_+163ms ║║Condition group #7 evaluated false (state did not change) (5ms)_
_+165ms ║╚Execution stage complete. (75ms)_
_+166ms ╚Event processed successfully (166ms)_