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
plugins:mqtt_gateway:start [2022/11/23 00:18] Christian Fenzlplugins:mqtt_gateway:start [2023/04/15 08:24] (aktuell) – ↷ Links angepasst, weil Seiten im Wiki verschoben wurden Michael Schlenstedt
Zeile 143: Zeile 143:
   * Gateway: Fixed wrong encoding in topic names (e.g. with umlauts)   * Gateway: Fixed wrong encoding in topic names (e.g. with umlauts)
   * Plugin developers:   * Plugin developers:
-    * Plugin's UDP interface now also supports json as data format (compared to the simple udp interface, this also supports blanks in topic names) → [[plugins:mqtt_gateway:mqtt_gateway_http_und_udp_interface|MQTT Gateway - HTTP- und UDP-Interface]] +    * Plugin's UDP interface now also supports json as data format (compared to the simple udp interface, this also supports blanks in topic names) → [[konfiguration:widget_help:widget_mqtt:mqtt_gateway:mqtt_gateway_http_und_udp_interface|MQTT Gateway - HTTP- und UDP-Interface]] 
-    * Your own plugin can inject subscriptions, conversions to the MQTT Gateway plugin during installation and runtime →  [[plugins:mqtt_gateway:mqtt_gateway_for_plugin_developers|MQTT Gateway for plugin developers]]. Your injections are applied from the Gateway on-the-fly without restart.+    * Your own plugin can inject subscriptions, conversions to the MQTT Gateway plugin during installation and runtime →  [[konfiguration:widget_help:widget_mqtt:mqtt_gateway:mqtt_gateway_for_plugin_developers|MQTT Gateway for plugin developers]]. Your injections are applied from the Gateway on-the-fly without restart.
  
 **Version 0.9.1 PRE-RELEASE** **Version 0.9.1 PRE-RELEASE**
  
-  * Generic POST-GET-JSON Receiver - Generic Callback URL for non-MQTT devices: [[plugins:mqtt_gateway:mqtt_gateway_faq:mqttgateway_generischer_post_get_json_empfanger|MQTT-Gateway - Generischer POST / GET / JSON Empfänger]]+  * Generic POST-GET-JSON Receiver - Generic Callback URL for non-MQTT devices: [[konfiguration:widget_help:widget_mqtt:mqtt_gateway_faq:mqttgateway_generischer_post_get_json_empfanger|MQTT-Gateway - Generischer POST / GET / JSON Empfänger]]
   * Fixed: JavaScript error   * Fixed: JavaScript error
  
Zeile 194: Zeile 194:
 **Version 2.0.0 PRE-RELEASE** **Version 2.0.0 PRE-RELEASE**
  
-  * See the What's New document: [[plugins:mqtt_gateway:mqtt_gateway_faq:mqtt_gateway_20_what27s_new|MQTT Gateway 2.0 What's New]]+  * See the What's New document: [[konfiguration:widget_help:widget_mqtt:mqtt_gateway_faq:mqtt_gateway_20_what27s_new|MQTT Gateway 2.0 What's New]]
   * Known Issues: UTF-8 encoding issues may occour with receiver and transformer functionality. Will be fixed until the final release.   * Known Issues: UTF-8 encoding issues may occour with receiver and transformer functionality. Will be fixed until the final release.
  
Zeile 232: Zeile 232:
  
 ++++ ++++
 +
 +===== Kompatibilität =====
 +
 +
 +<WRAP center info 90%>
 +DE: Das MQTT Gateway Plugin wird ab **LoxBerry 3.0** nicht mehr benötigt, weil die Funktionalität direkt in LoxBerry 3.0 integriert ist. Fixes und Erweiterungen werden in diesem Plugin nicht mehr gepflegt, sondern direkt in LoxBerry.
 +Wenn du dieses Plugin unter LoxBerry 2.x installierst, werden beim Update auf LoxBerry 3.x alle deine Einstellungen des Plugins übernommen.
 +</WRAP>
 +
 +<WRAP center info 90%>
 +EN: The MQTT Gateway plugin is not required anymore starting with **LoxBerry 3.0**, as the functionality is integrated in LoxBerry 3.0. Fixes and enhancements are not maintained anymore in this plugin but in LoxBerry.
 +If you install this plugin on LoxBerry 2.x, your settings are automatically migrated when you update to LoxBerry 3.x.
 +</WRAP>
  
 ===== Einführung / Video Tutorial ===== ===== Einführung / Video Tutorial =====
