Install Homebridge on Windows 10
# test node.js is working node -v # test npm is working npm -v
npm install -g --unsafe-perm homebridge homebridge-config-ui-xhb-service installTo access the Homebridge UI go to
http://localhost:8581in your browser.The default username is admin with password admin.
Un-installnpm uninstall -g homebridge
hb-service uninstallThen check C:\Users[User-Name] and if there is an .homebridge folder, delete it.
Comments
Post a Comment