Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Messages in the log, after removing the plugin and devices #35

Open
fparrav opened this issue Jun 18, 2020 · 6 comments
Open

Messages in the log, after removing the plugin and devices #35

fparrav opened this issue Jun 18, 2020 · 6 comments

Comments

@fparrav
Copy link

fparrav commented Jun 18, 2020

Currently migrate my esp8266 to HAA for native support (thanks for the work on homebridge-mcuiot, it was one of my first approaches to homekit / homebridge), remove devices by validating ID in EVE app, and then remove homebridge-mcuiot from config .json, but these messages still appear in the log, even with the plugin uninstalled.

[5/3/2020, 3:05:50 PM] [mcuiot] Reading MCUIOT: NODE-80FD3D
[5/3/2020, 3:06:50 PM] [mcuiot] Reading MCUIOT: NODE-80F55D
[5/3/2020, 3:06:50 PM] [mcuiot] Reading MCUIOT: NODE-80FD3D
[5/3/2020, 3:07:50 PM] [mcuiot] Reading MCUIOT: NODE-80F55D
[5/3/2020, 3:07:50 PM] [mcuiot] Reading MCUIOT: NODE-80FD3D
[5/3/2020, 3:08:50 PM] [mcuiot] Reading MCUIOT: NODE-80F55D
[5/3/2020, 3:08:50 PM] [mcuiot] Reading MCUIOT: NODE-80FD3D
[5/3/2020, 3:09:50 PM] [mcuiot] Reading MCUIOT: NODE-80F55D
[5/3/2020, 3:09:50 PM] [mcuiot] Reading MCUIOT: NODE-80FD3D
[5/3/2020, 3:10:50 PM] [mcuiot] Reading MCUIOT: NODE-80F55D
[5/3/2020, 3:10:50 PM] [mcuiot] Reading MCUIOT: NODE-80FD3D
@NorthernMan54
Copy link
Owner

You need to remove the plugin code itself, and it will stop

It has a auto config feature if homebridge finds the code base.

@fparrav
Copy link
Author

fparrav commented Jun 18, 2020

You need to remove the plugin code itself, and it will stop

What does this mean ? it is not in the config.json or in the path of npm -g root

@NorthernMan54
Copy link
Owner

There are multiple possible locations depending on the NPM command used to install and the account used. I really can't say where it is in your system

Google shows this

https://stackoverflow.com/questions/5926672/where-does-npm-install-packages

@fparrav
Copy link
Author

fparrav commented Jun 19, 2020

I searched the whole system for a reference to "Homebridge-mcuiot" and can't find it, I only have a single node version installed as shown in the screenshot and I only have the plugins installed in this directory ... it is strange.

node packages

@NorthernMan54
Copy link
Owner

Strange, did you also look in /usr/local?

@fparrav
Copy link
Author

fparrav commented Jun 19, 2020

yes... there is no other folder node_modules throughout the system

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants