For demonstration and test purposes, we have created an tool based on opensource software. We as Gigaset take no responsibility for this tool.
This tool is using the opensource software Node-RED.
1. Installation of Node-RED |
Via the open-source program Node-RED we have created an graphical tool to simulate an Message/Location server.
2. Prepare the cordless system |
Enable the MQTT interface using the following provisioning template (Click here to download the file)
<?xml version="1.0" encoding="UTF-8"?> <provisioning version="1.1" productID="e2"> <nvm> <oper name="set_external_client"> <param name="Username" value="as1" /> <param name="Password" value="123456789012345678901234567890aB" /> </oper> <oper name="set_uci"> <param name="mosquitto.listener.enabled" value="1" /> </oper> </nvm> </provisioning> |
Take one of the following DECT handset:
3. Node-RED configuration |
1. Download the Node-RED configuration (json) file: NodeRedAMLDemo6_4_2023.json
2. Download the icons: logo.zip
3. Open de Node-RED configuration interface: http://<IP address>:1880
4. Created a tabs (naming is not important):
5. In Node-Red, on the first tab "AML Demonstration tool" go to import and select the above file to import all nodes:
6. The next step is to configure the MQTT interface with the Nx70, in Node-Red open the node:
7. MQTT Publish topic:
You need to define the MQTT topic, use the same settings like described.
8. MQTT Broker settings.
Click on edit to configure the MQTT Broker
9. Security
On the security tab, add your Nx70 application server username and password:
10. After this the MQTT node should be able to connect to your Nx70
11. You can start sending the first message, open the web-interface http://<IP address PC with Node-RED>:1880/ui