Shutter-mount
- 01 Clips onto the shutter's bottom rib — fits any level, any width
- 02 Status LED, visible from outside the shutter
- 03 Removable battery cell — pull it, charge it, slot it back in
- 04 Sealed housing, no wiring to the premises
Both lines start the same way — a sensor fires and the device wakes up. What happens next depends on whether you're running the standalone GSM line or the cloud-connected line.
Sensor firesShutter movement or door/window interrupt wakes the device.
Device dials out over GSMCalls and texts the configured numbers directly through its own SIM — works even without WiFi.
Email over WiFi (if available)If the device also has WiFi configured, an email alert goes out alongside the call.
Siren + LEDThe on-device alarm sounds and the status LED shows the trigger state.
DND / 24hr checkCalls are suppressed during your configured Do Not Disturb window — unless the event is flagged 24hr, in which case it rings through regardless.
Sensor firesDevice wakes and connects to your configured WiFi network.
Device authenticates to the cloudA layered check confirms the device is genuine before anything else happens.
Cloud classifies the eventThe backend reads what kind of event this is and which device it came from.
DND / 24hr checkThe cloud checks your DND schedule. Events flagged 24hr always ring through, DND or not — DND only ever suppresses calls, never email.
Every channel, at onceCall, SMS, email and app push all go out to every configured contact; the event is written to your log immediately.
The ESP32 inside every VoidStar device has a wake window of roughly 2.2–3.4 seconds — that's the hard constraint the whole system is built around, not a marketing estimate.
Sensor trips — shutter forced or door/window interrupt fires.
ESP32 wakes from deep sleep and connects — to GSM or to WiFi, depending on the line.
Call, SMS, email or app push reaches you — every configured contact, every enabled channel.
Set quiet hours — say, your own sleep hours — during which the device won't ring your phone for routine events. Email alerts still go out during DND; only the call is held back.
Mark specific alert types as 24hr-priority and they'll ring through at any hour, DND or not. Meant for the events you'd want to know about even at 3am — an actual break-in, not a routine sensor check.