mqttbeat
mqttbeat copied to clipboard
Add client-id to config parameters
When switching to verneMQ (and using a stricter authentication), any MQTT connection requires to use a client-id known to the MQTT server.
There should be an option like "broker_clientid" to specify the client-id. If empty, it should generate a random ID (32 chars).