# EnOcean Devices

## Overview & Purpose

The *EnOcean Devices* service handles the decoding of incoming data from EnOcean devices. All *EnOcean Devices* services listen for EnOcean message broadcasts from the MobiusFlow hub. If any incoming EnOcean messages correspond to any EnOcean device object on a given *EnOcean Devices* service, the service will decode the data and populate that object.

## EnOcean Objects

Each real-world EnOcean device must be represented in MobiusFlow by a corresponding EnOcean device object. To work correctly, these objects must exists within an *EnOcean Devices* service.

To add new EnOcean device objects, navigate to the object configuration page of the EnOcean Devices service.

<figure><img src="/files/eJzCqNb9OjLltZqH4nTs" alt=""><figcaption></figcaption></figure>

EnOcean device objects can added via the *Object Library*:

<figure><img src="/files/uud2qqvItBpdKkGn6Tdl" alt=""><figcaption></figcaption></figure>

All EnOcean device objects require the EnOcean UID of the corresponding real-world EnOcean device to entered:

<figure><img src="/files/QplCnUJQr10FO1s0Hy24" alt=""><figcaption></figcaption></figure>

To realise any changes, the object settings must be saved and the service started / restarted:

<figure><img src="/files/w8uPWThsURXjczwaB3B0" alt=""><figcaption></figcaption></figure>

Once the object is live, any decoded data from the corresponding EnOcean device can viewed by navigating to that objects resources:

<figure><img src="/files/8YHVeBeS9WTT0eJc30Oz" alt=""><figcaption></figcaption></figure>

## Dataflow & Connectors

In most cases data is brought in through MobiusFlow connectors. A full guide on setting up MobiusFlow connectors can be found [here](/help/user-guides/mobiusflow-connectors.md).&#x20;

The following diagram shows the full data flow between the EnOcean devices and their corresponding MobiusFlow objects. This is explained in full in the [MobiusFlow Connectors services article](/help/technical-docs/mobiusflow-services/mobiusflow-connectors.md).

<figure><img src="/files/k0rpwbn07KzzuatGJR8g" alt=""><figcaption><p>MobiusFlow EnOcean dataflow</p></figcaption></figure>

## Sending Data to EnOcean Devices

It is possible to send data from MobiusFlow to EnOcean devices via the flows using the MobiusFlow connectors service. The full article covering Receiving and Sending Raw EnOcean Telegrams in the Flows can be found [here](/help/technical-docs/flows/receiving-and-sending-raw-enocean-telegrams.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mobiusflow.com/help/technical-docs/mobiusflow-services/enocean-devices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
