From 955fb8a1b0d9c1093ed776e74486dd27661b9317 Mon Sep 17 00:00:00 2001 From: el-mojito Date: Thu, 11 Sep 2025 01:19:05 +0200 Subject: [PATCH] Add support for EEP A5-14-09 --- SUPPORTED_PROFILES.md | 12 ++++++++++++ enocean/protocol/EEP.xml | 20 ++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/SUPPORTED_PROFILES.md b/SUPPORTED_PROFILES.md index 1ca36d8..9abf882 100644 --- a/SUPPORTED_PROFILES.md +++ b/SUPPORTED_PROFILES.md @@ -505,6 +505,18 @@ All profiles (should) correspond to the official [EEP](http://www.enocean-allian +##### RORG 0xA5 - FUNC 0x14 - TYPE 0x09 - Window/Door-Sensor with States Open/Closed/Tilt, Supply voltage monitor + +|shortcut|description |type |values | +|--------|--------------------------------------------------|--------|---- | +|SVC |Supply voltage / super cap. (linear) |value |0.0-250.0 ↔ 0.0-5.0 V | +|CT |Contact |enum |0b00 - closed | +| | | |0b01 - tilt | +| | | |0b10 - reserved | +| | | |0b11 - open | + + + ##### RORG 0xA5 - FUNC 0x20 - TYPE 0x01 - Battery Powered Actuator (BI-DIR) ###### direction: 1 diff --git a/enocean/protocol/EEP.xml b/enocean/protocol/EEP.xml index b7d79e2..bbfb48d 100644 --- a/enocean/protocol/EEP.xml +++ b/enocean/protocol/EEP.xml @@ -1282,6 +1282,26 @@ + + + + + 0 + 250 + + + 0 + 5.0 + + + + + + + + + +