How to get nodon roller shutter into configuration.yaml (NEWBEE)

Hi everybody,

I have just set up my first HA and would like to integrate my nodon roller shutter ( Nod On SIN-2-RS-01 EnOcean).
These are enocean devices (my Eltako FT 55 are already knwon to the system and working, so the USB 300 stick is working fine).

First I think I have to put the shutter in the configuration.yaml and there my problem starts. I’ve searched for quite a while now, but I don’t know if the below code would be right and don’t want to destroy anything just my limited knowledge.

#Enocean Rolloaktor SZ1
cover:
  - platform: enocean
  id: [0xXY,0xXY,0xXY,0xXY]
  name: "Rolloaktor-SZ1"

Is that enough to use the shutter to control the motor? (Questions like calibration and so on might follow, but first I’ld like to open/close the blinds with some automation (to be done)).

Thanks upfront
RalfP

According to the docs for that integration, it doesn’t appear that covers are supported.

Thanks for this answer and now I understand why I could not find anything (It’s just not there…)

No prob! Also, for future reference, the proper spacing for an entry like that would be this:

cover:
  - platform: enocean
    id: [0xXY,0xXY,0xXY,0xXY]
    name: "Rolloaktor-SZ1"

Note that platform, id, and name are all aligned with each other.

Hi Ralf, since the docs mention that it should be sufficient to support the EEP spec I was wondering whether you managed to get the roller shutter integrated? I have the same shutter and need to integrate it/
Regards

Hi Phil,

unfortunately the cover entities are not yet supported with Enocean.

So I just exchanged them with qubino devices (z-wave). These worked in a second…

Regards

Did anyone manage to get this working?