NorthernMan54 / homebridge-dht

Homebridge plugin for DHT22 Temperature / Humidity Sensors
72 stars 14 forks source link

ERROR LOADING PLUGIN homebridge-dht #33

Closed tonykingnz closed 4 years ago

tonykingnz commented 4 years ago

pi@raspberrypi:~ $ homebridge [2019-9-27 01:30:14] Loaded config.json with 2 accessories and 0 platforms. [2019-9-27 01:30:14] --- [2019-9-27 01:30:14] ==================== [2019-9-27 01:30:14] ERROR LOADING PLUGIN homebridge-dht: [2019-9-27 01:30:14] Error: Cannot find module 'node-dht-sensor' at Function.Module._resolveFilename (module.js:543:15) at Function.Module._load (module.js:470:25) at Module.require (module.js:593:17) at require (internal/module.js:11:18) at Object. (/usr/local/lib/node_modules/homebridge-dht/index.js:40:14) at Module._compile (module.js:649:30) at Object.Module._extensions..js (module.js:660:10) at Module.load (module.js:561:32) at tryModuleLoad (module.js:501:12) at Function.Module._load (module.js:493:3) [2019-9-27 01:30:14] ==================== [2019-9-27 01:30:14] No plugins found. See the README for information on installing plugins. [2019-9-27 01:30:14] Loading 0 platforms... [2019-9-27 01:30:14] Loading 2 accessories... [2019-9-27 01:30:14] Error: The requested accessory 'Dht' was not registered by any plugin. at API.accessory (/usr/local/lib/node_modules/homebridge/lib/api.js:64:13) at Server._loadAccessories (/usr/local/lib/node_modules/homebridge/lib/server.js:297:42) at Server.run (/usr/local/lib/node_modules/homebridge/lib/server.js:91:38) at module.exports (/usr/local/lib/node_modules/homebridge/lib/cli.js:59:10) at Object. (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22) at Module._compile (module.js:649:30) at Object.Module._extensions..js (module.js:660:10) at Module.load (module.js:561:32) at tryModuleLoad (module.js:501:12) at Function.Module._load (module.js:493:3) [2019-9-27 01:30:14] Got SIGTERM, shutting down Homebridge...

What can I do? Please! I need to do a work using it.

NorthernMan54 commented 4 years ago

Looks like the plugin did not install incorrectly as the dependancy "node-dht-sensor” was not found

Can you try installing the plugin again, and watch for any errors during plugin installation

On Sep 26, 2019, at 8:31 PM, Jose Antonio Maria de Rezende Silva notifications@github.com wrote:

pi@raspberrypi:~ $ homebridge [2019-9-27 01:30:14] Loaded config.json with 2 accessories and 0 platforms. [2019-9-27 01:30:14] --- [2019-9-27 01:30:14] ==================== [2019-9-27 01:30:14] ERROR LOADING PLUGIN homebridge-dht: [2019-9-27 01:30:14] Error: Cannot find module 'node-dht-sensor' at Function.Module._resolveFilename (module.js:543:15) at Function.Module._load (module.js:470:25) at Module.require (module.js:593:17) at require (internal/module.js:11:18) at Object. (/usr/local/lib/node_modules/homebridge-dht/index.js:40:14) at Module._compile (module.js:649:30) at Object.Module._extensions..js (module.js:660:10) at Module.load (module.js:561:32) at tryModuleLoad (module.js:501:12) at Function.Module._load (module.js:493:3) [2019-9-27 01:30:14] ==================== [2019-9-27 01:30:14] No plugins found. See the README for information on installing plugins. [2019-9-27 01:30:14] Loading 0 platforms... [2019-9-27 01:30:14] Loading 2 accessories... [2019-9-27 01:30:14] Error: The requested accessory 'Dht' was not registered by any plugin. at API.accessory (/usr/local/lib/node_modules/homebridge/lib/api.js:64:13) at Server._loadAccessories (/usr/local/lib/node_modules/homebridge/lib/server.js:297:42) at Server.run (/usr/local/lib/node_modules/homebridge/lib/server.js:91:38) at module.exports (/usr/local/lib/node_modules/homebridge/lib/cli.js:59:10) at Object. (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22) at Module._compile (module.js:649:30) at Object.Module._extensions..js (module.js:660:10) at Module.load (module.js:561:32) at tryModuleLoad (module.js:501:12) at Function.Module._load (module.js:493:3) [2019-9-27 01:30:14] Got SIGTERM, shutting down Homebridge...

