Giter Club home page Giter Club logo

Comments (3)

flyte avatar flyte commented on May 27, 2024

Hi, you're very welcome and I'm glad it's useful for you!

I'm not 100% sure I understand your setup, but I'll try answering anyway. To configure it for multiple digital outputs, you can use one digital_output section and list each output under it, something like this:

mqtt:
  host: 192.xxx.xxx.xxx
  port: 1883
  user: "redacted"
  password: "redacted"
  topic_prefix: bedroom/ceiling-fan

gpio_modules:
  - name: raspberrypi
    module: raspberrypi

digital_outputs:
  - name: speed-1
    module: raspberrypi
    pin: 17
    on_payload: "ON"
    off_payload: "OFF"

  - name: speed-2
    module: raspberrypi
    pin: 18
    on_payload: "ON"
    off_payload: "OFF"

  - name: lights
    module: raspberrypi
    pin: 23
    on_payload: "ON"
    off_payload: "OFF"

Then a publish to bedroom/ceiling-fan/output/speed-1/set with payload of ON should turn on pin 17, and a publish to bedroom/ceiling-fan/output/speed-2/set with payload of ON should turn on pin 18 etc.

Does that answer your question?

I'd be interested to see the how-to once it's done - stick a link in this issue and I'll check it out :)

from mqtt-io.

Paul-dH avatar Paul-dH commented on May 27, 2024

Thanks for the answer! The topics posted on the commandline after the server start seems right. I'll keep you posted about the how-to, still figuring out how to get mqtt and Home Assistant to play nicely together 😁

from mqtt-io.

flyte avatar flyte commented on May 27, 2024

Excellent. Good luck!

from mqtt-io.

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.