Zeile 294: Zeile 307:
 Siehe auch:  Siehe auch: 
  
-  * [[plugins:mqtt_gateway:mqtt_schritt_fur_schritt_mqtt_loxone]] +  * [[konfiguration:widget_help:widget_mqtt:mqtt_gateway:mqtt_schritt_fur_schritt_mqtt_loxone]] 
-  * [[plugins:mqtt_gateway:mqtt_schritt_fur_schritt_loxone_mqtt]]+  * [[konfiguration:widget_help:widget_mqtt:mqtt_gateway:mqtt_schritt_fur_schritt_loxone_mqtt]]
  
 ===== Settings - Miniserver an MQTT ===== ===== Settings - Miniserver an MQTT =====
Zeile 306: Zeile 319:
 Siehe auch:  Siehe auch: 
  
-  * [[plugins:mqtt_gateway:mqtt_schritt_fur_schritt_loxone_mqtt]] +  * [[konfiguration:widget_help:widget_mqtt:mqtt_gateway:mqtt_schritt_fur_schritt_loxone_mqtt]] 
-  * [[plugins:mqtt_gateway:mqtt_schritt_fur_schritt_mqtt_loxone]]+  * [[konfiguration:widget_help:widget_mqtt:mqtt_gateway:mqtt_schritt_fur_schritt_mqtt_loxone]]
  
 ===== Settings - MQTT Broker-Einstellungen ===== ===== Settings - MQTT Broker-Einstellungen =====
Zeile 332: Zeile 345:
 ===== MQTT Subscriptions ===== ===== MQTT Subscriptions =====
  
-Hier definierst du, welche Daten du abonnieren möchtest. Jede Subscription steht in einer Zeile. Unter welchem Topic die Daten gesendet werden, bestimmt das Absender-Gerät (bzw. das, was du dort einstellst). Siehe dazu den ausführlichen Artikel, wie Subscriptions und Topics funktionieren, unter [[plugins:mqtt_gateway:mqtt_gateway_faq:mqtt_gateway_subscriptions_und_topics|MQTT Gateway - Subscriptions und Topics]].+Hier definierst du, welche Daten du abonnieren möchtest. Jede Subscription steht in einer Zeile. Unter welchem Topic die Daten gesendet werden, bestimmt das Absender-Gerät (bzw. das, was du dort einstellst). Siehe dazu den ausführlichen Artikel, wie Subscriptions und Topics funktionieren, unter [[konfiguration:widget_help:widget_mqtt:mqtt_gateway_faq:mqtt_gateway_subscriptions_und_topics|MQTT Gateway - Subscriptions und Topics]].
  
 Beispiel: Beispiel:
Zeile 456: Zeile 469:
 Neu im MQTT Gateway 2.x sind sogenannte Transformers. Damit ist es möglich, vom Miniserver eingehende Daten vor der Übertragung an MQTT zu modizieren. Neu im MQTT Gateway 2.x sind sogenannte Transformers. Damit ist es möglich, vom Miniserver eingehende Daten vor der Übertragung an MQTT zu modizieren.
  
-Die detaillierte Anleitung zu den Transformers findest du hier: [[plugins:mqtt_gateway:mqtt_gateway_udp_transformers:start|MQTT Gateway - UDP Transformers]]+Die detaillierte Anleitung zu den Transformers findest du hier: [[konfiguration:widget_help:widget_mqtt:mqtt_gateway_udp_transformers:start|MQTT Gateway - UDP Transformers]]
  
 ===== Bekannte MQTT-Geräte und Subscription-Topics ===== ===== Bekannte MQTT-Geräte und Subscription-Topics =====
Zeile 462: Zeile 475:
 Liebe Plugin-Benutzer! Bitte pflegt diese Tabelle mit euren eingesetzten Geräten, MQTT-Infos und Links!  Liebe Plugin-Benutzer! Bitte pflegt diese Tabelle mit euren eingesetzten Geräten, MQTT-Infos und Links! 
  
-Die Liste ist jetzt in diesem Unter-Artikel: [[plugins:mqtt_gateway:mqttgateway_bekannte_mqttgerate_und_subscriptiontopics:start|MQTT-Gateway - Bekannte MQTT-Geräte und Subscription-Topics]]+Die Liste ist jetzt in diesem Unter-Artikel: [[konfiguration:widget_help:widget_mqtt:mqtt_gateway:mqttgateway_bekannte_mqttgerate_und_subscriptiontopics:start|MQTT-Gateway - Bekannte MQTT-Geräte und Subscription-Topics]]
  
 ===== Weitere Hinweise  ===== ===== Weitere Hinweise  =====
