homebridge-plugins / homebridge-roomba2

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

Issue with finding plugin on Homebridge running on Docker (Synology NAS) #117

Closed JLafranca closed 2 years ago

JLafranca commented 2 years ago

Dear all,

I installed the Roomba2 plugin on Homebridge (1.4.1) running via Docker on a Synology NAS. I have trouble finding the folder of the plugin in the first step of the install. It seems that the folder is not in the same place as expected (no such file or directory).

Any ideas as to how to proceed?

BW, Jeff

JLafranca commented 2 years ago

Never mind, I got it the work. It seems that if you run Terminal in Homebridge, it is already in the root folder. So a simple: cd node_modules/homebridge-roomba2 did the trick.

Maybe this is useful for others that are running Homebridge on Docker.