Z probe on high means 5V is triggering.
But I think I see what goes wrong. Switching to high is working from your message. Now firmware expects that when you move back the signal is off. But your sensor does not go off directly - it has a fixed time of high signal and when the test is done it is still high causing the error. So you need to wait a bit before retrying next measurement.
#define Z_PROBE_DELAY delayInMc
must be > 0 in your case. How big is what you need to test. That is quite new, so search in your sources if it is already there in 1.0.2. With the right delay the untriggered message should disappear.