Transfers mqtt message to thingspeak channel
$ npm install --save mqtt2thingspeak
var mqtt2thingspeak = require('mqtt2thingspeak');
DEBUG=app node --harmony dist/mqtt2ts.js
Can be started as a deamon (using /etc/init.d) by linking the file script/mqtt2thingspeak to /etc/init.d It might need some editing for setup
ln -s "$(pwd)/script/mqtt2thingspeak" /etc/init.d/
service mqtt2thingspeak start
ISC © Sylvain Mougenot