MQTT Issue with cover - stop status is unavailable-

Hi all,

I am struggling with the MQTT Cover settings. I have a connection to fhem, where the enocean actor is setup.

I can move up and down the shutter and the position can be set from HA. I can see on the CLI that all commands are processed well and the statuses are also correct.

fhem/set/EG.wz.RO.links closes
fhem/EG.wz.RO.links/state closes
fhem/EG.wz.RO.links/position 30
fhem/set/EG.wz.RO.links stop
fhem/EG.wz.RO.links/state stop
fhem/EG.wz.RO.links/position 33
fhem/EG.wz.RO.links/position 34
fhem/set/EG.wz.RO.links opens
fhem/EG.wz.RO.links/state opens
fhem/EG.wz.RO.links/position 33
fhem/set/EG.wz.RO.links stop
fhem/EG.wz.RO.links/state stop
fhem/EG.wz.RO.links/position 28

HA-Setup:

- unique_id: wz_rollo_li
  name: Wohnzimmer Rollo links
  command_topic: "fhem/set/EG.wz.RO.links"
  state_topic: "fhem/EG.wz.RO.links/state"
  position_topic: "fhem/EG.wz.RO.links/position"
  set_position_topic: "fhem/set/EG.wz.RO.links/position"
  payload_open: "opens"
  payload_close: "closes"
  payload_stop: "stop"
  payload_available: "true"
  #payload_not_available: "false"
  position_open: 100
  position_closed: 0
  state_open: "open"
  state_opening: "opens"
  state_closed: "closed"
  state_closing: "closes"
  state_stopped: "stop"
  optimistic: false
  qos: 1
  retain: false

In the developer section of HA I can monitor the statuses of the received values and I can see that everything is fine, exept the state_stopped. I always got the message “open”, when I stop the shutter on the way up or down. I am confused and I wanted to understand, how to fix this. Is this an issue in the mqtt or can´t I see the wood for the trees? :slight_smile:

Is there anyone who can help?
Spartacus