mhalden / OctoPrint-PSUControl-MQTT2

MQTT subplugin for PSU Control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSUControl-MQTT

MQTT subplugin for PSU Control

Lets you control any MQTT controlled switch with PSU Control.

  • choose as subplugin for switching/sensing in PSU Control settings
  • set MQTT topics and messages to the ones your switch/device expects in this plugins' settings.

What you need:

How to configure:

This depends on your device. Some expect a simple raw text like 'ON' while others expect json type messages like '{"POWER":"ON"}'. Some have dedicated topics to which they write only the current state, others write the status json style into a topic after you ask them to (query). Some do both (Tasmota for example).

To find out which settings you need, check the documentation of your device.

About

MQTT subplugin for PSU Control

License:GNU Affero General Public License v3.0


Languages

Language:Python 78.5%Language:Jinja 21.5%