Hi !
I just get some Somfy IO shutters with a Tahoma Switch and plugged everything to Home Assistant thanks to Overkiz integration.
In order to close all shutter with one button I did this :
cover:
- platform: group
name: Volets RDC
unique_id: volets_rdc
entities:
- cover.bureau
- cover.cuisine
- cover.salle_a_manger
- cover.salon
In order to regroup each individual shutter into a single one.
Problem : When I click on open or close it seems that shutter are receiving the command sequentially and are not sync when going up and down.
Is there any way to make this smoother and really close/open everything sync ?
Thanks in advance !