Shelly roller shutter 2.5 don't close it, not always :-(

Hello,

My config with integration shelly

My Config

version core-2021.7.4
installation_type Home Assistant OS
dev false
hassio true
docker true
virtualenv false
python_version 3.9.5
os_name Linux
os_version 5.10.45
arch x86_64
timezone Europe/Paris
Home Assistant Community Store
GitHub API ok
Github API Calls Remaining 4820
Installed Version 1.13.2
Stage running
Available Repositories 913
Installed Repositories 29
Home Assistant Cloud
logged_in true
subscription_expiration 8 août 2021, 2:00
relayer_connected true
remote_enabled true
remote_connected true
alexa_enabled true
google_enabled true
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 6.1
update_channel stable
supervisor_version supervisor-2021.06.8
docker_version 20.10.6
disk_total 292.7 GB
disk_used 51.8 GB
healthy true
supported true
board generic-x86-64
supervisor_api ok
version_api ok
installed_addons Samba share (9.5.1), File editor (5.3.3), Check Home Assistant configuration (3.8.0), Node-RED (9.2.1), Terminal & SSH (9.1.3), Samba Backup (4.5.0), MariaDB (2.4.0), Visual Studio Code (3.6.0), phpMyAdmin (0.4.3), Zigbee2mqtt (1.20.0-1), Mosquitto broker (6.0.1), Network UPS Tools (0.7.1), Glances (0.12.3), InfluxDB (4.1.1)
Lovelace
dashboards 2
resources 15
views 13
mode storage

I have a problem with my shelly 2.5 in shutter roller mode.

I carried out the calibration of the shutter, the shutter control is done by push buttons, an impulse on the PB for the descent, an impulse the other PB for the ascent.

The shelly 2.5 is also associated with home assistant for automation.

My concern being, mainly when closing the shutter only, I don’t have the problem when opening.

When I press the PB for closing or when it is time for the HA automation to close. I hear a pulse on the shutter, but it does not close … And I have to press the closing BP several time

I use the schelly integration, automation is a follows

For Closing

alias: Shutters closing without alara - Salon
description: Fermeture des Volets Sans l'alarme - salon
trigger:
  - platform: sun
    event: sunset
    offset: '00:30:02'
condition: []
action:
  - service: cover.close_cover
    target:
      entity_id: cover.volet_salon
  - service: notify.whatsapp
    data:
      message: Fermeture des volets sans alarme - Salon
mode: parallel
max: 10

For Opening

alias: Ouverture des volets sans l'alarme - Salon
description: Ouverture des volets sans l'alarme - Salon
trigger:
  - platform: sun
    event: sunrise
    offset: '00:45:00'
condition:
  - condition: device
    device_id: 77eb1e188369bdd2984d1038756d43f1
    domain: cover
    entity_id: cover.volet_salon
    type: is_closed
action:
  - service: cover.open_cover
    target:
      entity_id: cover.volet_salon
  - service: notify.whatsapp
    data:
      message: Ouverture des volets sans alarme - Salont
mode: parallel
max: 10

Setup Shelly 2.5
Power On Default Mode : ON
Open / close working Time : 24 / 21, after positionning controls
Input Buttons Mode : open & close - Use Seperate buttons for open & close
Button Type : Toggle
Mode : Rollers Schutter

Shelly Firmware
20210720-184731/v1.11.0-g6abd92

Do you have any idea :bulb:?

Thank you

This doesn’t seem right:

Are you sure they are not momentary push buttons?

Yes, there are momentaty push button,
I press once, to close, if i press agaun the shutter stops

I have one button for the up and one different button for the closure

Then you need to set the button type correctly.

OK I will try .
I have a question : with this process how can I stop the roller shutter in the Middleton for exemple to preserve shadow.
Thanks
regards