Virtual MQTT node.
-
Hi @jkandasa.
Now I use dashboard node-red as the control panel. I want to send and receive some variables to MyController. I'm going to do this through the built-in MQTT broker. How to read or write to a topic that does not belong to any existing node?
I thought, if I create a virtual node, it will be quite simple and understandable. How can I create a virtual MQTT node in MyController? -
@wanvo You can enable "Allow anonymous" in MyController MQTT broker and create some gateway with the network protocol that you want to test(MySensors, MyController, etc.,)
-
I need to create a gateway, not a node, for sure! I did not guess.
Thanks for the advice, Jeeva!