-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
Password not reading #134
Comments
I have the same issue |
I have the same problem |
I have the same issue, do you find a solution? I think the new firmware of robot (3.4.63) is not compatible with the API and I don't know if it's possible to do a downgrade on roomba |
hey guys, which node.js verions are you using? |
Hi, I have V14.15 |
Same problem with a 980 on v2.4.6-3, so I'm pretty sure it's not the new firmware :( |
Hi, I was having the same problem with node v12 (12.21.0), but I tried with v10 (10.24.1) and it worked! With the version in mind, I checked the releases notes for node v12 and I saw this: https://nodejs.org/tr/blog/uncategorized/10-lts-to-12-lts/#notable-changes-in-node-js-11-8-0
Then, according to the documentation, I added Currently I don't have time to test this well and make a Pull Request, but anyone can take the information on this comment to do it =) |
I'm having the same issue. After working for a long time with home assistant my roomba wont connect it would fail connection in the home assistant logs. I tried deleting the integration and reinstalling. In reinstalling the integration again I needed the BLID and password so when I go to get the BLID it doesn't get the password like above issue. On the suggestion of node version I ran the command $node -v in the terminal which returns v10.24.0 |
folks I just tested the lib in latest version with latest
most common issues getting your password is pressing the wrong button on roomba or having the mobile application opened. Or firewall problems. I will add the timeout config suggested by @Nyaran anyway Will close this ticket |
No chance to get the Roomba password - any ideas?
`> dorita980@3.1.8 getpassword c:\iobroker\GLT\node_modules\dorita980
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.
Then press any key here...
Robot Data:
{
ver: '3',
hostname: 'Roomba-xxxx-ok-xxxxxxx',
robotname: 'RobbiTobbi',
ip: 'xxx.xxx.xxx.xxx',
mac: 'xx:xx:xx:xxx:xx',
sw: 'v2.4.8-44',
sku: 'R960040',
nc: 0,
proto: 'mqtt',
cap: {
pose: 1,
ota: 2,
multiPass: 2,
pp: 1,
binFullDetect: 1,
langOta: 1,
maps: 1,
edge: 1,
eco: 1,
svcConf: 1
},
blid: 'xxxx-ok-xxxxxxx'
}
events.js:292
throw er; // Unhandled 'error' event
^
Error: connect ETIMEDOUT xxx.xxx.xxx.xxx:8883
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1146:16)
Emitted 'error' event on TLSSocket instance at:
at emitErrorNT (internal/streams/destroy.js:106:8)
at emitErrorCloseNT (internal/streams/destroy.js:74:3)
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
errno: -4039,
code: 'ETIMEDOUT',
syscall: 'connect',
address: 'xxx.xxx.xxx.xxx',
port: 8883
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! dorita980@3.1.8 getpassword:
node ./bin/getpassword.js "xxx.xxx.xxx.xxx"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the dorita980@3.1.8 getpassword script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! A complete log of this run can be found in:
npm ERR! C:\iobroker\GLT\env\npm-cache_logs\2021-03-15T20_11_20_954Z-debug.log
c:\iobroker\GLT\node_modules\dorita980>`
The text was updated successfully, but these errors were encountered: