Panic Alarm Web Interface Simulator

This simulator demonstrates the different web interfaces of the ESP32 panic alarm system.

Initial Setup
Dashboard
Configuration
Test Email
Test Webhook
Factory Reset

Panic Alarm Setup

Version 1.2.0

Device ID: PanicAlarm_A4CF

Hardware: FireBeetle 2 ESP32-C6

Device Settings

WiFi Settings

Notification Settings

At least one notification method must be enabled.

Email Notifications

Enable Email Notifications

Webhook Notifications

Enable Webhook Notifications

Panic Alarm Control

Version 1.2.0

Signal: Excellent (-52 dBm)
Battery: 75% (3.82V)

Device is operational and monitoring for panic button presses.

Device ID: PanicAlarm_A4CF

Hardware: FireBeetle 2 ESP32-C6

Location: Front Door

WiFi SSID: HomeNetwork

IP Address: 192.168.1.105

MAC Address: A4:CF:12:67:AB:12

Notification: Email and Webhook notifications enabled

Update Configuration

Version 1.2.0

Device ID: PanicAlarm_A4CF

Hardware: FireBeetle 2 ESP32-C6

Device Settings

WiFi Settings

Notification Settings

At least one notification method must be enabled.

Email Notifications

Enable Email Notifications

Webhook Notifications

Enable Webhook Notifications

The device will send a JSON payload to this URL when the alarm is triggered.

Test Result

Version 1.2.0

Test email sent successfully!

Check your email at alert.recipient@example.com

Redirecting to home page in 5 seconds...

Test Result

Version 1.2.0

Test webhook sent successfully!

JSON payload delivered to:

https://example.com/webhook

Payload:

{
  "event": "PANIC_ALARM_TRIGGERED",
  "device_id": "PanicAlarm_A4CF",
  "mac_address": "A4:CF:12:67:AB:12",
  "location": "Front Door",
  "ip_address": "192.168.1.105",
  "battery_voltage": 3.82,
  "battery_percentage": 75,
  "triggered_at": 1428
}

Redirecting to home page in 5 seconds...

Factory Reset

Version 1.2.0

Are you sure you want to reset all settings?

This will erase all configuration and restart the device in setup mode.

Saving Configuration

Please wait while your settings are being saved...

Factory Reset

Device is resetting. Connect to the WiFi network "PanicAlarm_A4CF" to set up the device again.

Interface Details

Initial Setup

This is the first screen users see when connecting to the ESP32's captive portal after a factory reset. Users enter their WiFi credentials, notification settings (email and/or webhook), and device location.