[SOLVED] MQTT connection problem

Hi!
I have some sonoff with tasmota fw. It worked well until last week when I upgraded my os, openhab, mosquitto mqtt broker.
I think the problem is the connection between openhab and mosquitto. (service running, i can connect with MQTTlens and i can’t see any error in sonoff console)

I checked the /etc/openhab2/services/mqtt.cfg

broker.url=tcp://192.169.31.139:1883
broker.user=sonoff
broker.pwd=password

I checked the /var/log/openhab2/openhab.log file, it is empty (?)

items config:

Switch desk_lamp “Desk lamp” (LR,gLight)
{ mqtt=“>[broker:cmnd/lampa1/power:command:*:default],
<[broker:stat/lampa1/POWER:state:default]” }

sonoff mqtt config:

MQTT parameters

Host (domus1)

192.168.31.139

Port (1883)

1883

Client (DVES_95F300)

lampa1

User (DVES_USER)

sonoff

Password

•••••••

Topic = %topic% (sonoff)

sonoff

Full Topic (%prefix%/%topic%/)

%prefix%/%topic%/

I tried to reinstall MQTT Action and MQTT binding from paperui
I haven’t more idea. Could you help me?

168 not 169

omg, that was the problem. Thanks a lot!

Easy peasy,
Please mark the solution
hc_292