Kannix2005 / homeassistant-selve

Home Assistant Custom component to manage Selve devices
MIT License
13 stars 1 forks source link

Iveo Tilt position #22

Open Deinjo opened 11 months ago

Deinjo commented 11 months ago

I would like to refer here to the post by @Edem123456. I also use 6 iveo roller shutters and would also like to move to the tilt position. That would be really cool.


Hello Frank my blinds are the Iveo system. After reintegration in HA, I see options like Set tilt position, Open tilt, close tilt etc. - but these options do not work for me. I can only open or close the roller blind - no intermediate positions. In the previous integration, the Open tilt and close tilt positions triggered intermediate blind position settings. When I look at the source code, I miss entries that worked for Iveo, such as:

def moveIntermediatePosition1(self, automatic = False):
    self.executeCommand(CommandType.POSITION_1, automatic)

def moveIntermediatePosition2(self, automatic = False):
    self.executeCommand(CommandType.POSITION_2, automatic)

Unfortunately, I don't know how to complete it or if it's even possible. The previous integration where it worked for Iveo - it blocks me from updating HA Core (2023.6.3 -> 2023.11.1), so I need to change the integration, but I miss the indirect setting of the roller blinds position.

It would be great if Stefan would be able to help in this case. Thank you in advance for your help. Regards, Edward

Originally posted by @Edem123456 in https://github.com/Kannix2005/homeassistant-selve/discussions/21#discussioncomment-7490688

princyppp commented 6 months ago

Hello, Same issue for me. I can only move up / down and stop. I have not found the way to use intermediate positions. Regards Cyp