1101101011011110
1101101011011110
I keep having 6 account limit. I shared the devices over 3 accounts (owner + 2 shared) but always only 6 nodes connected, no matter which account I use. Other...
> Hi all, > > I have found a solution to read Ewelink devices status, doest matter how many. > > I have used Devices node to read all devices...
IMHO lib should use serverless mode: saving token and reuse it. Other thing I noticed is that if you send many commands at the same time (to different sonoff devices)...
I managed to overcome the limit of 6 devices making a connection pool and reusing them when needed. I just modified the 'ready' promise function in file **ewelink-connect.js** like this:...
> Very interesting. Good job!!! > > Look works!!!!! > > I have found ewelink-connect.js in the path /.node-red/node_modules/node-red-contrib-ewelink/src/utils > Is this file the one we have to edit? >...