You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reinstalled homebridge and since then impossible to configure it.
Until now I used this command line in the terminal: cd /usr/local/lib/node_modules/homebridge-roomba2
then: sudo npm run getrobotpwd 10.143.1.x
I press the two roomba buttons until it flashes green
and I got the blid and the password....
Now when I enter the command line in the terminal I have this: pi@homebridge:/var/lib/homebridge $ cd /usr/local/lib/node_modules/homebridge-roomba2
bash: cd: /usr/local/lib/node_modules/homebridge-roomba2: No such file or directory
I also tried this command line: pi@homebridge:/var/lib/homebridge $ cd $(npm root -g)/homebridge-roomba2
bash: cd: /opt/homebridge/lib/node_modules/homebridge-roomba2: No such file or directory
My Homebridge is on 1.6.0 and the roomba2 plug-in v1.4.0.
THANKS :)
The text was updated successfully, but these errors were encountered:
@Cyrille556 Which instructions are you following? This command is the right one:
cd$(npm root -g)/homebridge-roomba2
However given that isn't working for you... are you sure that you have the plugin installed? If you do, then something has changed and Homebridge is installing packages in a different directory. Try /usr/lib/node_modules?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Good morning,
I can no longer configure my irobot roomba 896.
I reinstalled homebridge and since then impossible to configure it.
Until now I used this command line in the terminal: cd /usr/local/lib/node_modules/homebridge-roomba2
then: sudo npm run getrobotpwd 10.143.1.x
I press the two roomba buttons until it flashes green
and I got the blid and the password....
Now when I enter the command line in the terminal I have this: pi@homebridge:/var/lib/homebridge $ cd /usr/local/lib/node_modules/homebridge-roomba2
bash: cd: /usr/local/lib/node_modules/homebridge-roomba2: No such file or directory
I also tried this command line: pi@homebridge:/var/lib/homebridge $ cd $(npm root -g)/homebridge-roomba2
bash: cd: /opt/homebridge/lib/node_modules/homebridge-roomba2: No such file or directory
My Homebridge is on 1.6.0 and the roomba2 plug-in v1.4.0.
THANKS :)
The text was updated successfully, but these errors were encountered: