Learning in a new device

<< Click to Display Table of Contents >>

Navigation:  The API > JSON Adminstrator API > Understanding the admin API >

Learning in a new device

 

Process Overview

The most common learn-in procedure should be quite easy to handle if you follow these basic steps:

oChange operation mode into Learnmode (POST)

oProduce EnOcean telegrams from the device (look for the device manual/help)

oGet the information of a new device over the streaming admin-API or issue a Get New devices (GET) call.

oWrite the new devices back to the gateway with at least: (POST)

       friendlyId

       EEP (check on RPS telegrams)

       operable=true

 

At the same time, you can monitor the different changes on the streaming admin-API