I think this is likely a stupid question, but I'm looking at a few counter nodes and I'm not exactly getting from them what I thought I would.
Basically I have a flow now that checks the temperature from a Zigbee device and outputs the current temp, converts to F, and if it's over 74 I have it call home assistant to turn off a switch (which has a space heater on it). Right now I'm bifurcating the temperature into true and false, if it's over or under.
When it's over 74, turn off, when it's under though I sent the message to a delay node and wait. Basically I want it to be under 74 for 30 minutes before the space heater comes back on again.
This works well, but I wanted to combine some logic here. I was thinking of waiting for 3+ reports or some magic number, when that number is hit allow the heater to come back on.
Message Counter seems to do this, but debugging shows no output even when the node itself shows "2" currently. How can I act on the logic without output?