I have several temperature/humidity sensors, and I'm currently using the 'smooth' node to determine the mean/avg values for all the sensors.
However, I am unsure about the 'over the most recent x values' option, and if I'm using it correctly.
I have it set to 7, as I have 7 sensors total. My plan was to keep feeding it the 7 sensors inputs, and have the mean update accordingly based on the 7 readings. However, what happens if a sensor is unavailable, and only 6 sensors are read? I believe it will skew my readings, correct?
Is there a better way to do what I'm after?