enocean-js / node-enocean

an enocean implementation for node.js
GNU General Public License v2.0
29 stars 14 forks source link

solution for "chance that we receive the starbyte, but not the complete header." Problem #12

Closed RafaelKa closed 8 years ago

RafaelKa commented 9 years ago

I've looked at the code and seen following comment https://github.com/Holger-Will/node-enocean/blob/master/index.js#L75-L76 I think you can use my package for TCM310 device https://github.com/RafaelKa/node-serialport-enocean-parser

see https://github.com/RafaelKa/node-serialport-enocean-parser/blob/master/ESP3Packet.js and https://github.com/RafaelKa/node-serialport-enocean-parser/blob/master/ESP3Parser.js

Holger-Will commented 9 years ago

Looks interresting! I will have to look at it in more detail. Thanks for the hint.