Jump to content

Usage of a Tasmota smart wall plug with Hombridge Mqttthing plugin and a Mosquitto based MQTT server

Go to solution Solved by TechEnjoyer,

it fixed itself with an update 

So basically, I have recently flashed a tuya smart wall plug and now want to control it with Homebridge over MQTT with the Mqttthing plugin. I also created a Mosquitto MQTT server on an Raspberry Pi 4B, but it just won't work. 

What's not working is most likely the MQTT server because I can't connect to it with MQTT Explorer.

 

Thank you in advance.

Mosquitto docker-compose file:

services:
    eclipse-mosquitto:
        stdin_open: true
        tty: true
        ports:
            - 1888:1883
            - 8001:9001
        volumes:
            - /docker/mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf
            - /docker/mosquitto/data:/mosquitto/data
            - /docker/mosquitto/log:/mosquitto/log
        image: eclipse-mosquitto

Tasmota Smartplug MQTT settings:

 image.png.9917f7dcc08fa110a61a324e4bd692dd.png

Hombridge Mqttthing plugin settings: 
image.png.e032eb74d7897397eb4786b33706fb24.png

image.png.274203b38bd54d46cabe83084baf314e.png

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×