koalazak / rest980

REST interface to control your iRobot Roomba 980 via local server on your lan.
MIT License
293 stars 62 forks source link

Request received but no answer #76

Closed ThibaultMoka closed 6 months ago

ThibaultMoka commented 8 months ago

Hello, First of all, thank you for your work. I try to make my first request work.

The request is good received by the server, but then I don't have any response or action on my Roomba.

There is my Rasp console :

thibault@raspberrypi:~/rest980 $ DEBUG=rest980:* npm start

rest980@2.1.2 start node ./bin/www

rest980:server Listening on port 3000 +0ms GET /api/local/action/start - - ms - - GET /api/local/action/start - - ms - -

Thank you

koalazak commented 6 months ago

are you configuring everything via .json conf file? (I mean robot ip, pass, etc)