Last Updated:

Enhance MyQ Gateway with Binary Sensor Connectivity

S.C.O.R.E.ConvenienceDeviceControl

Overview

Integrating a binary sensor with the MyQ gateway allows for real-time monitoring of garage door connectivity status. This capability enhances home capability by providing instant notifications and enabling more sophisticated capability scenarios.

Convenience icon

Benefits

  • Improved awareness of garage door status from anywhere in the home.
  • Enables automated actions based on garage door connectivity, such as alerts or actions in other smart devices.
  • Increases convenience by allowing remote management of garage door operations.

Intent

This capability aims to enhance the MyQ gateway’s functionality by allowing it to communicate its connectivity status through a binary sensor. The outcome is a more responsive and automated home environment.

Preconditions

  • MyQ gateway installed and configured.
  • Compatible binary sensor connected to the home network.
  • Home Assistant set up to manage integrations.
  • Home Assistant installed and configured.
  • Integration available and authenticated: UniFi.
  • Device installed and reachable: Door Lock.

Actors

  • Homeowner checking garage door status
  • Family member receiving alerts about garage door activity
  • Guest needing access to the garage

Trigger

The capability is triggered when the binary sensor detects a change in the MyQ gateway’s connectivity status.

Workflow Diagram

flowchart TD
    A[Binary Sensor Change] -->|check connectivity| B{{Is Gateway Connected?}}
    B -->|Yes| C[Send Connectivity Alert]
    C --> D[Update Home Assistant Status]
    B -->|No| E[Log Connectivity Issue]

Workflow Description

1. Initialization

The binary sensor is set up and connected to the MyQ gateway, ensuring proper configuration.

2. Monitoring

The binary sensor continuously monitors the connectivity status of the MyQ gateway.

3. Trigger Event

If the sensor detects a change, it triggers the connectivity check for the MyQ gateway.

4. Decision Making

The system evaluates whether the MyQ gateway is connected or not based on the sensor input.

5. Notification

If connected, a notification is sent to Home Assistant; if not, the issue is logged for review.

Postconditions

After the capability completes, Home Assistant reflects the current connectivity status of the MyQ gateway, enabling further capability and alerts.

Optional Enhancements

  • Integrate with voice assistants for verbal updates on garage door status.
  • Create custom capabilities based on the garage door’s connectivity state.
  • Implement additional sensors for more comprehensive monitoring (e.g., motion sensors).

Recommended Components

Recommended ApplicationsRecommended IntegrationsRecommended Devices
Home AssistantUniFi, Zigbee2MQTTDoor Lock

Source Examples