stvmallen / homebridge-roomba-stv

Homebrige plugin for Roomba 9xx
MIT License
38 stars 15 forks source link

HOOBS terminal issues #78

Open thisisnicolle opened 2 years ago

thisisnicolle commented 2 years ago

So I'm trying to get my Roomba synced to the app. The problem is, when I try to go to the terminal in the Hoobs app, it keeps asking for my username and password. When I type it in it asks again and I'm stuck in a continuous loop. When I try to paste cd /home/hoobs/.hoobs/node_modules/dorita980 && npm install && node ./bin/getpassword.js into my Macbook's terminal, it tells me no file or directory found. Please help?

solbadguy2010 commented 2 years ago

Hi Nicolle, At first i would like to mention, that HOOBS is not the official Homebridge. Its a fork. I would suggest to switch to the official homebride. You find everything on https://homebridge.io/

if you try to Access the Terminal you need a login to the PIs OS, not to Homebridge. The HOOBS default is: username: hoobs; password: hoobsadmin.

An if you open a Terminal on your Mac you type command to that Mac, not the Pi. There is no Roomba Plugin on your Mac. You need ro conntecr to your PI first by typing this command to the Mac Terminal:

ssh hoobs@hoobs.local

User and Pass are as above.