I have a simple notifier instance that is triggered by a virtual switch. The virtual switch is turned on when my litter robot is full. The notifier app uses Echo Speaks and Twilio to send alerts every four hours until the switch is off. There is a restriction that allows the notifier to run only during certain modes so I don't get awoken at 1:30am by the litter box filling up.
Here's how it's set up:
What I thought would happen is the litter robot would trigger the notification any time but it would only be sent when mode was cloudy, day, evening. What appears to be happening is the notification is only triggered if the litter robot full switch is activated during cloudy, day, evening modes. In other words if the litter box fills up overnight instead of waiting until day mode to get notified I never get any notifications at all. (the "silence sensor alerts" switch is off)
I have confirmed this with testing but is this the expected behavior or do I have something else set wrong?