Timer counting problem


#1

1) Give a description of the problem
Contact Sensor 31 just open, after 2 minutes Contact Sensor 30 opened, but the timer counting for both are open for same 2 minutes and send Push notification.

2) What is the expected behavior?
Each Contact Sensor has its own timer and send Push notification ( ex : Contact Sensor 30 was opened 2 minutes, and Contact Sensor 31 was opened 5 minutes . )

3) What is happening/not happening?
(PUT YOUR INFO HERE)

**4) Post a Green Snapshot of the piston


5) Attach any logs (From ST IDE and by turning logging level to Full)

This is my first post here, sorry my bad English. Thank you for any comments.

REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.


#2

If you want independent counters, you will need to create independent triggers. As you have this now all three will trigger this piston and you will get an increment for each one if they are on act the same time but all in one counter.


#3

Thanks @guxdude. Now I create a piston for each contact sensor.