1) Give a description of the problem
I need to create a piston that will raise my shades in the morning. I have a luminance sensor and a contact sensor on the bedroom doors, and there are 4 bedrooms. I want to set this up so that once a certain luminance value is reached, it then checks the bedroom door to see if it has been open for at least five minutes. If so, then the shade goes up for that bedroom goes up. I want this to only run once per day. I know the example only has 2, I thought I would get it working for two rooms then scale up. Thanks in advice for the help/advice.
2) What is the expected behaviour?
If luminance >= 175 lux and contact sensor stays open for 5 minutes, raise the blind
3) What is happening/not happening?
Nothing is happening after the luminance gets past 175.
**4) Post a Green Snapshot of the piston!
5) Attach logs after turning logging level to Full
5/29/2019, 6:44:06 AM +906ms
+2ms ╔Starting piston… (v0.3.108.20180906)
+783ms ║╔Subscribing to devices…
+861ms ║║Subscribing to Door Master Bedroom.contact…
+883ms ║║Subscribing to Door Guest Room.contact…
+1042ms ║║Subscribing to Aeotec MultiSensor 6…
+1044ms ║║Subscribing to Shade Door…
+1047ms ║║Subscribing to Shade Master…
+1049ms ║║Subscribing to Shade Guest East…
+1051ms ║║Subscribing to Shade Guest North…
+1052ms ║╚Finished subscribing (288ms)
+1105ms ║Comparison (integer) 100 is_greater_than_or_equal_to (integer) 175 = false (5ms)
+1125ms ║Comparison (string) :462103c2816251d4e40f46ba791cf9c6: is_any_of (string) :276353f22fd1d269eb3cb1a70c2530e5:,:462103c2816251d4e40f46ba791cf9c6:,:34edb8be918e271594df1b4ee7676451: = true (6ms)
+1151ms ║Comparison (enum) open stays (string) open = true (5ms)
+1173ms ║Comparison (enum) closed is (string) closed = true (4ms)
+1204ms ║Comparison (enum) open stays (string) open = true (3ms)
+1225ms ║Comparison (enum) closed is (string) closed = true (3ms)
+1242ms ╚Piston successfully started (1240ms)
REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.