umesan / homebridge-roomba

Homebridge Plugin for Roomba980
Apache License 2.0
41 stars 16 forks source link

BLID and Password #1

Closed MrMxyzptlk closed 8 years ago

MrMxyzptlk commented 8 years ago

How do I find the BLID and password?

umesan commented 8 years ago

I wrote a procedure to README.md.

MrMxyzptlk commented 8 years ago

Thank you!

I was able to follow your procedure perfectly.

tomto147 commented 7 years ago

Unfortunately I am not able to find my BLID and password. I have installed Charles, configured proxy, I can see i robot.axeda.com communication, but I am not able to find the needed information in Contents RAW format. Can you advise me and help? Thanks

koalazak commented 7 years ago

Hi @tomto147, try the dorita980 script for that

tomto147 commented 7 years ago

I have tryied it as well. I got no response from Roomba after pressing home button for over 2 sec. IP address was ok. After few minutes the script returned error ;-(

koalazak commented 7 years ago

what firmware version you have?

On Jan 14, 2017, at 16:34, tomto147 notifications@github.com wrote:

I have tryied it as well. I got no response from Roomba after pressing home button for over 2 sec. IP address was ok. After few minutes the script returned error ;-(

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

tomto147 commented 7 years ago

Firmware of what? Roomba?

koalazak commented 7 years ago

yes. To check the robot's firmware, open the iRobot HOME App and select More ➔ Settings ➔ About [Robot Name].

tomto147 commented 7 years ago

1.4.7

koalazak commented 7 years ago

Are you sure you have 980 model? Are you sure your robot ip is ok? without zeros padding left?

tomto147 commented 7 years ago

Quite sure. But I will double check tomorrow

tomto147 commented 7 years ago

Hmmm don't know how but now the firmware version is 1.6.6 ;-) It says that the last firmware update was done today (15.01) Can it affect the ability to run dorita script?

koalazak commented 7 years ago

dorita980 works with 1.6.6. Check your robot ip.

tomto147 commented 7 years ago

OK I will give it a try. What voice commands activated by Siri are actually available?

tomto147 commented 7 years ago

OK I was able to extract the information using dorita. But... I can not get it to work... When turning Roomba on nothing happens. When pressing off to whole homebridge stops working with the following errors

[1/15/2017, 6:59:06 PM] [Roomba] Roomba Start! [1/15/2017, 6:59:07 PM] [Roomba] Roomba is Ruuuuuuuuuuning! [1/15/2017, 7:01:31 PM] [Roomba] Roomba Pause & Dock! [1/15/2017, 7:01:32 PM] [Roomba] Roomba is Pause! [1/15/2017, 7:01:35 PM] [Roomba] Roomba Checking the Status! [1/15/2017, 7:01:36 PM] [Roomba] Roomba Get Status! /usr/local/lib/node_modules/homebridge-roomba/index.js:81 var status = JSON.parse(body.robot_status); ^

TypeError: Cannot read property 'robot_status' of undefined at Object. (/usr/local/lib/node_modules/homebridge-roomba/index.js:81:65) at Request.self.callback (/usr/local/lib/node_modules/homebridge-roomba/node_modules/request/request.js:186:22) at emitTwo (events.js:87:13) at Request.emit (events.js:172:7) at Request. (/usr/local/lib/node_modules/homebridge-roomba/node_modules/request/request.js:1081:10) at emitOne (events.js:77:13) at Request.emit (events.js:169:7) at IncomingMessage. (/usr/local/lib/node_modules/homebridge-roomba/node_modules/request/request.js:1001:12) at IncomingMessage.g (events.js:260:16) at emitNone (events.js:72:20) at IncomingMessage.emit (events.js:166:7) at endReadableNT (_stream_readable.js:921:12) at nextTickCallbackWith2Args (node.js:442:9) at process._tickCallback (node.js:356:17)

tomto147 commented 7 years ago

I got it to work but with this version https://github.com/steedferns/homebridge-roomba980