Overview
The GeoNet NZ Quakes feed integration provides real-time earthquake monitoring, ensuring homeowners are informed of seismic activity in their area. This capability enhances home safety by allowing users to take necessary precautions during an earthquake event.
Benefits
- Immediate alerts for nearby earthquakes, allowing for timely safety measures.
- Integration with existing home capability systems for enhanced response protocols.
- Peace of mind knowing that the home is monitored for seismic activity.
Intent
The purpose of this capability is to integrate earthquake data from GeoNet NZ, delivering alerts to homeowners when seismic activity occurs. This integration aims to promote proactive safety measures and preparedness for potential earthquake impacts.
Preconditions
- Home Assistant installed and configured.
- Internet connection for accessing GeoNet NZ feed.
- GeoNet NZ Quakes integration set up in Home Assistant.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Energy Monitoring.
Actors
- Homeowner receiving earthquake alerts
- Family members taking safety actions during alerts
- Elderly parents who may need assistance during an earthquake
Trigger
The capability is triggered by new earthquake data received from the GeoNet NZ feed, indicating seismic events in the specified area.
Workflow Diagram
flowchart TD
A[New Earthquake Data] -->|check| B{{Is earthquake nearby?}}
B -->|Yes| C[Send Alert to Homeowner]
C --> D[Initiate Safety Protocols]
B -->|No| E[Exit Monitoring]
Workflow Description
1. Receive Earthquake Data
Home Assistant fetches new data from the GeoNet NZ Quakes feed regularly.
2. Check Earthquake Proximity
The system evaluates if the earthquake is within a predefined radius of the home.
3. Send Alert
If an earthquake is detected nearby, an alert is sent to the homeowner’s devices.
4. Activate Safety Protocols
Home capability systems can trigger safety measures such as turning on lights or unlocking doors.
5. Log Earthquake Event
The event is logged for future reference and analysis of seismic activity.
Postconditions
After the capability completes, the homeowner receives an alert and safety protocols are initiated as needed, ensuring preparedness for any aftershocks.
Optional Enhancements
- Integrate with smart speakers for voice alerts.
- Link to emergency services contact information.
- Provide historical earthquake data for analysis within the app.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, ESPHome | Energy Monitoring, Temperature Sensors |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)