Hello to all !
I need some help i installed this MQTT Server & Web client but i cant get any message even the test doesnot send me a message. If want to conect i have to change hassio-mqtt-client to home-assistant but i use Hassio
What is wrong?
Copy to clipboard
mqtt:
broker: a0d7b954-mqtt
username: !secret mqtt_username
password: !secret mqtt_password
client_id: hassio-mqtt-client`
Copy to clipboard
{
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"broker": true,
"allow_anonymous": false,
"mqttusers": [
{
"username": "MakkeLeon2",
"password": "****************",
"readonly": false,
"topics": [
"cmnd/,cam_voordeur/off,cam_voordeur/on"
]
}
]
}
Here is my log
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-banner.sh: executing...
-----------------------------------------------------------
Hass.io Add-on: MQTT Server & Web client
Mosquitto MQTT Server bundled with Hivemq's web client
-----------------------------------------------------------
Add-on version: 1.1.0
You are running the latest version of this add-on.
System: HassOS 3.5 (aarch64 / raspberrypi4-64)
Home Assistant version: 0.103.6
Supervisor version: 195
-----------------------------------------------------------
Please, share the above information when looking for help
or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing...
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] hivemq.sh: executing...
patching file /app/index.html
[cont-init.d] hivemq.sh: exited 0.
[cont-init.d] mosquitto.sh: executing...
[20:48:13] INFO: Adding configuration for MQTT Server...
[20:48:17] INFO: Setting up user MakkeLeon2
[20:48:18] INFO: Password is NOT in the Have I Been Pwned database! Nice!
[cont-init.d] mosquitto.sh: exited 0.
[cont-init.d] nginx.sh: executing...
[cont-init.d] nginx.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[20:48:21] INFO: Starting mosquitto MQTT Server...
1578775701: mosquitto version 1.6.2 starting
1578775701: Config loaded from /opt/mosquitto.conf.
1578775701: Opening ipv4 listen socket on port 1883.
1578775701: Opening ipv6 listen socket on port 1883.
1578775701: Opening websockets listen socket on port 1884.
1578775701: Opening ipv4 listen socket on port 4883.
1578775701: Opening ipv6 listen socket on port 4883.
1578775701: Opening websockets listen socket on port 4884.
1578775701: New connection from 192.168.1.32 on port 1883.
1578775701: New client connected from 192.168.1.32 as ttgocam-30aea4d80418 (p2, c1, k15, u'MakkeLeon2').
[20:48:22] INFO: Starting NGINX for the MQTT client...
nginx: [alert] detected a LuaJIT version which is not OpenResty's; many optimizations will be disabled and performance will be compromised (see https://github.com/openresty/luajit2 for OpenResty's LuaJIT or, even better, consider using the OpenResty releases from https://openresty.org/en/download.html)
1578775704: New client connected from 192.168.1.50 as home-assistant (p1, c1, k60, u'MakkeLeon2').