What can I do? Please! I need to do a work using it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/NorthernMan54/homebridge-dht/issues/33?email_source=notifications&email_token=AEXEFGDOAS6GSRIS6XOV4RDQLVH6ZA5CNFSM4I3AN4M2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HOAZXJQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AEXEFGFZPR2Z5GRVAFO67PLQLVH6ZANCNFSM4I3AN4MQ.

tonykingnz commented 4 years ago

pi@raspberrypi:~ $ sudo npm install -g homebridge-dht

tonykingnz commented 4 years ago

I reinstalled the dht plugin, but nothing happened. I need this working next week.

NorthernMan54 commented 4 years ago

Hum..

Can you remove homebridge-dht and try installing again, for some reason that dependency is not getting installed

tonykingnz commented 4 years ago

How I do it?

NorthernMan54 commented 4 years ago

Find the directory it is installed in and remove it

Ie

sudo rm -rf /usr/local/lib/node_modules/homebridge-dht

ukjoci commented 4 years ago

Hi There!

I have also a problem with running or loading dht plugin in Homebridge. Before it worked, but it broguht time to work. But now, I get this error message and my DHT22 plugin doesn't work with Homebridge and iOS Home Kit. The DHT22 sensor is good, because in Raspi terminal I can read out the values of temperature and humidity. I tried uninstall, re-install, and so on, but it's not working. What couldf be wrong? 66275226-d4810e00-e886-11e9-9c97-56a0f5f6c3df

Here is the full error message from the terminal:

ERROR LOADING PLUGIN homebridge-dht: [2019-10-6 22:11:04] Error: Cannot find module '/home/pi/homebridge-dht/node_modules/node-dht-sensor/build/Release/node_dht_sensor'. Please verify that the package.json has a valid "main" entry at tryPackage (internal/modules/cjs/loader.js:288:19) at Function.Module._findPath (internal/modules/cjs/loader.js:515:18) at Function.Module._resolveFilename (internal/modules/cjs/loader.js:759:27) at Function.Module._load (internal/modules/cjs/loader.js:677:27) at Module.require (internal/modules/cjs/loader.js:830:19) at require (internal/modules/cjs/helpers.js:68:18) at Object. (/home/pi/homebridge-dht/index.js:40:14) at Module._compile (internal/modules/cjs/loader.js:936:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:947:10) at Module.load (internal/modules/cjs/loader.js:790:32) And here is a picture of it also.

Many-many thanks for your help! dht_problem

tonykingnz commented 4 years ago

I removed and tried install again. Happened the same thing. Then i used the command:

sudo npm install homebridge-dht --unsafe-perm

and got it:

pi@raspberrypi:/usr/local/lib/node_modules $ sudo npm install homebridge-dht --unsafe-perm

node-dht-sensor@0.0.34 preinstall /usr/local/lib/node_modules/homebridge-dht/node_modules/node-dht-sensor ./check-lib.sh

Library bcm2835 found.

node-dht-sensor@0.0.34 install /usr/local/lib/node_modules/homebridge-dht/node_modules/node-dht-sensor node-gyp configure

node-dht-sensor@0.0.34 postinstall /usr/local/lib/node_modules/homebridge-dht/node_modules/node-dht-sensor node-gyp build

