And one other thing.
Make sure you set the alpha channel in the arduino code.
//Set DMX channel 4 to full brightness
DmxSimple.write(4, 255);
Ethernet.begin(serverMac ,serverIp);
Just add three more channels to your starting channel to get the alpha. In my previous example this would be 63.