Simple piston, not working


#1

1) Give a description of the problem
Overlooking something that should be obvious I guess

2) What is the expected behavior?
Light (dimmable, GE Link bulb) goes on to 100% anytime the door is open. Shuts as soon as door is closed.

3) What is happening/not happening?
Nothing happening at all.

**4) Post a Green Snapshot of the piston
Green snapshot here

5) Attach any logs (From ST IDE and by turning logging level to Full)
First time posting logs… am I posting what I’m supposed to??
735d241b-4867-4ff1-a877-dd8762c2b03e 12:24:35 PM: debug Parse returned [[name:contact, value:closed, descriptionText:Laundry Door was closed, isStateChange:true, displayed:true, linkText:Laundry Door]]
735d241b-4867-4ff1-a877-dd8762c2b03e 12:24:35 PM: debug description: zone status 0x0030 – extended status 0x00
735d241b-4867-4ff1-a877-dd8762c2b03e 12:23:37 PM: debug Parse returned [[name:contact, value:open, descriptionText:Laundry Door was opened, isStateChange:true, displayed:true, linkText:Laundry Door]]
735d241b-4867-4ff1-a877-dd8762c2b03e 12:23:37 PM: debug description: zone status 0x0031 – extended status 0x00

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


#2

Don’t know why it doesn’t work but this is how I do my kitchen cupboard door.


#3

Wow… above my paygrade. I can’t understand what’s happening and how in yours. What does ‘piston state’ have to do with it? Why shouldn’t this be as simple as “If the thing is open, turn on the light- else turn off the light”?


#4

Sorry.
Ignore those bits.
Just something I use to show the state of the light in the dashboard.
I’ve just built the piston so it does one thing when it opens and another when it closes.