Назад към всички

mqtt-automation

// Publish Aegis events to MQTT broker

$ git log --oneline --stat
stars:2,335
forks:444
updated:March 2, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namemqtt-automation
descriptionPublish Aegis events to MQTT broker
version1.0.0
parameters[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
capabilities[object Object]

MQTT Automation

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

Events Published

EventTopicWhen
clip_completedaegis/{camera_id}/clip_completedNew clip analyzed
person_detectedaegis/{camera_id}/person_detectedPerson identified
alertaegis/{camera_id}/alertSmart alert triggered
camera_offlineaegis/{camera_id}/camera_offlineCamera stops responding

Setup

python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt