Skills Engineering Publish Aegis Events Via MQTT

Publish Aegis Events Via MQTT

v20260421
mqtt-automation
This utility publishes various Aegis-related events (such as person detection, alerts, and clip completion) to an MQTT broker. It is designed for seamless integration with smart home and automation platforms like Home Assistant or Node-RED, enabling real-time, event-driven monitoring and system linkage.
Get Skill
309 downloads
Overview

MQTT Automation

Publishes SharpAI Aegis events to an MQTT broker. Integrate with Home Assistant, Node-RED, or any MQTT-compatible automation platform.

Events Published

Event Topic When
clip_completed aegis/{camera_id}/clip_completed New clip analyzed
person_detected aegis/{camera_id}/person_detected Person identified
alert aegis/{camera_id}/alert Smart alert triggered
camera_offline aegis/{camera_id}/camera_offline Camera stops responding

Setup

python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
Info
Category Engineering
Name mqtt-automation
Version v20260421
Size 2.07KB
Updated At 2026-04-28
Language