EnOcean Link Solution

From ESS-WIKI
Revision as of 09:17, 20 April 2018 by Hank.peng (talk | contribs)
Jump to: navigation, search

System Architecture:

Rohm light tower sensor demokit 01.png
















EnOcean Sensor and Light Tower (chip & demo kit vendor: ROHM)

EnOcean light sensor 01.png













Sensor Communication Protocol:

EnOcean light sensor 03.png





Tower Light Data Format:

EnOcean light sensor 02.png












EnOcean Sample Program:

EnOcean light sensor 04.png









Data type and Data Format:

Agent ID (Sensor ID): String

Sensor Data: Unsigned Integer number

Data Capability in JSON:

{
  "susiCommData":{
     "infoSpec":{
        "SenHub":{
           "SenData":{
              "e":[
                 {
                    "n":"Light_1",
                    "u":"State",
                    "v":0,
                    "min":0,
                    "max":4,
                    "asm":"r",
                    "type":"d",
                    "rt":"",
                    "st":"ipso",
                    "exten":""
                 },
                 {
                    "n":"Light_2",
                    "u":"State",
                    "v":0,
                    "min":0,
                    "max":4,
                    "asm":"r",
                    "type":"d",
                    "rt":"",
                    "st":"ipso",
                    "exten":""
                 },
                 {
                    "n":"Light_3",
                    "u":"State",
                    "v":0,
                    "min":0,
                    "max":4,
                    "asm":"r",
                    "type":"d",
                    "rt":"",
                    "st":"ipso",
                    "exten":""
                 },
                 {
                    "n":"Light_4",
                    "u":"State",
                    "v":0,
                    "min":0,
                    "max":4,
                    "asm":"r",
                    "type":"d",
                    "rt":"",
                    "st":"ipso",
                    "exten":""
                 }
              ],
              "bn":"SenData"
           },
           "Info":{
              "e":[
                 {
                    "n":"Name",
                    "u":"",
                    "sv":"LightTower1",
                    "min":0,
                    "max":0,
                    "asm":"r",
                    "type":"s",
                    "rt":"",
                    "st":"ipso",
                    "exten":""
                 },
                 {
                    "n":"sw",
                    "u":"",
                    "sv":"1.0.00",
                    "min":0,
                    "max":0,
                    "asm":"r",
                    "type":"s",
                    "rt":"",
                    "st":"ipso",
                    "exten":""
                 }
              ],
              "bn":"Info"
           },
           "Net":{
              "e":[
                 {
                    "n":"sw",
                    "u":"",
                    "sv":"2.0.0.0",
                    "min":0,
                    "max":0,
                    "asm":"r",
                    "type":"s",
                    "rt":"",
                    "st":"ipso",
                    "exten":""
                 },
                 {
                    "n":"Neighbor",
                    "u":"",
                    "sv":"",
                    "min":0,
                    "max":0,
                    "asm":"r",
                    "type":"s",
                    "rt":"",
                    "st":"ipso",
                    "exten":""
                 },
                 {
                    "n":"Health",
                    "u":"",
                    "v":100,
                    "min":0,
                    "max":0,
                    "asm":"r",
                    "type":"d",
                    "rt":"",
                    "st":"ipso",
                    "exten":""
                 }
              ],
              "bn":"Net"
           },
           "Action":{
              "e":[
              ],
              "bn":"Action"
           },
           "ver":1
        }
     },
     "commCmd":2052,
     "requestID":2001,
     "agentID":"0017000004016940",
     "handlerName":"general",
     "sendTS":160081024
  }
}

Data Upload Format in JSON:

{
  "susiCommData":{
     "data":{
        "SenHub":{
           "SenData":{
              "e":[
                 {
                    "n":"Light_1",
                    "v":0
                 },
                 {
                    "n":"Light_2",
                    "v":0
                 },
                 {
                    "n":"Light_3",
                    "v":0
                 },
                 {
                    "n":"Light_4",
                    "v":0
                 }
              ],
              "bn":"SenData"
           },
           "ver":1
        }
     },
     "commCmd":2055,
     "requestID":2001,
     "agentID":"0017000004016940",
     "handlerName":"general",
     "sendTS":160081028
  }
}

Protocol Specification:

http://ess-wiki.advantech.com.tw/wiki/images/d/d9/Advantech_EnOcean_light_tower_2018.03.18.pdf


Dashboard Configuration:

