Skip to content
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

Errors trying to connect and get password. #62

Closed
BRoadifer opened this issue Jul 20, 2023 · 2 comments
Closed

Errors trying to connect and get password. #62

BRoadifer opened this issue Jul 20, 2023 · 2 comments

Comments

@BRoadifer
Copy link

I've been trying to get this to work for a while now... Figured I'd ask here.

I have an 7i+
Software shows 22.52.5

My config I have my IP address and for Firmware 22. Not sure if that is correct though.

I noticed that the script says it will continue after 10 seconds, but it never does.

dorita980@3.1.7 getpassword /usr/src/app
node ./bin/getpassword.js
Make sure your robot is on the Home Base and powered on (green lights on). Then press and hold the HOME button on your robot until it plays a series of tones (about 2 seconds). Release the button and your robot will flash WIFI light.
This step will continue in 10 seconds...
events.js:160
throw er; // Unhandled 'error' event
^
Error: connect EHOSTUNREACH 192.168.1.79:8883
at Object.exports._errnoException (util.js:1020:11)
at exports._exceptionWithHostPort (util.js:1043:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1099:14)
npm ERR! Linux 6.1.34
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "getpassword"
npm ERR! node v6.17.1
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! dorita980@3.1.7 getpassword: node ./bin/getpassword.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the dorita980@3.1.7 getpassword script 'node ./bin/getpassword.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the dorita980 package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./bin/getpassword.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs dorita980
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls dorita980
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /usr/src/app/npm-debug.log

@dixi83
Copy link

dixi83 commented Dec 8, 2023

For the i7 you need to install the NPM package and use your email password you used to login to the app.
https://www.npmjs.com/package/dorita980

npm install -g dorita980
get-roomba-password-cloud <iRobot Username> <iRobot Password>

in my case i had to put the email and password between single quotes '

@BRoadifer
Copy link
Author

Thanks for the reply... I use Home Assistant OS. Is there a way to do this through HACS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants