Chicken Coop - LCD + 2 Fans + 2 Lights + RTC + DHT11 + Stepper

Paul doesn't seem to understand the issue.

Perhaps because you have not stated the problem clearly enough.

Something like this. I see this in the serial monitor:

Time to turn the relay.

My code looks like this:

Serial.print("Time to turn the relay on");
digitalWrite(relayPin, HIGH);

The relay does not come on.

Now, something like that would be easy to troubleshoot.