Skip to content

MQTT Tasmota Switch

4

The MQTT Tasmota Switch node is a dedicated controller for smart plugs and relays running the Tasmota firmware. It handles the specific MQTT topics used by Tasmota, providing a simple way to toggle power and monitor the switch's status.

When to use this node: * Power Management: Remotely powering on or off props, smoke machines, or specialized room lighting. * Safety Resets: Allowing the Room Master to cut power to a prop via the UI if it malfunctions. * Feedback Loops: Monitoring the power output to verify that a switch actually turned on before proceeding with game logic.

Connectors in

  • power [type: bool]
  • switch [type: action]
  • on [type: action]
  • off [type: action]

Connectors out

  • onChange [type: action]
  • power [type: bool]

Node properties

  • mqtt path [type: string]
  • MQTT QoS [type: integer]
  • MQTT retain [type: bool]
  • name [type: string]