Overview
This capability allows homeowners to integrate TotalConnect security zones as binary sensors in their home capability system. By utilizing these sensors, users can enhance their security monitoring and receive instant notifications for any breaches or alerts.
Benefits
- Improved security monitoring by receiving real-time updates on zone status.
- Ability to automate responses based on sensor triggers, enhancing home safety.
- Seamless integration into existing home capability workflows.
Intent
The purpose of this capability is to connect TotalConnect security zones to a home capability platform, allowing for real-time monitoring and capability based on zone status. This integration aims to provide homeowners with enhanced control and visibility over their home security.
Preconditions
- TotalConnect account and configured security zones.
- Home Assistant set up and running.
- Internet connection to facilitate communication between devices.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Temperature Sensors.
Actors
- Homeowner managing the security system
- Family members receiving notifications
- Guest who may trigger the security zones
Trigger
The capability is triggered by changes in the state of the TotalConnect zones (e.g., opening a door or window).
Workflow Diagram
flowchart TD
A[Zone Status Change] -->|check status| B{{Is Zone Open?}}
B -->|Yes| C[Send Alert]
C --> D[Log Event]
B -->|No| E[Exit]
Workflow Description
1. Configure TotalConnect Integration
Set up the TotalConnect integration in Home Assistant by entering the necessary credentials.
2. Define Binary Sensors
Map TotalConnect zones to binary sensors within Home Assistant to represent their open/closed states.
3. Set Up Notifications
Configure notification settings to alert homeowners when a zone is triggered.
4. Test Sensor Functionality
Simulate zone triggers to ensure that alerts and capability functions are working as expected.
5. Deploy and Monitor
Go live with the setup and continuously monitor for alerts and sensor performance.
Postconditions
After completion, TotalConnect zones will function as binary sensors within Home Assistant, providing real-time monitoring and alerting capabilities.
Optional Enhancements
- Integrate with additional sensors for enhanced security coverage.
- Create automated routines that respond to zone triggers (e.g., turn on lights).
- Enable voice control for monitoring zone status through smart speakers.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, ESPHome | Temperature Sensors, Energy Monitoring |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)