hello
I would like to group my covers (I have 6 windows in the hall and I would like to control 3 and 3 together).
at first I created a group of covers. problem is that in the frontend I get a circle with the three dots and, when I tap on that, I still need to control the three single entities individually.
when I create the first platform it works almost fine. I get a “cover” control in the front end (i.e. arrow up, stop, arrow down). the only issue is that the UP arrow is grayed out and I can never raise my covers.
when I create the second platform, the second one doesn’t show in the front end at all.
# Example configuration.yaml entry
cover:
- platform: group
name: living_tende
entities:
- cover.tenda_09_living
- cover.tenda_10_living
- cover.tenda_11_living
- platform: group
name: tavola_tende
entities:
- cover.tenda_12_tavola
- cover.tenda_13_tavola
- cover.tenda_14_tavola
now, I am not really sure of how I should create multiple groups like this. the “check config” buttons does not give any error. any suggestion?
also, it would be great to understand why the first group can’t go up… the single entities can!
I also have the same problem.
Configured 2 cover groups and only the STOP and DOWN buttons are enabled.
The individual covers work fine.
Anyone any ideas?
I am having the exact same issue.
Cover Groups only shows the stop and down option. Up is grayed out …
Houston, looks like we have a bug here
FYI : Triggering “cover.open_cover” on the group (ie. in an automation) works. So it looks to only be a UI issue … But I think most people wants to create cover groups to have a nice UI, anyway, this is broken …
were you able to fix this? I have the same problem. I have three covers in one group, but I can only stop or down control the group. UP is greyed out because the group state is showing “open” permanently!! how to get arount?
old post, but i had the problem and resolve it by removing space in the cover group name : before cover group1 (not working) now cover_group1 (working)
dont work anymore for me (with or without spaces) ; one of my two groups work with two blind, but if I add a blind, it is not added, only the two initials blind operate. (sorry for bad english)
Hi there!
I have 2 shades covers, also defined them with a group cover, but on lovelace the grou only shows up and stop buttons, while the down is greyed out, but the individual controls display all three options and they all work.
Actually, I just found why it’s not working … the buttons are grayed out according to their state . If their state is set to closed , you can’t close it anymore, hence the grayed out button.
Problem is, status of cover group is always set to closedupon HA restart …
Now, I need to try and figure out how to replicate the actual shade status with code since you can also open or close it with physical buttons.
Now HA does not try to assume the state of the cover anymore and just thinks it is always half open. Therefore both controls are always enabled. I hope this helps (at least for a quick fix)