Hi there,
for whatever reason i fail inserting the value of a msg object into a topic - he only shows '[object Object]':
I assume the error is within the "MakeSQL" function:
var temp = {payload: msg.payload.temperatur};
var vent = {payload: msg.payload.ventil};
msg.topic = "INSERT INTO `Markus_HO` (`ID`, `Raum`, `Temperatur`, `Timestamp`,`Ventil`) VALUES (NULL, 'Markus_HO', '"+temp+"', CURRENT_TIMESTAMP, '"+vent+"');";
return msg;
I am sure it´s a small thing but i can´t see it and hope for a quick: "It´s so damn easy friend: It´s..." 
