Night curfew can be bypassed by tailgating another cat through the flap
Hi,
I have a serious issue after the recent firmware update....
Two of my younger cats, Piwi and Peebles, are not allowed to leave the house at night. They should only be allowed to exit between 06:00 and 19:30 - which generals works - especially before the last firmware update.
However, I have now observed that Peebles can still get out at night by directly following another cat that is allowed to leave 24/7.
Example:
- Mäxchen is an older cat and is allowed to leave at any time, 24h!
- Peebles is a young cat and should be blocked from leaving after 19:30.
- Mäxchen triggers the flap first and is allowed to go out.
- Peebles follows immediately behind him within a few seconds.
- The flap still lets Peebles out, although Peebles is currently not allowed to exit.
In the OnlyCat app, this is shown as one combined event:
Mäxchen and Peebles went out
The event timeline shows:
- Mäxchen: went out
- Peebles: went out shortly after - which is not allowed at all because of the curfew.
This should not be possible. The policy should still block Peebles, even if she follows another authorized cat through the flap.
My current door policy is like that:
{
"rules": [
{
"criteria": {
"flapState": [
1,
2
]
},
"action": {
"lock": true,
"lockoutDuration": 5000
},
"description": "Anti-tailgating: briefly lock once flap starts moving"
},
{
"criteria": {
"rfidCode": [
"276094500049507",
"276098104420474",
"276098510551110",
"276098510551947"
],
"eventTriggerSource": [
3
],
"eventClassification": [
2,
3
]
},
"action": {
"lock": true
},
"description": "Contraband blocked quietly for Maddy, Mäxchen and Piwi"
},
{
"criteria": {
"rfidCode": [
"276094500049507",
"276098104420474",
"276098510551110",
"276098510551947"
],
"eventTriggerSource": [
3
]
},
"action": {
"lock": false
},
"description": "Normal entry for Maddy, Mäxchen and Piwi"
},
{
"criteria": {
"rfidCode": [
"276094500049507",
"276098104420474"
],
"eventTriggerSource": 2
},
"action": {
"lock": false
},
"description": "Maddy and Mäxchen allowed to leave anytime"
},
{
"criteria": {
"rfidCode": [
"276098510551947",
"276098510551110"
],
"timeRange": "06:00-19:30",
"eventTriggerSource": [
2
]
},
"action": {
"lock": false
},
"description": "Peebles and Piwi allowed to leave during daytime only (night curfew)"
}
],
"idleLock": true,
"idleLockBattery": true,
"ux": {
"onActivate": {
"sound": "coin"
}
}
}
The first rule was intended to prevent tailgating:
{
"criteria": {
"flapState": [
1,
2
]
},
"action": {
"lock": true,
"lockoutDuration": 5000
},
"description": "Anti-tailgating: briefly lock once flap starts moving"
}
But this does not prevent Peebles from following Mäxchen out.
Could you please advise how this should be handled?
Expected behaviour:
- Mäxchen may leave at night.
- Peebles and Piwi must not be able to leave after 19:30.
- If Peebles follows directly behind Mäxchen, the flap should detect this and block Peebles.
- A combined event such as “Mäxchen and Peebles went out” should not result in Peebles bypassing the night curfew.
This is important because Peebles is a young cat and must not be outside at night.
Is this a firmware issue, a policy evaluation issue, or do I need a different anti-tailgating policy?
Thanks!
Wolfgang
Night curfew can be bypassed by tailgating another cat through the flap
Hi,
I have a serious issue after the recent firmware update....
Two of my younger cats, Piwi and Peebles, are not allowed to leave the house at night. They should only be allowed to exit between 06:00 and 19:30 - which generals works - especially before the last firmware update.
However, I have now observed that Peebles can still get out at night by directly following another cat that is allowed to leave 24/7.
Example:
In the OnlyCat app, this is shown as one combined event:
Mäxchen and Peebles went outThe event timeline shows:
This should not be possible. The policy should still block Peebles, even if she follows another authorized cat through the flap.
My current door policy is like that:
The first rule was intended to prevent tailgating:
{ "criteria": { "flapState": [ 1, 2 ] }, "action": { "lock": true, "lockoutDuration": 5000 }, "description": "Anti-tailgating: briefly lock once flap starts moving" }But this does not prevent Peebles from following Mäxchen out.
Could you please advise how this should be handled?
Expected behaviour:
This is important because Peebles is a young cat and must not be outside at night.
Is this a firmware issue, a policy evaluation issue, or do I need a different anti-tailgating policy?
Thanks!
Wolfgang