I've been using this Ewpe-smart-mqtt node for about a month now. It connects nodered and AC units through mosquitto.
Today in the morning, my flows did not work at all, the mqtt push did not actually push anything to my AC unit. Yesterday evening it did.
I tried to debunk it. Seems like the problem is the following:
The npm start listening, and after some time, about 5 minutes, it ends its listening with this error message
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 message listeners added to [Socket]. Use emitter.setMaxListeners() to increase limit
How can I resolve this? Never had this problem in about a month I've been using this contrib...