Enhanced Shutter Card

Got it working by just adding some of the config to the yaml code.

type: custom:enhanced-shutter-card
entities:

  • entity: cover.ikea_of_sweden_fyrtur_block_out_roller_blind_cover_4
    name: Bed1 Blind
    window_image: esc-window.png
    view_image: esc-back-view.png
    shutter_slat_image: esc-shutter-slat.png
    shutter_bottom_image: esc-shutter-bottom.png
    base_width_px: 100
    button_up_hide_states:
    • open
    • opening
    • closing
      button_down_hide_states:
    • closed
    • opening
    • closing
      button_stop_hide_states:
    • open
    • closed
    • partial_open

I have blocked Internet access on my tablet as this is not necessary. Since then, my card has stopped working. Can I use this card without Internet access?

@noah3112 any error or message available?

Meanwhile after installing the newest version everything is fine.
I also deleted Browser Cache, maybe one of those helped

Hi @cnico
I added the setting ‘inline_header’ ( true/false). Now you can have name and position in one line, starting with version v1.1.2

Thanks, I fully migrated to your card and closed my old fork.
Long life to enhanced-shutter-card ! :slight_smile:

1 Like

Hello,
with smartphone android, the descent of shutter is not working for me, i can’t go down shutter or up. It’s working with shutter-card

Hi @thomasfav28 , which version do you use?

The last 1.1.3 with the last version of home assistant app

Does it work on your phone in a browser?
And please, create a issue for it, so i can manage it well.

[pb]: can’t use a state value to declare a variable value
First, thanks for this nice card.
I use the last version of enhanced shutter card
I want to lock the shutter when an entity state sensor.blocage_enocean is negative
I wrote :

type: custom:enhanced-shutter-card
view_layout:
  grid-area: cover
entities:
  - entity: cover.cover_piecev_moteur
    name: TEST - pièce V
    buttons_position: left
    title_position: bottom
    always_percentage: true
    passive_mode: "{{ states('sensor.blocage_enocean') | int >= 0 }}"
    partial_close_percentage: 20

if I simply use

passive_mode: true

it is ok, the shutter is locked
Where is the error ?
I tried

passive_mode: "[[ states.sensor.blocage_enocean.state >= 0 ]]"

with same result

This is not possible at the moment. Please create a feature request for it.

I’m fairly new to HA and I’m currently thinking about how to integrate my Homematic HmIP-FBL shutter in my dashboard.
Maybe I missed this somewhere in the discussion. My question is around having “custom positions” available for level position and tilt positions (rather than the 3 given positions). Is there a way to individually define the three (or more) customized positions for level and tilt?
And if so, how can I achieve this?

Many thanks in advance and thanks for the great effort around this card.
Heinz

@HeinzW , At the moment ther is no way to define more than one custom settings (use partial_close_percentage for this).
If you like more customs settings for it, please create a Feature Request for it at Github here

Thanks for the quick response
I checked this, which is fine so far. However, I did not see a possibility to set the tilt along with the level for this customized position. Without this, the percentage alone is not very meaningful for blinds with tilt available.
If required, I’ll come forward with a future request for this.
Thanks again
Heinz

Hi @HeinzW , For tilt there is option for customized position yet. So I would like you to create a Feture Request for it. With that I can manage Bugs an Request the best way.

Thank you.

Please find my feature request under: https://community.home-assistant.io/t/enhanced-shutter-card-with-customizable-shutter-positions/831477.

Thanks in advance for your support
Heinz

Feature requests for custom integrations go to the GitHub repository of the developer(s) of that integration under “Issues” rather than filing it as a feature request for Home Assistant itself like you did.

@HeinzW , I will copy/move this request to my github repository:
See here

hi @marcelhoogantink thanks for this great card, is it possible to change the size of the title/name?