Closed craggyh closed 4 years ago
I'm using vbus-touch-proxy and getting the following error when connecting to MQTT Broker:
Socket error on client mqttjs_aa7d437e, disconnecting.
Here is my config.js:
mqttConnect: { host: '10.10.50.3', port: '1883', username: 'myuser', password: 'mypassword', }, /** * MQTT topic to publish to. */ mqttTopic: 'home/resol',
Any idea where to troubleshoot this?
mqttConnect: { host: '10.10.50.3', port: 1883, <--------------------------- username: 'myuser', password: 'mypassword', },
Closing this issue due to lack of activity. Thanks @reset67 for answering!
I'm using vbus-touch-proxy and getting the following error when connecting to MQTT Broker:
Socket error on client mqttjs_aa7d437e, disconnecting.
Here is my config.js:
Any idea where to troubleshoot this?