Hi!
I’ve installed the mqtt addon and i’m wondering how i do to subscribe to a topic?
I have a mysensors mqtt gateway that publishes on a specific topic and i want to listen to that topic with the hass.io addon mqtt broker. but i cannot use the mosquitto_sub command as i’ve done before on debian.
Sorry, a bit of a necro-post (and possibly a n00b question as Im fairly new to MQTT)
I have a bunch of devices all subscribed to my hass.io Mosquitto broker, but one of them is a publisher (I can subscribe to it from a random PC on my network using mosquitto_sub -h 10.0.0.44 -t "#") - is it possible for hass.io Mosquitto broker to subscribe to the feed from the publisher on that machine?