mitsuhiko / idasen-control

Lets you control IKEA IDÅSEN desks from the command line.
https://www.npmjs.com/package/idasen-control
MIT License
426 stars 25 forks source link

Error: dropping response because client disconnected #6

Open bradstcroix opened 4 years ago

bradstcroix commented 4 years ago

Hi there, I've managed to connect to my desk and can retrieve the desk status;

[2020-08-08T23:45:30.940Z] received request { op: 'getStatus' }
[2020-08-08T23:45:30.942Z] sending response { ready: true, height: 38.09, pos: 'standing', sittingTime: 0 }

However, when sending a move-to command, the desk does not move and I get this error back:

[2020-08-08T23:45:38.992Z] received request { op: 'moveTo', pos: 11 }
[2020-08-08T23:45:40.393Z] dropping response because client disconnected

Any help would be much appreciated.

Thanks

alexey-danilov commented 3 years ago

Also getting the same error... seems that the project is not maintainer anymore