Plötzlich Fehler im Log für einen Rolladen

Hallo,

mir ist heute morgen aufgefallen, dass ich meinen Rollladen in der Küche nicht mehr steuern kann. Also habe ich ihn exkludiert und erneut inkludiert.
Wenn ich jetzt auf den Pfeil nach oben oder unten drücke, kommt:

Fehler beim Aufrufen des Diensts cover/open_cover. unknown error

Im Log habe ich folgenden Fehler:

Logger: homeassistant.components.websocket_api.http.connection
Quelle: components/websocket_api/commands.py:241
Integration: Home Assistant WebSocket API (Dokumentation, Probleme)
Erstmals aufgetreten: 10:13:52 (8 Vorkommnisse)
Zuletzt protokolliert: 21:06:02

[546880955744] Unexpected exception
[546888193584] Unexpected exception
[546880956320] Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 241, in handle_call_service
    response = await hass.services.async_call(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2741, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2784, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 977, in entity_service_call
    single_response = await _handle_entity_call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1049, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/zwave_js/cover.py", line 181, in async_close_cover
    assert self._target_position_value
AssertionError

Wo kommt das auf einmal her und wie kann ich das beheben?

Danke euch