ioBroker / ioBroker.mqtt

Mqtt server and client for ioBroker.
MIT License
54 stars 30 forks source link

MQTT-Bridge to another Broker possible? #367

Open kptkip opened 1 year ago

kptkip commented 1 year ago

Is your feature request related to a problem? Please describe. Is it possible to connect to another Broker via MQTT-Bridging?

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Apollon77 commented 1 year ago

Can you please give some more details of your usecase? Why mqtt client usage is not sufficient?

kptkip commented 1 year ago

I have a Broker (in a buy-SW-product) running, offering data being fetched by MQTT-Clients.

I would like to have those data in the MQTT-tree of my MQTT-Broker in IoBroker, like all the data from other devices, publishing to the MQTT-Broker in IoBroker.

Yes I know, there is a MQTT-Client for IoBroker - but unfortunately theses data cannot be fetched by other devices via the IoBroker-MQTT-Server. They are in different instances of IoBroker and it would be necessarry to publish them manually via blockly to the MQTT-Server.

Basically it is exactly the same feature being implemented in Mosquitto.