danielwippermann / resol-vbus

A JavaScript library for processing RESOL VBus data
MIT License
67 stars 34 forks source link

MQTT Socket Error #29

Closed craggyh closed 4 years ago

craggyh commented 5 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?

reset67 commented 5 years ago

mqttConnect: { host: '10.10.50.3', port: 1883, <--------------------------- username: 'myuser', password: 'mypassword', },

danielwippermann commented 4 years ago

Closing this issue due to lack of activity. Thanks @reset67 for answering!