Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For integration with Homebridge, we are going to use the mqttthing plugin and run all of the commands through an mqtt server.


Tasmota Setup:

Image RemovedImage Added


Homebridge Config File

3-Way Setup: 

Code Block
        {
            "accessory": "SonoffTasmotaHTTP"mqttthing",
            "type": "lightbulb",
            "name": "switch1garage-light",
            "hostnameurl": "http://192.168.1.17250:1883",
            "userusername": "adminhomebridge",
            "password": "xxx""pass",
            "topics": {
                "getOn": "stat/garage-light/POWER1",
                "setOn": "cmnd/garage-light/EVENT"
            },
            "onValue": "ON",
            "offValue": "OFF",
            "startPub": {
                "cmnd/garage-light/POWER1": ""
            },
            "confirmationPeriodms": 1000
        },

Reference

ReferenceURL
Tuya Converthttps://github.com/ct-Open-Source/tuya-convert
*Lasted Docs on Tuya MCU for Tasmotahttps://tasmota.github.io/docs/#/TuyaMCU?id=tuyamcu-command
*How to setup a Tuya MCU Dimmer (Video)https://www.youtube.com/embed/_3WW4NVYHrU
* List of supported Tuya Convert deviceshttps://github.com/ct-Open-Source/tuya-convert/wiki/Compatible-devices-(HTTP-firmware)
* Video showing how to configure Treatlife 3wayhttps://www.youtube.com/watch?v=9LIaDN7Nx2E

...