MQTT Broker app configuration - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Application Store (https://forum.logicmachine.net/forumdisplay.php?fid=11) +--- Thread: MQTT Broker app configuration (/showthread.php?tid=5680) |
MQTT Broker app configuration - shinsuke imai - 17.10.2024 I would like to use MQTT broker bridge with AWS IoT. MQTT Broker app(/apps/data/mqtt-broker/) allows only a few configurations. According to the document, I need to add some configurations to config file for the bridge connection. https://aws.amazon.com/blogs/iot/how-to-bridge-mosquitto-mqtt-broker-to-aws-iot/ Currently, /usr/share/mosquitto/init.lua creates a configuration file from /etc/mosquitto.json which is updated by MQTT Broker GUI view, as I understand. It would be happy to add editable optional configuration items on MQTT Broker GUI view and put it on /tmp/mosquitto.conf. Is it possible to update the app? Or do you have any recommendations to edit the configuration? RE: MQTT Broker app configuration - admin - 17.10.2024 Bridge mode is currently not supported. Why do you need it when a client can connect directly to the external broker? RE: MQTT Broker app configuration - shinsuke imai - 17.10.2024 We would like to control KNX via local network and over internet. In that case, bridge can be a solution, I think. |