Metainformationen zur Seite

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
konfiguration:widget_help:widget_mqtt [2022/09/10 12:18] – Externe Bearbeitung 127.0.0.1konfiguration:widget_help:widget_mqtt [2023/04/16 16:37] (aktuell) Michael Schlenstedt
Zeile 1: Zeile 1:
-====== Widget MQTT  ======+====== Widget MQTT ======
  
-MQTT (“Message Queuing Telemetry Transport”) is a lightweight data transfer protocol to submit and receive data (“messages”). An MQTT infrastructure requires a central hub, the MQTT Server, that handles data transfer between all devices and clients.+MQTT (“Message Queuing Telemetry Transport”) is a lightweight data transfer protocol to submit and receive data (“messages”). An MQTT infrastructure requires a central hub, the MQTT Server (formerly known as "broker"), that handles data transfer between all devices and clients.
  
 LoxBerry acts as such an MQTT Server and furthermore as an MQTT Gateway to transfer data to and from the Miniserver. LoxBerry acts as such an MQTT Server and furthermore as an MQTT Gateway to transfer data to and from the Miniserver.
Zeile 13: Zeile 13:
 Plugins that are using MQTT will get their configuration from this page. Plugins that are using MQTT will get their configuration from this page.
  
-{{konfiguration:widget_help:1647902731.png?w=340}}+{{konfiguration:widget_help:1647902731.png?340}}
  
 The default setting is to let LoxBerry configure and manage the locally installed MQTT Server. MQTT user, password and port are predefined. The default setting is to let LoxBerry configure and manage the locally installed MQTT Server. MQTT user, password and port are predefined.
  
-If you have an own MQTT Server, or have multiple LoxBerry’s, you can change the setting to “Use custom MQTT broker and manage broker myself”. In this case, the local MQTT Server is disabled, and you need to configure the connection details to your own MQTT Server or the other LoxBerry.+If you have an own MQTT Server, or have multiple LoxBerry’s, you can change the setting to “Use custom MQTT Server and manage Server myself”. In this case, the local MQTT Server is disabled, and you need to configure the connection details to your own MQTT Server or the other LoxBerry.
  
 In both cases, locally installed plugins using MQTT will use the configured settings of this page. In both cases, locally installed plugins using MQTT will use the configured settings of this page.
Zeile 27: Zeile 27:
 The MQTT Gateway uses the MQTT Server settings from the MQTT Basics configuration page. The MQTT Gateway uses the MQTT Server settings from the MQTT Basics configuration page.
  
-{{konfiguration:widget_help:1647837211.png?w=340}}+{{konfiguration:widget_help:1647837211.png?340}} 
 + 
 +For detailed configuration and how to set up communication between LoxBerry and your Miniservers, please read the following articles: 
 + 
 +{{indexmenu>konfiguration:widget_help:widget_mqtt:mqtt_gateway#1|tsort}}
  
 ====== MQTT Finder ====== ====== MQTT Finder ======
  
-The MQTT Finder is a tool to monitor and search all data that are managed by the MQTT Server. In contrast to the MQTT Gateway “Incoming Overview” (that only shows data transferred to the Miniserver) the MQTT Finder shows all MQTT message on the MQTT Server. MQTT Finder is independent to the MQTT Gateway functionality.+The MQTT Finder is a tool to monitor and search all data that are managed by the MQTT Server. In contrast to the MQTT Gateway “Incoming Overview” (that only shows data transferred to the Miniserver) the MQTT Finder shows **all** MQTT messages on the MQTT Server. MQTT Finder is independent to the MQTT Gateway functionality.
  
 Use the search to find specific topics and data. Use the search to find specific topics and data.
Zeile 42: Zeile 46:
  
 The Log Files tab shows all logs of the MQTT Server, MQTT Gateway and MQTT Finder. The Log Files tab shows all logs of the MQTT Server, MQTT Gateway and MQTT Finder.
 +
 +====== Frequently Asked Questions ======
 +
 +Please visit [[konfiguration:widget_help:widget_mqtt:mqtt_gateway_faq:start|the FAQ section]] for help.