frontend
frontend copied to clipboard
Tile Card with blinds
Checklist
- [X] I have updated to the latest available Home Assistant version.
- [X] I have cleared the cache of my browser.
- [X] I have tried a different browser to see if it is related to my browser.
Describe the issue you are experiencing
I am not 100% sure if my topic is a feature request or a bug - maybe the behaviour is wanted, maybe not. Let's discuss..
I was very pleased with the tile card and would like to use it for my blinds. They are set up with KNX. They can be opened, closed and tilted.
I set up two tile cards. One to open/close them and one for tilting.
No matter what tile card I would use in default, the blinds would open/close - not tilt
Describe the behavior you expected
Imho the
features:
- type: "cover-tilt"
feature is not very useful because it does not really do the "tilt" job. You have to set
tap_action:
action: call-service
service: cover.open_cover_tilt
data: {}
target:
entity_id: cover.kuchenjalousie
that it does the tilt job. The "slider-entity-row" for example implements it this way.
- type: custom:slider-entity-row
entity: cover.kuchenjalousie
name: Lamellen
attribute: tilt
In addition the status of the "Tilt" card doesn't show the tilt state, but the open/closed state (See on the picture).
Steps to reproduce the issue
- Use tile card and try to tilt blinds
...
What version of Home Assistant Core has the issue?
2022.12.3
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue with?
Microsoft Edge Version 108.0.1462.42
Which operating system are you using to run this browser?
Windows 10
State of relevant entities
No response
Problem-relevant frontend configuration
No response
Javascript errors shown in your browser console/inspector
No response
Additional information
No response
Can you share the complete state of your entity? You can get it here using developer tools.
Yes, of course.
state: open
current_position: 2 current_tilt_position: 51 device_class: shutter friendly_name: Küchenjalousie supported_features: 255
And the current tilt position doesn't change when using the tilt buttons ?
hmmm... after a HA restart it works fine in default settings. Open/close and tilt works fine without any further settings. Sorry about that, maybe it was a caching problem, idk..
But
In addition the status of the "Tilt" card doesn't show the tilt state, but the open/closed state (See on the picture).
this is definitly a true statement.
It would be nice, if the tilt-card shows the tilt state.
Thanks!
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Hallo benötige Hilfe für die Anzeige der Lamellenposition. Wie habt ihr das gelöst? Bei mir wird nur die Auf Ab Position angezeigt.