Metainformationen zur Seite

MQTT on LoxBerry

This information is valid from LoxBerry 3.0.

LoxBerry comes with an MQTT integration and functions to easily transfer data from and to MQTT. By default, LoxBerry installs Mosquitto as MQTT Server, additionally users are able to specify an alternative remote MQTT Server. Your plugin can make use of the MQTT connection settings made by the user in LoxBerry's MQTT widget. LoxBerry also provides Perl and PHP functions to aquire the users MQTT settings, and furthermore also MQTT libraries for Perl and PHP to directly connect to the MQTT Server with LoxBerry SDK functions.

This section explains how you can integrate MQTT to your plugin.