homebridge-plugins / homebridge-roomba2

Homebridge plugin to connect iRobot Roomba devices with Homebridge/HomeKit.
MIT License
146 stars 17 forks source link

Unable to get BLID and password on i7 #95

Closed robert1030 closed 2 years ago

robert1030 commented 2 years ago

Expected Behavior

Get i7 robotpassword, blid, model name ... etc

Current Behavior

Robot Data: undefined node:events:368 throw er; // Unhandled 'error' event ^

Error: read ECONNRESET at TLSWrap.onStreamRead (node:internal/stream_base_commons:220:20) Emitted 'error' event on TLSSocket instance at: at emitErrorNT (node:internal/streams/destroy:157:8) at emitErrorCloseNT (node:internal/streams/destroy:122:3) at processTicksAndRejections (node:internal/process/task_queues:83:21) { errno: -104, code: 'ECONNRESET', syscall: 'read' }

Steps to Reproduce (for bugs)

  1. cd /usr/local/lib/node_modules/
  2. Manual install "sudo npm i -g homebridge-roomba2"
  3. cd $(npm root -g)/homebridge-roomba2
  4. sudo npm run getrobotpwd robot-ip

Versions

karlvr commented 2 years ago

@robert1030 I think is a duplicate of several other issues. Please see #81 and #91.