Hello, how do I set up a notification when a door is left open for more than 5 minutes, for example. So that if the door is closed during this time, no notification will come.
morgan
January 27, 2025, 6:42pm
2
Read it and maybe try to adapt it to your situation…
So you want to have a stopwatch that will be reset every time the sensor is activated…
You can achieve this using ewelink + https://sequematic.com
On the ewelink side you will need two scenes.
On the SM side you will need three sequences and pairing your ewelink account and one variable.
[q9]
On the ewelink side, you need two scenes, one to start the countdown and the other to change the value of the variable so that there are no mistakes, let’s call it STOP.
On the SM side, we need thre…
If I understand your need correctly, it can probably be improved, at least a little, but a lot depends on whether your Google is able to accept webhooks?
If you are able to pass the command to google from https://sequematic.com then you can achieve the correct behavior.
Don’t count the time on Google’s side, Google only has to receive the command and immediately perform the action.
We count the time at https://sequematic.com and there we control the start/stop of the countdown to sending the…
Known problem with automation and ways to perform logic in ewelink. This can be bypassed, but not using ewelink alone. You have to use https://sequematic.com and therefore everything must have access to the Internet…
Maybe ewelink will improve it someday in the future, maybe not.
The problem here is the way the scenes are performed by ewelink.
If a scene is initialized, it will be executed until the very end, regardless of whether a new scene is initiated during it. In addition, this new sce…