Is this the correct format, and will it work?


#1

1) Give a description of the problem
Why does acceleration shown active and inactive at the same time.

2) What is the expected behavior?
Just show inactive

3) What is happening/not happening?
Not sure if it works as it should

4) Post a Green Snapshot of the pistonimage

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


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


#2

I’m a little confused what you are asking


#3

I see tow times that the device shows active at the same time. Could this cause my Piston not to work, and is the piston correct to do what I want. Which is the following.

  1. When the washing machine is finished and is free of movement for 1 minute it will speak the message “Your Wash Is done” Will the Piston do that?

#4

Do you only have the contact sensor for this?


#5

I am using a MultiSensor and the acceleration portion.


#6

Ok. So what I would do is create a test piston to check some things before digging into this.

If multipurpose sensor acceleration changes
Then
Log to console info "Currently: {$currentEventAttribute}"
End if

Then turn logging to full and run a cycle through your washer. Copy all the logs and paste them here.