-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when trying to get Roomba PW #8
Comments
So I got this to work with a "work around". First, I cloned this repo: Nick Waterton - Roomba980 In that repo, there is a file called "getpassword.py". Once cloned, I navigated (using my Mac's Terminal) to the cloned folder, then to another folder called "roomba" and typed in the following command:
The output was similar to the one below:
I removed the BLID & Password from the output above for privacy. Replace the strings (starting with < and ending with >) with your respective output. Also, I've edited the IP address by removing the last 2 numbers (note the X.X) - replace with your correct output. The rest of the text is what I had on my terminal output. |
Thank you for the work around! I will post an updated guide soon. |
This workaround worked for me as well. |
Just wanted to note location for those running on Mac mini rather than Pi : /usr/local/lib/node_modules/homebridge-roomba2 |
i have a R890 version and had to use a similar method to @nikdata but with this repo: however after getting my info the plugin made Homebridge Crash |
I was testing this out while I still had a Roomba, and it seems like the library needs to be updated. I no longer own a Roomba, so I am currently going to transfer this plugin to the homebridge org so they may find someone to maintain this repo. |
Hi, |
I'm going to close this issue as I think it's either the Roomba was busy connected to another client, or the IP address was entered incorrect due to the instructions not being clear. |
I ran the following command on my raspberry pi (Ubuntu powered):
sudo npm run getrobotpwd 192.168.x.xxx
I get to the part where the instructions tell me to hold the "home" button until I hear a tone and the WiFi lights turn on.
When I hit key, that's when the following error occurs:
Apologies in advance if this is a known error.
Side Note 1: Location of my plugin folder
My plug-in folder was located here:
/usr/lib/node_modules/homebridge-roomba2
The text was updated successfully, but these errors were encountered: