GithubHelp home page GithubHelp logo

Comments (4)

johnypony3 avatar johnypony3 commented on August 19, 2024 1

Lets not dice things, you cant expect it to magically know where your queue is.
Configuration

Please close.

from smartthings-mqtt-bridge.

johnypony3 avatar johnypony3 commented on August 19, 2024

RTFM, there is a configuration file that needs to be updated.

from smartthings-mqtt-bridge.

rsissons avatar rsissons commented on August 19, 2024

I don't see in the readme where it says that. Thanks for being helpful.

from smartthings-mqtt-bridge.

rsissons avatar rsissons commented on August 19, 2024

After trying to use the instruction you linked to, that I saw before, it doesn't work. All I changed was the host to localhost, IP address, and neither worked and the HA wouldn't even start up.

So after researching, I found Bruh's MQTT setting that seem to work except it still wants to connect to MQTT:MQTT instead of my localhost.

Here is my configuration.yaml MQTT section.
mqtt:
broker: 192.168.1.206
port: 1883
client_id: home-assistant-1
username: pi
password: xxxxxxxx
birth_message:
topic: 'homeassistant/status'
payload: 'online'
qos: 1
retain: true
will_message:
topic: 'homeassistant/status'
payload: 'offline'
qos: 1
retain: true

HA seems to like this and I can toggle the switch back and forth and can see the messages being received it just doesn't know about connecting to the localhost.

The link you sent, is it suppose to exist as a separate yaml file? Am I not supposed to use the MQTT section in my main configuration.yaml?

from smartthings-mqtt-bridge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.