Aber erstmal muss ich das mosquitto zum laufen bekommen. Von dieser Änderung hab ich auch gelesen, aber das kanns ja nicht sein, dass es deswegen nicht startet. Wenn ich den mosquitto deamon stoppe per:
Code: Alles auswählen
systemctl stop mosquitto
Code: Alles auswählen
openhabian@openhabian:~ $ mosquitto
1647019472: mosquitto version 2.0.11 starting
1647019472: Using default config.
1647019472: Starting in local only mode. Connections will only be possible from clients running on this machine.
1647019472: Create a configuration file which defines a listener to allow remote access.
1647019472: For more details see https://mosquitto.org/documentation/authentication-methods/
1647019472: Opening ipv4 listen socket on port 1883.
1647019472: Opening ipv6 listen socket on port 1883.
1647019472: mosquitto version 2.0.11 running
1647019473: New connection from 127.0.0.1:39992 on port 1883.
1647019473: New client connected from 127.0.0.1:39992 as Zigbee (p2, c1, k60, u'my_user').
1647019499: New connection from 127.0.0.1:40094 on port 1883.
1647019499: New client connected from 127.0.0.1:40094 as OH3_mqtt (p2, c1, k60).
^C1647019567: mosquitto version 2.0.11 terminating
Code: Alles auswählen
Preparing to unpack .../138-mosquitto-clients_2.0.11-1_armhf.deb ...
Unpacking mosquitto-clients (2.0.11-1) over (1.5.7-1+deb10u1) ...
Preparing to unpack .../139-libmosquitto1_2.0.11-1_armhf.deb ...
Unpacking libmosquitto1:armhf (2.0.11-1) over (1.5.7-1+deb10u1) ..
-----------------------------------------------------------------
Setting up libmosquitto1:armhf (2.0.11-1) ...
-------------------------------------------------------------------
Setting up mosquitto-clients (2.0.11-1) ...
---------------------------------------------------------------------
Configuration file '/etc/mosquitto/mosquitto.conf'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** mosquitto.conf (Y/I/N/O/D/Z) [default=N] ?
--------------------------------------------------------------------
Ich denke ich muss entweder mosquitto sauber deinstallieren, dann neu installieren, oder ich muss mit mal alle Ordner und Dateien ansehen, die dafür benutzt werden.
Ich hab auch im Netz einiges dazu gefunden, werde aber nicht immer schlau daraus.
https://bugs.debian.org/cgi-bin/pkgrepo ... ble#_0_3_2