Huginn

From air
Revision as of 12:32, 5 November 2017 by Donsez (talk | contribs) (Created page with "'Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

'Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents create and consume events, propagating them along a directed graph. Think of it as a hackable version of IFTTT or Zapier on your own server. You always know who has your data. You do.'

Getting Started

echo Browse http://localhost:3000
echo Log in to your Huginn instance using the username admin and password password

docker run -it -p 3000:3000 huginn/huginn --hostname huginn --name huginn_for_mqtt

Create a MQTT event source

File:Huginn MQTT.png