serial, Ethernet to MQTT
-
Hi,
I have developed a new MQTT bridge to convert from
serial
,ethernet
tomqtt
.
Supports for MySensors.
You can have more than one serial ports and/or ethernet connections.
If you are interested in, https://github.com/mycontroller-org/2mqtt
Thanks!
-
@jkandasa nice, but MySensors comes default with an MQTT gateway. Could you explain why you created this, what the advantages are?
-
@Yveaux Some people keep wants to use serial or ethernet for security reason. They do not want to use WiFi.
But still, they can enjoy the benefits of MQTT- experiment different controllers via MQTT
- can have the serial gateways on the different places and connected to a controller (everything connected via MQTT)
-
@jkandasa said in serial, Ethernet to MQTT:
They do not want to use WiFi.
Of course, but MySensors MQTT gateway runs just as fine when connected over cabled ethernet, as when connected over wifi
-
@Yveaux said in serial, Ethernet to MQTT:
Of course, but MySensors MQTT gateway runs just as fine when connected over cabled ethernet, as when connected over wifi
I do not know that
Now on this tool, I do not see much benefit from ethernet to MQTT
Still, it is good from serial to MQTT.