An open API service indexing awesome lists of open source software.

https://github.com/stesie/taskermqtt

Mqtt Subscription Plugin for Tasker
https://github.com/stesie/taskermqtt

mqtt tasker

Last synced: 11 months ago
JSON representation

Mqtt Subscription Plugin for Tasker

Awesome Lists containing this project

README

          

TaskerMqtt
==========

TaskerMqtt is a [Tasker](https://tasker.dinglisch.net/) Plugin for [MQTT](https://en.wikipedia.org/wiki/MQTT).

The plugin allows you to connect to a MQTT broker, publish messages as well as subscribe to topics
(and handle messages published there).

It is licensed under the Apache 2.0 open source license.

Features
--------

Tasker *Actions* added by the plugin

* Connect to MQTT broker
* Disconnect
* Subscribe arbitrary topics (with variable expansion)
* Unsubscribe
* Publish messages (with variable expansion)

Extra *Events* supported using this plugin

* Connection established
* Connection lost
* Message received