You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the below setup:
{
"type": "automation",
"name": "A-Kühl-Gefrier",
"period": 60,
"autoOff": false
}
If one fridge door opens, the switch is set to on.
After 1 min the motion detection is active. In that case I check, if door is still open:
yes: message to me
no: turn off switch
That works fine. Nevertheless after I have turned of the switch, the motion switch is active every Minute. How can I really deactivate. What is going wrong?.
Usually the motion detection should be off, if the switch itself is off, isn‘t it.
The text was updated successfully, but these errors were encountered:
I have the below setup:
{
"type": "automation",
"name": "A-Kühl-Gefrier",
"period": 60,
"autoOff": false
}
If one fridge door opens, the switch is set to on.
After 1 min the motion detection is active. In that case I check, if door is still open:
That works fine. Nevertheless after I have turned of the switch, the motion switch is active every Minute. How can I really deactivate. What is going wrong?.
Usually the motion detection should be off, if the switch itself is off, isn‘t it.
The text was updated successfully, but these errors were encountered: