Custom light fade over time


#1

1) Give a description of the problem
My piston doesn’t work.

2) What is the expected behaviour?
It should fade my light over a set period of time.

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

**4) Post a Green Snapshot of the piston![image|45x37]

5) Attach logs after turning logging level to Full
7.2.2021 19.32.08 +943ms +2ms ╔Received event [Lynge Bygade 29].time/recovery = 1612722728935 with a delay of 6ms +4131ms ║RunTime Analysis CS > 4032ms > PS > 32ms > PE > 69ms > CE +4134ms ║Runtime (37855 bytes) successfully initialized in 32ms (v0.3.112.20210202) (4128ms) +4136ms ║╔Execution stage started +4137ms ║╚Execution stage complete. (2ms) +4155ms ╚Event processed successfully (4155ms)


#2

The log is showing a recovery event. Pistons send those automatically when a timer event goes missing or is very late.

Looking at your piston, it shouldn’t set a timer until it has been running for about 9.5 seconds and implements a wait by scheduling a new instance as a precaution against running out of execution time.

So something really ought to have been going on in the logs before that is seen.