1. Sign in WISE-PaaS Dashboard using your User ID and Password:

    https://dashboard-grafana-eiot.wise-paas.com

Tower Light 03-1.png






2. Drop down “Home” and select Tower Light Board.

    Board name: Advantech EIoT DTOS Tower Light Monitoring


Tower Light 04-1.png




Tower Light 05-1.png



3. You will see the board is showed like this when all lights off:

Tower Light 01 .png






4. You will see the board is showed like this when all lights on:

Tower Light 02 .png








5. Drop down “Tower Light” and select “Edit” to edit the widget’s HTML:

Tower Light 06-2.png





6. Define Tower Light Sensor ID in the widget’s HTML:

Tower Light 10.png






7. RESTful API and HTML request content:

Tower Light 08-1.png






RESTful API:      

https://portal-rmm.wise-paas.com/rmm/v1/grafana/simplejson/query

 

Example:

cache: false

url: 'https://portal-rmm.wise-paas.com/rmm/v1/grafana/simplejson/query'

type: "post",

contentType: 'application/json'

dataType: 'json'

data: '{"timezone":"browser","panelId":2,"range":{"from":"2018-04-09T05:46:51.357Z","to":"2018-04-09T09:46:51.357Z","raw":{"from":"now-6h","to":"now"}},"rangeRaw":{"from":"now-6h","to":"now"},"interval":"20s","intervalMs":20000,"targets":[{"target":"00000001-0000-0000-0017-000004016940|SenHub|/SenData/Light1","device":"00000001-0000-0000-0017-000004016940","plugin":"SenHub","sensor":"/SenData/Light1","refId":"A","type":"table"}],"maxDataPoints":960,"scopedVars":{"__interval":{"text":"20s","value":"20s"},"__interval_ms":{"text":20000,"value":20000}}}'

xhrFields: {withCredentials: true}



8. Lights blinking status for the Tower Light:

Tower Light 09.png




Gateway Configuration:

1. Download RMM EI Agent 1.0.12 from https://portal-rmm.wise-paas.com/main/system and install it to the Gateway.
2. Stop services EI-AgentService and SAWatchdog from Task Manager.
3. Download CAgent_Patch_for_WSN-v1-2018-04-09.zip from https://www.dropbox.com/s/icyhvbfqbs1sw2s/CAgent_Patch_for_WSN-v1-2018-04-09.zip?dl=0, unzip and copy the files into the folder which RMM EI Agent installed, ex: C:\Program Files (x86)\Advantech\RMM EI Agent
4. Restart services EI-AgentService and SAWatchdog from Task Manager.
5. Download MQTTBroker 1.0.3 from https://www.dropbox.com/s/wyt3gnenyf7xv3d/MQTTBrokerSetup_1.0.3.exe?dl=0 and install it to the Gateway.
6. Download NodeRed Server IoTGateway v2.0.1 from https://www.dropbox.com/s/qvthwy4a5aeo2yx/NodeRed%20Server%20IoTGateway_v2.0.1.exe?dl=0 and install it to the Gateway.
7. Download EoLinkManager 1.0.1 from https://www.dropbox.com/s/jgvhhp0kqhmf7g2/EoLinkManagerSetup_1.0.1.exe?dl=0 and install it to the Gateway.

8. Open EoLinkManager.ini and set the configurations:
   > notepad C:\Program Files (x86)\Advantech\EoLinkManager\EoLinkManager.ini

   ------------------------------------------
   [Platform]
   InterfaceName=EoLinkReceiver
   ServerURL=127.0.0.1
   ModuleName=EoLinkManager
   SensorName=LightSensor
   SerialPort=COM3
   ServerPort=1883
   ------------------------------------------

9. Reboot Gateway, the program APIGateway and EoLinkManager will auto startup, in case of these two programs are closed, you can restart them manually:

9.1. Run APIGateway manually:
    > cd C:\APIGateway
    > node app.js

   (Tips: You can also double click APIGateway icon on the Gateway's Desktop to run it)

    
9.2. Run EoLinkManager manually:
    > cd C:\Program Files (x86)\Advantech\EoLinkManager
    > EoLinkManager.exe 
   (Tips: You can also double click APIGateway icon on the Gateway's Desktop to run it)
   
10. Open https://portal-rmm.wise-paas.com/main/device and add your device.

11. Open https://dashboard-grafana-eiot.wise-paas.com to check Tower Light UI.