W00D00 / home-assistant-elero

Elero Centero component
GNU General Public License v3.0
39 stars 10 forks source link

set_position does not work for my roller shutter #3

Closed chrfritsch closed 5 years ago

chrfritsch commented 5 years ago

From the documentation, I assume that setting a specific position should work.

When I call set_cover_position on one of my roller shutters I get:

Elero transmitter: '1' ch: '{2}' The set cover position function is not implemented yet.

My config is:

elero:
  transmitters:
  - transmitter_id: 1
    port: '/dev/ttyUSB0'

cover:
  - platform: elero
    covers:
      livingroom_tv:
        name: rollershutter_livingroom_tv
        device_class: roller shutter
        transmitter_id: 1
        channel: 2
        supported_features:
        - up
        - down
        - stop
        - set_position

I am having a Elero RolTop M10-868.

Did I something wrong?

W00D00 commented 5 years ago

Hi @chrfritsch ,

Unfortunately, the set position function is not supported because the Elero system does not support it. The updated readme file already contains this information. Sorry, for this.

W00D00 commented 5 years ago

It is a known issue, sorry. This problem depends on the Elero system. I cannot resolve it. Based on this I close this issue. If I find any solution, I will indicate to you.