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?
[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
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.
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.