ok got it back now thanks. I think i will keep the mosquito add on as no point fixing it if it ain’t broken.
Can you please on the correct option to use this addon with the mosquito one?
thanks
{
"log_level": "info",
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"web": {
"enabled": true,
"username": "secret",
"password": "secret",
"ssl": false
},
"broker": {
"enabled": true,
"enable_ws": true,
"enable_mqtt": true,
"enable_ws_ssl": false,
"enable_mqtt_ssl": false,
"allow_anonymous": false
},
"mqttusers": [
{
"username": "secret",
"password": "secret",
"readonly": true,
"topics": [
"#"
]
}
]
}