You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Introduction

Alarming systems can connect to our Nx70 via the MQTT protocol.

This MQTT interface will be License and Password protected.

Since software 2.35, the MQTT interface is available for starting the first tests. It is not protected by a license but you need to enable it via auto-provisioning.


You need to create the provisioning file below and start provisioning (Can be done via web-interface)

Enable MQTT web-page via provisioning

<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">


<nvm>


<oper name="set_webui_visibility">
<param name="menu.settings/online-services/application-servers" value="visible" />


</oper>

</nvm>
</provisioning>




...


  • No labels