@Bergstern wrote:
Hello,
im new with HomeAssistant i switched from my NodeRed “Only” Dashboard to HomeAssistant a few days ago.
I already set up the most things i want to have but im struggling with the acesscontrollist from Mosquitto MQTT.
I use MQTT for the Com between HA some Gosund smart Plugs, my weatherstation and for Tasker at my mobile and the tablet where HA is running.The problem is i want to use the acesscontrollist feature at Mosquitto and im not able to find my fault.
Here is my Setup:
Mosquitto MQTT{
“logins”: [
{
“username”: “Bergstern-Username”,
“password”: “Bergstern-Pw”
}
],
“anonymous”: false,
“customize”: {
“active”: true,
“folder”: “mosquitto”
},
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”,
“require_certificate”: false
}My Acesscontrollist file
user [Handy]
topic readwrite #My Logs
[20:20:42] INFO: Setup mosquitto configuration
[20:20:42] WARNING: SSL not enabled - No valid certs found!
[20:20:43] INFO: Found local users inside config
[20:20:43] INFO: Initialize Hass.io Add-on services
[20:20:43] INFO: Initialize Home Assistant discovery
[20:20:43] INFO: Start Mosquitto daemon
1574364043: Loading config file /share/mosquitto/acl.conf
1574364043: mosquitto version 1.6.3 starting
1574364043: Config loaded from /etc/mosquitto.conf.
1574364043: Loading plugin: /usr/share/mosquitto/auth-plug.so
1574364043: ├── Username/password checking enabled.
1574364043: ├── TLS-PSK checking enabled.
1574364043: |-- *** auth-plug: startup
1574364043: └── Extended authentication not enabled.
1574364043: Error: Unable to open acl_file “/share/mosquitto/accesscontrollist”.
1574364043: Error opening acl file “/share/mosquitto/accesscontrollist”.I set it up wit theintroduction from HA and now i have no idea whats going wrong? Why i have everytime this error message?
Perhaps someone can give me a kick in the right direction?Thank U
Posts: 2
Participants: 1