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