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

collaboration request #1

Open
Holger-Will opened this issue May 27, 2019 · 0 comments
Open

collaboration request #1

Holger-Will opened this issue May 27, 2019 · 0 comments

Comments

@Holger-Will
Copy link

nice project!

i tried once to connect an enocean shield to an espruino and did not succeed... i wonder how and where SERIAL_8N1 is defined in your code?

I may also point you to my enocean project: https://github.com/enocean-js/enocean-js#readme

it's an attempt at implementing the enocean protocol in javascript. there is a transcoder to encode and decode telegrams. Besides a few bugs, it supports all EEPs and it runs in node.js and the browser. so you can pass it buffers or string from your gateway and get the decoded info. even without node-red...
as well as passing it some json data as info and it'll return strings or buffers you can send to your gateway to send out to enocean devices.

there is also a node-red node using this: https://github.com/enocean-js/enocean-js/tree/master/packages/node-red-contrib-enocean

so you might be able to just pass the messages you get from your gateway and pass them to the actor node. that will handle teach in and teach out, including bidirectional teach in of UTE devices with teach in responses...

we might work together to integrate your gateway into the node-red enocean project i.e. make the nodes compatible with the content of the messages from/to your device.
you might want to join us on slack https://join.slack.com/t/enocean-js/shared_invite/enQtNTE0MzU2OTE1ODc2LTgzYTdhNDJkZWE3ZDk1MzVmYzk0NzcwZGVkMjNiMzg3MTU2MGNlNjEwYWVjNWNjYTcwZTNiOTdkZjk0NmYyOTU

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

1 participant