Git Product home page Git Product logo

Comments (3)

AJax2012 avatar AJax2012 commented on July 29, 2024 2

Found answers from someone online.

from hassio-addons.

jonathanweinberg avatar jonathanweinberg commented on July 29, 2024

@AJax2012 What were the answers?

from hassio-addons.

AJax2012 avatar AJax2012 commented on July 29, 2024

@jonathanweinberg, most of the issues I was having revolved around ports and IP addresses. My Mosquitto broker was set to ports 1883 (broker port) and 8883 by default, I had to change the broker port to 1883 and the bridge port to 8080 on the SmartThingsBridge. I also forgot that I hadn't changed anonymous to false after changing my username and password on the MQTT broker. I also messed with the broker host IP address and eventually changed it to match the MQTT server, which I found in the log when I restarted it. After that, I had to go through and delete all of the settings in my SmartThings API and recreate them. I think I also had to change my config settings, so double check that...I used a light to check if it was working.

switch:
  - platform: mqtt
    name: "Laundry_Room_Light"
    state_topic: "smartthings/Laundry_Room_Light/switch/state"
    command_topic: "smartthings/Laundry_Room_Light/switch/cmd"
    payload_on: "on"
    payload_off: "off"

from hassio-addons.

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.