Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@proknx
Last active June 12, 2018 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save proknx/94d1019e06a975292e544cc9fe0b2848 to your computer and use it in GitHub Desktop.
Save proknx/94d1019e06a975292e544cc9fe0b2848 to your computer and use it in GitHub Desktop.
Smarty-Vox & realKNX v1

Using Smarty-Vox with realKNX v1 (Synology)

This guide explains how to integrate Smarty-Vox microphones and gateway with realKNX v1 (Synology EDS14).
Please note that Smarty-Vox is fully integrated in realKNX v2 (revPI).

Step 1: Find the Gateway

Smarty-Vox Gateway

Method 1:

Download and run the software “Packet Sender” from https://packetsender.com/,

Fill in the fields with the following information:

  • ASCII: EMPERS_MQTT_ FIND,
  • Address: 255.255.255.255,
  • Port: 8888,
  • choose “UDP”,
  • then press “Send”.

The IP and MAC address of ZNG100 will be displayed.

Method 2:
Use Fing or similar app from your mobile device, look for vendor "AzureWave Technology"
In the address bar of browser, input the local IP of the Gateway.

In a browser, open the IP of the Gateway.
In the login page, enter

  • username: “admin”
  • password : “admin”

Step 2: Pairing of microphones

Smarty-Vox Microphone

  • Press the “+” symbol next to “Add or remove devices”.
  • Press the “Add” button to add a device.
  • The status window shows the countdown message
  • Plug in the power of the microphone, the blue light goes on when it is not yet paired with any gateway.
  • Turn the cover counter-clockwise to open it.
  • Press the pairing button on the device once to pair it with the gateway, the status window disappears after the device has been added, the blue light goes off.
  • Then press the left “Device List”
  • repeat for all microphones

Step 3: Add Node-RED action handler

  1. Open the “Automation/Node-RED” application from realKNX main menu. In the next step you will import the action handler flow in Node-RED.
  2. Open the Node-RED library . Under Download code, select the an handler flow (e.g. ‘- German v1 offline-voice-smartyvox-de-v1.json’)
  3. Follow the instructions given in the Node-RED flow to import and customize the action handler. This video explains how to import Video Tutorial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment