Open Jibbonator opened 1 year ago
Nevermind I´ve added
"mqtt_user": "User",
"mqtt_password": "Password"
to config.json
and
protocolVersion: 3, // ""
username: config.mqtt_user,
password: config.mqtt_password
to node-spc-mqtt.js
and it worked.
maybe you could integrate it, with and witohut password.
I have had the gateway and mqtt add-on in place for a while now. Tonight I decided to do a security review on all of my apps and services, and configured username and password on MQTT. Your timing for this post could not have been better. Thanks for coming back and posting your solution!
Is it possible to use this with my mqtt broker, that uses a username and a password?