Holger Will
Holger Will
i came across this issue just now. `node-red` uses `clone` to clone messages. I ran into this issue because I send custom message objects that extend Arrays. Here is a...
i would be very interested in this. In what way could i help get things going?
same here... no overclocking. just stock settings... What i currently do is to have a bash script (nicehash.sh): #! /bin/bash nheqminer -cd 0 -l server -u address.worker and then use...
i do have the same problem. What i currently do is to have a bash script (nicehash.sh): #! /bin/bash nheqminer_cuda -cd 0 -l equihash.eu.nicehash.com:3357 -u address.worker and the use [pm2](http://pm2.keymetrics.io/)...
func 1 is written as Ï. Just include it in your code as first character...
True, func 1 is not treated as a digit by the optimizer. i will have a look into this.
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...
no, sorry no time yet... the lib is ready, but integrationg it into node-red has to be rewritten...
https://github.com/enocean-js/enocean-js/tree/master/packages/node-red-contrib-enocean
I'm currently in the middle of a complete rewrite of node-enocean, making it more modular and easier to use. Working with the old version, the new version will definitely not...