Time Based Pistons ($minute)


#1

1) Give a description of the problem
This piston does not subscribe to any events. Unless executed by other means, it will never run on its own.

2) What is the expected behavior?
$minute with triggers (“changes to”) should schedule an event

3) What is happening/not happening?
piston does not run because it is not subscribed to an event

4) Post a Green Snapshot of the pistonimage

5) Attach any logs (From ST IDE and by turning logging level to Full)
Quick facts
Piston state: false
Last executed: 10/9/2017, 4:18:33 PM
Next scheduled: never
Subscriptions: no events, 1 control
Devices used: 1
Memory used: 12% (11653 bytes)
External URL: (click to open/execute)


#2

Did you try forcing it to subscribe?


#3

$minute as a system variable may not be subscribable. try this:


#4

Will do, how do you get the every 15 minutes command?


#5

timer.


#6

This seems to have worked for scheduling the piston.

Thanks!!


#7

great.