DeanCording/node-red-contrib-comfort

Feature Request - add Mean Radiant Temperature

Closed this issue · 7 comments

Would you consider adding MRT as a message input value? This would be useful for me.

I also see that I cannot include the airspeed in the message. That would also be useful for me.

Oh, no I didn't try it. I was just looking at the code which has
node.airspeedField = n.airspeedField || 0;
node.airspeedFieldType = n.airspeedFieldType || "num";
but I don't understand fully how this works so you may well be right. I will try it later.

Ah, yes, you are right. Sorry.

MRT input has been added. It can be set to a property or static value, or set to operative in which case it will be the same as the air temperature.

Great, working well for me, many thanks.