mycontroller-org / mycontroller-v1-legacy

The Open Source Controller
http://www.MyController.org
Apache License 2.0
148 stars 90 forks source link

Gateway relay #490

Closed jpink closed 5 years ago

jpink commented 5 years ago

Hi,

I have multiple PC:s (MyController) in my LAN and they all have Arduino (Gateways) connected via USB-serial. There is need to some kind of relay/proxy/repeater application that runs on PC and connects all Gateways to single controller in Ethernet. Protocol can be MQTT (Homie), HTTP (openAPI), etc. Any ideas?

I know this setup can be replaced by RF-connections, but I think there is too few wired options. I have many PC:s, USB cables, Arduinos and encompassing LAN & WLAN so I want to use then before ordering (waiting) new Arduino parts.

jkandasa commented 5 years ago

@jpink If your Gateways are MySensors gateway, you can run serial2mqtt adaptor on your PC's and target to a single MyController instance with multiple gateways.

jpink commented 5 years ago

That adapter seems to be just what I'm looking for. Thank you very much!