recallfx / node-red-contrib-eufy-security

Eufy security node for Node RED
MIT License
6 stars 6 forks source link

Cannot get to work #1

Closed jrote1 closed 1 year ago

jrote1 commented 3 years ago

I am trying to get this to work in nodered but I am having a few issues. I've added the node to the flow and add eufy-config but my username/password do not seem to get saved. Everytime I check the config they are empty. Also when I deploy the flow I get the following error

Flows stopped due to missing node types.

eufy-config
eufy-security

Any help would be greatly appreciated, if I can provide anymore information then please let me know

recallfx commented 3 years ago

Regarding credentials, I had similar issue, where I solved by going to settings.json and uncomment credentialSecret (change the key).

Anyways, can you paste the output of npx node-red or any way you run it?