Open mrfatboy opened 1 year ago
Can confirm, I'm having the same issue. When I run npm run
I get the following output
Lifecycle scripts included in homebridge-roomba2@1.4.0:
test
node dist/index.js
available via `npm run-script`:
build
tsc
clean
rimraf dist
getrobotpwd
get-roomba-password
getpassword
get-roomba-password
lint
eslint src/*.ts
watch
tsc --watch
I have not tried it yet but i just noticed the “lastcommand” script is in the src directory of the plug-in. Try navigating there first then running the script.
On a side note, for now at least I stopped using this plugin and setup rest980 (dorita980). In conjunction with the http switch plug-in. I now have clean by room working in Homebridge for my i7+ roomba.
Same issue here. Anyone found a solution?
Same issue here. Anyone found a solution?
See my solution above. Also try including full path to the lastcommand file
Same issue here. Anyone found a solution?
See my solution above. Also try including full path to the lastcommand file
Thanks for the reply.
I tried from src however I have no “src” folder included in my homebridge install. I’ve tried with multiple versions of roomba2, and for whatever reason it’s not there.
Can you confirm you have a “src” folder included on your homebridge? (If you still have it)
I’m not using that plugin so I can’t confirm. I only happened to see the lastcommand.ts file in the src directory of this repo. I never used it.
However, the work around would be to install the rest980 repo and use Postman to interact with the API and get the lastcommand. That’s what I did.
I just ran into the same issue. getlastcommand is available in the beta version. Run the command npm install -g homebridge-roomba2@beta
and then you should have access to it.
Is there already a solution ? It doesn't work with the beta version either. Is there any other way to read the maps?
I'm on Windows 10. I have tried both the 1.4 plugin as well as the 1.5 beta 2 plugin. Node 18.
How do I setup the Mission configuration. When I follow the instructions it gives me an error - 'getlastcommand' not found. I went to the folder and it's not there. However, getpassword command is there.
Any help would be appreciated.