Not possible to connect to EspHome native api - thing is declared offline

Dear all,

I’m running openhab version 3.3.0 on a proxmox lxc container.
Using esp home binding from addon marketplace, I want to control an esphome node. I can control it via mqtt without any problems, also from home asstistant.
But inside openhab, I only can see this thing permanently offline:
This is the generated code - based on my settings.
Where did I do something wrong?


UID: mqtt:homeassistant:myMQTTBroker:hofsteuerung
label: hofsteuerung
thingTypeUID: mqtt:homeassistant
configuration:
  topics:
    - switch/hoftorsteuerung/tor_auf
    - switch/hoftorsteuerung/tor_zu
    - switch/hoftorsteuerung/tor_impuls
  basetopic: homeassistant
bridgeUID: mqtt:broker:myMQTTBroker

The basic mqtt client is also working in openhab - but only the esphome binding not.
Any suggestion will be appreciated

Oh 3.x support was dropped a long time ago due to oh api changes, the published version is old and immature. With no logs shared it is impossible to tell why it doesn’t work for you.

If you can I suggest you upgrade to OH 4.

Brg