Rollershutter Stop does not trigger KNX telegram

Hi.

Thx for your reply.

I played already a lot with various DPT’s without success. The MDT actor uses 1.009 for the stop/step.

I have enabled the suggested logs.

Activating Stop (X):

2017-07-04 20:45:07.361 [ItemCommandEvent          ] - Item 'Raff' received command STOP
2017-07-04 20:45:07.362 [TRACE] [.binding.knx.internal.bus.KNXBinding] - 1. internalReceiveCommand from openHAB (item='Raff', command='STOP', operatingEnvironmentIsFelix = 'true'

No telegram in ETS.

It stucks in a very high level of the binding compared to other sucessful command. Not even a trace from calimero.

A good command like DOWN looks like this:

2017-07-04 20:50:48.398 [TRACE] [.binding.knx.internal.bus.KNXBinding] - 1. internalReceiveCommand from openHAB (item='Raff', command='DOWN', operatingEnvironmentIsFelix = 'true'
2017-07-04 20:50:48.398 [TRACE] [.binding.knx.internal.bus.KNXBinding] - 2. internalReceiveUpdate from openHAB (item='Raff', state='DOWN')
2017-07-04 20:50:48.399 [TRACE] [g.knx.internal.dpt.KNXCoreTypeMapper] - toTypeClass looking for dptId = 1.008
2017-07-04 20:50:48.399 [TRACE] [g.knx.internal.dpt.KNXCoreTypeMapper] - toTypeClass looking for dptId = 1.009
2017-07-04 20:50:48.399 [TRACE] [g.knx.internal.dpt.KNXCoreTypeMapper] - toTypeClass looking for dptId = 5.001
2017-07-04 20:50:48.399 [INFO ] [tuwien.auto.calimero                ] - calimero.link.IP:3671: send message to 3/1/11, wait for confirmation
2017-07-04 20:50:48.399 [DEBUG] [tuwien.auto.calimero                ] - calimero.link.IP:3671: cEMI L-Data.req from 0.0.2 to 3/1/11, low priority hop count 6 repeat tpdu 00 81
2017-07-04 20:50:48.400 [DEBUG] [tuwien.auto.calimero                ] - KNXnet/IP Tunneling IP:3671: sending cEMI frame seq 100, wait for cEMI.con, attempt 1 (channel 9) 06 10 04 20 00 15 04 09 64 00 11 00 bc e0 00 02 19 0b 01 00 81
2017-07-04 20:50:48.401 [DEBUG] [tuwien.auto.calimero                ] - KNXnet/IP Tunneling IP:3671: received cEMI L-Data.con with req 208
2017-07-04 20:50:48.402 [DEBUG] [tuwien.auto.calimero                ] - calimero.link.IP:3671: confirmation of 3/1/11
2017-07-04 20:50:48.402 [DEBUG] [.binding.knx.internal.bus.KNXBinding] - Wrote value 'DOWN' to datapoint 'command DP 3/1/11 Raff, DPT main 0 id 1.008, low priority'
2017-07-04 20:50:48.402 [DEBUG] [tuwien.auto.calimero                ] - calimero.link.IP:3671: send to 3/1/11 succeeded
2017-07-04 20:50:48.403 [DEBUG] [tuwien.auto.calimero                ] - process IP:3671: group write to 3/1/11 succeeded

Regards

Rob