(03.07.2020, 06:45)admin Wrote: Another notable feature is that LM now has built-in OpenVPN client and MQTT broker. OpenVPN can be configured from System Config, for MQTT broker you need install configuration app from the store.
Hi, I have activated the MQTT broker with the app (anonymous connections without encryption), trying to connect with MQTT explorer but it always returns a 'Disconnected from server' message.
I also tried to connect to 127.0.0.1 as a client with a resident script but
mclient = require('mosquitto').new()
mclient.ON_LOG = log
mclient.ON_CONNECT = function(res, ...)
log('mqtt connect status', res, ...)
shows nothing in the log
Regards Johan