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

serialport error when deploying flow #52

Open
t0m82 opened this issue Feb 14, 2019 · 7 comments
Open

serialport error when deploying flow #52

t0m82 opened this issue Feb 14, 2019 · 7 comments

Comments

@t0m82
Copy link

t0m82 commented Feb 14, 2019

I'm pretty new to that, so excuse me if there is already an answer in the other issues, but so far, I can't solve the problem.

When I try to deploy a flow using the enocean listener I'll emediately get alot of errors in the debug screen, saying the serialport binding could not be located. I guess that is a version/dependency thing?

What do I have to do to get it running? (described for a newbie)

Hoping for help and thanks in advance.
Thomas

Error: Could not locate the bindings file. Tried:
 → /home/pi/.node-red/node_modules/node-enocean/node_modules/serialport/build/serialport.node
 → /home/pi/.node-red/node_modules/node-enocean/node_modules/serialport/build/Debug/serialport.node
 → /home/pi/.node-red/node_modules/node-enocean/node_modules/serialport/build/Release/serialport.node
 → /home/pi/.node-red/node_modules/node-enocean/node_modules/serialport/out/Debug/serialport.node
 → /home/pi/.node-red/node_modules/node-enocean/node_modules/serialport/Debug/serialport.node
 → /home/pi/.node-red/node_modules/node-enocean/node_modules/serialport/out/Release/serialport.node
 → /home/pi/.node-red/node_modules/node-enocean/node_modules/serialport/Release/serialport.node
 → /home/pi/.node-red/node_modules/node-enocean/node_modules/serialport/build/default/serialport.node
 → /home/pi/.node-red/node_modules/node-enocean/node_modules/serialport/compiled/10.15.1/linux/arm/serialport.node
@Holger-Will
Copy link
Collaborator

i'm currently working on a complete rewrite of protocol implementation. https://github.com/enocean-js/enocean-js
the old node-enocean code is not maintained anymore. unfortunately node-red-contrib-enocean currently uses the old codebase. i'm not very much into node-red but it should be much easier now with the new codebase to implement a working node-red node. But node-red-contrib-enocean will need a complete rewrite as well. i'll see if i find some time this weekend.
It is not an error on your part and there is probably nothing you can do for now. i will let you know when i have something useable.

@t0m82
Copy link
Author

t0m82 commented Feb 15, 2019

Ok, that reassures me on one hand but make me stranded on the other! ;) So it would be awesome if you can find some time for a short fix for the meantime as your node would be the perfect solution for my project.

@t0m82
Copy link
Author

t0m82 commented Feb 20, 2019

@Holger-Will have you been able to find some time to figure out a workaround? Or no chance?

@BitTourette
Copy link

BitTourette commented Feb 20, 2019

As je wrote, there won‘t be a workaround or a quick fix... he has to write/implement the new lib :)

@t0m82
Copy link
Author

t0m82 commented Feb 21, 2019

Sorry, what I wanted to ask was, if there have been some time this weekend. ;)

@Holger-Will
Copy link
Collaborator

no, sorry no time yet... the lib is ready, but integrationg it into node-red has to be rewritten...

@Holger-Will
Copy link
Collaborator

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

3 participants