-
-
Notifications
You must be signed in to change notification settings - Fork 53
Installation
This step is required if you wish to control your devices via bluetooth. The plugin uses the noble bluetooth package which requires extra packages to be installed on your system for it to work.
If you already have the plugin installed, follow the instructions below then reinstall the plugin via the Homebridge/HOOBS UI.
Run these commands in the Homebridge terminal:
sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev
sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)
Then restart Homebridge.
See the noble documentation for instructions specific to your system.
Simply go to the 'Plugins' page, search homebridge-govee
and click 'Install'.
This will only work if you are using a platform which installs plugins globally.
sudo npm i homebridge-govee -g
If you use the Homebridge UI or HOOBS then a configuration screen will appear after installing the plugin where you can enter your Govee API key.
See the Configuration page for JSON configuration templates and other optional settings if editing the configuration manually.
And voila your supported Govee devices should be added to your Homebridge/HOOBS instance.