bassgMilesightExt icon

bassgMilesightExt

IntesisBox Connector for SkySpark 3.x
bassgMilesightExt

Registered StackHub users may elect to receive email notifications whenever a new package version is released or a comment is posted on the forum.

There is 1 watcher.

v3.1.8.2

Overview

This pod helps to integrate Milesight devices with SkySpark

Supported Devices

Configure Milesight Gateway

First we have to register our devices in Milesight Gateway and then this gateway will forward the devices data to SkySpark

Create new application

First we have to create a new application in Milesight Gateway, to do that navigate to Network Server -> Applications and click + icon to create new application, clicking + button we show you screen as below.

Create new application

Note - you have to create new application for each device you want to register.

Give Name and Description to the application, and select Custom for Payload Codec field. After filling these details your screen should look like this.

Create new application details populated

Here Payload decoder function should have the code which can decode the incoming data from devices, so as each device will have different data decoded in different way, we will have different code for each devices.

Copy the code from below link for the device which you are trying to register.

Once you paste the code in Payload decoder function text area click save to create the application.

Now we will configure SkySpark URL details so that Milesight Gateway can send the decoded data to SkySpark, to do that edit recently created application and scroll to end of the page where you will see Data Transmission section.

Click + button and select Type as HTTP, now you should see screen as below

New data transmission

Here we will create two new headers X-Requested-From with value MilesightGateway and X-Requester-Password with value randomly generated password this header will be passed in HTTP request sent to SkySpark.

Make sure you create a strong password and set it as X-Requester-Password value.

Also for URL give value for each field as below

- Uplink data        : `http://${skyspark-host}:${port}/uplink-data`
- Join Notification  : `http://${skyspark-host}:${port}/join-notification`
- ACK Notification   : `http://${skyspark-host}:${port}/ack-notification`
- Error Notification : `http://${skyspark-host}:${port}/error-notification`

Note: in above URL value ${skyspark-host} should be the host or IP where SkySpark is running, and value of ${port} should be some port number which is not occupied by any other process

After populating above details your screen should look like below

New data transmission with details

Create new device

Now as application is create we got all the information configure how to decode device data and how to send data to SkySpark now we will add the device into Milesight Gateway, to do that navigate to Network Server > Device and click on Add button to create new device.

Clicking Add button will show you a modal as below

New device

In this form give Name, Description, Device EUI and select the application which we created in previous step in Application field. make sure you select correct application, because the application has Payload decoder function which decodes the data coming from device to gateway, so if you do not select correct application it won't be able to deocde the data correctly.

And this is the reason why we have to create new application for each device and each application will have different Payload decoder function respective to the device.

Once the data is populated in the form, click Save & Apply button to add the device.

Configure Milesight Connector

Now we will be creating Milesight Connector which can listen incoming data from Milesight Gateway and process it.

To create the connector install bassgMilesight pod in SkySpark, enable it and navigate to Connector app.

Create new bassgMilesight connector, you will see a model like below

New connector

Fill the form and click Ok to create new connector.

- uri                      : Uri where Milesight Gateway is running
- username                 : Username to access Milesight Gateway api
- password                 : Password for the user to access Milesight Gateway api
- embeddedWebServerPort    : On which port you want to run web server within SkySpark
- runEmbeddedWebServer     : Whether web server within SkySpark should be executed or not, this web server will listening for incoming data Milesight Gateway and will process it
- milesightGatewayPassword : Password configured in Milesight Gateway application in X-Requester-Password

Note: password in SkySpark connector record and the one mentioned in Milesight Gateway application X-Requester-Password should be same otherwise the incoming data will not be processed
Published by BASSG

Products & Services by BASSG

Packages by BASSG

Free packages

Package details
Version3.1.8.2
Licensen/a
Build date4 weeks ago
on Sat 23rd Mar
Requirements SkySpark v3.1.8
Depends on
File namebassgMilesightExt.pod
File size270.06 kB
MD594c83d6e75c335b88589b9fa4f481dd6
SHA1 64bc93f71956a01a17e09969006d4234848b245f
Published by
BASSGDownload now
Also available via SkyArc Install Manager
Tags
Pod File