Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi topics in one instance #7

Open
mredone opened this issue Dec 19, 2017 · 7 comments
Open

Multi topics in one instance #7

mredone opened this issue Dec 19, 2017 · 7 comments

Comments

@mredone
Copy link

mredone commented Dec 19, 2017

Is any chance to add option to add more than one mqtt topic in one instance od MMM-mqtt?

Multi room information about temperature or open windows status will be great

Regards

@gallipower
Copy link

Yea! This is also for interrest for me!

@axellejamous
Copy link

axellejamous commented Jan 10, 2018

I just hardcoded them
for example:

  if (notification === "LIGHTS_OFF"){
    console.log("Sending mqtt to topic: lights/snder"+" on server "+self.config.mqttServer);
    Log.log("Sending mqtt to topic: lights/snder"+" on server "+self.config.mqttServer);

    this.sendSocketNotification("MQTT_SEND", {
      mqttServer: self.config.mqttServer,
      topic: "lights/snder",
      payload: "LightsOff"
    });
  }

not sure if that helps.

@WalterWampe
Copy link

Would also highly appreciate that feature!

Bump!

@Kugelfang666
Copy link

I'm also looking for this!

@chimeranzl
Copy link

This would be handy for me too. Any thoughts on implementing?

@trlafleur
Copy link

yes, this is a must I think, most of us have many topics that we would love to display....

@aunrea
Copy link

aunrea commented Apr 2, 2021

I wonder if this will ever be added to this module. I need to access multiple topics as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants