Integrating Eltako’s FTR55H EnOcean sensor with Openremote

Eltako’s FTR55H is a temperature controller with 3 sensors on board:

  1. temperature (TMP);
  2. day reference hand wheel (SP);
  3. night reduction slide switch (SLSW).

The datasheet is available on Eltako’s home page FTR55H.
In order to make these sensors available in Openremote follow the steps:

  1. Find the device Id using either EnOcean Dolphin View software or taking a look at EnOcean log file in Openremote which is under OpenRemote/logs/enocean subdirectory;
  2. Create new commands for reading out the sensors using the device Id from the previous point and the A5-10-06 EnOcean Equipment Profile (EEP):
    • ftr55h-tmp
      ftr55h-sp
      ftr55h-slsw
  3. Create 3 sensors and link them to commands created in the previous step.

Now you should have 3 new sensors available in the Openremote Designer ready for use during UI design or rules definition.