Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Align
alignright

Valid for:

N610

N670

N870

N870E

Embedded Integrator

Virtual Integrator

#F85404
Panel
Panel
titleColor
titleBGColor#F0F0F0
titleIntroductionValid for N670 / N870 / N870E, but not supported by N610.

Application servers can communicate with the DECT system Alarming systems can connect to our Nx70 via the MQTT protocol.

The MQTT access can be configured via the:

  • Web-interface
  • Auto-provisioning

You can connect using:

Message flow examples can be found here: FAQ - Application servers, message flow examples

...
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleConfiguration
titleColor#F85404
titleBGColor#F0F0F0
title

In the web-interface go to: SETTINGS - Online services - Application servers


Image Added


Create an Account for an Application server

You now can create an application server access.

  • Id: id for external clients are: "as1", "as2" ...
  • Application server name (username) (At least one character is needed)
  • Password (has to be at least 32 characters using hexadecimal digits only: 0 1 2 3 4 5 6 7 8 9 a b c d e f A B C D E F)

Image Added

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.

How to enable the application server web-page

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


Info
iconfalse
titleEnable MQTT web-page via Create an account via auto-provisioning

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

<nvm>

<oper name="set_webuiexternal_visibilityclient">

<param name="menu.settings/online-services/application-servers"Username" value="as1" />
<param name="Password" value="visible123456789012345678901234567890aB" />

</oper>

</nvm>
</provisioning>

After the provisioning, the Application Servers page is now visible.

FAQ Nx70 - Application servers (Hidden)

FAQ Nx70 - Application servers (Hidden)

Panel