make: Entering directory '/usr/local/lib/node_modules/homebridge-dht/node_modules/node-dht-sensor/build' CXX(target) Release/obj.target/node_dht_sensor/node-dht-sensor.o In file included from /root/.node-gyp/8.2.1/include/node/node.h:63, from ../node-dht-sensor.cpp:1: /root/.node-gyp/8.2.1/include/node/v8.h: In static member function ‘static void v8::V8::RemoveGCPrologueCallback(v8::GCCallback)’: /root/.node-gyp/8.2.1/include/node/v8.h:9814:53: warning: cast between incompatible function types from ‘v8::GCCallback’ {aka ‘void ()(v8::GCType, v8::GCCallbackFlags)’} to ‘v8::Isolate::GCCallback’ {aka ‘void ()(v8::Isolate, v8::GCType, v8::GCCallbackFlags)’} [-Wcast-function-type] reinterpret_cast(callback)); ^ /root/.node-gyp/8.2.1/include/node/v8.h: In static member function ‘static void v8::V8::RemoveGCEpilogueCallback(v8::GCCallback)’: /root/.node-gyp/8.2.1/include/node/v8.h:9821:53: warning: cast between incompatible function types from ‘v8::GCCallback’ {aka ‘void ()(v8::GCType, v8::GCCallbackFlags)’} to ‘v8::Isolate::GCCallback’ {aka ‘void ()(v8::Isolate, v8::GCType, v8::GCCallbackFlags)’} [-Wcast-function-type] reinterpret_cast(callback)); ^ In file included from ../node-dht-sensor.cpp:2: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker)’: ../../nan/nan.h:1875:62: warning: cast between incompatible function types from ‘void ()(uv_work_t)’ {aka ‘void ()(uv_work_s)’} to ‘uv_after_work_cb’ {aka void ()(uv_work_s, int)’} [-Wcast-function-type] , reinterpret_cast(AsyncExecuteComplete) ^ In file included from ../node-dht-sensor.cpp:1: ../node-dht-sensor.cpp: At global scope: /root/.node-gyp/8.2.1/include/node/node.h:460:43: warning: cast between incompatible function types from ‘void ()(v8::Handle)’ {aka ‘void ()(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void ()(v8::Local, v8::Local, void)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /root/.node-gyp/8.2.1/include/node/node.h:491:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) ^~~~~ ../node-dht-sensor.cpp:200:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(node_dht_sensor, Init); ^~~ In file included from /root/.node-gyp/8.2.1/include/node/node.h:63, from ../node-dht-sensor.cpp:1: /root/.node-gyp/8.2.1/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void ()(const v8::WeakCallbackInfo&)]’: /root/.node-gyp/8.2.1/include/node/node_object_wrap.h:85:78: required from here /root/.node-gyp/8.2.1/include/node/v8.h:8793:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo::Callback’ {aka ‘void ()(const v8::WeakCallbackInfo&)’} to ‘Callback’ {aka ‘void ()(const v8::WeakCallbackInfo&)’} [-Wcast-function-type] reinterpret_cast(callback), type); ^~~~~~~~ /root/.node-gyp/8.2.1/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void ()(const v8::WeakCallbackInfo&)]’: ../../nan/nan_object_wrap.h:66:61: required from here /root/.node-gyp/8.2.1/include/node/v8.h:8793:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo::Callback’ {aka void ()(const v8::WeakCallbackInfo&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} [-Wcast-function-type] CXX(target) Release/obj.target/node_dht_sensor/dht-sensor.o SOLINK_MODULE(target) Release/obj.target/node_dht_sensor.node COPY Release/node_dht_sensor.node make: Leaving directory '/usr/local/lib/node_modules/homebridge-dht/node_modules/node-dht-sensor/build'

pi@raspberrypi:/usr/local/lib/node_modules $

NorthernMan54 commented 4 years ago

Did it work afterwards?

Sent from my iPad

On Oct 9, 2019, at 7:57 AM, Jose Antonio Maria de Rezende Silva notifications@github.com wrote:

I removed and tried install again. Happened the same thing. Then i used the command:

sudo npm install homebridge-dht --unsafe-perm

and got it:

pi@raspberrypi:/usr/local/lib/node_modules $ sudo npm install homebridge-dht --unsafe-perm

node-dht-sensor@0.0.34 preinstall /usr/local/lib/node_modules/homebridge-dht/node_modules/node-dht-sensor ./check-lib.sh

Library bcm2835 found.

node-dht-sensor@0.0.34 install /usr/local/lib/node_modules/homebridge-dht/node_modules/node-dht-sensor node-gyp configure

node-dht-sensor@0.0.34 postinstall /usr/local/lib/node_modules/homebridge-dht/node_modules/node-dht-sensor node-gyp build

make: Entering directory '/usr/local/lib/node_modules/homebridge-dht/node_modules/node-dht-sensor/build' CXX(target) Release/obj.target/node_dht_sensor/node-dht-sensor.o In file included from /root/.node-gyp/8.2.1/include/node/node.h:63, from ../node-dht-sensor.cpp:1: /root/.node-gyp/8.2.1/include/node/v8.h: In static member function ‘static void v8::V8::RemoveGCPrologueCallback(v8::GCCallback)’: /root/.node-gyp/8.2.1/include/node/v8.h:9814:53: warning: cast between incompatible function types from ‘v8::GCCallback’ {aka ‘void ()(v8::GCType, v8::GCCallbackFlags)’} to ‘v8::Isolate::GCCallback’ {aka ‘void ()(v8::Isolate, v8::GCType, v8::GCCallbackFlags)’} [-Wcast-function-type] reinterpret_castIsolate::GCCallback(callback)); ^ /root/.node-gyp/8.2.1/include/node/v8.h: In static member function ‘static void v8::V8::RemoveGCEpilogueCallback(v8::GCCallback)’: /root/.node-gyp/8.2.1/include/node/v8.h:9821:53: warning: cast between incompatible function types from ‘v8::GCCallback’ {aka ‘void ()(v8::GCType, v8::GCCallbackFlags)’} to ‘v8::Isolate::GCCallback’ {aka ‘void ()(v8::Isolate, v8::GCType, v8::GCCallbackFlags)’} [-Wcast-function-type] reinterpret_castIsolate::GCCallback(callback)); ^ In file included from ../node-dht-sensor.cpp:2: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker)’: ../../nan/nan.h:1875:62: warning: cast between incompatible function types from ‘void ()(uv_work_t)’ {aka ‘void ()(uv_work_s)’} to ‘uv_after_work_cb’ {aka void ()(uv_work_s, int)’} [-Wcast-function-type] , reinterpret_cast(AsyncExecuteComplete) ^ In file included from ../node-dht-sensor.cpp:1: ../node-dht-sensor.cpp: At global scope: /root/.node-gyp/8.2.1/include/node/node.h:460:43: warning: cast between incompatible function types from ‘void ()(v8::Handlev8::Object)’ {aka ‘void ()(v8::Localv8::Object)’} to ‘node::addon_register_func’ {aka ‘void ()(v8::Localv8::Object, v8::Localv8::Value, void)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), ^ /root/.node-gyp/8.2.1/include/node/node.h:491:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) ^~~~~ ../node-dht-sensor.cpp:200:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(node_dht_sensor, Init); ^~~ In file included from /root/.node-gyp/8.2.1/include/node/node.h:63, from ../node-dht-sensor.cpp:1: /root/.node-gyp/8.2.1/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void ()(const v8::WeakCallbackInfonode::ObjectWrap&)]’: /root/.node-gyp/8.2.1/include/node/node_object_wrap.h:85:78: required from here /root/.node-gyp/8.2.1/include/node/v8.h:8793:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfonode::ObjectWrap::Callback’ {aka ‘void ()(const v8::WeakCallbackInfonode::ObjectWrap&)’} to ‘Callback’ {aka ‘void ()(const v8::WeakCallbackInfo&)’} [-Wcast-function-type] reinterpret_cast(callback), type); ^~~~~~~~ /root/.node-gyp/8.2.1/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void ()(const v8::WeakCallbackInfoNan::ObjectWrap&)]’: ../../nan/nan_object_wrap.h:66:61: required from here /root/.node-gyp/8.2.1/include/node/v8.h:8793:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfoNan::ObjectWrap::Callback’ {aka void ()(const v8::WeakCallbackInfoNan::ObjectWrap&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} [-Wcast-function-type] CXX(target) Release/obj.target/node_dht_sensor/dht-sensor.o SOLINK_MODULE(target) Release/obj.target/node_dht_sensor.node COPY Release/node_dht_sensor.node make: Leaving directory '/usr/local/lib/node_modules/homebridge-dht/node_modules/node-dht-sensor/build'

homebridge-dht@0.1.27 added 70 packages in 105.662s

╭──────────────────────────────────────╮ │ │ │ Update available 5.3.0 → 6.12.0 │ │ Run npm i -g npm to update │ │ │ ╰──────────────────────────────────────╯

pi@raspberrypi:/usr/local/lib/node_modules $

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

tonykingnz commented 4 years ago

Got this

pi@raspberrypi:/usr/local/lib/node_modules $ homebridge [2019-10-9 00:01:03] Loaded config.json with 2 accessories and 0 platforms. [2019-10-9 00:01:03] --- [2019-10-9 00:01:05] Loaded plugin: homebridge-dht [2019-10-9 00:01:05] Registering accessory 'homebridge-dht.Dht' [2019-10-9 00:01:05] --- [2019-10-9 00:01:05] Loading 0 platforms... [2019-10-9 00:01:05] Loading 2 accessories... [2019-10-9 00:01:05] [cputemp] Initializing Dht accessory... [2019-10-9 00:01:05] [cputemp] Adding Accessory [2019-10-9 00:01:05] [cputemp] INIT: cputemp [2019-10-9 00:01:05] [Temp/Humidity Sensor] Initializing Dht accessory... [2019-10-9 00:01:05] [Temp/Humidity Sensor] Adding Accessory [2019-10-9 00:01:05] [Temp/Humidity Sensor] INIT: Temp/Humidity Sensor Setup Payload: X-HM://0023ISYWY28LH Scan this code with your HomeKit app on your iOS device to pair with Homebridge:

Or enter this code with your HomeKit app on your iOS device to pair with Homebridge:

┌────────────┐
│ 031-45-154 │
└────────────┘

[2019-10-9 00:01:05] Error: listen EADDRINUSE :::51826 at Object.exports._errnoException (util.js:1024:11) at exports._exceptionWithHostPort (util.js:1047:20) at Server.setupListenHandle [as _listen2] (net.js:1319:14) at listenInCluster (net.js:1367:12) at Server.listen (net.js:1467:7) at EventedHTTPServer.listen (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/util/eventedhttp.js:60:19) at HAPServer.listen (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/HAPServer.js:158:20) at Bridge.Accessory.publish (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:616:16) at Server._publish (/usr/local/lib/node_modules/homebridge/lib/server.js:132:16) at Server.run (/usr/local/lib/node_modules/homebridge/lib/server.js:101:10) [2019-10-9 00:01:05] Got SIGTERM, shutting down Homebridge... [2019-10-9 00:01:07] [Temp/Humidity Sensor] Error: Error: failed to read sensor

pi@raspberrypi:/usr/local/lib/node_modules $

NorthernMan54 commented 4 years ago

Looks like it worked, you just have homebridge already running hence the already in use error

tonykingnz commented 4 years ago

I restarted the raspberry:

pi@raspberrypi:~ $ homebridge [2019-10-9 00:16:40] Loaded config.json with 2 accessories and 0 platforms. [2019-10-9 00:16:40] --- [2019-10-9 00:16:40] No plugins found. See the README for information on installing plugins. [2019-10-9 00:16:40] Loading 0 platforms... [2019-10-9 00:16:40] Loading 2 accessories... [2019-10-9 00:16:40] Error: The requested accessory 'Dht' was not registered by any plugin. at API.accessory (/usr/local/lib/node_modules/homebridge/lib/api.js:64:13) at Server._loadAccessories (/usr/local/lib/node_modules/homebridge/lib/server.js:297:42) at Server.run (/usr/local/lib/node_modules/homebridge/lib/server.js:91:38) at module.exports (/usr/local/lib/node_modules/homebridge/lib/cli.js:59:10) at Object. (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22) at Module._compile (module.js:569:30) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:503:32) at tryModuleLoad (module.js:466:12) at Function.Module._load (module.js:458:3) [2019-10-9 00:16:40] Got SIGTERM, shutting down Homebridge... pi@raspberrypi:~ $