Zeile 482: Zeile 495:
 ===== Fragen stellen und Fehler melden ===== ===== Fragen stellen und Fehler melden =====
  
-[[plugins:mqtt_gateway:mqtt_gateway_faq:mqtt_gateway_troubleshooting_guide|MQTT Gateway - Troubleshooting Guide]]+[[konfiguration:widget_help:widget_mqtt:mqtt_gateway_faq:mqtt_gateway_troubleshooting_guide|MQTT Gateway - Troubleshooting Guide]]
  
 GitHub: [[https://github.com/christianTF/LoxBerry-Plugin-MQTT-Gateway/issues]] GitHub: [[https://github.com/christianTF/LoxBerry-Plugin-MQTT-Gateway/issues]]
Zeile 498: Zeile 511:
 ===== Siehe auch ===== ===== Siehe auch =====
  
-  * [[plugins:mqtt_gateway:mqttgateway_bekannte_mqttgerate_und_subscriptiontopics:start|MQTT-Gateway - Bekannte MQTT-Geräte und Subscription-Topics]] +  * [[konfiguration:widget_help:widget_mqtt:mqtt_gateway:mqttgateway_bekannte_mqttgerate_und_subscriptiontopics:start|MQTT-Gateway - Bekannte MQTT-Geräte und Subscription-Topics]] 
-  * [[plugins:mqtt_gateway:mqtt_schritt_fur_schritt_mqtt_loxone|MQTT - Schritt für Schritt: MQTT -> Loxone]] +  * [[konfiguration:widget_help:widget_mqtt:mqtt_gateway:mqtt_schritt_fur_schritt_mqtt_loxone|MQTT - Schritt für Schritt: MQTT -> Loxone]] 
-  * [[plugins:mqtt_gateway:mqtt_schritt_fur_schritt_loxone_mqtt|MQTT - Schritt für Schritt: Loxone -> MQTT]] +  * [[konfiguration:widget_help:widget_mqtt:mqtt_gateway:mqtt_schritt_fur_schritt_loxone_mqtt|MQTT - Schritt für Schritt: Loxone -> MQTT]] 
-  * [[plugins:mqtt_gateway:mqtt_gateway_http_und_udp_interface|MQTT Gateway - HTTP- und UDP-Interface]] +  * [[konfiguration:widget_help:widget_mqtt:mqtt_gateway:mqtt_gateway_http_und_udp_interface|MQTT Gateway - HTTP- und UDP-Interface]] 
-  * [[plugins:mqtt_gateway:mqtt_gateway_udp_transformers:start|MQTT Gateway - UDP Transformers]] +  * [[konfiguration:widget_help:widget_mqtt:mqtt_gateway_udp_transformers:start|MQTT Gateway - UDP Transformers]] 
-  * [[plugins:mqtt_gateway:mqtt_gateway_faq:start|MQTT Gateway - FAQ]] +  * [[konfiguration:widget_help:widget_mqtt:mqtt_gateway_faq:start|MQTT Gateway - FAQ]] 
-  * [[plugins:mqtt_gateway:mqtt_gateway_for_plugin_developers|MQTT Gateway for plugin developers]]+  * [[konfiguration:widget_help:widget_mqtt:mqtt_gateway:mqtt_gateway_for_plugin_developers|MQTT Gateway for plugin developers]]
  
   * Informationen und Best Practices zu Topics und Subscrictions: [[https://www.hivemq.com/blog/mqtt-essentials-part-5-mqtt-topics-best-practices/]]   * Informationen und Best Practices zu Topics und Subscrictions: [[https://www.hivemq.com/blog/mqtt-essentials-part-5-mqtt-topics-best-practices/]]
Zeile 515: Zeile 528:
 pluginuebersicht.author : fenzl pluginuebersicht.author : fenzl
 pluginuebersicht.logo : :plugins:mqtt_gateway:icon_64.png pluginuebersicht.logo : :plugins:mqtt_gateway:icon_64.png
-pluginuebersicht.status : STABLE+pluginuebersicht.status : STOPPED
 pluginuebersicht.version : 2.1.999 pluginuebersicht.version : 2.1.999
 pluginuebersicht.min_lb_version : 1.4.3 pluginuebersicht.min_lb_version : 1.4.3