hgross / node-red-contrib-tuya-smart

NodeRED nodes to get data from tuya smart devices (like smart plugs, bulbs, ...).
MIT License
43 stars 14 forks source link

When running more than 6 nodes any further nodes added to the flow will remain in disconnected state. #15

Closed ando023 closed 4 years ago

ando023 commented 4 years ago

I have created a flow where I am using more the 6 nodes to connect to different devices to send data to influxdb. I have noticed that I am only able to get 6 connected and the other 6 are in a disconnected state. Is there a limit to how many concurrent connections your able to make?

I also tried to offset the connection rates so that 6 connect at a time, but that also didn't seem to help.

ando023 commented 4 years ago

Seems to be happening on multiple different instances on Node Red, must be something wrong with the decode I did. Dont think its and issue from this side of things.