NorthernMan54 commented 4 years ago

Looks like a problem with your config.json

On Oct 9, 2019, at 8:21 AM, Jose Antonio Maria de Rezende Silva notifications@github.com wrote:

 I restarted the raspberry:

pi@raspberrypi:~ $ homebridge [2019-10-9 00:16:40] Loaded config.json with 2 accessories and 0 platforms. [2019-10-9 00:16:40] --- [2019-10-9 00:16:40] No plugins found. See the README for information on installing plugins. [2019-10-9 00:16:40] Loading 0 platforms... [2019-10-9 00:16:40] Loading 2 accessories... [2019-10-9 00:16:40] Error: The requested accessory 'Dht' was not registered by any plugin. at API.accessory (/usr/local/lib/node_modules/homebridge/lib/api.js:64:13) at Server._loadAccessories (/usr/local/lib/node_modules/homebridge/lib/server.js:297:42) at Server.run (/usr/local/lib/node_modules/homebridge/lib/server.js:91:38) at module.exports (/usr/local/lib/node_modules/homebridge/lib/cli.js:59:10) at Object. (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22) at Module._compile (module.js:569:30) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:503:32) at tryModuleLoad (module.js:466:12) at Function.Module._load (module.js:458:3) [2019-10-9 00:16:40] Got SIGTERM, shutting down Homebridge... pi@raspberrypi:~ $

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

tonykingnz commented 4 years ago

pi@raspberrypi:~/.homebridge $ sudo nano /home/pi/.homebridge/config.json

GNU nano 3.2 /home/pi/.homebridge/config.json

{ "bridge": { "name": "Penny", "username": "CC:22:3D:E3:CD:33", "port": 51826, "pin": "031-45-154" },

"description": "HomeBridge", "platforms": [],

"accessories": [ { "accessory": "Dht", "name": "cputemp", "service": "Temperature" }, { "accessory": "Dht", "name": "Temp/Humidity Sensor", "service": "dht22" } ]}

What is wrong?

NorthernMan54 commented 4 years ago

@tonykingnz I originally that the error was a typo in the config.json, but after reviewing your config.json it is okay.

Looking back, the error message is that no plugins were found this time, but I don’t know why.

No plugins found. See the README for information on installing plugins.

I’m stumped to determine what is wrong with your setup.

tonykingnz commented 4 years ago

Too bad you didn't find a solution. Thank you for taking the time to help me out. Have a good night. Where could I search to try to find the solution alone?