Support for Eltako window contact FTKE with EEP F6-10-00 [DONE] #29
-
Can you please add the following sensor: I have just used the mapping file in the develop branch and it works fine. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @stefanhofmann2, Support is already available. See this thread. You just have to define your sensor in your device configuration file. It will be something like:
Replace After that, restart HA_enoceanmqtt and you will see your device in Home Assistant. Do not hesitate if you have questions regarding above information. |
Beta Was this translation helpful? Give feedback.
Hi @stefanhofmann2,
Support is already available. See this thread.
You just have to define your sensor in your device configuration file.
Examples are available in this example file if you are using the addon.
It will be something like:
Replace
my_FTKE
with whatever string you want (do not use space character). It will be use to create your device name.After that, restart HA_enoceanmqtt and you will see your device in Home Assistant.
Do not hesitate if you have questions regarding above information.