Replies: 2 comments
-
Hello, first of all thank you very much for your work! I don't know if this is the right place to ask but I set up your simple-broker example on esp32 with no problems and it works if I publish from a windows mqtt client, but I do not receive messages from my device running Tasmota, even though it shows on Tasmota console that it is connected to this mqtt broker. Also, my final goal is to send mqtt from my Tasmota device and the have esp32 "relay" the messages to a public broker, would this be possible with TinyMqtt? Thank you very much once again. |
Beta Was this translation helpful? Give feedback.
-
ouch !!! Sorry Simp16, I only view today this comment. What I guess from your question is Tasmota device (home) -> TinyMqttBroker (home, another device (or not)) -> public MqttBroker. In that case, any mqtt message is transmitted to the public Mqtt Broker through TinyMqttBroker. If you were having this confuguration Internal Mqtt Broker -> connected to an external broker The MqttBroker cannot directly forward device 1 msg to device 2 for example. The right path is There can only exist one "master" broker. (Because of Mqtt architecture). For example in the device 1/device 2 / MqttBroker / external broker configuration -> This is not fully implemented. |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions