Jeedom en 4.2.6 bêta
Jmqtt en version stable uptodate
J’ai sur un rpi 3b+ (intsallé un avec pi os 32bit) ,installé mosquitto et zwave2mqtt dans un docker, le service mosquitto est actif comme vous pouvez le constater :
Si j’essaye d’éditer mosquitto.conf j’ai dans le fichier:
# Place your local configuration in /etc/mosquitto/conf.d/
#
# A full description of the configuration file is at
# /usr/share/doc/mosquitto/examples/mosquitto.conf.example
pid_file /run/mosquitto/mosquitto.pid
persistence true
persistence_location /var/lib/mosquitto/
log_dest file /var/log/mosquitto/mosquitto.log
include_dir /etc/mosquitto/conf.
Si je comprends bien je dois placer ma config local dans /etc/mosquitto/conf.d juste? dans ce dossier je n’ai qu’un README c’est normal?
pi@raspberrypi:/etc/mosquitto/conf.d $ ls
README
avec inside:
Any files placed in this directory that have a .conf ending will be loaded as
config files by the broker. Use this to make your local config.
Mais je sais pas trop quoi mettre dans ce fichier…
Si jamais vous avez un lien qui pourrait me mettre sur la voie…