enocean4ha


Nameenocean4ha JSON
Version 0.71.0 PyPI version JSON
download
home_pageNone
SummaryEnOcean serial protocol implementation
upload_time2024-09-22 14:55:01
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords enocean homeassistant
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Python EnOcean #

[![Linting And Testing Status](https://github.com/topic2k/enocean4ha/actions/workflows/lint_and_test.yml/badge.svg?branch=main)](https://github.com/topic2k/enocean4ha/actions/workflows/lint_and_test.yml)
[![Coverage Status](https://coveralls.io/repos/github/topic2k/enocean4ha/badge.svg?branch=main)](https://coveralls.io/github/topic2k/enocean4ha?branch=main)
[![PyPi](https://img.shields.io/pypi/v/enocean4ha?logo=pypi&logoColor=959DA5)](https://pypi.org/project/enocean4ha/)


A Python library for reading and controlling [EnOcean](http://www.enocean.com/) devices.

It started as a part of the [Forget Me Not](http://www.element14.com/community/community/design-challenges/forget-me-not)
design challenge @ [element14](http://www.element14.com/).

<sub>This fork was created, because the [original repo](https://github.com/kipe/enocean) seems to be inactive, and i needed
to add EEPs to make some devices usable in [Home Assistant](https://www.home-assistant.io/).</sub>



## Install ##

If not installed already, install [pip](https://pypi.python.org/pypi/pip) by running

`sudo apt-get install python-pip`

After pip is installed, install the module by running

`sudo pip install enocean4ha` (or `sudo pip install git+https://github.com/topic2k/enocean4ha.git` if you want the "bleeding edge").

After this, it's just a matter of running `enocean_example.py` and pressing the
learn button on magnetic contact or temperature switch or pressing the rocker switch.

You should be displayed with a log of the presses, as well as parsed values
(assuming the sensors are the ones provided in the [EnOcean Starter Kit](https://www.enocean.com/en/enocean_modules/esk-300)).

The example script can be stopped by pressing `CTRL+C`

---


# Supported profiles
All profiles (should) correspond to the official [EEP](https://www.enocean-alliance.org/eep/) by EnOcean.

<details><summary> RPS Telegram (0xF6) </summary>

- [FUNC 0x01 - TYPE 0x01 - Push Button](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xF6---func-0x01---type-0x01---push-button)
- [FUNC 0x02 - TYPE 0x01 - Light and Blind Control - Application Style 1](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xF6---func-0x02---type-0x01---light-and-blind-control---application-style-1)
- [FUNC 0x02 - TYPE 0x02 - Light and Blind Control - Application Style 2](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xF6---func-0x02---type-0x02---light-and-blind-control---application-style-2)
- [FUNC 0x05 - TYPE 0x01 - Liquid Leakage Sensor (mechanic harvester)](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xF6---func-0x05---type-0x01---liquid-leakage-sensor-(mechanic-harvester))
- [FUNC 0x05 - TYPE 0x02 - Smoke Detector](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xF6---func-0x05---type-0x02---smoke-detector)
- [FUNC 0x10 - TYPE 0x00 - Window Handle](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xF6---func-0x10---type-0x00---window-handle)

</details>

<details><summary> 1BS Telegram (0xD5) </summary>

- [FUNC 0x00 - TYPE 0x01 - Single Input Contact](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xD5---func-0x00---type-0x01---single-input-contact)

</details>

<details><summary> 4BS Telegram (0xA5) </summary>

- [FUNC 0x02 - TYPE 0x01 - Temperature Sensor Range -40°C to 0°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x01---temperature-sensor-range--40°c-to-0°c)
- [FUNC 0x02 - TYPE 0x02 - Temperature Sensor Range -30°C to +10°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x02---temperature-sensor-range--30°c-to-+10°c)
- [FUNC 0x02 - TYPE 0x03 - Temperature Sensor Range -20°C to +20°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x03---temperature-sensor-range--20°c-to-+20°c)
- [FUNC 0x02 - TYPE 0x04 - Temperature Sensor Range -10°C to +30°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x04---temperature-sensor-range--10°c-to-+30°c)
- [FUNC 0x02 - TYPE 0x05 - Temperature Sensor Range 0°C to +40°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x05---temperature-sensor-range-0°c-to-+40°c)
- [FUNC 0x02 - TYPE 0x06 - Temperature Sensor Range +10°C to +50°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x06---temperature-sensor-range-+10°c-to-+50°c)
- [FUNC 0x02 - TYPE 0x07 - Temperature Sensor Range +20°C to +60°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x07---temperature-sensor-range-+20°c-to-+60°c)
- [FUNC 0x02 - TYPE 0x08 - Temperature Sensor Range +30°C to +70°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x08---temperature-sensor-range-+30°c-to-+70°c)
- [FUNC 0x02 - TYPE 0x09 - Temperature Sensor Range +40°C to +80°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x09---temperature-sensor-range-+40°c-to-+80°c)
- [FUNC 0x02 - TYPE 0x0A - Temperature Sensor Range +50°C to +90°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x0A---temperature-sensor-range-+50°c-to-+90°c)
- [FUNC 0x02 - TYPE 0x0B - Temperature Sensor Range +60°C to +100°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x0B---temperature-sensor-range-+60°c-to-+100°c)
- [FUNC 0x02 - TYPE 0x10 - Temperature Sensor Range -60°C to +20°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x10---temperature-sensor-range--60°c-to-+20°c)
- [FUNC 0x02 - TYPE 0x11 - Temperature Sensor Range -50°C to +30°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x11---temperature-sensor-range--50°c-to-+30°c)
- [FUNC 0x02 - TYPE 0x12 - Temperature Sensor Range -40°C to +40°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x12---temperature-sensor-range--40°c-to-+40°c)
- [FUNC 0x02 - TYPE 0x13 - Temperature Sensor Range -30°C to +50°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x13---temperature-sensor-range--30°c-to-+50°c)
- [FUNC 0x02 - TYPE 0x14 - Temperature Sensor Range -20°C to +60°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x14---temperature-sensor-range--20°c-to-+60°c)
- [FUNC 0x02 - TYPE 0x15 - Temperature Sensor Range -10°C to +70°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x15---temperature-sensor-range--10°c-to-+70°c)
- [FUNC 0x02 - TYPE 0x16 - Temperature Sensor Range 0°C to +80°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x16---temperature-sensor-range-0°c-to-+80°c)
- [FUNC 0x02 - TYPE 0x17 - Temperature Sensor Range +10°C to +90°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x17---temperature-sensor-range-+10°c-to-+90°c)
- [FUNC 0x02 - TYPE 0x18 - Temperature Sensor Range +20°C to +100°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x18---temperature-sensor-range-+20°c-to-+100°c)
- [FUNC 0x02 - TYPE 0x19 - Temperature Sensor Range +30°C to +110°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x19---temperature-sensor-range-+30°c-to-+110°c)
- [FUNC 0x02 - TYPE 0x1A - Temperature Sensor Range +40°C to +120°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x1A---temperature-sensor-range-+40°c-to-+120°c)
- [FUNC 0x02 - TYPE 0x1B - Temperature Sensor Range +50°C to +130°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x1B---temperature-sensor-range-+50°c-to-+130°c)
- [FUNC 0x02 - TYPE 0x20 - 10 Bit Temperature Sensor Range -10°C to +41.2°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x20---10-bit-temperature-sensor-range--10°c-to-+41.2°c)
- [FUNC 0x02 - TYPE 0x30 - 10 Bit Temperature Sensor Range -40°C to +62.3°C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x30---10-bit-temperature-sensor-range--40°c-to-+62.3°c)
- [FUNC 0x04 - TYPE 0x01 - Range 0°C to +40°C and 0% to 100%](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x04---type-0x01---range-0°c-to-+40°c-and-0%-to-100%)
- [FUNC 0x04 - TYPE 0x02 - Range -20°C to +60°C and 0% to 100%](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x04---type-0x02---range--20°c-to-+60°c-and-0%-to-100%)
- [FUNC 0x04 - TYPE 0x03 - Range -20°C to +60°C 10bit-measurement and 0% to 100%](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x04---type-0x03---range--20°c-to-+60°c-10bit-measurement-and-0%-to-100%)
- [FUNC 0x04 - TYPE 0x04 - Range -40°C to +120°C 12bit-measurement and 0% to 100%](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x04---type-0x04---range--40°c-to-+120°c-12bit-measurement-and-0%-to-100%)
- [FUNC 0x06 - TYPE 0x01 - Range 300lx to 60.000lx](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x06---type-0x01---range-300lx-to-60.000lx)
- [FUNC 0x06 - TYPE 0x02 - Range 0lx to 1.020lx](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x06---type-0x02---range-0lx-to-1.020lx)
- [FUNC 0x07 - TYPE 0x01 - Occupancy with Supply voltage monitor](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x07---type-0x01---occupancy-with-supply-voltage-monitor)
- [FUNC 0x07 - TYPE 0x03 - Occupancy with Supply voltage monitor and 10-bit illumination measurement](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x07---type-0x03---occupancy-with-supply-voltage-monitor-and-10-bit-illumination-measurement)
- [FUNC 0x08 - TYPE 0x01 - Range 0lx to 510lx, 0°C to +51°C and Occupancy Button](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x08---type-0x01---range-0lx-to-510lx,-0°c-to-+51°c-and-occupancy-button)
- [FUNC 0x08 - TYPE 0x02 - Range 0lx to 1020lx, 0°C to +51°C and Occupancy Button](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x08---type-0x02---range-0lx-to-1020lx,-0°c-to-+51°c-and-occupancy-button)
- [FUNC 0x08 - TYPE 0x03 - Range 0lx to 1020lx, 0°C to +51°C and Occupancy Button](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x08---type-0x03---range-0lx-to-1020lx,-0°c-to-+51°c-and-occupancy-button)
- [FUNC 0x09 - TYPE 0x04 - CO2 Sensor](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x09---type-0x04---co2-sensor)
- [FUNC 0x09 - TYPE 0x05 - VOC Sensor](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x09---type-0x05---voc-sensor)
- [FUNC 0x09 - TYPE 0x09 - Gas Sensor](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x09---type-0x09---gas-sensor)
- [FUNC 0x10 - TYPE 0x03 - Temperature Sensor and Set Point](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x10---type-0x03---temperature-sensor-and-set-point)
- [FUNC 0x10 - TYPE 0x05 - Temperature Sensor, Set Point and Occupancy Control](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x10---type-0x05---temperature-sensor,-set-point-and-occupancy-control)
- [FUNC 0x10 - TYPE 0x06 - Temperature Sensor, Set Point and Day/Night Control](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x10---type-0x06---temperature-sensor,-set-point-and-day/night-control)
- [FUNC 0x10 - TYPE 0x10 - Temperature and Humidity Sensor, Set Point and Occupancy Control](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x10---type-0x10---temperature-and-humidity-sensor,-set-point-and-occupancy-control)
- [FUNC 0x10 - TYPE 0x12 - Temperature and Humidity Sensor and Set Point](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x10---type-0x12---temperature-and-humidity-sensor-and-set-point)
- [FUNC 0x11 - TYPE 0x02 - Temperature Controller Output](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x11---type-0x02---temperature-controller-output)
- [FUNC 0x11 - TYPE 0x03 - Blind Status](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x11---type-0x03---blind-status)
- [FUNC 0x13 - TYPE 0x01 - Weather Station](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x13---type-0x01---weather-station)
- [FUNC 0x14 - TYPE 0x01 - Single Input Contact (Window/Door), Supply voltage monitor](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x14---type-0x01---single-input-contact-(window/door),-supply-voltage-monitor)
- [FUNC 0x20 - TYPE 0x01 - Battery Powered Actuator (BI-DIR)](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x20---type-0x01---battery-powered-actuator-(bi-dir))
- [FUNC 0x20 - TYPE 0x06 - HVAC Components,Harvesting-powered actuator with local temperature offset control](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x20---type-0x06---hvac-components,harvesting-powered-actuator-with-local-temperature-offset-control)
- [FUNC 0x12 - TYPE 0x01 - Electricity](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x12---type-0x01---electricity)
- [FUNC 0x30 - TYPE 0x03 - Digital Inputs, Wake and Temperature](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x30---type-0x03---digital-inputs,-wake-and-temperature)
- [FUNC 0x38 - TYPE 0x08 - Gateway](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x38---type-0x08---gateway)

</details>

<details><summary> VLD Telegram (0xD2) </summary>

- [FUNC 0x01 - TYPE 0x01 - Electronic switch with Local Control](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xD2---func-0x01---type-0x01---electronic-switch-with-local-control)
- [FUNC 0x01 - TYPE 0x0E - Electronic switch with Local Control](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xD2---func-0x01---type-0x0E---electronic-switch-with-local-control)
- [FUNC 0x01 - TYPE 0x0F - Electronic switch with Local Control](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xD2---func-0x01---type-0x0F---electronic-switch-with-local-control)
- [FUNC 0x01 - TYPE 0x12 - Electronic switch with Local Control](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xD2---func-0x01---type-0x12---electronic-switch-with-local-control)
- [FUNC 0x05 - TYPE 0x00 - Type 0x00](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xD2---func-0x05---type-0x00---type-0x00)
- [FUNC 0x14 - TYPE 0x41 - Indoor -Temperature, Humidity XYZ Acceleration, Illumination Sensor](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xD2---func-0x14---type-0x41---indoor--temperature,-humidity-xyz-acceleration,-illumination-sensor)

</details>



---

### RPS Telegram (0xF6)

##### RORG 0xF6 - FUNC 0x01 - TYPE 0x01 - Push Button

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|PB      |Status of the push button                         |enum    |0 - Released                                                          |
|        |                                                  |        |1 - Pressed                                                           |


##### RORG 0xF6 - FUNC 0x02 - TYPE 0x01 - Light and Blind Control - Application Style 1

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|R1      |Rocker 1st action                                 |enum    |0 - Button AI                                                         |
|        |                                                  |        |1 - Button AO                                                         |
|        |                                                  |        |2 - Button BI                                                         |
|        |                                                  |        |3 - Button BO                                                         |
|EB      |Energy bow                                        |enum    |0 - released                                                          |
|        |                                                  |        |1 - pressed                                                           |
|R2      |Rocker 2nd action                                 |enum    |0 - Button AI                                                         |
|        |                                                  |        |1 - Button AO                                                         |
|        |                                                  |        |2 - Button BI                                                         |
|        |                                                  |        |3 - Button BO                                                         |
|SA      |2nd action                                        |enum    |0 - No 2nd action                                                     |
|        |                                                  |        |1 - 2nd action valid                                                  |
|T21     |T21                                               |status  |                                                                      |
|NU      |NU                                                |status  |                                                                      |

##### RORG 0xF6 - FUNC 0x02 - TYPE 0x02 - Light and Blind Control - Application Style 2

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|R1      |Rocker 1st action                                 |enum    |0 - Button AI                                                         |
|        |                                                  |        |1 - Button AO                                                         |
|        |                                                  |        |2 - Button BI                                                         |
|        |                                                  |        |3 - Button BO                                                         |
|EB      |Energy bow                                        |enum    |0 - released                                                          |
|        |                                                  |        |1 - pressed                                                           |
|R2      |Rocker 2nd action                                 |enum    |0 - Button AI                                                         |
|        |                                                  |        |1 - Button AO                                                         |
|        |                                                  |        |2 - Button BI                                                         |
|        |                                                  |        |3 - Button BO                                                         |
|SA      |2nd action                                        |enum    |0 - No 2nd action                                                     |
|        |                                                  |        |1 - 2nd action valid                                                  |
|T21     |T21                                               |status  |                                                                      |
|NU      |NU                                                |status  |                                                                      |


##### RORG 0xF6 - FUNC 0x05 - TYPE 0x01 - Liquid Leakage Sensor (mechanic harvester)

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|WAS     |Water Sensor                                      |enum    |0-16 - not specified                                                  |
|        |                                                  |        |17 - Water detected                                                   |
|        |                                                  |        |18-255 - not specified                                                |
|T21     |T21                                               |status  |                                                                      |
|NU      |NU                                                |status  |                                                                      |

##### RORG 0xF6 - FUNC 0x05 - TYPE 0x02 - Smoke Detector

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|SMO     |Status of detection and battery                   |enum    |0 - Smoke Alarm OFF                                                   |
|        |                                                  |        |16 - Smoke Alarm ON                                                   |
|        |                                                  |        |48 - Energy LOW                                                       |


##### RORG 0xF6 - FUNC 0x10 - TYPE 0x00 - Window Handle

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|WIN     |Window handle                                     |enum    |0 - Moved from up to vertical                                         |
|        |                                                  |        |1 - Moved from vertical to up                                         |
|        |                                                  |        |2 - Moved from down to vertical                                       |
|        |                                                  |        |3 - Moved from vertical to down                                       |
|T21     |T21                                               |status  |                                                                      |
|NU      |NU                                                |status  |                                                                      |


### 1BS Telegram (0xD5)

##### RORG 0xD5 - FUNC 0x00 - TYPE 0x01 - Single Input Contact

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|CO      |Contact                                           |enum    |0 - open                                                              |
|        |                                                  |        |1 - closed                                                            |


### 4BS Telegram (0xA5)

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x01 - Temperature Sensor Range -40°C to 0°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ -40.0-0.0 °C                                              |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x02 - Temperature Sensor Range -30°C to +10°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ -30.0-10.0 °C                                             |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x03 - Temperature Sensor Range -20°C to +20°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ -20.0-20.0 °C                                             |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x04 - Temperature Sensor Range -10°C to +30°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ -10.0-30.0 °C                                             |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x05 - Temperature Sensor Range 0°C to +40°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ 0.0-40.0 °C                                               |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x06 - Temperature Sensor Range +10°C to +50°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ 10.0-50.0 °C                                              |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x07 - Temperature Sensor Range +20°C to +60°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ 20.0-60.0 °C                                              |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x08 - Temperature Sensor Range +30°C to +70°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ 30.0-70.0 °C                                              |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x09 - Temperature Sensor Range +40°C to +80°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ 40.0-80.0 °C                                              |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x0A - Temperature Sensor Range +50°C to +90°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ 50.0-90.0 °C                                              |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x0B - Temperature Sensor Range +60°C to +100°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ 60.0-100.0 °C                                             |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x10 - Temperature Sensor Range -60°C to +20°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ -60.0-20.0 °C                                             |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x11 - Temperature Sensor Range -50°C to +30°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ -50.0-30.0 °C                                             |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x12 - Temperature Sensor Range -40°C to +40°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ -40.0-40.0 °C                                             |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x13 - Temperature Sensor Range -30°C to +50°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ -30.0-50.0 °C                                             |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x14 - Temperature Sensor Range -20°C to +60°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ -20.0-60.0 °C                                             |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x15 - Temperature Sensor Range -10°C to +70°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ -10.0-70.0 °C                                             |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x16 - Temperature Sensor Range 0°C to +80°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ 0.0-80.0 °C                                               |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x17 - Temperature Sensor Range +10°C to +90°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ 10.0-90.0 °C                                              |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x18 - Temperature Sensor Range +20°C to +100°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ 20.0-100.0 °C                                             |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x19 - Temperature Sensor Range +30°C to +110°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ 30.0-110.0 °C                                             |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x1A - Temperature Sensor Range +40°C to +120°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ 40.0-120.0 °C                                             |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x1B - Temperature Sensor Range +50°C to +130°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ 50.0-130.0 °C                                             |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x20 - 10 Bit Temperature Sensor Range -10°C to +41.2°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |1023.0-0.0 ↔ -10.0-41.2 °C                                            |

##### RORG 0xA5 - FUNC 0x02 - TYPE 0x30 - 10 Bit Temperature Sensor Range -40°C to +62.3°C

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |1023.0-0.0 ↔ -40.0-62.3 °C                                            |


##### RORG 0xA5 - FUNC 0x04 - TYPE 0x01 - Range 0°C to +40°C and 0% to 100%

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|HUM     |Rel. Humidity (linear)                            |value   |0.0-250.0 ↔ 0.0-100.0 %                                               |
|TMP     |Temperature (linear)                              |value   |0.0-250.0 ↔ 0.0-40.0 °C                                               |
|TSN     |Availability of the Temperature Sensor            |enum    |0 - not available                                                     |
|        |                                                  |        |1 - available                                                         |

##### RORG 0xA5 - FUNC 0x04 - TYPE 0x02 - Range -20°C to +60°C and 0% to 100%

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|HUM     |Rel. Humidity (linear)                            |value   |0.0-250.0 ↔ 0.0-100.0 %                                               |
|TMP     |Temperature (linear)                              |value   |0.0-250.0 ↔ -20.0-60.0 °C                                             |
|TSN     |Availability of the Temperature Sensor            |enum    |0 - not available                                                     |
|        |                                                  |        |1 - available                                                         |

##### RORG 0xA5 - FUNC 0x04 - TYPE 0x03 - Range -20°C to +60°C 10bit-measurement and 0% to 100%

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|HUM     |Rel. Humidity (linear)                            |value   |0.0-255.0 ↔ 0.0-100.0 %                                               |
|TMP     |Temperature (linear)                              |value   |0.0-1023.0 ↔ -20.0-60.0 °C                                            |
|TTP     |Telegram Type                                     |enum    |0 - Heartbeat                                                         |
|        |                                                  |        |1 - Event triggered                                                   |

##### RORG 0xA5 - FUNC 0x04 - TYPE 0x04 - Range -40°C to +120°C 12bit-measurement and 0% to 100%

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|HUM     |Rel. Humidity (linear)                            |value   |0.0-199.0 ↔ 0.0-100.0 %                                               |
|TMP     |Temperature (linear)                              |value   |0.0-1599.0 ↔ -40.0-120.0 °C                                           |


##### RORG 0xA5 - FUNC 0x06 - TYPE 0x01 - Range 300lx to 60.000lx

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|SVC     |Supply voltage (linear)                           |value   |0.0-255.0 ↔ 0.0-5.1 V                                                 |
|ILL2    |Illumination 2 (linear)                           |value   |0.0-255.0 ↔ 300.0-30000.0 lx                                          |
|ILL1    |Illumination 1 (linear)                           |value   |0.0-255.0 ↔ 600.0-60000.0 lx                                          |
|RS      |Range select                                      |enum    |0 - Range acc. to DB_1 (ILL1)                                         |
|        |                                                  |        |1 - Range acc. to DB_2 (ILL2)                                         |

##### RORG 0xA5 - FUNC 0x06 - TYPE 0x02 - Range 0lx to 1.020lx

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|SVC     |Supply voltage (linear)                           |value   |0.0-255.0 ↔ 0.0-5.1 V                                                 |
|ILL2    |Illumination 2 (linear)                           |value   |0.0-255.0 ↔ 0.0-510.0 lx                                              |
|ILL1    |Illumination 1 (linear)                           |value   |0.0-255.0 ↔ 0.0-1020.0 lx                                             |
|RS      |Range select                                      |enum    |0 - Range acc. to DB_1 (ILL1)                                         |
|        |                                                  |        |1 - Range acc. to DB_2 (ILL2)                                         |


##### RORG 0xA5 - FUNC 0x07 - TYPE 0x01 - Occupancy with Supply voltage monitor

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|SVC     |Supply voltage (OPTIONAL)                         |value   |0.0-250.0 ↔ 0.0-5.0 V                                                 |
|PIR     |PIR Status                                        |enum    |0 - off                                                               |
|        |                                                  |        |1 - on                                                                |

##### RORG 0xA5 - FUNC 0x07 - TYPE 0x03 - Occupancy with Supply voltage monitor and 10-bit illumination measurement

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|SVC     |Supply voltage (OPTIONAL)                         |value   |0.0-250.0 ↔ 0.0-5.0 V                                                 |
|ILL     |Illumination (linear)                             |value   |0.0-1000.0 ↔ 0.0-1000.0 lx                                            |
|PIR     |PIR Status                                        |enum    |0 - Uncertain of occupancy status                                     |
|        |                                                  |        |1 - Motion detected                                                   |


##### RORG 0xA5 - FUNC 0x08 - TYPE 0x01 - Range 0lx to 510lx, 0°C to +51°C and Occupancy Button

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|SVC     |Supply voltage (linear)                           |value   |0.0-255.0 ↔ 0.0-5.1 V                                                 |
|ILL     |Illumination (linear)                             |value   |0.0-255.0 ↔ 0.0-510.0 lx                                              |
|TMP     |Temperature (linear)                              |value   |0.0-255.0 ↔ 0.0-51.0 °C                                               |
|PIRS    |PIR Status                                        |enum    |0 - PIR on                                                            |
|        |                                                  |        |1 - PIR off                                                           |
|OCC     |Occupancy Button                                  |enum    |0 - Button pressed                                                    |
|        |                                                  |        |1 - Button released                                                   |

##### RORG 0xA5 - FUNC 0x08 - TYPE 0x02 - Range 0lx to 1020lx, 0°C to +51°C and Occupancy Button

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|SVC     |Supply voltage (linear)                           |value   |0.0-255.0 ↔ 0.0-5.1 V                                                 |
|ILL     |Illumination (linear)                             |value   |0.0-255.0 ↔ 0.0-1020.0 lx                                             |
|TMP     |Temperature (linear)                              |value   |0.0-255.0 ↔ 0.0-51.0 °C                                               |
|PIRS    |PIR Status                                        |enum    |0 - PIR on                                                            |
|        |                                                  |        |1 - PIR off                                                           |
|OCC     |Occupancy Button                                  |enum    |0 - Button pressed                                                    |
|        |                                                  |        |1 - Button released                                                   |

##### RORG 0xA5 - FUNC 0x08 - TYPE 0x03 - Range 0lx to 1020lx, 0°C to +51°C and Occupancy Button

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|SVC     |Supply voltage (linear)                           |value   |0.0-255.0 ↔ 0.0-5.1 V                                                 |
|ILL     |Illumination (linear)                             |value   |0.0-255.0 ↔ 0.0-1530.0 lx                                             |
|TMP     |Temperature (linear)                              |value   |0.0-255.0 ↔ -30.0-50.0 °C                                             |
|PIRS    |PIR Status                                        |enum    |0 - PIR on                                                            |
|        |                                                  |        |1 - PIR off                                                           |
|OCC     |Occupancy Button                                  |enum    |0 - Button pressed                                                    |
|        |                                                  |        |1 - Button released                                                   |


##### RORG 0xA5 - FUNC 0x09 - TYPE 0x04 - CO2 Sensor

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|HUM     |Rel. Humidity (linear)                            |value   |0.0-200.0 ↔ 0.0-100.0 %                                               |
|Conc    |Concentration (linear)                            |value   |0.0-255.0 ↔ 0.0-2550.0 ppm                                            |
|TMP     |Temperature (linear)                              |value   |0.0-255.0 ↔ 0.0-51.0 °C                                               |

##### RORG 0xA5 - FUNC 0x09 - TYPE 0x05 - VOC Sensor

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|Conc    |VOC Concentration                                 |value   |0.0-65535.0 ↔ 0.0-65535.0 ppb                                         |
|VOC_ID  |VOC Identification                                |enum    |0 - VOCT (total)                                                      |
|        |                                                  |        |1 - Formaldehyde                                                      |
|        |                                                  |        |2 - Benzene                                                           |
|        |                                                  |        |3 - Styrene                                                           |
|        |                                                  |        |4 - Toluene                                                           |
|        |                                                  |        |5 - Tetrachloroethylene                                               |
|        |                                                  |        |6 - Xylene                                                            |
|        |                                                  |        |7 - n-Hexane                                                          |
|        |                                                  |        |8 - n-Octane                                                          |
|        |                                                  |        |9 - Cyclopentane                                                      |
|        |                                                  |        |10 - Methanol                                                         |
|        |                                                  |        |11 - Ethanol                                                          |
|        |                                                  |        |12 - 1-Pentanol                                                       |
|        |                                                  |        |13 - Acetone                                                          |
|        |                                                  |        |14 - ethylene Oxide                                                   |
|        |                                                  |        |15 - Acetaldehyde ue                                                  |
|        |                                                  |        |16 - Acetic Acid                                                      |
|        |                                                  |        |17 - Propionice Acid                                                  |
|        |                                                  |        |18 - ValericAcid                                                      |
|        |                                                  |        |19 - ButyricAcid                                                      |
|        |                                                  |        |20 - Ammoniac                                                         |
|        |                                                  |        |22 - Hydrogen Sulfide                                                 |
|        |                                                  |        |23 - Dimethylsulfide                                                  |
|        |                                                  |        |24 - 2-Butanol (butyl Alcohol)                                        |
|        |                                                  |        |25 - 2-Methylpropanol                                                 |
|        |                                                  |        |26 - Diethyl ether                                                    |
|        |                                                  |        |255 - ozone                                                           |

##### RORG 0xA5 - FUNC 0x09 - TYPE 0x09 - Gas Sensor

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|CO2     |CO2 Measurement                                   |value   |0.0-255.0 ↔ 0.0-2000.0 ppm                                            |


##### RORG 0xA5 - FUNC 0x10 - TYPE 0x03 - Temperature Sensor and Set Point

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|SP      |Set Point (linear)                                |value   |0.0-255.0 ↔ 0.0-255.0 %                                               |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ 0.0-40.0 °C                                               |

##### RORG 0xA5 - FUNC 0x10 - TYPE 0x05 - Temperature Sensor, Set Point and Occupancy Control

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|SP      |Set Point (linear)                                |value   |0.0-255.0 ↔ 0.0-255.0 %                                               |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ 0.0-40.0 °C                                               |
|OCC     |Occupancy Button                                  |enum    |0 - Button pressed                                                    |
|        |                                                  |        |1 - Button released                                                   |

##### RORG 0xA5 - FUNC 0x10 - TYPE 0x06 - Temperature Sensor, Set Point and Day/Night Control

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|SP      |Set Point (linear)                                |value   |0.0-255.0 ↔ 0.0-255.0 %                                               |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ 0.0-40.0 °C                                               |
|SLSW    |Slide switch                                      |enum    |0 - Position I / Night / Off                                          |
|        |                                                  |        |1 - Position O / Day / On                                             |

##### RORG 0xA5 - FUNC 0x10 - TYPE 0x10 - Temperature and Humidity Sensor, Set Point and Occupancy Control

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|SP      |Set Point (linear)                                |value   |0.0-255.0 ↔ 0.0-255.0                                                 |
|HUM     |Rel. Humidity (linear)                            |value   |0.0-250.0 ↔ 0.0-100.0 %                                               |
|TMP     |Temperature (linear)                              |value   |0.0-250.0 ↔ 0.0-40.0 °C                                               |
|OCC     |Occupancy Button                                  |enum    |0 - Button pressed                                                    |
|        |                                                  |        |1 - Button released                                                   |

##### RORG 0xA5 - FUNC 0x10 - TYPE 0x12 - Temperature and Humidity Sensor and Set Point

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|SP      |Set Point (linear)                                |value   |0.0-255.0 ↔ 0.0-255.0                                                 |
|HUM     |Rel. Humidity (linear)                            |value   |0.0-250.0 ↔ 0.0-100.0 %                                               |
|TMP     |Temperature (linear)                              |value   |0.0-250.0 ↔ 0.0-40.0 °C                                               |


##### RORG 0xA5 - FUNC 0x11 - TYPE 0x02 - Temperature Controller Output

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|CVAR    |Actual value of controller                        |value   |0.0-255.0 ↔ 0.0-100.0 %                                               |
|FAN     |Actual value of fan                               |enum    |0 - State 0 Manual                                                    |
|        |                                                  |        |1 - State 1 Manual                                                    |
|        |                                                  |        |2 - State 2 Manual                                                    |
|        |                                                  |        |3 - State 3 Manual                                                    |
|        |                                                  |        |16 - State 0 Automatic                                                |
|        |                                                  |        |17 - State 1 Automatic                                                |
|        |                                                  |        |18 - State 2 Automatic                                                |
|        |                                                  |        |19 - State 3 Automatic                                                |
|        |                                                  |        |255 - Not Available                                                   |
|ASP     |Actual Setpoint                                   |value   |0.0-255.0 ↔ 0.0-51.2 C                                                |
|ALR     |Alarm                                             |enum    |0 - No alarm                                                          |
|        |                                                  |        |1 - Alarm                                                             |
|CTM     |Controller mode                                   |enum    |1 - Heating                                                           |
|        |                                                  |        |2 - Cooling                                                           |
|        |                                                  |        |3 - Off                                                               |
|CTS     |Controller state                                  |enum    |0 - Automatic                                                         |
|        |                                                  |        |1 - Override                                                          |
|ERH     |Energy hold-off                                   |enum    |0 - Normal                                                            |
|        |                                                  |        |1 - Energy hold-off / Dew point                                       |
|RO      |Room occupancy                                    |enum    |0 - Occupied                                                          |
|        |                                                  |        |1 - Unoccupied                                                        |
|        |                                                  |        |2 - StandBy                                                           |
|        |                                                  |        |3 - Frost                                                             |

##### RORG 0xA5 - FUNC 0x11 - TYPE 0x03 - Blind Status

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|BSP     |Blind/shutter position                            |value   |0.0-100.0 ↔ 0.0-100.0 %                                               |
|AS      |Angle sign                                        |enum    |0 - Positive sign                                                     |
|        |                                                  |        |1 - Negative sign                                                     |
|AN      |Angle in 2 degrees steps                          |value   |0.0-90.0 ↔ 0.0-180.0 degrees                                          |
|PVF     |Position value flag                               |enum    |0 - No position value available                                       |
|        |                                                  |        |1 - Position value available                                          |
|AVF     |Angle value flag                                  |enum    |0 - No Angle value available                                          |
|        |                                                  |        |1 - Angle value available                                             |
|ES      |Error state                                       |enum    |0 - No error present                                                  |
|        |                                                  |        |1 - End-positions are not configured                                  |
|        |                                                  |        |2 - Internal failure                                                  |
|        |                                                  |        |3 - Not used                                                          |
|EP      |End position                                      |enum    |0 - No End-position available                                         |
|        |                                                  |        |1 - No End-position reached                                           |
|        |                                                  |        |2 - Blind fully open                                                  |
|        |                                                  |        |3 - Blind fully closed                                                |
|ST      |Status                                            |enum    |0 - No status available                                               |
|        |                                                  |        |1 - Blind is stopped                                                  |
|        |                                                  |        |2 - Blind opens                                                       |
|        |                                                  |        |3 - Blind closes                                                      |
|SM      |Service mode                                      |enum    |0 - Normal mode                                                       |
|        |                                                  |        |1 - Service mode activated                                            |
|MOTP    |Mode of the position                              |enum    |0 - Normal mode                                                       |
|        |                                                  |        |1 - Inverse ode                                                       |


##### RORG 0xA5 - FUNC 0x13 - TYPE 0x01 - Weather Station

###### command: 1
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|DWS     |Dawn sensor                                       |value   |0.0-255.0 ↔ 0.0-999.0 lx                                              |
|TMP     |Outdoor Temp                                      |value   |0.0-255.0 ↔ -40.0-80.0 °C                                             |
|WND     |Wind speed                                        |value   |0.0-255.0 ↔ 0.0-70.0 m/s                                              |
|D/N     |Day / Night                                       |enum    |0 - day                                                               |
|        |                                                  |        |1 - night                                                             |
|RAN     |Rain Indication                                   |enum    |0 - no rain                                                           |
|        |                                                  |        |1 - rain                                                              |

###### command: 2
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|SNW     |Sun - West                                        |value   |0.0-255.0 ↔ 0.0-150.0 klx                                             |
|SNS     |Sun - South                                       |value   |0.0-255.0 ↔ 0.0-150.0 klx                                             |
|SNE     |Sun - East                                        |value   |0.0-255.0 ↔ 0.0-150.0 klx                                             |
|HEM     |Hemisphere                                        |enum    |0 - North                                                             |
|        |                                                  |        |1 - South                                                             |

###### command: 3
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|DY      |Day                                               |value   |1.0-31.0 ↔ 1.0-31.0                                                   |
|MTH     |Month                                             |value   |1.0-12.0 ↔ 1.0-12.0                                                   |
|YR      |Year                                              |value   |0.0-99.0 ↔ 2000.0-2099.0                                              |
|SRC     |Source                                            |enum    |0 - Real Time Clock                                                   |
|        |                                                  |        |1 - GPS or equivalent                                                 |

###### command: 4
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|WDY     |Weekday                                           |enum    |1 - Monday                                                            |
|        |                                                  |        |2 - Tuesday                                                           |
|        |                                                  |        |3 - Wednesday                                                         |
|        |                                                  |        |4 - Thursday                                                          |
|        |                                                  |        |5 - Friday                                                            |
|        |                                                  |        |6 - Saturday                                                          |
|        |                                                  |        |7 - Sunday                                                            |
|HR      |Hour                                              |value   |0.0-23.0 ↔ 0.0-23.0                                                   |
|MIN     |Minute                                            |value   |0.0-59.0 ↔ 0.0-59.0                                                   |
|SEC     |Second                                            |value   |0.0-59.0 ↔ 0.0-59.0                                                   |
|TMF     |Time Format                                       |enum    |0 - 24 Hours                                                          |
|        |                                                  |        |1 - 12 Hours                                                          |
|A/PM    |AM/PM                                             |enum    |0 - AM                                                                |
|        |                                                  |        |1 - PM                                                                |
|SRC     |Source                                            |enum    |0 - Real Time Clock                                                   |
|        |                                                  |        |1 - GPS or equivalent                                                 |

###### command: 5
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|ELV     |Elevation                                         |value   |0.0-180.0 ↔ -90.0-90.0 °                                              |
|AZM     |Azimut                                            |value   |0.0-359.0 ↔ 0.0-359.0 °                                               |

###### command: 6
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|        |Latitude(MSB)                                     |value   |0.0-15.0 ↔ 0.0-15.0                                                   |
|LOT(MSB)|Longitude(MSB)                                    |value   |0.0-15.0 ↔ 0.0-15.0                                                   |
|LAT(LSB)|Latitude(LSB)                                     |value   |0.0-255.0 ↔ 0.0-255.0                                                 |
|LOT(LSB)|Longitude(LSB)                                    |value   |0.0-255.0 ↔ 0.0-255.0                                                 |


##### RORG 0xA5 - FUNC 0x14 - TYPE 0x01 - Single Input Contact (Window/Door), Supply voltage monitor

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|SVC     |Supply voltage / super cap. (linear); 251 - 255 reserved for error code|value   |0.0-250.0 ↔ 0.0-5.0 V                                                 |
|CT      |Contact                                           |enum    |1 - open                                                              |
|        |                                                  |        |0 - closed                                                            |


##### RORG 0xA5 - FUNC 0x20 - TYPE 0x01 - Battery Powered Actuator (BI-DIR)

###### direction: 1
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|CV      |Current Value                                     |value   |0.0-100.0 ↔ 0.0-100.0 %                                               |
|SO      |Service On                                        |enum    |0 - off                                                               |
|        |                                                  |        |1 - on                                                                |
|ENIE    |Energy input enabled                              |enum    |0 - false                                                             |
|        |                                                  |        |1 - true                                                              |
|ES      |Energy storage sufficiently charged               |enum    |0 - false                                                             |
|        |                                                  |        |1 - true                                                              |
|BCAP    |Battery capacity; change battery next days        |enum    |0 - false                                                             |
|        |                                                  |        |1 - true                                                              |
|CCO     |Contact, cover open                               |enum    |0 - false                                                             |
|        |                                                  |        |1 - true                                                              |
|FTS     |Failure Temperature sensor, out of range          |enum    |0 - false                                                             |
|        |                                                  |        |1 - true                                                              |
|DWO     |Detection, window open                            |enum    |0 - false                                                             |
|        |                                                  |        |1 - true                                                              |
|ACO     |Actuator obstructed                               |enum    |0 - false                                                             |
|        |                                                  |        |1 - true                                                              |
|TMP     |Temperature (linear)                              |value   |0.0-255.0 ↔ 0.0-40.0 °C                                               |

###### direction: 2
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|SP      |Valve Position or Temperature Setpoint            |value   |0.0-100.0 ↔ 0.0-100.0 %                                               |
|TMP     |Temperature from RCU                              |value   |0.0-255.0 ↔ 0.0-40.0 °C                                               |
|RIN     |Run init sequence                                 |enum    |0 - false                                                             |
|        |                                                  |        |1 - true                                                              |
|LFS     |Lift set                                          |enum    |0 - false                                                             |
|        |                                                  |        |1 - true                                                              |
|VO      |Valve open / maintenance                          |enum    |0 - false                                                             |
|        |                                                  |        |1 - true                                                              |
|VC      |Valve closed                                      |enum    |0 - false                                                             |
|        |                                                  |        |1 - true                                                              |
|SB      |Summer bit, Reduction of energy consumption       |enum    |0 - false                                                             |
|        |                                                  |        |1 - true                                                              |
|SPS     |Set point selection                               |enum    |0 - Valve position                                                    |
|        |                                                  |        |1 - Temperature set point                                             |
|SPN     |Set point inverse                                 |enum    |0 - false                                                             |
|        |                                                  |        |1 - true                                                              |
|RCU     |Select function                                   |enum    |0 - RCU                                                               |
|        |                                                  |        |1 - service on                                                        |

##### RORG 0xA5 - FUNC 0x20 - TYPE 0x06 - HVAC Components,Harvesting-powered actuator with local temperature offset control

###### direction: 1
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|CV      |Current Valve                                     |value   |0.0-100.0 ↔ 0.0-100.0 %                                               |
|LOM     |Local Offset Mode                                 |enum    |0 - LO is relative - Offsettemperature                                |
|        |                                                  |        |1 - LO is absolute - Absoluttemperature                               |
|LO      |Local Offset                                      |enum    |0-80 - Temperature setpoint °C +/- local offset °C                    |
|        |                                                  |        |0x0 - Local Offset 0C                                                 |
|        |                                                  |        |1 - Local Offset 1C                                                   |
|        |                                                  |        |2 - Local Offset 2C                                                   |
|        |                                                  |        |3 - Local Offset 3C                                                   |
|        |                                                  |        |4 - Local Offset 4C                                                   |
|        |                                                  |        |5 - Local Offset 5C                                                   |
|        |                                                  |        |123 - Local Offset -5C                                                |
|        |                                                  |        |124 - Local Offset -4C                                                |
|        |                                                  |        |125 - Local Offset -3C                                                |
|        |                                                  |        |126 - Local Offset -2C                                                |
|        |                                                  |        |127 - Local Offset -1C                                                |
|TMP     |Temperature                                       |enum    |0-160 - Local Ambient or Feed temperature (Selected by Direction 2, DB1.1)|
|TSL     |Tempertature Selection                            |enum    |0 - Ambient Sensor Temperature                                        |
|        |                                                  |        |1 - Feed Sensor Temperature                                           |
|ENIE    |Energy Input Enabled                              |enum    |0 - Not Harvesting                                                    |
|        |                                                  |        |1 - Harvesting active                                                 |
|ES      |Energy Storage                                    |enum    |0 - Low - almost discharged                                           |
|        |                                                  |        |1 - Sufficently charged                                               |
|DWO     |Window open detection                             |enum    |0 - NO window open detected                                           |
|        |                                                  |        |1 - Window open detected                                              |
|RCE     |Radio Com Error                                   |enum    |0 - Radio communication is stable                                     |
|        |                                                  |        |1 - 6 or more consecutive communication erros have occured            |
|RSS     |Radio Signal strength                             |enum    |0 - Radio signal is strong                                            |
|        |                                                  |        |1 - Radio signal is weak under -77dBm                                 |
|ACO     |Actuator obstructed                               |enum    |0 - Actuator working correctly                                        |
|        |                                                  |        |1 - Actuator blocked                                                  |

###### direction: 2
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|SP      |Setpoint                                          |enum    |                                                                      |
|TMP     |Room temperature from control unit                |value   |0.0-160.0 ↔ 0.0-40.0 %                                                |
|REF     |Reference run                                     |enum    |0 - Normal operation                                                  |
|        |                                                  |        |1 - Reference run                                                     |
|RFC     |RF Communication intervall                        |enum    |0 - Auto                                                              |
|        |                                                  |        |1 - 2 minutes                                                         |
|        |                                                  |        |2 - 5 minutes                                                         |
|        |                                                  |        |3 - 10 minutes                                                        |
|        |                                                  |        |4 - 20 minutes                                                        |
|        |                                                  |        |5 - 30 minutes                                                        |
|        |                                                  |        |6 - 60 minutes                                                        |
|        |                                                  |        |7 - 120 minutes                                                       |
|SB      |Initiate summer mode Bit                          |enum    |0 - Normal operation                                                  |
|        |                                                  |        |1 - Summer mode with 8hours radio duty cycle                          |
|SPS     |Set point selection                               |enum    |0 - Valve position mode                                               |
|        |                                                  |        |1 - Temperature setpoint                                              |
|TSL     |Temperature Selection                             |enum    |0 - Request ambient temperature                                       |
|        |                                                  |        |1 - Request feedtemperature                                           |
|SBY     |Standbye                                          |enum    |0 - Normal operation                                                  |
|        |                                                  |        |1 - Enter standbye                                                    |


##### RORG 0xA5 - FUNC 0x12 - TYPE 0x01 - Electricity

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|MR      |current value in W or cumulative value in kWh     |value   |0.0-16777215.0 ↔ 0.0-16777215.0                                       |
|TI      |Tariff info                                       |value   |0.0-15.0 ↔ 0.0-15.0                                                   |
|DT      |Current value or cumulative value                 |enum    |0 - kWh                                                               |
|        |                                                  |        |1 - W                                                                 |
|DIV     |Divisor for value                                 |enum    |0 - x/1                                                               |
|        |                                                  |        |1 - x/10                                                              |
|        |                                                  |        |2 - x/100                                                             |
|        |                                                  |        |3 - x/1000                                                            |


##### RORG 0xA5 - FUNC 0x30 - TYPE 0x03 - Digital Inputs, Wake and Temperature

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature (linear)                              |value   |255.0-0.0 ↔ 0.0-40.0 °C                                               |
|WA0     |Value of wake signal                              |enum    |0 - Low                                                               |
|        |                                                  |        |1 - High                                                              |
|DI3     |Digital Input 3                                   |enum    |0 - Low                                                               |
|        |                                                  |        |1 - High                                                              |
|DI2     |Digital Input 2                                   |enum    |0 - Low                                                               |
|        |                                                  |        |1 - High                                                              |
|DI1     |Digital Input 1                                   |enum    |0 - Low                                                               |
|        |                                                  |        |1 - High                                                              |
|DI0     |Digital Input 0                                   |enum    |0 - Low                                                               |
|        |                                                  |        |1 - High                                                              |


##### RORG 0xA5 - FUNC 0x38 - TYPE 0x08 - Gateway

###### command: 1
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|COM     |Command ID                                        |enum    |0-13 - Command ID {value}                                             |
|TIM     |Time in 1/10 seconds. 0 = no time specifed        |value   |1.0-65535.0 ↔ 0.1-6553.5 s                                            |
|LCK     |Lock for duration time if time >0, unlimited time of no time specified. Locking may be cleared with "unlock". During lock phase no other commands will be accepted or executed|enum    |0 - Unlock                                                            |
|        |                                                  |        |1 - Lock                                                              |
|DEL     |Delay or duration (if Time > 0); 0 = Duration (Execute switching command immediately and switch back after duration) 1 = Delay (Execute switching command after delay)|enum    |0 - Duration                                                          |
|        |                                                  |        |1 - Delay                                                             |
|SW      |Switching command ON/OFF                          |enum    |0 - Off                                                               |
|        |                                                  |        |1 - On                                                                |

###### command: 2
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|COM     |Command ID                                        |enum    |0-13 - Command ID {value}                                             |
|EDIM    |Dimming value (absolute [0...255] or relative [0...100])|value   |0.0-255.0 ↔ 0.0-255.0 %                                               |
|RMP     |Ramping time in seconds, 0 = no ramping, 1...255 = seconds to 100%|value   |0.0-255.0 ↔ 0.0-255.0 s                                               |
|EDIMR   |Dimming Range                                     |enum    |0 - Absolute value                                                    |
|        |                                                  |        |1 - Relative value                                                    |
|STR     |Store final value                                 |enum    |0 - No                                                                |
|        |                                                  |        |1 - Yes                                                               |
|SW      |Switching command                                 |enum    |0 - Off                                                               |
|        |                                                  |        |1 - On                                                                |


### VLD Telegram (0xD2)

##### RORG 0xD2 - FUNC 0x01 - TYPE 0x01 - Electronic switch with Local Control

###### command: 4
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|PF      |Power Failure                                     |enum    |0 - Power Failure Detection disabled/not supported                    |
|        |                                                  |        |1 - Power Failure Detection enabled                                   |
|PFD     |Power Failure Detection                           |enum    |0 - Power Failure Detection not detected/not supported/disabled       |
|        |                                                  |        |1 - Power Failure Detection Detected                                  |
|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |
|OC      |Over current switch off                           |enum    |0 - Over current switch off: ready / not supported                    |
|        |                                                  |        |1 - Over current switch off: executed                                 |
|EL      |Error level                                       |enum    |0 - Error level 0: hardware OK                                        |
|        |                                                  |        |1 - Error level 1: hardware warning                                   |
|        |                                                  |        |2 - Error level 2: hardware failure                                   |
|        |                                                  |        |3 - Error level not supported                                         |
|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |
|        |                                                  |        |30 - Not applicable, do not use                                       |
|        |                                                  |        |31 - Input channel (from mains supply)                                |
|LC      |Local control                                     |enum    |0 - Local control disabled / not supported                            |
|        |                                                  |        |1 - Local control enabled                                             |
|OV      |Output value                                      |enum    |0 - Output value 0% or OFF                                            |
|        |                                                  |        |1-100 - Output value {value}% or ON                                   |
|        |                                                  |        |101-126 - Not used                                                    |
|        |                                                  |        |127 - output value not valid / not set                                |

###### command: 1
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |
|DV      |Dim value                                         |enum    |0 - Switch to new output value                                        |
|        |                                                  |        |1 - Dim to new output level - dim timer 1                             |
|        |                                                  |        |2 - Dim to new output level - dim timer 2                             |
|        |                                                  |        |3 - Dim to new output level - dim timer 3                             |
|        |                                                  |        |4 - Stop dimming                                                      |
|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |
|        |                                                  |        |30 - All output channels supported by the device                      |
|        |                                                  |        |31 - Input channel (from mains supply)                                |
|OV      |Output value                                      |enum    |0 - Output value 0% or OFF                                            |
|        |                                                  |        |1-100 - Output value {value}% or ON                                   |
|        |                                                  |        |101-126 - Not used                                                    |
|        |                                                  |        |127 - output value not valid / not set                                |

##### RORG 0xD2 - FUNC 0x01 - TYPE 0x0E - Electronic switch with Local Control

###### command: 4
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|PF      |Power Failure                                     |enum    |0 - Power Failure Detection disabled/not supported                    |
|        |                                                  |        |1 - Power Failure Detection enabled                                   |
|PFD     |Power Failure Detection                           |enum    |0 - Power Failure Detection not detected/not supported/disabled       |
|        |                                                  |        |1 - Power Failure Detection Detected                                  |
|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |
|OC      |Over current switch off                           |enum    |0 - Over current switch off: ready / not supported                    |
|        |                                                  |        |1 - Over current switch off: executed                                 |
|EL      |Error level                                       |enum    |0 - Error level 0: hardware OK                                        |
|        |                                                  |        |1 - Error level 1: hardware warning                                   |
|        |                                                  |        |2 - Error level 2: hardware failure                                   |
|        |                                                  |        |3 - Error level not supported                                         |
|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |
|        |                                                  |        |30 - Not applicable, do not use                                       |
|        |                                                  |        |31 - Input channel (from mains supply)                                |
|LC      |Local control                                     |enum    |0 - Local control disabled / not supported                            |
|        |                                                  |        |1 - Local control enabled                                             |
|OV      |Output value                                      |enum    |0 - Output value 0% or OFF                                            |
|        |                                                  |        |1-100 - Output value {value}% or ON                                   |
|        |                                                  |        |101-126 - Not used                                                    |
|        |                                                  |        |127 - output value not valid / not set                                |

###### command: 1
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |
|DV      |Dim value                                         |enum    |0 - Switch to new output value                                        |
|        |                                                  |        |1 - Dim to new output level - dim timer 1                             |
|        |                                                  |        |2 - Dim to new output level - dim timer 2                             |
|        |                                                  |        |3 - Dim to new output level - dim timer 3                             |
|        |                                                  |        |4 - Stop dimming                                                      |
|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |
|        |                                                  |        |30 - All output channels supported by the device                      |
|        |                                                  |        |31 - Input channel (from mains supply)                                |
|OV      |Output value                                      |enum    |0 - Output value 0% or OFF                                            |
|        |                                                  |        |1-100 - Output value {value}% or ON                                   |
|        |                                                  |        |101-126 - Not used                                                    |
|        |                                                  |        |127 - output value not valid / not set                                |

###### command: 6
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |
|qu      |Measurement to query                              |enum    |0 - Query energy                                                      |
|        |                                                  |        |1 - Query power                                                       |
|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |
|        |                                                  |        |30 - All output channels supported by the device                      |
|        |                                                  |        |31 - Input channel (from mains supply)                                |

###### command: 7
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |
|UN      |Unit                                              |enum    |0 - Ws                                                                |
|        |                                                  |        |1 - Wh                                                                |
|        |                                                  |        |2 - kWh                                                               |
|        |                                                  |        |3 - W                                                                 |
|        |                                                  |        |4 - kW                                                                |
|        |                                                  |        |5-7 - Not used                                                        |
|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |
|        |                                                  |        |30 - Not applicable, do not use                                       |
|        |                                                  |        |31 - Input channel (from mains supply)                                |
|MV      |Measurement value                                 |value   |1.0-4294967295.0 ↔ 1.0-4294967295.0 None                              |

##### RORG 0xD2 - FUNC 0x01 - TYPE 0x0F - Electronic switch with Local Control

###### command: 4
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|PF      |Power Failure                                     |enum    |0 - Power Failure Detection disabled/not supported                    |
|        |                                                  |        |1 - Power Failure Detection enabled                                   |
|PFD     |Power Failure Detection                           |enum    |0 - Power Failure Detection not detected/not supported/disabled       |
|        |                                                  |        |1 - Power Failure Detection Detected                                  |
|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |
|OC      |Over current switch off                           |enum    |0 - Over current switch off: ready / not supported                    |
|        |                                                  |        |1 - Over current switch off: executed                                 |
|EL      |Error level                                       |enum    |0 - Error level 0: hardware OK                                        |
|        |                                                  |        |1 - Error level 1: hardware warning                                   |
|        |                                                  |        |2 - Error level 2: hardware failure                                   |
|        |                                                  |        |3 - Error level not supported                                         |
|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |
|        |                                                  |        |30 - Not applicable, do not use                                       |
|        |                                                  |        |31 - Input channel (from mains supply)                                |
|LC      |Local control                                     |enum    |0 - Local control disabled / not supported                            |
|        |                                                  |        |1 - Local control enabled                                             |
|OV      |Output value                                      |enum    |0 - Output value 0% or OFF                                            |
|        |                                                  |        |1-100 - Output value {value}% or ON                                   |
|        |                                                  |        |101-126 - Not used                                                    |
|        |                                                  |        |127 - output value not valid / not set                                |

###### command: 1
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |
|DV      |Dim value                                         |enum    |0 - Switch to new output value                                        |
|        |                                                  |        |1 - Dim to new output level - dim timer 1                             |
|        |                                                  |        |2 - Dim to new output level - dim timer 2                             |
|        |                                                  |        |3 - Dim to new output level - dim timer 3                             |
|        |                                                  |        |4 - Stop dimming                                                      |
|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |
|        |                                                  |        |30 - All output channels supported by the device                      |
|        |                                                  |        |31 - Input channel (from mains supply)                                |
|OV      |Output value                                      |enum    |0 - Output value 0% or OFF                                            |
|        |                                                  |        |1-100 - Output value {value}% or ON                                   |
|        |                                                  |        |101-126 - Not used                                                    |
|        |                                                  |        |127 - output value not valid / not set                                |

###### command: 6
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |
|qu      |Measurement to query                              |enum    |0 - Query energy                                                      |
|        |                                                  |        |1 - Query power                                                       |
|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |
|        |                                                  |        |30 - All output channels supported by the device                      |
|        |                                                  |        |31 - Input channel (from mains supply)                                |

###### command: 7
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |
|UN      |Unit                                              |enum    |0 - Ws                                                                |
|        |                                                  |        |1 - Wh                                                                |
|        |                                                  |        |2 - kWh                                                               |
|        |                                                  |        |3 - W                                                                 |
|        |                                                  |        |4 - kW                                                                |
|        |                                                  |        |5-7 - Not used                                                        |
|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |
|        |                                                  |        |30 - Not applicable, do not use                                       |
|        |                                                  |        |31 - Input channel (from mains supply)                                |
|MV      |Measurement value                                 |value   |1.0-4294967295.0 ↔ 1.0-4294967295.0 None                              |

##### RORG 0xD2 - FUNC 0x01 - TYPE 0x12 - Electronic switch with Local Control

###### command: 4
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|PF      |Power Failure                                     |enum    |0 - Power Failure Detection disabled/not supported                    |
|        |                                                  |        |1 - Power Failure Detection enabled                                   |
|PFD     |Power Failure Detection                           |enum    |0 - Power Failure Detection not detected/not supported/disabled       |
|        |                                                  |        |1 - Power Failure Detection Detected                                  |
|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |
|OC      |Over current switch off                           |enum    |0 - Over current switch off: ready / not supported                    |
|        |                                                  |        |1 - Over current switch off: executed                                 |
|EL      |Error level                                       |enum    |0 - Error level 0: hardware OK                                        |
|        |                                                  |        |1 - Error level 1: hardware warning                                   |
|        |                                                  |        |2 - Error level 2: hardware failure                                   |
|        |                                                  |        |3 - Error level not supported                                         |
|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |
|        |                                                  |        |30 - Not applicable, do not use                                       |
|        |                                                  |        |31 - Input channel (from mains supply)                                |
|LC      |Local control                                     |enum    |0 - Local control disabled / not supported                            |
|        |                                                  |        |1 - Local control enabled                                             |
|OV      |Output value                                      |enum    |0 - Output value 0% or OFF                                            |
|        |                                                  |        |1-100 - Output value {value}% or ON                                   |
|        |                                                  |        |101-126 - Not used                                                    |
|        |                                                  |        |127 - output value not valid / not set                                |

###### command: 1
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |
|DV      |Dim value                                         |enum    |0 - Switch to new output value                                        |
|        |                                                  |        |1 - Dim to new output level - dim timer 1                             |
|        |                                                  |        |2 - Dim to new output level - dim timer 2                             |
|        |                                                  |        |3 - Dim to new output level - dim timer 3                             |
|        |                                                  |        |4 - Stop dimming                                                      |
|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |
|        |                                                  |        |30 - All output channels supported by the device                      |
|        |                                                  |        |31 - Input channel (from mains supply)                                |
|        |                                                  |        |32-127 - Output channel {value} (to load)                             |
|OV      |Output value                                      |enum    |0 - Output value 0% or OFF                                            |
|        |                                                  |        |1-100 - Output value {value}% or ON                                   |
|        |                                                  |        |101-126 - Not used                                                    |
|        |                                                  |        |127 - output value not valid / not set                                |

###### command: 6
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |
|qu      |Measurement to query                              |enum    |0 - Query energy                                                      |
|        |                                                  |        |1 - Query power                                                       |
|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |
|        |                                                  |        |30 - All output channels supported by the device                      |
|        |                                                  |        |31 - Input channel (from mains supply)                                |

###### command: 7
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |
|UN      |Unit                                              |enum    |0 - Ws                                                                |
|        |                                                  |        |1 - Wh                                                                |
|        |                                                  |        |2 - kWh                                                               |
|        |                                                  |        |3 - W                                                                 |
|        |                                                  |        |4 - kW                                                                |
|        |                                                  |        |5-7 - Not used                                                        |
|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |
|        |                                                  |        |30 - Not applicable, do not use                                       |
|        |                                                  |        |31 - Input channel (from mains supply)                                |
|MV      |Measurement value                                 |value   |1.0-4294967295.0 ↔ 1.0-4294967295.0 None                              |


##### RORG 0xD2 - FUNC 0x05 - TYPE 0x00 - Type 0x00

###### command: 1
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|POS     |Vertical position                                 |enum    |0-100 - Output position {value}%                                      |
|        |                                                  |        |127 - Do not change                                                   |
|ANG     |Rotation angle                                    |enum    |0-100 - Output angle {value}%                                         |
|        |                                                  |        |127 - Do not change                                                   |
|REPO    |Repositioning                                     |enum    |0 - Go directly to POS/ANG                                            |
|        |                                                  |        |1 - Go up (0%), then to POS/ANG                                       |
|        |                                                  |        |2 - Go down (100%), then to POS/ANG                                   |
|        |                                                  |        |3 - Reserved                                                          |
|LOCK    |Locking modes                                     |enum    |0 - Do not change                                                     |
|        |                                                  |        |1 - Set blockage mode                                                 |
|        |                                                  |        |2 - Set alarm mode                                                    |
|        |                                                  |        |3 - Reserved                                                          |
|        |                                                  |        |4 - Reserved                                                          |
|        |                                                  |        |5 - Reserved                                                          |
|        |                                                  |        |6 - Reserved                                                          |
|        |                                                  |        |7 - Deblockage                                                        |
|CHN     |Channel                                           |enum    |0 - Channel 1                                                         |
|CMD     |Command Id                                        |enum    |0-5 - Command ID {value}                                              |

###### command: 2
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|CHN     |Channel                                           |enum    |0 - Channel 1                                                         |
|CMD     |Command Id                                        |enum    |0-5 - Command ID {value}                                              |

###### command: 3
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|CHN     |Channel                                           |enum    |0 - Channel 1                                                         |
|CMD     |Command Id                                        |enum    |0-5 - Command ID {value}                                              |

###### command: 4
|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|POS     |Vertical position                                 |enum    |0-100 - Output position {value}%                                      |
|        |                                                  |        |127 - Do not change                                                   |
|ANG     |Rotation angle                                    |enum    |0-100 - Output angle {value}%                                         |
|        |                                                  |        |127 - Do not change                                                   |
|REPO    |Repositioning                                     |enum    |0 - Go directly to POS/ANG                                            |
|        |                                                  |        |1 - Go up (0%), then to POS/ANG                                       |
|        |                                                  |        |2 - Go down (100%), then to POS/ANG                                   |
|        |                                                  |        |3 - Reserved                                                          |
|LOCK    |Locking modes                                     |enum    |0 - Do not change                                                     |
|        |                                                  |        |1 - Set blockage mode                                                 |
|        |                                                  |        |2 - Set alarm mode                                                    |
|        |                                                  |        |3 - Reserved                                                          |
|        |                                                  |        |4 - Reserved                                                          |
|        |                                                  |        |5 - Reserved                                                          |
|        |                                                  |        |6 - Reserved                                                          |
|        |                                                  |        |7 - Deblockage                                                        |
|CHN     |Channel                                           |enum    |0 - Channel 1                                                         |
|CMD     |Command Id                                        |enum    |0-5 - Command ID {value}                                              |


##### RORG 0xD2 - FUNC 0x14 - TYPE 0x41 - Indoor -Temperature, Humidity XYZ Acceleration, Illumination Sensor

|shortcut|description                                       |type    |values                                                                |
|--------|--------------------------------------------------|--------|----                                                                  |
|TMP     |Temperature 10                                    |value   |0.0-1000.0 ↔ -40.0-60.0 °C                                            |
|HUM     |Rel. Humidity linear)                             |value   |0.0-200.0 ↔ 0.0-100.0 %                                               |
|ILL     |Illumination linear)                              |value   |0.0-100000.0 ↔ 0.0-100000.0 lx                                        |
|ACC     |Acceleration Status                               |enum    |0 - Periodic Update                                                   |
|        |                                                  |        |1 - Threshold 1 exceeded                                              |
|        |                                                  |        |2 - Threshold 2 exceeded                                              |
|ACX     |Absolute Acceleration on X axis                   |value   |0.0-1000.0 ↔ -2.5-2.5 g                                               |
|ACY     |Absolute Acceleration on Y axis                   |value   |0.0-1000.0 ↔ -2.5-2.5 g                                               |
|ACZ     |Absolute Acceleration on Z axis                   |value   |0.0-1000.0 ↔ -2.5-2.5 g                                               |
|CO      |Contact                                           |enum    |0 - Open                                                              |
|        |                                                  |        |1 - Closed                                                            |



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "enocean4ha",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Torsten Pieper <topic2k@atlogger.de>",
    "keywords": "EnOcean, HomeAssistant",
    "author": null,
    "author_email": "Kimmo Huoman <kipenroskaposti@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/36/ab/5be463412a07eaed97364e21856ff52eefb920d82b00232c389190f70bd2/enocean4ha-0.71.0.tar.gz",
    "platform": null,
    "description": "# Python EnOcean #\n\n[![Linting And Testing Status](https://github.com/topic2k/enocean4ha/actions/workflows/lint_and_test.yml/badge.svg?branch=main)](https://github.com/topic2k/enocean4ha/actions/workflows/lint_and_test.yml)\n[![Coverage Status](https://coveralls.io/repos/github/topic2k/enocean4ha/badge.svg?branch=main)](https://coveralls.io/github/topic2k/enocean4ha?branch=main)\n[![PyPi](https://img.shields.io/pypi/v/enocean4ha?logo=pypi&logoColor=959DA5)](https://pypi.org/project/enocean4ha/)\n\n\nA Python library for reading and controlling [EnOcean](http://www.enocean.com/) devices.\n\nIt started as a part of the [Forget Me Not](http://www.element14.com/community/community/design-challenges/forget-me-not)\ndesign challenge @ [element14](http://www.element14.com/).\n\n<sub>This fork was created, because the [original repo](https://github.com/kipe/enocean) seems to be inactive, and i needed\nto add EEPs to make some devices usable in [Home Assistant](https://www.home-assistant.io/).</sub>\n\n\n\n## Install ##\n\nIf not installed already, install [pip](https://pypi.python.org/pypi/pip) by running\n\n`sudo apt-get install python-pip`\n\nAfter pip is installed, install the module by running\n\n`sudo pip install enocean4ha` (or `sudo pip install git+https://github.com/topic2k/enocean4ha.git` if you want the \"bleeding edge\").\n\nAfter this, it's just a matter of running `enocean_example.py` and pressing the\nlearn button on magnetic contact or temperature switch or pressing the rocker switch.\n\nYou should be displayed with a log of the presses, as well as parsed values\n(assuming the sensors are the ones provided in the [EnOcean Starter Kit](https://www.enocean.com/en/enocean_modules/esk-300)).\n\nThe example script can be stopped by pressing `CTRL+C`\n\n---\n\n\n# Supported profiles\nAll profiles (should) correspond to the official [EEP](https://www.enocean-alliance.org/eep/) by EnOcean.\n\n<details><summary> RPS Telegram (0xF6) </summary>\n\n- [FUNC 0x01 - TYPE 0x01 - Push Button](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xF6---func-0x01---type-0x01---push-button)\n- [FUNC 0x02 - TYPE 0x01 - Light and Blind Control - Application Style 1](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xF6---func-0x02---type-0x01---light-and-blind-control---application-style-1)\n- [FUNC 0x02 - TYPE 0x02 - Light and Blind Control - Application Style 2](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xF6---func-0x02---type-0x02---light-and-blind-control---application-style-2)\n- [FUNC 0x05 - TYPE 0x01 - Liquid Leakage Sensor (mechanic harvester)](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xF6---func-0x05---type-0x01---liquid-leakage-sensor-(mechanic-harvester))\n- [FUNC 0x05 - TYPE 0x02 - Smoke Detector](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xF6---func-0x05---type-0x02---smoke-detector)\n- [FUNC 0x10 - TYPE 0x00 - Window Handle](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xF6---func-0x10---type-0x00---window-handle)\n\n</details>\n\n<details><summary> 1BS Telegram (0xD5) </summary>\n\n- [FUNC 0x00 - TYPE 0x01 - Single Input Contact](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xD5---func-0x00---type-0x01---single-input-contact)\n\n</details>\n\n<details><summary> 4BS Telegram (0xA5) </summary>\n\n- [FUNC 0x02 - TYPE 0x01 - Temperature Sensor Range -40\u00b0C to 0\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x01---temperature-sensor-range--40\u00b0c-to-0\u00b0c)\n- [FUNC 0x02 - TYPE 0x02 - Temperature Sensor Range -30\u00b0C to +10\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x02---temperature-sensor-range--30\u00b0c-to-+10\u00b0c)\n- [FUNC 0x02 - TYPE 0x03 - Temperature Sensor Range -20\u00b0C to +20\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x03---temperature-sensor-range--20\u00b0c-to-+20\u00b0c)\n- [FUNC 0x02 - TYPE 0x04 - Temperature Sensor Range -10\u00b0C to +30\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x04---temperature-sensor-range--10\u00b0c-to-+30\u00b0c)\n- [FUNC 0x02 - TYPE 0x05 - Temperature Sensor Range 0\u00b0C to +40\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x05---temperature-sensor-range-0\u00b0c-to-+40\u00b0c)\n- [FUNC 0x02 - TYPE 0x06 - Temperature Sensor Range +10\u00b0C to +50\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x06---temperature-sensor-range-+10\u00b0c-to-+50\u00b0c)\n- [FUNC 0x02 - TYPE 0x07 - Temperature Sensor Range +20\u00b0C to +60\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x07---temperature-sensor-range-+20\u00b0c-to-+60\u00b0c)\n- [FUNC 0x02 - TYPE 0x08 - Temperature Sensor Range +30\u00b0C to +70\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x08---temperature-sensor-range-+30\u00b0c-to-+70\u00b0c)\n- [FUNC 0x02 - TYPE 0x09 - Temperature Sensor Range +40\u00b0C to +80\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x09---temperature-sensor-range-+40\u00b0c-to-+80\u00b0c)\n- [FUNC 0x02 - TYPE 0x0A - Temperature Sensor Range +50\u00b0C to +90\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x0A---temperature-sensor-range-+50\u00b0c-to-+90\u00b0c)\n- [FUNC 0x02 - TYPE 0x0B - Temperature Sensor Range +60\u00b0C to +100\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x0B---temperature-sensor-range-+60\u00b0c-to-+100\u00b0c)\n- [FUNC 0x02 - TYPE 0x10 - Temperature Sensor Range -60\u00b0C to +20\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x10---temperature-sensor-range--60\u00b0c-to-+20\u00b0c)\n- [FUNC 0x02 - TYPE 0x11 - Temperature Sensor Range -50\u00b0C to +30\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x11---temperature-sensor-range--50\u00b0c-to-+30\u00b0c)\n- [FUNC 0x02 - TYPE 0x12 - Temperature Sensor Range -40\u00b0C to +40\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x12---temperature-sensor-range--40\u00b0c-to-+40\u00b0c)\n- [FUNC 0x02 - TYPE 0x13 - Temperature Sensor Range -30\u00b0C to +50\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x13---temperature-sensor-range--30\u00b0c-to-+50\u00b0c)\n- [FUNC 0x02 - TYPE 0x14 - Temperature Sensor Range -20\u00b0C to +60\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x14---temperature-sensor-range--20\u00b0c-to-+60\u00b0c)\n- [FUNC 0x02 - TYPE 0x15 - Temperature Sensor Range -10\u00b0C to +70\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x15---temperature-sensor-range--10\u00b0c-to-+70\u00b0c)\n- [FUNC 0x02 - TYPE 0x16 - Temperature Sensor Range 0\u00b0C to +80\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x16---temperature-sensor-range-0\u00b0c-to-+80\u00b0c)\n- [FUNC 0x02 - TYPE 0x17 - Temperature Sensor Range +10\u00b0C to +90\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x17---temperature-sensor-range-+10\u00b0c-to-+90\u00b0c)\n- [FUNC 0x02 - TYPE 0x18 - Temperature Sensor Range +20\u00b0C to +100\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x18---temperature-sensor-range-+20\u00b0c-to-+100\u00b0c)\n- [FUNC 0x02 - TYPE 0x19 - Temperature Sensor Range +30\u00b0C to +110\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x19---temperature-sensor-range-+30\u00b0c-to-+110\u00b0c)\n- [FUNC 0x02 - TYPE 0x1A - Temperature Sensor Range +40\u00b0C to +120\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x1A---temperature-sensor-range-+40\u00b0c-to-+120\u00b0c)\n- [FUNC 0x02 - TYPE 0x1B - Temperature Sensor Range +50\u00b0C to +130\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x1B---temperature-sensor-range-+50\u00b0c-to-+130\u00b0c)\n- [FUNC 0x02 - TYPE 0x20 - 10 Bit Temperature Sensor Range -10\u00b0C to +41.2\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x20---10-bit-temperature-sensor-range--10\u00b0c-to-+41.2\u00b0c)\n- [FUNC 0x02 - TYPE 0x30 - 10 Bit Temperature Sensor Range -40\u00b0C to +62.3\u00b0C](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x02---type-0x30---10-bit-temperature-sensor-range--40\u00b0c-to-+62.3\u00b0c)\n- [FUNC 0x04 - TYPE 0x01 - Range 0\u00b0C to +40\u00b0C and 0% to 100%](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x04---type-0x01---range-0\u00b0c-to-+40\u00b0c-and-0%-to-100%)\n- [FUNC 0x04 - TYPE 0x02 - Range -20\u00b0C to +60\u00b0C and 0% to 100%](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x04---type-0x02---range--20\u00b0c-to-+60\u00b0c-and-0%-to-100%)\n- [FUNC 0x04 - TYPE 0x03 - Range -20\u00b0C to +60\u00b0C 10bit-measurement and 0% to 100%](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x04---type-0x03---range--20\u00b0c-to-+60\u00b0c-10bit-measurement-and-0%-to-100%)\n- [FUNC 0x04 - TYPE 0x04 - Range -40\u00b0C to +120\u00b0C 12bit-measurement and 0% to 100%](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x04---type-0x04---range--40\u00b0c-to-+120\u00b0c-12bit-measurement-and-0%-to-100%)\n- [FUNC 0x06 - TYPE 0x01 - Range 300lx to 60.000lx](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x06---type-0x01---range-300lx-to-60.000lx)\n- [FUNC 0x06 - TYPE 0x02 - Range 0lx to 1.020lx](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x06---type-0x02---range-0lx-to-1.020lx)\n- [FUNC 0x07 - TYPE 0x01 - Occupancy with Supply voltage monitor](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x07---type-0x01---occupancy-with-supply-voltage-monitor)\n- [FUNC 0x07 - TYPE 0x03 - Occupancy with Supply voltage monitor and 10-bit illumination measurement](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x07---type-0x03---occupancy-with-supply-voltage-monitor-and-10-bit-illumination-measurement)\n- [FUNC 0x08 - TYPE 0x01 - Range 0lx to 510lx, 0\u00b0C to +51\u00b0C and Occupancy Button](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x08---type-0x01---range-0lx-to-510lx,-0\u00b0c-to-+51\u00b0c-and-occupancy-button)\n- [FUNC 0x08 - TYPE 0x02 - Range 0lx to 1020lx, 0\u00b0C to +51\u00b0C and Occupancy Button](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x08---type-0x02---range-0lx-to-1020lx,-0\u00b0c-to-+51\u00b0c-and-occupancy-button)\n- [FUNC 0x08 - TYPE 0x03 - Range 0lx to 1020lx, 0\u00b0C to +51\u00b0C and Occupancy Button](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x08---type-0x03---range-0lx-to-1020lx,-0\u00b0c-to-+51\u00b0c-and-occupancy-button)\n- [FUNC 0x09 - TYPE 0x04 - CO2 Sensor](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x09---type-0x04---co2-sensor)\n- [FUNC 0x09 - TYPE 0x05 - VOC Sensor](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x09---type-0x05---voc-sensor)\n- [FUNC 0x09 - TYPE 0x09 - Gas Sensor](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x09---type-0x09---gas-sensor)\n- [FUNC 0x10 - TYPE 0x03 - Temperature Sensor and Set Point](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x10---type-0x03---temperature-sensor-and-set-point)\n- [FUNC 0x10 - TYPE 0x05 - Temperature Sensor, Set Point and Occupancy Control](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x10---type-0x05---temperature-sensor,-set-point-and-occupancy-control)\n- [FUNC 0x10 - TYPE 0x06 - Temperature Sensor, Set Point and Day/Night Control](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x10---type-0x06---temperature-sensor,-set-point-and-day/night-control)\n- [FUNC 0x10 - TYPE 0x10 - Temperature and Humidity Sensor, Set Point and Occupancy Control](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x10---type-0x10---temperature-and-humidity-sensor,-set-point-and-occupancy-control)\n- [FUNC 0x10 - TYPE 0x12 - Temperature and Humidity Sensor and Set Point](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x10---type-0x12---temperature-and-humidity-sensor-and-set-point)\n- [FUNC 0x11 - TYPE 0x02 - Temperature Controller Output](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x11---type-0x02---temperature-controller-output)\n- [FUNC 0x11 - TYPE 0x03 - Blind Status](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x11---type-0x03---blind-status)\n- [FUNC 0x13 - TYPE 0x01 - Weather Station](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x13---type-0x01---weather-station)\n- [FUNC 0x14 - TYPE 0x01 - Single Input Contact (Window/Door), Supply voltage monitor](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x14---type-0x01---single-input-contact-(window/door),-supply-voltage-monitor)\n- [FUNC 0x20 - TYPE 0x01 - Battery Powered Actuator (BI-DIR)](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x20---type-0x01---battery-powered-actuator-(bi-dir))\n- [FUNC 0x20 - TYPE 0x06 - HVAC Components,Harvesting-powered actuator with local temperature offset control](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x20---type-0x06---hvac-components,harvesting-powered-actuator-with-local-temperature-offset-control)\n- [FUNC 0x12 - TYPE 0x01 - Electricity](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x12---type-0x01---electricity)\n- [FUNC 0x30 - TYPE 0x03 - Digital Inputs, Wake and Temperature](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x30---type-0x03---digital-inputs,-wake-and-temperature)\n- [FUNC 0x38 - TYPE 0x08 - Gateway](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xA5---func-0x38---type-0x08---gateway)\n\n</details>\n\n<details><summary> VLD Telegram (0xD2) </summary>\n\n- [FUNC 0x01 - TYPE 0x01 - Electronic switch with Local Control](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xD2---func-0x01---type-0x01---electronic-switch-with-local-control)\n- [FUNC 0x01 - TYPE 0x0E - Electronic switch with Local Control](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xD2---func-0x01---type-0x0E---electronic-switch-with-local-control)\n- [FUNC 0x01 - TYPE 0x0F - Electronic switch with Local Control](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xD2---func-0x01---type-0x0F---electronic-switch-with-local-control)\n- [FUNC 0x01 - TYPE 0x12 - Electronic switch with Local Control](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xD2---func-0x01---type-0x12---electronic-switch-with-local-control)\n- [FUNC 0x05 - TYPE 0x00 - Type 0x00](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xD2---func-0x05---type-0x00---type-0x00)\n- [FUNC 0x14 - TYPE 0x41 - Indoor -Temperature, Humidity XYZ Acceleration, Illumination Sensor](https://github.com/topic2k/enocean4ha/blob/topix/SUPPORTED_PROFILES.md#rorg-0xD2---func-0x14---type-0x41---indoor--temperature,-humidity-xyz-acceleration,-illumination-sensor)\n\n</details>\n\n\n\n---\n\n### RPS Telegram (0xF6)\n\n##### RORG 0xF6 - FUNC 0x01 - TYPE 0x01 - Push Button\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|PB      |Status of the push button                         |enum    |0 - Released                                                          |\n|        |                                                  |        |1 - Pressed                                                           |\n\n\n##### RORG 0xF6 - FUNC 0x02 - TYPE 0x01 - Light and Blind Control - Application Style 1\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|R1      |Rocker 1st action                                 |enum    |0 - Button AI                                                         |\n|        |                                                  |        |1 - Button AO                                                         |\n|        |                                                  |        |2 - Button BI                                                         |\n|        |                                                  |        |3 - Button BO                                                         |\n|EB      |Energy bow                                        |enum    |0 - released                                                          |\n|        |                                                  |        |1 - pressed                                                           |\n|R2      |Rocker 2nd action                                 |enum    |0 - Button AI                                                         |\n|        |                                                  |        |1 - Button AO                                                         |\n|        |                                                  |        |2 - Button BI                                                         |\n|        |                                                  |        |3 - Button BO                                                         |\n|SA      |2nd action                                        |enum    |0 - No 2nd action                                                     |\n|        |                                                  |        |1 - 2nd action valid                                                  |\n|T21     |T21                                               |status  |                                                                      |\n|NU      |NU                                                |status  |                                                                      |\n\n##### RORG 0xF6 - FUNC 0x02 - TYPE 0x02 - Light and Blind Control - Application Style 2\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|R1      |Rocker 1st action                                 |enum    |0 - Button AI                                                         |\n|        |                                                  |        |1 - Button AO                                                         |\n|        |                                                  |        |2 - Button BI                                                         |\n|        |                                                  |        |3 - Button BO                                                         |\n|EB      |Energy bow                                        |enum    |0 - released                                                          |\n|        |                                                  |        |1 - pressed                                                           |\n|R2      |Rocker 2nd action                                 |enum    |0 - Button AI                                                         |\n|        |                                                  |        |1 - Button AO                                                         |\n|        |                                                  |        |2 - Button BI                                                         |\n|        |                                                  |        |3 - Button BO                                                         |\n|SA      |2nd action                                        |enum    |0 - No 2nd action                                                     |\n|        |                                                  |        |1 - 2nd action valid                                                  |\n|T21     |T21                                               |status  |                                                                      |\n|NU      |NU                                                |status  |                                                                      |\n\n\n##### RORG 0xF6 - FUNC 0x05 - TYPE 0x01 - Liquid Leakage Sensor (mechanic harvester)\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|WAS     |Water Sensor                                      |enum    |0-16 - not specified                                                  |\n|        |                                                  |        |17 - Water detected                                                   |\n|        |                                                  |        |18-255 - not specified                                                |\n|T21     |T21                                               |status  |                                                                      |\n|NU      |NU                                                |status  |                                                                      |\n\n##### RORG 0xF6 - FUNC 0x05 - TYPE 0x02 - Smoke Detector\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|SMO     |Status of detection and battery                   |enum    |0 - Smoke Alarm OFF                                                   |\n|        |                                                  |        |16 - Smoke Alarm ON                                                   |\n|        |                                                  |        |48 - Energy LOW                                                       |\n\n\n##### RORG 0xF6 - FUNC 0x10 - TYPE 0x00 - Window Handle\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|WIN     |Window handle                                     |enum    |0 - Moved from up to vertical                                         |\n|        |                                                  |        |1 - Moved from vertical to up                                         |\n|        |                                                  |        |2 - Moved from down to vertical                                       |\n|        |                                                  |        |3 - Moved from vertical to down                                       |\n|T21     |T21                                               |status  |                                                                      |\n|NU      |NU                                                |status  |                                                                      |\n\n\n### 1BS Telegram (0xD5)\n\n##### RORG 0xD5 - FUNC 0x00 - TYPE 0x01 - Single Input Contact\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|CO      |Contact                                           |enum    |0 - open                                                              |\n|        |                                                  |        |1 - closed                                                            |\n\n\n### 4BS Telegram (0xA5)\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x01 - Temperature Sensor Range -40\u00b0C to 0\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 -40.0-0.0 \u00b0C                                              |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x02 - Temperature Sensor Range -30\u00b0C to +10\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 -30.0-10.0 \u00b0C                                             |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x03 - Temperature Sensor Range -20\u00b0C to +20\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 -20.0-20.0 \u00b0C                                             |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x04 - Temperature Sensor Range -10\u00b0C to +30\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 -10.0-30.0 \u00b0C                                             |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x05 - Temperature Sensor Range 0\u00b0C to +40\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 0.0-40.0 \u00b0C                                               |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x06 - Temperature Sensor Range +10\u00b0C to +50\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 10.0-50.0 \u00b0C                                              |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x07 - Temperature Sensor Range +20\u00b0C to +60\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 20.0-60.0 \u00b0C                                              |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x08 - Temperature Sensor Range +30\u00b0C to +70\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 30.0-70.0 \u00b0C                                              |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x09 - Temperature Sensor Range +40\u00b0C to +80\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 40.0-80.0 \u00b0C                                              |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x0A - Temperature Sensor Range +50\u00b0C to +90\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 50.0-90.0 \u00b0C                                              |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x0B - Temperature Sensor Range +60\u00b0C to +100\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 60.0-100.0 \u00b0C                                             |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x10 - Temperature Sensor Range -60\u00b0C to +20\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 -60.0-20.0 \u00b0C                                             |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x11 - Temperature Sensor Range -50\u00b0C to +30\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 -50.0-30.0 \u00b0C                                             |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x12 - Temperature Sensor Range -40\u00b0C to +40\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 -40.0-40.0 \u00b0C                                             |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x13 - Temperature Sensor Range -30\u00b0C to +50\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 -30.0-50.0 \u00b0C                                             |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x14 - Temperature Sensor Range -20\u00b0C to +60\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 -20.0-60.0 \u00b0C                                             |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x15 - Temperature Sensor Range -10\u00b0C to +70\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 -10.0-70.0 \u00b0C                                             |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x16 - Temperature Sensor Range 0\u00b0C to +80\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 0.0-80.0 \u00b0C                                               |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x17 - Temperature Sensor Range +10\u00b0C to +90\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 10.0-90.0 \u00b0C                                              |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x18 - Temperature Sensor Range +20\u00b0C to +100\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 20.0-100.0 \u00b0C                                             |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x19 - Temperature Sensor Range +30\u00b0C to +110\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 30.0-110.0 \u00b0C                                             |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x1A - Temperature Sensor Range +40\u00b0C to +120\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 40.0-120.0 \u00b0C                                             |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x1B - Temperature Sensor Range +50\u00b0C to +130\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 50.0-130.0 \u00b0C                                             |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x20 - 10 Bit Temperature Sensor Range -10\u00b0C to +41.2\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |1023.0-0.0 \u2194 -10.0-41.2 \u00b0C                                            |\n\n##### RORG 0xA5 - FUNC 0x02 - TYPE 0x30 - 10 Bit Temperature Sensor Range -40\u00b0C to +62.3\u00b0C\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |1023.0-0.0 \u2194 -40.0-62.3 \u00b0C                                            |\n\n\n##### RORG 0xA5 - FUNC 0x04 - TYPE 0x01 - Range 0\u00b0C to +40\u00b0C and 0% to 100%\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|HUM     |Rel. Humidity (linear)                            |value   |0.0-250.0 \u2194 0.0-100.0 %                                               |\n|TMP     |Temperature (linear)                              |value   |0.0-250.0 \u2194 0.0-40.0 \u00b0C                                               |\n|TSN     |Availability of the Temperature Sensor            |enum    |0 - not available                                                     |\n|        |                                                  |        |1 - available                                                         |\n\n##### RORG 0xA5 - FUNC 0x04 - TYPE 0x02 - Range -20\u00b0C to +60\u00b0C and 0% to 100%\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|HUM     |Rel. Humidity (linear)                            |value   |0.0-250.0 \u2194 0.0-100.0 %                                               |\n|TMP     |Temperature (linear)                              |value   |0.0-250.0 \u2194 -20.0-60.0 \u00b0C                                             |\n|TSN     |Availability of the Temperature Sensor            |enum    |0 - not available                                                     |\n|        |                                                  |        |1 - available                                                         |\n\n##### RORG 0xA5 - FUNC 0x04 - TYPE 0x03 - Range -20\u00b0C to +60\u00b0C 10bit-measurement and 0% to 100%\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|HUM     |Rel. Humidity (linear)                            |value   |0.0-255.0 \u2194 0.0-100.0 %                                               |\n|TMP     |Temperature (linear)                              |value   |0.0-1023.0 \u2194 -20.0-60.0 \u00b0C                                            |\n|TTP     |Telegram Type                                     |enum    |0 - Heartbeat                                                         |\n|        |                                                  |        |1 - Event triggered                                                   |\n\n##### RORG 0xA5 - FUNC 0x04 - TYPE 0x04 - Range -40\u00b0C to +120\u00b0C 12bit-measurement and 0% to 100%\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|HUM     |Rel. Humidity (linear)                            |value   |0.0-199.0 \u2194 0.0-100.0 %                                               |\n|TMP     |Temperature (linear)                              |value   |0.0-1599.0 \u2194 -40.0-120.0 \u00b0C                                           |\n\n\n##### RORG 0xA5 - FUNC 0x06 - TYPE 0x01 - Range 300lx to 60.000lx\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|SVC     |Supply voltage (linear)                           |value   |0.0-255.0 \u2194 0.0-5.1 V                                                 |\n|ILL2    |Illumination 2 (linear)                           |value   |0.0-255.0 \u2194 300.0-30000.0 lx                                          |\n|ILL1    |Illumination 1 (linear)                           |value   |0.0-255.0 \u2194 600.0-60000.0 lx                                          |\n|RS      |Range select                                      |enum    |0 - Range acc. to DB_1 (ILL1)                                         |\n|        |                                                  |        |1 - Range acc. to DB_2 (ILL2)                                         |\n\n##### RORG 0xA5 - FUNC 0x06 - TYPE 0x02 - Range 0lx to 1.020lx\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|SVC     |Supply voltage (linear)                           |value   |0.0-255.0 \u2194 0.0-5.1 V                                                 |\n|ILL2    |Illumination 2 (linear)                           |value   |0.0-255.0 \u2194 0.0-510.0 lx                                              |\n|ILL1    |Illumination 1 (linear)                           |value   |0.0-255.0 \u2194 0.0-1020.0 lx                                             |\n|RS      |Range select                                      |enum    |0 - Range acc. to DB_1 (ILL1)                                         |\n|        |                                                  |        |1 - Range acc. to DB_2 (ILL2)                                         |\n\n\n##### RORG 0xA5 - FUNC 0x07 - TYPE 0x01 - Occupancy with Supply voltage monitor\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|SVC     |Supply voltage (OPTIONAL)                         |value   |0.0-250.0 \u2194 0.0-5.0 V                                                 |\n|PIR     |PIR Status                                        |enum    |0 - off                                                               |\n|        |                                                  |        |1 - on                                                                |\n\n##### RORG 0xA5 - FUNC 0x07 - TYPE 0x03 - Occupancy with Supply voltage monitor and 10-bit illumination measurement\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|SVC     |Supply voltage (OPTIONAL)                         |value   |0.0-250.0 \u2194 0.0-5.0 V                                                 |\n|ILL     |Illumination (linear)                             |value   |0.0-1000.0 \u2194 0.0-1000.0 lx                                            |\n|PIR     |PIR Status                                        |enum    |0 - Uncertain of occupancy status                                     |\n|        |                                                  |        |1 - Motion detected                                                   |\n\n\n##### RORG 0xA5 - FUNC 0x08 - TYPE 0x01 - Range 0lx to 510lx, 0\u00b0C to +51\u00b0C and Occupancy Button\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|SVC     |Supply voltage (linear)                           |value   |0.0-255.0 \u2194 0.0-5.1 V                                                 |\n|ILL     |Illumination (linear)                             |value   |0.0-255.0 \u2194 0.0-510.0 lx                                              |\n|TMP     |Temperature (linear)                              |value   |0.0-255.0 \u2194 0.0-51.0 \u00b0C                                               |\n|PIRS    |PIR Status                                        |enum    |0 - PIR on                                                            |\n|        |                                                  |        |1 - PIR off                                                           |\n|OCC     |Occupancy Button                                  |enum    |0 - Button pressed                                                    |\n|        |                                                  |        |1 - Button released                                                   |\n\n##### RORG 0xA5 - FUNC 0x08 - TYPE 0x02 - Range 0lx to 1020lx, 0\u00b0C to +51\u00b0C and Occupancy Button\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|SVC     |Supply voltage (linear)                           |value   |0.0-255.0 \u2194 0.0-5.1 V                                                 |\n|ILL     |Illumination (linear)                             |value   |0.0-255.0 \u2194 0.0-1020.0 lx                                             |\n|TMP     |Temperature (linear)                              |value   |0.0-255.0 \u2194 0.0-51.0 \u00b0C                                               |\n|PIRS    |PIR Status                                        |enum    |0 - PIR on                                                            |\n|        |                                                  |        |1 - PIR off                                                           |\n|OCC     |Occupancy Button                                  |enum    |0 - Button pressed                                                    |\n|        |                                                  |        |1 - Button released                                                   |\n\n##### RORG 0xA5 - FUNC 0x08 - TYPE 0x03 - Range 0lx to 1020lx, 0\u00b0C to +51\u00b0C and Occupancy Button\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|SVC     |Supply voltage (linear)                           |value   |0.0-255.0 \u2194 0.0-5.1 V                                                 |\n|ILL     |Illumination (linear)                             |value   |0.0-255.0 \u2194 0.0-1530.0 lx                                             |\n|TMP     |Temperature (linear)                              |value   |0.0-255.0 \u2194 -30.0-50.0 \u00b0C                                             |\n|PIRS    |PIR Status                                        |enum    |0 - PIR on                                                            |\n|        |                                                  |        |1 - PIR off                                                           |\n|OCC     |Occupancy Button                                  |enum    |0 - Button pressed                                                    |\n|        |                                                  |        |1 - Button released                                                   |\n\n\n##### RORG 0xA5 - FUNC 0x09 - TYPE 0x04 - CO2 Sensor\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|HUM     |Rel. Humidity (linear)                            |value   |0.0-200.0 \u2194 0.0-100.0 %                                               |\n|Conc    |Concentration (linear)                            |value   |0.0-255.0 \u2194 0.0-2550.0 ppm                                            |\n|TMP     |Temperature (linear)                              |value   |0.0-255.0 \u2194 0.0-51.0 \u00b0C                                               |\n\n##### RORG 0xA5 - FUNC 0x09 - TYPE 0x05 - VOC Sensor\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|Conc    |VOC Concentration                                 |value   |0.0-65535.0 \u2194 0.0-65535.0 ppb                                         |\n|VOC_ID  |VOC Identification                                |enum    |0 - VOCT (total)                                                      |\n|        |                                                  |        |1 - Formaldehyde                                                      |\n|        |                                                  |        |2 - Benzene                                                           |\n|        |                                                  |        |3 - Styrene                                                           |\n|        |                                                  |        |4 - Toluene                                                           |\n|        |                                                  |        |5 - Tetrachloroethylene                                               |\n|        |                                                  |        |6 - Xylene                                                            |\n|        |                                                  |        |7 - n-Hexane                                                          |\n|        |                                                  |        |8 - n-Octane                                                          |\n|        |                                                  |        |9 - Cyclopentane                                                      |\n|        |                                                  |        |10 - Methanol                                                         |\n|        |                                                  |        |11 - Ethanol                                                          |\n|        |                                                  |        |12 - 1-Pentanol                                                       |\n|        |                                                  |        |13 - Acetone                                                          |\n|        |                                                  |        |14 - ethylene Oxide                                                   |\n|        |                                                  |        |15 - Acetaldehyde ue                                                  |\n|        |                                                  |        |16 - Acetic Acid                                                      |\n|        |                                                  |        |17 - Propionice Acid                                                  |\n|        |                                                  |        |18 - ValericAcid                                                      |\n|        |                                                  |        |19 - ButyricAcid                                                      |\n|        |                                                  |        |20 - Ammoniac                                                         |\n|        |                                                  |        |22 - Hydrogen Sulfide                                                 |\n|        |                                                  |        |23 - Dimethylsulfide                                                  |\n|        |                                                  |        |24 - 2-Butanol (butyl Alcohol)                                        |\n|        |                                                  |        |25 - 2-Methylpropanol                                                 |\n|        |                                                  |        |26 - Diethyl ether                                                    |\n|        |                                                  |        |255 - ozone                                                           |\n\n##### RORG 0xA5 - FUNC 0x09 - TYPE 0x09 - Gas Sensor\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|CO2     |CO2 Measurement                                   |value   |0.0-255.0 \u2194 0.0-2000.0 ppm                                            |\n\n\n##### RORG 0xA5 - FUNC 0x10 - TYPE 0x03 - Temperature Sensor and Set Point\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|SP      |Set Point (linear)                                |value   |0.0-255.0 \u2194 0.0-255.0 %                                               |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 0.0-40.0 \u00b0C                                               |\n\n##### RORG 0xA5 - FUNC 0x10 - TYPE 0x05 - Temperature Sensor, Set Point and Occupancy Control\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|SP      |Set Point (linear)                                |value   |0.0-255.0 \u2194 0.0-255.0 %                                               |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 0.0-40.0 \u00b0C                                               |\n|OCC     |Occupancy Button                                  |enum    |0 - Button pressed                                                    |\n|        |                                                  |        |1 - Button released                                                   |\n\n##### RORG 0xA5 - FUNC 0x10 - TYPE 0x06 - Temperature Sensor, Set Point and Day/Night Control\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|SP      |Set Point (linear)                                |value   |0.0-255.0 \u2194 0.0-255.0 %                                               |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 0.0-40.0 \u00b0C                                               |\n|SLSW    |Slide switch                                      |enum    |0 - Position I / Night / Off                                          |\n|        |                                                  |        |1 - Position O / Day / On                                             |\n\n##### RORG 0xA5 - FUNC 0x10 - TYPE 0x10 - Temperature and Humidity Sensor, Set Point and Occupancy Control\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|SP      |Set Point (linear)                                |value   |0.0-255.0 \u2194 0.0-255.0                                                 |\n|HUM     |Rel. Humidity (linear)                            |value   |0.0-250.0 \u2194 0.0-100.0 %                                               |\n|TMP     |Temperature (linear)                              |value   |0.0-250.0 \u2194 0.0-40.0 \u00b0C                                               |\n|OCC     |Occupancy Button                                  |enum    |0 - Button pressed                                                    |\n|        |                                                  |        |1 - Button released                                                   |\n\n##### RORG 0xA5 - FUNC 0x10 - TYPE 0x12 - Temperature and Humidity Sensor and Set Point\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|SP      |Set Point (linear)                                |value   |0.0-255.0 \u2194 0.0-255.0                                                 |\n|HUM     |Rel. Humidity (linear)                            |value   |0.0-250.0 \u2194 0.0-100.0 %                                               |\n|TMP     |Temperature (linear)                              |value   |0.0-250.0 \u2194 0.0-40.0 \u00b0C                                               |\n\n\n##### RORG 0xA5 - FUNC 0x11 - TYPE 0x02 - Temperature Controller Output\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|CVAR    |Actual value of controller                        |value   |0.0-255.0 \u2194 0.0-100.0 %                                               |\n|FAN     |Actual value of fan                               |enum    |0 - State 0 Manual                                                    |\n|        |                                                  |        |1 - State 1 Manual                                                    |\n|        |                                                  |        |2 - State 2 Manual                                                    |\n|        |                                                  |        |3 - State 3 Manual                                                    |\n|        |                                                  |        |16 - State 0 Automatic                                                |\n|        |                                                  |        |17 - State 1 Automatic                                                |\n|        |                                                  |        |18 - State 2 Automatic                                                |\n|        |                                                  |        |19 - State 3 Automatic                                                |\n|        |                                                  |        |255 - Not Available                                                   |\n|ASP     |Actual Setpoint                                   |value   |0.0-255.0 \u2194 0.0-51.2 C                                                |\n|ALR     |Alarm                                             |enum    |0 - No alarm                                                          |\n|        |                                                  |        |1 - Alarm                                                             |\n|CTM     |Controller mode                                   |enum    |1 - Heating                                                           |\n|        |                                                  |        |2 - Cooling                                                           |\n|        |                                                  |        |3 - Off                                                               |\n|CTS     |Controller state                                  |enum    |0 - Automatic                                                         |\n|        |                                                  |        |1 - Override                                                          |\n|ERH     |Energy hold-off                                   |enum    |0 - Normal                                                            |\n|        |                                                  |        |1 - Energy hold-off / Dew point                                       |\n|RO      |Room occupancy                                    |enum    |0 - Occupied                                                          |\n|        |                                                  |        |1 - Unoccupied                                                        |\n|        |                                                  |        |2 - StandBy                                                           |\n|        |                                                  |        |3 - Frost                                                             |\n\n##### RORG 0xA5 - FUNC 0x11 - TYPE 0x03 - Blind Status\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|BSP     |Blind/shutter position                            |value   |0.0-100.0 \u2194 0.0-100.0 %                                               |\n|AS      |Angle sign                                        |enum    |0 - Positive sign                                                     |\n|        |                                                  |        |1 - Negative sign                                                     |\n|AN      |Angle in 2 degrees steps                          |value   |0.0-90.0 \u2194 0.0-180.0 degrees                                          |\n|PVF     |Position value flag                               |enum    |0 - No position value available                                       |\n|        |                                                  |        |1 - Position value available                                          |\n|AVF     |Angle value flag                                  |enum    |0 - No Angle value available                                          |\n|        |                                                  |        |1 - Angle value available                                             |\n|ES      |Error state                                       |enum    |0 - No error present                                                  |\n|        |                                                  |        |1 - End-positions are not configured                                  |\n|        |                                                  |        |2 - Internal failure                                                  |\n|        |                                                  |        |3 - Not used                                                          |\n|EP      |End position                                      |enum    |0 - No End-position available                                         |\n|        |                                                  |        |1 - No End-position reached                                           |\n|        |                                                  |        |2 - Blind fully open                                                  |\n|        |                                                  |        |3 - Blind fully closed                                                |\n|ST      |Status                                            |enum    |0 - No status available                                               |\n|        |                                                  |        |1 - Blind is stopped                                                  |\n|        |                                                  |        |2 - Blind opens                                                       |\n|        |                                                  |        |3 - Blind closes                                                      |\n|SM      |Service mode                                      |enum    |0 - Normal mode                                                       |\n|        |                                                  |        |1 - Service mode activated                                            |\n|MOTP    |Mode of the position                              |enum    |0 - Normal mode                                                       |\n|        |                                                  |        |1 - Inverse ode                                                       |\n\n\n##### RORG 0xA5 - FUNC 0x13 - TYPE 0x01 - Weather Station\n\n###### command: 1\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|DWS     |Dawn sensor                                       |value   |0.0-255.0 \u2194 0.0-999.0 lx                                              |\n|TMP     |Outdoor Temp                                      |value   |0.0-255.0 \u2194 -40.0-80.0 \u00b0C                                             |\n|WND     |Wind speed                                        |value   |0.0-255.0 \u2194 0.0-70.0 m/s                                              |\n|D/N     |Day / Night                                       |enum    |0 - day                                                               |\n|        |                                                  |        |1 - night                                                             |\n|RAN     |Rain Indication                                   |enum    |0 - no rain                                                           |\n|        |                                                  |        |1 - rain                                                              |\n\n###### command: 2\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|SNW     |Sun - West                                        |value   |0.0-255.0 \u2194 0.0-150.0 klx                                             |\n|SNS     |Sun - South                                       |value   |0.0-255.0 \u2194 0.0-150.0 klx                                             |\n|SNE     |Sun - East                                        |value   |0.0-255.0 \u2194 0.0-150.0 klx                                             |\n|HEM     |Hemisphere                                        |enum    |0 - North                                                             |\n|        |                                                  |        |1 - South                                                             |\n\n###### command: 3\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|DY      |Day                                               |value   |1.0-31.0 \u2194 1.0-31.0                                                   |\n|MTH     |Month                                             |value   |1.0-12.0 \u2194 1.0-12.0                                                   |\n|YR      |Year                                              |value   |0.0-99.0 \u2194 2000.0-2099.0                                              |\n|SRC     |Source                                            |enum    |0 - Real Time Clock                                                   |\n|        |                                                  |        |1 - GPS or equivalent                                                 |\n\n###### command: 4\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|WDY     |Weekday                                           |enum    |1 - Monday                                                            |\n|        |                                                  |        |2 - Tuesday                                                           |\n|        |                                                  |        |3 - Wednesday                                                         |\n|        |                                                  |        |4 - Thursday                                                          |\n|        |                                                  |        |5 - Friday                                                            |\n|        |                                                  |        |6 - Saturday                                                          |\n|        |                                                  |        |7 - Sunday                                                            |\n|HR      |Hour                                              |value   |0.0-23.0 \u2194 0.0-23.0                                                   |\n|MIN     |Minute                                            |value   |0.0-59.0 \u2194 0.0-59.0                                                   |\n|SEC     |Second                                            |value   |0.0-59.0 \u2194 0.0-59.0                                                   |\n|TMF     |Time Format                                       |enum    |0 - 24 Hours                                                          |\n|        |                                                  |        |1 - 12 Hours                                                          |\n|A/PM    |AM/PM                                             |enum    |0 - AM                                                                |\n|        |                                                  |        |1 - PM                                                                |\n|SRC     |Source                                            |enum    |0 - Real Time Clock                                                   |\n|        |                                                  |        |1 - GPS or equivalent                                                 |\n\n###### command: 5\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|ELV     |Elevation                                         |value   |0.0-180.0 \u2194 -90.0-90.0 \u00b0                                              |\n|AZM     |Azimut                                            |value   |0.0-359.0 \u2194 0.0-359.0 \u00b0                                               |\n\n###### command: 6\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|        |Latitude(MSB)                                     |value   |0.0-15.0 \u2194 0.0-15.0                                                   |\n|LOT(MSB)|Longitude(MSB)                                    |value   |0.0-15.0 \u2194 0.0-15.0                                                   |\n|LAT(LSB)|Latitude(LSB)                                     |value   |0.0-255.0 \u2194 0.0-255.0                                                 |\n|LOT(LSB)|Longitude(LSB)                                    |value   |0.0-255.0 \u2194 0.0-255.0                                                 |\n\n\n##### RORG 0xA5 - FUNC 0x14 - TYPE 0x01 - Single Input Contact (Window/Door), Supply voltage monitor\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|SVC     |Supply voltage / super cap. (linear); 251 - 255 reserved for error code|value   |0.0-250.0 \u2194 0.0-5.0 V                                                 |\n|CT      |Contact                                           |enum    |1 - open                                                              |\n|        |                                                  |        |0 - closed                                                            |\n\n\n##### RORG 0xA5 - FUNC 0x20 - TYPE 0x01 - Battery Powered Actuator (BI-DIR)\n\n###### direction: 1\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|CV      |Current Value                                     |value   |0.0-100.0 \u2194 0.0-100.0 %                                               |\n|SO      |Service On                                        |enum    |0 - off                                                               |\n|        |                                                  |        |1 - on                                                                |\n|ENIE    |Energy input enabled                              |enum    |0 - false                                                             |\n|        |                                                  |        |1 - true                                                              |\n|ES      |Energy storage sufficiently charged               |enum    |0 - false                                                             |\n|        |                                                  |        |1 - true                                                              |\n|BCAP    |Battery capacity; change battery next days        |enum    |0 - false                                                             |\n|        |                                                  |        |1 - true                                                              |\n|CCO     |Contact, cover open                               |enum    |0 - false                                                             |\n|        |                                                  |        |1 - true                                                              |\n|FTS     |Failure Temperature sensor, out of range          |enum    |0 - false                                                             |\n|        |                                                  |        |1 - true                                                              |\n|DWO     |Detection, window open                            |enum    |0 - false                                                             |\n|        |                                                  |        |1 - true                                                              |\n|ACO     |Actuator obstructed                               |enum    |0 - false                                                             |\n|        |                                                  |        |1 - true                                                              |\n|TMP     |Temperature (linear)                              |value   |0.0-255.0 \u2194 0.0-40.0 \u00b0C                                               |\n\n###### direction: 2\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|SP      |Valve Position or Temperature Setpoint            |value   |0.0-100.0 \u2194 0.0-100.0 %                                               |\n|TMP     |Temperature from RCU                              |value   |0.0-255.0 \u2194 0.0-40.0 \u00b0C                                               |\n|RIN     |Run init sequence                                 |enum    |0 - false                                                             |\n|        |                                                  |        |1 - true                                                              |\n|LFS     |Lift set                                          |enum    |0 - false                                                             |\n|        |                                                  |        |1 - true                                                              |\n|VO      |Valve open / maintenance                          |enum    |0 - false                                                             |\n|        |                                                  |        |1 - true                                                              |\n|VC      |Valve closed                                      |enum    |0 - false                                                             |\n|        |                                                  |        |1 - true                                                              |\n|SB      |Summer bit, Reduction of energy consumption       |enum    |0 - false                                                             |\n|        |                                                  |        |1 - true                                                              |\n|SPS     |Set point selection                               |enum    |0 - Valve position                                                    |\n|        |                                                  |        |1 - Temperature set point                                             |\n|SPN     |Set point inverse                                 |enum    |0 - false                                                             |\n|        |                                                  |        |1 - true                                                              |\n|RCU     |Select function                                   |enum    |0 - RCU                                                               |\n|        |                                                  |        |1 - service on                                                        |\n\n##### RORG 0xA5 - FUNC 0x20 - TYPE 0x06 - HVAC Components,Harvesting-powered actuator with local temperature offset control\n\n###### direction: 1\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|CV      |Current Valve                                     |value   |0.0-100.0 \u2194 0.0-100.0 %                                               |\n|LOM     |Local Offset Mode                                 |enum    |0 - LO is relative - Offsettemperature                                |\n|        |                                                  |        |1 - LO is absolute - Absoluttemperature                               |\n|LO      |Local Offset                                      |enum    |0-80 - Temperature setpoint \u00b0C +/- local offset \u00b0C                    |\n|        |                                                  |        |0x0 - Local Offset 0C                                                 |\n|        |                                                  |        |1 - Local Offset 1C                                                   |\n|        |                                                  |        |2 - Local Offset 2C                                                   |\n|        |                                                  |        |3 - Local Offset 3C                                                   |\n|        |                                                  |        |4 - Local Offset 4C                                                   |\n|        |                                                  |        |5 - Local Offset 5C                                                   |\n|        |                                                  |        |123 - Local Offset -5C                                                |\n|        |                                                  |        |124 - Local Offset -4C                                                |\n|        |                                                  |        |125 - Local Offset -3C                                                |\n|        |                                                  |        |126 - Local Offset -2C                                                |\n|        |                                                  |        |127 - Local Offset -1C                                                |\n|TMP     |Temperature                                       |enum    |0-160 - Local Ambient or Feed temperature (Selected by Direction 2, DB1.1)|\n|TSL     |Tempertature Selection                            |enum    |0 - Ambient Sensor Temperature                                        |\n|        |                                                  |        |1 - Feed Sensor Temperature                                           |\n|ENIE    |Energy Input Enabled                              |enum    |0 - Not Harvesting                                                    |\n|        |                                                  |        |1 - Harvesting active                                                 |\n|ES      |Energy Storage                                    |enum    |0 - Low - almost discharged                                           |\n|        |                                                  |        |1 - Sufficently charged                                               |\n|DWO     |Window open detection                             |enum    |0 - NO window open detected                                           |\n|        |                                                  |        |1 - Window open detected                                              |\n|RCE     |Radio Com Error                                   |enum    |0 - Radio communication is stable                                     |\n|        |                                                  |        |1 - 6 or more consecutive communication erros have occured            |\n|RSS     |Radio Signal strength                             |enum    |0 - Radio signal is strong                                            |\n|        |                                                  |        |1 - Radio signal is weak under -77dBm                                 |\n|ACO     |Actuator obstructed                               |enum    |0 - Actuator working correctly                                        |\n|        |                                                  |        |1 - Actuator blocked                                                  |\n\n###### direction: 2\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|SP      |Setpoint                                          |enum    |                                                                      |\n|TMP     |Room temperature from control unit                |value   |0.0-160.0 \u2194 0.0-40.0 %                                                |\n|REF     |Reference run                                     |enum    |0 - Normal operation                                                  |\n|        |                                                  |        |1 - Reference run                                                     |\n|RFC     |RF Communication intervall                        |enum    |0 - Auto                                                              |\n|        |                                                  |        |1 - 2 minutes                                                         |\n|        |                                                  |        |2 - 5 minutes                                                         |\n|        |                                                  |        |3 - 10 minutes                                                        |\n|        |                                                  |        |4 - 20 minutes                                                        |\n|        |                                                  |        |5 - 30 minutes                                                        |\n|        |                                                  |        |6 - 60 minutes                                                        |\n|        |                                                  |        |7 - 120 minutes                                                       |\n|SB      |Initiate summer mode Bit                          |enum    |0 - Normal operation                                                  |\n|        |                                                  |        |1 - Summer mode with 8hours radio duty cycle                          |\n|SPS     |Set point selection                               |enum    |0 - Valve position mode                                               |\n|        |                                                  |        |1 - Temperature setpoint                                              |\n|TSL     |Temperature Selection                             |enum    |0 - Request ambient temperature                                       |\n|        |                                                  |        |1 - Request feedtemperature                                           |\n|SBY     |Standbye                                          |enum    |0 - Normal operation                                                  |\n|        |                                                  |        |1 - Enter standbye                                                    |\n\n\n##### RORG 0xA5 - FUNC 0x12 - TYPE 0x01 - Electricity\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|MR      |current value in W or cumulative value in kWh     |value   |0.0-16777215.0 \u2194 0.0-16777215.0                                       |\n|TI      |Tariff info                                       |value   |0.0-15.0 \u2194 0.0-15.0                                                   |\n|DT      |Current value or cumulative value                 |enum    |0 - kWh                                                               |\n|        |                                                  |        |1 - W                                                                 |\n|DIV     |Divisor for value                                 |enum    |0 - x/1                                                               |\n|        |                                                  |        |1 - x/10                                                              |\n|        |                                                  |        |2 - x/100                                                             |\n|        |                                                  |        |3 - x/1000                                                            |\n\n\n##### RORG 0xA5 - FUNC 0x30 - TYPE 0x03 - Digital Inputs, Wake and Temperature\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature (linear)                              |value   |255.0-0.0 \u2194 0.0-40.0 \u00b0C                                               |\n|WA0     |Value of wake signal                              |enum    |0 - Low                                                               |\n|        |                                                  |        |1 - High                                                              |\n|DI3     |Digital Input 3                                   |enum    |0 - Low                                                               |\n|        |                                                  |        |1 - High                                                              |\n|DI2     |Digital Input 2                                   |enum    |0 - Low                                                               |\n|        |                                                  |        |1 - High                                                              |\n|DI1     |Digital Input 1                                   |enum    |0 - Low                                                               |\n|        |                                                  |        |1 - High                                                              |\n|DI0     |Digital Input 0                                   |enum    |0 - Low                                                               |\n|        |                                                  |        |1 - High                                                              |\n\n\n##### RORG 0xA5 - FUNC 0x38 - TYPE 0x08 - Gateway\n\n###### command: 1\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|COM     |Command ID                                        |enum    |0-13 - Command ID {value}                                             |\n|TIM     |Time in 1/10 seconds. 0 = no time specifed        |value   |1.0-65535.0 \u2194 0.1-6553.5 s                                            |\n|LCK     |Lock for duration time if time >0, unlimited time of no time specified. Locking may be cleared with \"unlock\". During lock phase no other commands will be accepted or executed|enum    |0 - Unlock                                                            |\n|        |                                                  |        |1 - Lock                                                              |\n|DEL     |Delay or duration (if Time > 0); 0 = Duration (Execute switching command immediately and switch back after duration) 1 = Delay (Execute switching command after delay)|enum    |0 - Duration                                                          |\n|        |                                                  |        |1 - Delay                                                             |\n|SW      |Switching command ON/OFF                          |enum    |0 - Off                                                               |\n|        |                                                  |        |1 - On                                                                |\n\n###### command: 2\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|COM     |Command ID                                        |enum    |0-13 - Command ID {value}                                             |\n|EDIM    |Dimming value (absolute [0...255] or relative [0...100])|value   |0.0-255.0 \u2194 0.0-255.0 %                                               |\n|RMP     |Ramping time in seconds, 0 = no ramping, 1...255 = seconds to 100%|value   |0.0-255.0 \u2194 0.0-255.0 s                                               |\n|EDIMR   |Dimming Range                                     |enum    |0 - Absolute value                                                    |\n|        |                                                  |        |1 - Relative value                                                    |\n|STR     |Store final value                                 |enum    |0 - No                                                                |\n|        |                                                  |        |1 - Yes                                                               |\n|SW      |Switching command                                 |enum    |0 - Off                                                               |\n|        |                                                  |        |1 - On                                                                |\n\n\n### VLD Telegram (0xD2)\n\n##### RORG 0xD2 - FUNC 0x01 - TYPE 0x01 - Electronic switch with Local Control\n\n###### command: 4\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|PF      |Power Failure                                     |enum    |0 - Power Failure Detection disabled/not supported                    |\n|        |                                                  |        |1 - Power Failure Detection enabled                                   |\n|PFD     |Power Failure Detection                           |enum    |0 - Power Failure Detection not detected/not supported/disabled       |\n|        |                                                  |        |1 - Power Failure Detection Detected                                  |\n|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |\n|OC      |Over current switch off                           |enum    |0 - Over current switch off: ready / not supported                    |\n|        |                                                  |        |1 - Over current switch off: executed                                 |\n|EL      |Error level                                       |enum    |0 - Error level 0: hardware OK                                        |\n|        |                                                  |        |1 - Error level 1: hardware warning                                   |\n|        |                                                  |        |2 - Error level 2: hardware failure                                   |\n|        |                                                  |        |3 - Error level not supported                                         |\n|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |\n|        |                                                  |        |30 - Not applicable, do not use                                       |\n|        |                                                  |        |31 - Input channel (from mains supply)                                |\n|LC      |Local control                                     |enum    |0 - Local control disabled / not supported                            |\n|        |                                                  |        |1 - Local control enabled                                             |\n|OV      |Output value                                      |enum    |0 - Output value 0% or OFF                                            |\n|        |                                                  |        |1-100 - Output value {value}% or ON                                   |\n|        |                                                  |        |101-126 - Not used                                                    |\n|        |                                                  |        |127 - output value not valid / not set                                |\n\n###### command: 1\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |\n|DV      |Dim value                                         |enum    |0 - Switch to new output value                                        |\n|        |                                                  |        |1 - Dim to new output level - dim timer 1                             |\n|        |                                                  |        |2 - Dim to new output level - dim timer 2                             |\n|        |                                                  |        |3 - Dim to new output level - dim timer 3                             |\n|        |                                                  |        |4 - Stop dimming                                                      |\n|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |\n|        |                                                  |        |30 - All output channels supported by the device                      |\n|        |                                                  |        |31 - Input channel (from mains supply)                                |\n|OV      |Output value                                      |enum    |0 - Output value 0% or OFF                                            |\n|        |                                                  |        |1-100 - Output value {value}% or ON                                   |\n|        |                                                  |        |101-126 - Not used                                                    |\n|        |                                                  |        |127 - output value not valid / not set                                |\n\n##### RORG 0xD2 - FUNC 0x01 - TYPE 0x0E - Electronic switch with Local Control\n\n###### command: 4\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|PF      |Power Failure                                     |enum    |0 - Power Failure Detection disabled/not supported                    |\n|        |                                                  |        |1 - Power Failure Detection enabled                                   |\n|PFD     |Power Failure Detection                           |enum    |0 - Power Failure Detection not detected/not supported/disabled       |\n|        |                                                  |        |1 - Power Failure Detection Detected                                  |\n|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |\n|OC      |Over current switch off                           |enum    |0 - Over current switch off: ready / not supported                    |\n|        |                                                  |        |1 - Over current switch off: executed                                 |\n|EL      |Error level                                       |enum    |0 - Error level 0: hardware OK                                        |\n|        |                                                  |        |1 - Error level 1: hardware warning                                   |\n|        |                                                  |        |2 - Error level 2: hardware failure                                   |\n|        |                                                  |        |3 - Error level not supported                                         |\n|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |\n|        |                                                  |        |30 - Not applicable, do not use                                       |\n|        |                                                  |        |31 - Input channel (from mains supply)                                |\n|LC      |Local control                                     |enum    |0 - Local control disabled / not supported                            |\n|        |                                                  |        |1 - Local control enabled                                             |\n|OV      |Output value                                      |enum    |0 - Output value 0% or OFF                                            |\n|        |                                                  |        |1-100 - Output value {value}% or ON                                   |\n|        |                                                  |        |101-126 - Not used                                                    |\n|        |                                                  |        |127 - output value not valid / not set                                |\n\n###### command: 1\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |\n|DV      |Dim value                                         |enum    |0 - Switch to new output value                                        |\n|        |                                                  |        |1 - Dim to new output level - dim timer 1                             |\n|        |                                                  |        |2 - Dim to new output level - dim timer 2                             |\n|        |                                                  |        |3 - Dim to new output level - dim timer 3                             |\n|        |                                                  |        |4 - Stop dimming                                                      |\n|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |\n|        |                                                  |        |30 - All output channels supported by the device                      |\n|        |                                                  |        |31 - Input channel (from mains supply)                                |\n|OV      |Output value                                      |enum    |0 - Output value 0% or OFF                                            |\n|        |                                                  |        |1-100 - Output value {value}% or ON                                   |\n|        |                                                  |        |101-126 - Not used                                                    |\n|        |                                                  |        |127 - output value not valid / not set                                |\n\n###### command: 6\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |\n|qu      |Measurement to query                              |enum    |0 - Query energy                                                      |\n|        |                                                  |        |1 - Query power                                                       |\n|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |\n|        |                                                  |        |30 - All output channels supported by the device                      |\n|        |                                                  |        |31 - Input channel (from mains supply)                                |\n\n###### command: 7\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |\n|UN      |Unit                                              |enum    |0 - Ws                                                                |\n|        |                                                  |        |1 - Wh                                                                |\n|        |                                                  |        |2 - kWh                                                               |\n|        |                                                  |        |3 - W                                                                 |\n|        |                                                  |        |4 - kW                                                                |\n|        |                                                  |        |5-7 - Not used                                                        |\n|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |\n|        |                                                  |        |30 - Not applicable, do not use                                       |\n|        |                                                  |        |31 - Input channel (from mains supply)                                |\n|MV      |Measurement value                                 |value   |1.0-4294967295.0 \u2194 1.0-4294967295.0 None                              |\n\n##### RORG 0xD2 - FUNC 0x01 - TYPE 0x0F - Electronic switch with Local Control\n\n###### command: 4\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|PF      |Power Failure                                     |enum    |0 - Power Failure Detection disabled/not supported                    |\n|        |                                                  |        |1 - Power Failure Detection enabled                                   |\n|PFD     |Power Failure Detection                           |enum    |0 - Power Failure Detection not detected/not supported/disabled       |\n|        |                                                  |        |1 - Power Failure Detection Detected                                  |\n|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |\n|OC      |Over current switch off                           |enum    |0 - Over current switch off: ready / not supported                    |\n|        |                                                  |        |1 - Over current switch off: executed                                 |\n|EL      |Error level                                       |enum    |0 - Error level 0: hardware OK                                        |\n|        |                                                  |        |1 - Error level 1: hardware warning                                   |\n|        |                                                  |        |2 - Error level 2: hardware failure                                   |\n|        |                                                  |        |3 - Error level not supported                                         |\n|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |\n|        |                                                  |        |30 - Not applicable, do not use                                       |\n|        |                                                  |        |31 - Input channel (from mains supply)                                |\n|LC      |Local control                                     |enum    |0 - Local control disabled / not supported                            |\n|        |                                                  |        |1 - Local control enabled                                             |\n|OV      |Output value                                      |enum    |0 - Output value 0% or OFF                                            |\n|        |                                                  |        |1-100 - Output value {value}% or ON                                   |\n|        |                                                  |        |101-126 - Not used                                                    |\n|        |                                                  |        |127 - output value not valid / not set                                |\n\n###### command: 1\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |\n|DV      |Dim value                                         |enum    |0 - Switch to new output value                                        |\n|        |                                                  |        |1 - Dim to new output level - dim timer 1                             |\n|        |                                                  |        |2 - Dim to new output level - dim timer 2                             |\n|        |                                                  |        |3 - Dim to new output level - dim timer 3                             |\n|        |                                                  |        |4 - Stop dimming                                                      |\n|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |\n|        |                                                  |        |30 - All output channels supported by the device                      |\n|        |                                                  |        |31 - Input channel (from mains supply)                                |\n|OV      |Output value                                      |enum    |0 - Output value 0% or OFF                                            |\n|        |                                                  |        |1-100 - Output value {value}% or ON                                   |\n|        |                                                  |        |101-126 - Not used                                                    |\n|        |                                                  |        |127 - output value not valid / not set                                |\n\n###### command: 6\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |\n|qu      |Measurement to query                              |enum    |0 - Query energy                                                      |\n|        |                                                  |        |1 - Query power                                                       |\n|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |\n|        |                                                  |        |30 - All output channels supported by the device                      |\n|        |                                                  |        |31 - Input channel (from mains supply)                                |\n\n###### command: 7\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |\n|UN      |Unit                                              |enum    |0 - Ws                                                                |\n|        |                                                  |        |1 - Wh                                                                |\n|        |                                                  |        |2 - kWh                                                               |\n|        |                                                  |        |3 - W                                                                 |\n|        |                                                  |        |4 - kW                                                                |\n|        |                                                  |        |5-7 - Not used                                                        |\n|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |\n|        |                                                  |        |30 - Not applicable, do not use                                       |\n|        |                                                  |        |31 - Input channel (from mains supply)                                |\n|MV      |Measurement value                                 |value   |1.0-4294967295.0 \u2194 1.0-4294967295.0 None                              |\n\n##### RORG 0xD2 - FUNC 0x01 - TYPE 0x12 - Electronic switch with Local Control\n\n###### command: 4\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|PF      |Power Failure                                     |enum    |0 - Power Failure Detection disabled/not supported                    |\n|        |                                                  |        |1 - Power Failure Detection enabled                                   |\n|PFD     |Power Failure Detection                           |enum    |0 - Power Failure Detection not detected/not supported/disabled       |\n|        |                                                  |        |1 - Power Failure Detection Detected                                  |\n|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |\n|OC      |Over current switch off                           |enum    |0 - Over current switch off: ready / not supported                    |\n|        |                                                  |        |1 - Over current switch off: executed                                 |\n|EL      |Error level                                       |enum    |0 - Error level 0: hardware OK                                        |\n|        |                                                  |        |1 - Error level 1: hardware warning                                   |\n|        |                                                  |        |2 - Error level 2: hardware failure                                   |\n|        |                                                  |        |3 - Error level not supported                                         |\n|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |\n|        |                                                  |        |30 - Not applicable, do not use                                       |\n|        |                                                  |        |31 - Input channel (from mains supply)                                |\n|LC      |Local control                                     |enum    |0 - Local control disabled / not supported                            |\n|        |                                                  |        |1 - Local control enabled                                             |\n|OV      |Output value                                      |enum    |0 - Output value 0% or OFF                                            |\n|        |                                                  |        |1-100 - Output value {value}% or ON                                   |\n|        |                                                  |        |101-126 - Not used                                                    |\n|        |                                                  |        |127 - output value not valid / not set                                |\n\n###### command: 1\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |\n|DV      |Dim value                                         |enum    |0 - Switch to new output value                                        |\n|        |                                                  |        |1 - Dim to new output level - dim timer 1                             |\n|        |                                                  |        |2 - Dim to new output level - dim timer 2                             |\n|        |                                                  |        |3 - Dim to new output level - dim timer 3                             |\n|        |                                                  |        |4 - Stop dimming                                                      |\n|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |\n|        |                                                  |        |30 - All output channels supported by the device                      |\n|        |                                                  |        |31 - Input channel (from mains supply)                                |\n|        |                                                  |        |32-127 - Output channel {value} (to load)                             |\n|OV      |Output value                                      |enum    |0 - Output value 0% or OFF                                            |\n|        |                                                  |        |1-100 - Output value {value}% or ON                                   |\n|        |                                                  |        |101-126 - Not used                                                    |\n|        |                                                  |        |127 - output value not valid / not set                                |\n\n###### command: 6\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |\n|qu      |Measurement to query                              |enum    |0 - Query energy                                                      |\n|        |                                                  |        |1 - Query power                                                       |\n|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |\n|        |                                                  |        |30 - All output channels supported by the device                      |\n|        |                                                  |        |31 - Input channel (from mains supply)                                |\n\n###### command: 7\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|CMD     |Command indentifier                               |enum    |0-13 - Command ID {value}                                             |\n|UN      |Unit                                              |enum    |0 - Ws                                                                |\n|        |                                                  |        |1 - Wh                                                                |\n|        |                                                  |        |2 - kWh                                                               |\n|        |                                                  |        |3 - W                                                                 |\n|        |                                                  |        |4 - kW                                                                |\n|        |                                                  |        |5-7 - Not used                                                        |\n|IO      |I/O channel                                       |enum    |0-29 - Output channel {value} (to load)                               |\n|        |                                                  |        |30 - Not applicable, do not use                                       |\n|        |                                                  |        |31 - Input channel (from mains supply)                                |\n|MV      |Measurement value                                 |value   |1.0-4294967295.0 \u2194 1.0-4294967295.0 None                              |\n\n\n##### RORG 0xD2 - FUNC 0x05 - TYPE 0x00 - Type 0x00\n\n###### command: 1\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|POS     |Vertical position                                 |enum    |0-100 - Output position {value}%                                      |\n|        |                                                  |        |127 - Do not change                                                   |\n|ANG     |Rotation angle                                    |enum    |0-100 - Output angle {value}%                                         |\n|        |                                                  |        |127 - Do not change                                                   |\n|REPO    |Repositioning                                     |enum    |0 - Go directly to POS/ANG                                            |\n|        |                                                  |        |1 - Go up (0%), then to POS/ANG                                       |\n|        |                                                  |        |2 - Go down (100%), then to POS/ANG                                   |\n|        |                                                  |        |3 - Reserved                                                          |\n|LOCK    |Locking modes                                     |enum    |0 - Do not change                                                     |\n|        |                                                  |        |1 - Set blockage mode                                                 |\n|        |                                                  |        |2 - Set alarm mode                                                    |\n|        |                                                  |        |3 - Reserved                                                          |\n|        |                                                  |        |4 - Reserved                                                          |\n|        |                                                  |        |5 - Reserved                                                          |\n|        |                                                  |        |6 - Reserved                                                          |\n|        |                                                  |        |7 - Deblockage                                                        |\n|CHN     |Channel                                           |enum    |0 - Channel 1                                                         |\n|CMD     |Command Id                                        |enum    |0-5 - Command ID {value}                                              |\n\n###### command: 2\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|CHN     |Channel                                           |enum    |0 - Channel 1                                                         |\n|CMD     |Command Id                                        |enum    |0-5 - Command ID {value}                                              |\n\n###### command: 3\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|CHN     |Channel                                           |enum    |0 - Channel 1                                                         |\n|CMD     |Command Id                                        |enum    |0-5 - Command ID {value}                                              |\n\n###### command: 4\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|POS     |Vertical position                                 |enum    |0-100 - Output position {value}%                                      |\n|        |                                                  |        |127 - Do not change                                                   |\n|ANG     |Rotation angle                                    |enum    |0-100 - Output angle {value}%                                         |\n|        |                                                  |        |127 - Do not change                                                   |\n|REPO    |Repositioning                                     |enum    |0 - Go directly to POS/ANG                                            |\n|        |                                                  |        |1 - Go up (0%), then to POS/ANG                                       |\n|        |                                                  |        |2 - Go down (100%), then to POS/ANG                                   |\n|        |                                                  |        |3 - Reserved                                                          |\n|LOCK    |Locking modes                                     |enum    |0 - Do not change                                                     |\n|        |                                                  |        |1 - Set blockage mode                                                 |\n|        |                                                  |        |2 - Set alarm mode                                                    |\n|        |                                                  |        |3 - Reserved                                                          |\n|        |                                                  |        |4 - Reserved                                                          |\n|        |                                                  |        |5 - Reserved                                                          |\n|        |                                                  |        |6 - Reserved                                                          |\n|        |                                                  |        |7 - Deblockage                                                        |\n|CHN     |Channel                                           |enum    |0 - Channel 1                                                         |\n|CMD     |Command Id                                        |enum    |0-5 - Command ID {value}                                              |\n\n\n##### RORG 0xD2 - FUNC 0x14 - TYPE 0x41 - Indoor -Temperature, Humidity XYZ Acceleration, Illumination Sensor\n\n|shortcut|description                                       |type    |values                                                                |\n|--------|--------------------------------------------------|--------|----                                                                  |\n|TMP     |Temperature 10                                    |value   |0.0-1000.0 \u2194 -40.0-60.0 \u00b0C                                            |\n|HUM     |Rel. Humidity linear)                             |value   |0.0-200.0 \u2194 0.0-100.0 %                                               |\n|ILL     |Illumination linear)                              |value   |0.0-100000.0 \u2194 0.0-100000.0 lx                                        |\n|ACC     |Acceleration Status                               |enum    |0 - Periodic Update                                                   |\n|        |                                                  |        |1 - Threshold 1 exceeded                                              |\n|        |                                                  |        |2 - Threshold 2 exceeded                                              |\n|ACX     |Absolute Acceleration on X axis                   |value   |0.0-1000.0 \u2194 -2.5-2.5 g                                               |\n|ACY     |Absolute Acceleration on Y axis                   |value   |0.0-1000.0 \u2194 -2.5-2.5 g                                               |\n|ACZ     |Absolute Acceleration on Z axis                   |value   |0.0-1000.0 \u2194 -2.5-2.5 g                                               |\n|CO      |Contact                                           |enum    |0 - Open                                                              |\n|        |                                                  |        |1 - Closed                                                            |\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "EnOcean serial protocol implementation",
    "version": "0.71.0",
    "project_urls": {
        "Homepage": "https://github.com/topic2k/enocean4ha",
        "Issues": "https://github.com/topic2k/enocean4ha/issues"
    },
    "split_keywords": [
        "enocean",
        " homeassistant"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb0abeca0e050a1f868046e8b9f0c4c4a322384ba3edd4721df1a4835bf98c73",
                "md5": "7e816a26619c93cae66a8584057268cf",
                "sha256": "a27e1e19fffd227cc704442e99249aea509bfe61d7f06065b5dfb4cfc8f70d5b"
            },
            "downloads": -1,
            "filename": "enocean4ha-0.71.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7e816a26619c93cae66a8584057268cf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 37312,
            "upload_time": "2024-09-22T14:55:00",
            "upload_time_iso_8601": "2024-09-22T14:55:00.765271Z",
            "url": "https://files.pythonhosted.org/packages/fb/0a/beca0e050a1f868046e8b9f0c4c4a322384ba3edd4721df1a4835bf98c73/enocean4ha-0.71.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36ab5be463412a07eaed97364e21856ff52eefb920d82b00232c389190f70bd2",
                "md5": "6672e0d902b1ef064e3c7c6136712183",
                "sha256": "75ee145af9de85adfbd61ad9aab4ae952f037871f372da1bbf9b5a98d75ff893"
            },
            "downloads": -1,
            "filename": "enocean4ha-0.71.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6672e0d902b1ef064e3c7c6136712183",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 59293,
            "upload_time": "2024-09-22T14:55:01",
            "upload_time_iso_8601": "2024-09-22T14:55:01.935063Z",
            "url": "https://files.pythonhosted.org/packages/36/ab/5be463412a07eaed97364e21856ff52eefb920d82b00232c389190f70bd2/enocean4ha-0.71.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-22 14:55:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "topic2k",
    "github_project": "enocean4ha",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "enocean4ha"
}
        
Elapsed time: 1.70969s