-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error Initializing Plugin #201
Comments
Here is the error I'm getting after running
|
hi @hivenet-jakub I'm having the same issue. Did you manage to resolve it? What method did you use to install the homebridge-mi-hygrothermograph plugin? |
I installed the plugin through the UI. |
Thank you for your reply. I flashed my zero2 using the home bridge version of raspbian so it has some preconfigured stuff. For example I realized there is homebridge specific npm and nodejs installation in
which is not in $PATH by default. What npm installation are you using to run the
|
If anyone is still having issues, mine was solved by installing older homebridge raspbian image :https://github.com/homebridge/homebridge-raspbian-image/releases/tag/v1.1.6 This from my experience has better compatibility with some plugins, like mi-hygrothermograph.
Installing this plugin via homebridge-UI still shows some bluetooth errors but I simply ignored them and everything works flawlessly. |
Same problem here:
|
Expected Behavior
Plugin initialized
Current Behavior
Plugin fails to initialize - see log below. I installed it the following way:
sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev
sudo setcap cap_net_raw+eip $(eval readlink -f
which node)
npm install bluetooth-hci-socket --unsafe-perm
but I'm getting a long error logVersions
1.8.5
/opt/homebridge/lib └── (empty)
20.18.0
Homebridge Log / Command Output
I'm not very 'fluent' in all of this. Maybe it's something simple to fix? Any help would be super appreciated!
The text was updated successfully, but these errors were encountered: