So, repurposed a smart switch used for Xmas Trees for a Bug Zapper. I have a reactor sensor for living room light/switch control. There is a condition with a few nested conditions. The parent has been disabled for some time, however, the last evaluation of a child was back in March and is still set to True. When I perform any changes to the sensor and it saves/reloads, the disabled child condition is still triggering the task on the past evaluated true and setting the light on (randomly when there is a reload perhaps). Disabling the entire sensor, I do not see this behavior when modifying and saving conditions.
So, I am thinking one of the following:
- There needs to be logic that if there is an activity that is mapped to a disabled condition, that activity should not run when the condition is disabled, either itself or the parent.
- Alternatively, I would also be happy to disable an activity (as long as I dont have to delete it!).