Thanks for the response, I forgot to mention that was one of the things i tried. Still only strait on or off.
void loop {
analogWrite(8, 0);
delay(3000);
analogWrite(8, 127);
delay(3000);
analogWrite(8, 255);
delay(3000);
}
This code gives me approx 6 seconds of OFF and 3 of ON.
I have to think something is wrong with the TIMERS, though at least some of them have to be working because the radio works just fine, openhab and all its functions work.... unless I misunderstand I thought the radio uses PWM for some of the pins.