Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enocean] Add support for Eltako FTKB battery status telegram #17741

Open
UrsusS opened this issue Nov 12, 2024 · 1 comment
Open

[enocean] Add support for Eltako FTKB battery status telegram #17741

UrsusS opened this issue Nov 12, 2024 · 1 comment
Labels
enhancement An enhancement or new feature for an existing add-on

Comments

@UrsusS
Copy link

UrsusS commented Nov 12, 2024

This request is similar to
[enocean] Add support for Eltako TF-FKB battery status telegram #4578

Eltako FTKB devices provide also the battery states in the status message.
User guide from Eltako

It looks the same as for the TF-FKB, but for EEP: D5-00-01.

Voltage telegram:
ORG = 0x07
Data_byte0 = 0x08
Data_byte1 = 0x00
Battery voltage:
Data_byte2 = 0x00..0xFF equivalent to 0..5 V
Energy storage:
Data_byte3 = 0x00.. 0xFF equivalent to 0..5 V

Therefore I would propose to implement it also similar and call the new EEP D5-00-01_ELTAKO

The data received looks like this:
RADIO_ERP1 with RORG _4BS for 059A0825 payload A5EA011A09059A08250001FFFFFFFF5600 received

@UrsusS UrsusS added the enhancement An enhancement or new feature for an existing add-on label Nov 12, 2024
@jlaur jlaur changed the title [enocean] Add support for Eltako FTKB battery status telegram [enocean] Add support for Eltako FTKB battery status telegram Nov 12, 2024
@openhab-bot
Copy link
Collaborator

This issue has been mentioned on openHAB Community. There might be relevant details there:

https://community.openhab.org/t/eltako-ftkb-received-unknown-rorg/160161/8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature for an existing add-on
Projects
None yet
Development

No branches or pull requests

2 participants