Controlling tilts of window blinds

Hi.

I have Somfy Tahoma window blinds integrated via their Tahoma Premium gateway and Overkiz (by Somfy) integration. Works fine but I don’t know how to control tilts. I can open blinds / close blinds (up and down like a shutter/shades) but I can not control just the tilts the same way as I can via their native Tahoma app.

Any idea how to fully control window blinds? I did not find any existing frontend solution that would allow me to add controls of both up/down and tilt position to lovelace. Simply said, I can control current_position atribute but I can not control current_tilt_position atribute. Even if for example slider-button-card does not allow me to control the current_tilt_position atribute.

1 Like

Nobody? No idea?

Have you tried this:

type: entities
title: luxaflex
entities:
  - entity: cover.roller_shutter_2_2
    type: custom:slider-entity-row
  - entity: cover.roller_shutter_2_2
    attribute: tilt
    name: Groot Tilt
    type: custom:slider-entity-row
  - entity: cover.roller_shutter_2
    type: custom:slider-entity-row
  - entity: cover.roller_shutter_2
    attribute: tilt
    type: custom:slider-entity-row
    name: Klein Tilt

Screenshot 2023-03-07 at 19.25.01

2 Likes