1.2.7 • Published 4 years ago

homebridge-tasmota-mqtt-motor v1.2.7

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

homebridge-tasmota-mqtt-motor

This is a plugin for homebridge to interface with Tasmota Firmware

Uses HTTP for sending commands and MQTT for listening for button presses and updating state

Switch2 is used for going UP, Switch1 is used for going DOWN

Before starting homebridge, sonoff has to be online to ensure some tasmota options (with http), else it doesnt accept commands.

Requirements

A Sonoff with Tasmota firmware (like a Sonoff T1 2CH) v5.11+

Homebridge Server

MQTT Server

Configure Tasmota to connect to the MQTT server

Tasmota + Homebridge + MQTT should be on the same LAN

Example config

    {
      "accessory": "TasmotaMotorMQTT",
      "name": "Window",
      "hostname": "sonoff-7442",
      "secondsDown": 20,
      "secondsUp": 20,
      "topicStatusGetUP" : "stat/sonoff-7442/POWER2",
      "topicStatusGetDOWN" : "stat/sonoff-7442/POWER1"
    },
1.2.7

4 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago