Most alert systems fail for the same reason: they were configured once, during commissioning, and never touched again. Six months later the thresholds no longer match reality, staff have muted the notifications, and the "real time" system is effectively a log file nobody reads. The teams that get value from real time alert automation treat thresholds as living configuration — reviewed monthly, tied to actual footfall baselines, and routed to people who can act within minutes, not to a dashboard someone might open on Friday.
That distinction matters because the underlying data quality is rarely the bottleneck anymore. Vemco Group, which has been building people-counting and retail-analytics software since 2005, processes more than 85 million counts per day across 2,000+ customers. Their platform guarantees a contractual minimum of 96% counting accuracy, and typically delivers 98–99% when lighting, layout, and visitor behaviour allow. With staff-exclusion algorithms removing employees from the counts, the input signal is clean enough to trigger operational decisions automatically. The question is no longer "can we trust the count?" — it is "what should happen when the count crosses a line?"
Occupancy thresholds that actually control something
The most mature use case is live occupancy control. A 3D AI sensor from a partner like Xovis counts entries and exits at every access point; software such as VemCount maintains a live in-building figure; and an alert fires when occupancy hits, say, 85% of the fire-code limit or a comfort ceiling defined by the tenant. The critical design decision is what the alert does. Sending an email is table stakes. Better implementations push the signal into the building management system so that HVAC ramps up before CO₂ levels climb, digital signage at the entrance switches to a "please wait" state, or turnstiles slow admission rates. Because Vemco's platform is sensor-agnostic and integrates with ERP and BI systems, the same occupancy feed can drive both the automation layer and the reporting layer without duplicate hardware.
A practitioner note here, learned the hard way on more than one project: always configure a hysteresis band. If your alert fires at 500 occupants and clears at 499, you will generate dozens of open/close cycles during a busy hour, and every downstream system — signage, HVAC, notifications — will flap with it. Fire at 500, clear at 460. Nobody documents this in vendor datasheets, but it is the difference between an alert system people trust and one they disable.
Queue and service-level triggers in retail
Retailers running Vemco's analytics commonly wire alerts to queue zones. When the number of people waiting exceeds a defined count for more than a set duration — the duration filter is essential to avoid firing on a momentary cluster — a message goes to the floor manager's handheld: open till three. The measurable outcome is abandonment reduction, and because the counting data flows into the same platform as conversion metrics, you can quantify whether faster till response actually moved conversion for that store, that daypart.
AI sensors that detect age and gender, and separate children from adults, add a layer integrators often overlook: alert relevance. A family-heavy afternoon crowd behaves differently from a lunchtime commuter rush, and staffing responses should differ too. Excluding children from occupancy-against-capacity calculations, where regulations permit, also prevents false capacity alarms in stores near schools.
Facility operations: cleaning, maintenance, and energy
Facility managers get some of the fastest paybacks from footfall-triggered servicing. Instead of cleaning washrooms every two hours regardless of use, an alert fires after every N visitors — cleaning effort follows demand. The same logic applies to escalator and door-mechanism maintenance scheduling: cumulative traffic counts are a far better wear proxy than calendar days.
- Usage-based cleaning: trigger work orders in your CMMS after a traffic threshold, not on a timer.
- Zero-traffic anomaly alerts: if a normally busy entrance reports zero counts during opening hours, something is wrong — a failed sensor, a blocked door, or a security incident. This is the single most underused alert type.
- After-hours presence: counts registered outside operating hours can flag security or notify guards before an intrusion system escalates.
- Energy setback triggers: when zone occupancy falls below a floor for a sustained period, signal the BMS to relax setpoints in that zone.
Multi-tenant and landlord scenarios
In shopping centres and mixed-use buildings, alerts serve a commercial function as well as an operational one. A landlord using modules like VemTenant or VemLease can flag sustained footfall drops at a specific tenant's entrance — an early-warning signal weeks before it shows up in turnover rent reports. Centre management teams also set alerts on common-area zones: if the food court exceeds comfortable density while a wing sits underused, wayfinding screens and event scheduling can redistribute flow the same afternoon rather than in next quarter's review.
Integration patterns that determine success
For developers and automation partners, the architecture question is where the alert logic lives. Three patterns dominate. First, platform-native rules: thresholds configured inside the analytics platform, with notifications via email, SMS, or webhook. Fastest to deploy, and sufficient for most staffing and cleaning use cases. Second, webhook-to-middleware: the platform fires a webhook into an integration layer (Node-RED, Azure Logic Apps, or a custom service) that enriches the event and routes it to BMS, CMMS, or messaging tools. This is the right pattern when one trigger needs to fan out to several systems. Third, streaming pull: for high-frequency control loops like HVAC modulation, poll or subscribe to the count API directly and run logic in your own environment. Vemco supports both hosted and private cloud deployment, which matters for smart-building teams with data-residency requirements — a frequent blocker in tenders that generic SaaS-only vendors cannot clear.
Whichever pattern you choose, log every alert and every response. After a quarter, that log tells you which alerts drove action and which were noise. Prune the noise ruthlessly. An alert nobody acts on within its useful window is not automation; it is decoration.
Where to start
Pick one alert with a clear owner and a measurable response — queue alerts to floor managers, or zero-traffic anomalies to facilities. Prove the loop closes. Then expand. Teams that try to launch fifteen alert types on day one usually end up muting fourteen of them by month three.
If you are scoping real time alert automation for a store network, a smart building, or a multi-tenant property, Vemco Group's team — with 20 years of counting and analytics experience and partners in 95+ countries — can walk you through sensor selection, threshold design, and integration with your existing BMS or BI stack. Contact Vemco Group here to discuss which alert use cases fit your building and how to wire them into systems your team already uses.