I just changed to Automations 2.0 and I have found some issues regarding programming logic. Scenario: due to the shape of our kitchen, I have 4 sensors in it. 2 FP1s Occupancy sensor and 2 P1 motion sensors.
Previously under 1.0 had the following Logic programmed to turn off the lights:
IF:
- No motion has been detected for 1 min (Sensor 1)
- When no motion has been detected for 1 (Sensor 2)
- No motion has been detected for 1 min (Sensor 3)
- When no motion has been detected for 1 min (Sensor 4)
Then: Turn off the lights.
So basically very simple: all 4 sensors need should have not detected motion for at least 1 min and then the lights go out.
When I upgraded to A2.0 this was automatically changed to:
When:
- No motion has been detected for 1 min (Sensor 1)
- No motion has been detected for 1 min (Sensor 2)
- No motion has been detected for 1 min (Sensor 3)
- No motion has been detected for 1 min (Sensor 4)
If:
- No Motion has been detected for 1 min (Sensor 1)
- No motion has been detected for 1 min (Sensor 2)
- No motion has been detected for 1 min (Sensor 3)
- No motion has been detected for 1 min (Sensor 4)
Then:
Turn off Lights.
Seems all straight forward. Problem is: it doesn’t work. After 1 min of no motion on all of the sensors, the lights are still on.
Again, it was working fine under 1.0 and the above logic was automatically created by the app after enabling 2.0
Any comments or help?