Hi,
I'm looking for combination of those 3 things from topic.
I going to use RaspberryPi as a gateway, MQTT broker and controller in one device.
I need MQTT (in future I going to use WiFi sensors too), but MQTT gateway from MySensors on Arduino is not enough for me because it allows only for one connections and has too simple logic regarding subscripitions.
I was going to use SerialGateway (or direct nRF24L01 connection to RPi) because I want to connect whole controller/gateway stuff to UPS - if I have Ethernet or MQTT gateway separately to RPi then I need to connect RPI, Ethernet/MQTT gateway and router to UPS, but I have it in diferent localizations.
I've fount that there is RPi port of MySensors lib: https://github.com/mysensors/Raspberry, but without MQTT support.
I've also found bridge between Arduino ethernet gateway and MQTT broker with Perl script: https://github.com/mysensors/PerlMQTTGateway
... but cannot find compilation of those 3 things together. Maybe I missed someting and maybe there is reason for that is not connected together. I've gone through this forum but without success.
Maybe you can give me some hints how to deal with it?
Thanks.
Regards,
Michal