NRCHKB / node-red-contrib-homekit-bridged

Node-RED Contribution - HomeKit Bridged : Node-RED nodes to simulate Apple HomeKit devices.
https://nrchkb.github.io
MIT License
416 stars 52 forks source link

[Help needed]: Flows stopped due to missing node types. #443

Closed GitCodeMischer closed 2 years ago

GitCodeMischer commented 3 years ago

Your Current NRCHKB Plugin Version

1.4.2

Operating System

Raspberry pi

How can we help?

In my case i have the problem with missing node types. When i try to install the package i can use the nodes but when i hit deploy i get the "Flows stopped due to missing node types." error. image

image

Any more details?

If this is specific to some hardware or specific software version, please explain here.

Any code or functions to add?

No response

Shaquu commented 2 years ago

Hi, let's start with this one:

https://nrchkb.github.io/wiki/introduction/faq/#type-already-defined-error

Also please share full nodered startup log.

GitCodeMischer commented 2 years ago

Hi, thanks for the quick response

image

I tried to install it again to see the logs of it, seems all is fine for the installation

image

but when I looked in the node-red-logs I have seen (cannot find module 'fast-srp-hap') (sry for german log text)

Shaquu commented 2 years ago

Is it possible for you to update NodeJS to 14?

GitCodeMischer commented 2 years ago

ok, I will try it, but first, I have to take a snapshot from the sd card of the raspberry.

Shaquu commented 2 years ago

@GitCodeMischer how are you?

GitCodeMischer commented 2 years ago

yes finally, it worked with a higher version of node.js and node package manger (npm) as you proposed. so thank you for your help