Zigbee2mqtt - After pairing - commands are no longer executed

Hello Together,

Last Friday I installed new Paulmann coins. They have connected automatically to zigbee2mqtt. After that I could no longer send commands via Openhab. All devices were therefore without function.

The new devices are listed in the config file, but are not accessible.

My setting

  • Zibee2mqtt
  • mosquitto
  • openhab3

Config.yaml
homeassistant: false
permit_join: false
mqtt:
base_topic: zigbee2mqtt
server: ‘mqtt://localhost’
serial:
port: /dev/ttyACM0
devices:
‘0x00158d000243541a’:
friendly_name: window_contact_05
‘0x00158d00041cbb03’:
friendly_name: window_contact_03
‘0x90fd9ffffec35a74’:
friendly_name: ‘0x90fd9ffffec35a74’
‘0x00158d000446dfcd’:
friendly_name: window_contact_01
‘0x00158d000447568b’:
friendly_name: motion_sensor_01
‘0x00158d00044c1962’:
friendly_name: window_contact_04
‘0x00158d000446f416’:
friendly_name: window_contact_02
‘0x60a423fffece9623’:
friendly_name: ikea_bulb_01
‘0x842e14fffe0f8ab8’:
friendly_name: ikea_bulb_02
‘0x60a423fffeee9d67’:
friendly_name: ikea_bulb_03
‘0xbc33acfffeae8f09’:
friendly_name: aldi_bulb_filament_01
‘0x680ae2fffe24bfa5’:
friendly_name: ikea_bulb_04
‘0x00158d0006b46d82’:
friendly_name: ‘0x00158d0006b46d82’
‘0x00158d0006c5e52f’:
friendly_name: ‘0x00158d0006c5e52f’
‘0x00158d0006c479a9’:
friendly_name: ‘0x00158d0006c479a9’
‘0x00158d0006c4798e’:
friendly_name: ‘0x00158d0006c4798e’
‘0x00158d0006c55a8a’:
friendly_name: ‘0x00158d0006c55a8a’
‘0x00158d0006c680e6’:
friendly_name: ‘0x00158d0006c680e6’
‘0x00158d0006c5e525’:
friendly_name: ‘0x00158d0006c5e525’
‘0x00158d0006c67fa5’:
friendly_name: ‘0x00158d0006c67fa5’
‘0x00158d0006c49786’:
friendly_name: ‘0x00158d0006c49786’
‘0x00158d0006c5e47c’:
friendly_name: ‘0x00158d0006c5e47c’

Currently I use MQTT Explorer.

image

The new devices are not even displayed here.

Can someone help me??

Can you show how you did set them up in OH? (thing, items etc.)

For example
The OH3 Code from the thing.

UID: mqtt:topic:84b5c50363:431f72c6c2
label: Ikea Bulb 01
thingTypeUID: mqtt:topic
configuration: {}
bridgeUID: mqtt:broker:84b5c50363
channels:

  • id: switch
    channelTypeUID: mqtt:switch
    label: On/Off
    description: “”
    configuration:
    commandTopic: zigbee2mqtt/ikea_bulb_01/set
    transformationPatternOut: JS:switch2Zigbee2mqtt.js
    stateTopic: zigbee2mqtt/ikea_bulb_01/state
    off: OFF
    on: ON
  • id: dimmer
    channelTypeUID: mqtt:dimmer
    label: Dimmer
    description: “”
    configuration:
    min: 0
    max: 255
    commandTopic: zigbee2mqtt/ikea_bulb_01/set/brightness
    step: 1
    stateTopic: zigbee2mqtt/ikea_bulb_01/brightness
    off: OFF
    on: ON

Currently I use MQTT Explorer.

image

The new devices are not even displayed here.