Смена пароля MQTT

Это да

Как я писал выше, привел к первому виду. Удалил папки, которые создал, и настройки в файлах поудалял или изменил. Сейчас все вот так. Пароля нет, Explorer коннектится с произвольным паролем(только не пустым), все вкладки и настройки в Веб-интерфейсе есть.

1 /etc/mosquitto/conf.d/auth.conf
acl_file /etc/mosquitto/acl.conf
password_file /etc/mosquitto/passwd.conf

allow_anonymous true
allow_anonymous_localhost true

2 /etc/mosquitto/conf.d/auth.conf пустой

3 /etc/mosquitto/mosquitto.conf
# 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 /var/run/mosquitto.pid

persistence true
persistence_location /var/lib/mosquitto/

log_dest file /var/log/mosquitto/mosquitto.log

include_dir /etc/mosquitto/conf.d

4 /etc/mosquitto/passwd.conf пустой

5 /etc/mosquitto/conf.d/bridge.conf
#see bridge.conf.example for the example
connection WB6
address 192.168.0.100:1883
notifications true
notification_topic /WB6/bridge_status
keepalive_interval 20
restart_timeout 20
try_private true
remote_username <ЛОГИН_НА_Mosquitto_на_HA>
remote_password <ПАРОЛЬ_НА_Mosquitto_на_HA>
bridge_attempt_unsubscribe true
cleansession true
start_type automatic
allow_anonymous true
topic # out 0 devices/ WirenBoard6/

6 /etc/mosquitto/conf.d/listeners.conf закоментированные строчки с настройки по вашей рекомендации
#change 0.0.0.0 to to limit listener to localhost

listener 1883 0.0.0.0

#allow_anonymous true
#acl_file /etc/mosquitto/acl.conf
#password_file /etc/mosquitto/passwd/default.conf

listener 18883 0.0.0.0
protocol websockets

#allow_anonymous true
#acl_file /etc/mosquitto/acl.conf
#password_file /etc/mosquitto/passwd/default.conf

Вродь все. Как писал выше, как только ставлю пароль вашим способом, начинаются танцы с бубном)
P.S. если что, мост не работает…вот для этого все и затеваю