Rules (schedules) Not Saving On Wyze Plugs

I agree. As someone who writes code, I think it’s confusing and it opens up a lot of potential questions about what happens in certain scenarios. If a plug is supposed to be ON from 12:00-3:00, for example, is the server continuously checking to ensure that it’s on? Taken literally, the computer code part of my brain would suggest yes, but I’m not sure if that’s what happens in practice, nor would that be very useful. What’s happening (I think) is simply that two events are firing – one at the beginning and one at the end.

I haven’t tested every potential scenario, but for my rules, I’ve set them up as two simple on/off rules, rather than one rule with durations, since the behavior is more predictable and the logic makes more sense.

There was a discussion about this issue the other day over here:

2 Likes