mqtt-automation

Publish SharpAI Aegis events to an MQTT broker with configurable topics.

3.0k|463|Updated Mar 5, 2019
One-click install
npx skills add https://github.com/SharpAI/DeepCamera --skill mqtt-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mqtt-automation
Source: https://github.com/SharpAI/DeepCamera/tree/main/skills/automation/mqtt
Command: npx skills add https://github.com/SharpAI/DeepCamera --skill mqtt-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires paho-mqtt, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill bridges the gap between your AI camera events and your broader smart home or automation systems by publishing important notifications to an MQTT broker.

Core Features & Use Cases

  • Event Publishing: Sends real-time notifications for events like person_detected, alert, and clip_completed to configurable MQTT topics.
  • Automation Integration: Seamlessly integrates with platforms like Home Assistant, Node-RED, or any system that subscribes to MQTT messages.
  • Use Case: When your camera detects a person, this Skill can publish a message to an MQTT topic that your Home Assistant instance subscribes to, triggering a notification on your phone or turning on a light.

Quick Start

Configure the MQTT broker address and port in the skill's parameters to start publishing events.

Frequently Asked Questions about mqtt-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish AI camera events to an MQTT broker for home automation?

You can publish AI camera events to an MQTT broker by configuring the broker address and port, then sending real-time notifications like person_detected to specific MQTT topics for your automation platform to consume.

Can I filter MQTT notifications for specific cameras?

Yes, the event publishing mechanism supports event filtering for camera-specific notifications, allowing you to route only relevant alerts to designated MQTT topics.

Does this MQTT event publishing approach work with Home Assistant and Node-RED?

Yes, publishing events to an MQTT broker integrates seamlessly with automation platforms like Home Assistant and Node-RED that subscribe to MQTT messages to trigger downstream actions.

Do I need paho-mqtt to send camera alerts to my smart home system?

Yes, the paho-mqtt dependency is required to enable reliable message queuing and delivery when publishing camera alerts to your MQTT broker.

What types of camera events can I send through MQTT?

You can send real-time MQTT messages for events including person_detected, alert, and clip_completed to trigger automations like phone notifications or turning on lights.

How do I configure MQTT topics for my camera automation workflow?

You configure MQTT topics in the skill parameters alongside the broker address and port, defining exactly where event notifications are published for your automation system to subscribe to.