LED and Relay issues

So i have a COB LED wired up to be triggered by a solid state relay. It is set up to run off 110 power that goes through a power supply and then to the LED. At first I had the relay wired in before the power supply and only two wires going from the outlet, to the power supply and then the power supply was connected to the LED. This worked but there was about a half second delay before the LED lit up, and for this project it needs to be instant.

The attempted solution was to move the relay intersection in front of the power supply.
So now there are four wires going from the outlet and the relay to the LED and Power supply location
and the relay intersects the circuit after the power supply.

This solved the delay issue and the responsiveness is immediate when the relay is triggered.
However, now the LED lights up very dim and only certain points in the array light up.

Does anyone know what is causing this?


Show us a good schematic.
Posting images:Simple guide for inserting images in a post - Website and Forum - Arduino Forum

Give us a data sheet to the relay.

This is all the info I could find on the relay

WINGONEER® trademark Reg.NO:4747611

WINGONEER Low Level Trigger 4-channel 5v Solid State Relay Module Board SSR

Features:
5V solid state relays per channel 250V 2A, output with resistive fuse 250V 2A
4 channel 2 AMP Solid State Relay board Good for lighting- holiday displays etc
The input control signal voltage: (0-0.5V LOW solid state relay OFF) (2.5-20V high solid state relays ON)
Rated output load: 2A at 100 to 240VAC (50/60Hz)
Load voltage range: 75 to 264VAC (50/60Hz)
Load current: 0. 1 to 2 AMP
Power supply: 5VDC / 160mA (all channel ON)
Load type: General purpose
Isolation: Phototriac
Zero cross: Yes

Is this the relay?

If the COB is on dim, sounds like the relay is letting some leakage current through.

What is written on one of the black relay cases?
If so leakage current 1 mA max. at 100 VAC, 1.50 mA at 200 VAC

How many channels do you have and what’s sending the signals to turn them on?

Yes that one on ebay is the relay.
Just tried the circuit with a mechanical 10A relay in place of the 2A solid state and it worked.
Could this amperage difference have been the problem?

Running 12 channels from a Mega.

Looks like the leakage current is your problem.

How dim is the COB when Arduino sends LOW.

Could be induction from the power line. You should separate the green and yellow wires from the blue and black wires.

That relay you are using is an AC output solidstate relay and will not switch a DC driven output circuit properly because the output devices in the relay are thyristors that can only properly switch AC loads. To switch a DC driven circuit you can either use a mechanical relay or a DC output Solid State relay where the solid state relay output is a simple transistor.

Take a look here;

http://www.crydom.com/en/tech/tips/dc%20relays-technical%20guidelines.pdf

Ahh look at that. Why not a triac? It seems the thrysistors are only passing half the ac signal.

I though the representative diagram for this relay showed MOS FETs.

It’s a zero cross it’s a triac. Getting back to the issue you need to switch the AC side of the LED power supply with this or get new relays that switch DC which is safer.

Circuitmaker.com is obviously wrong.
Omron G3MB-202P-DC5 | Components | CircuitMaker

OOPS, wolframore is right and I should have wrote Triac (which is a back to back thyristor) Either way the problem is more or less resolved in that you can't switch a DC load with an AC output solid state relay.

thank you for the replies, ordered a dc-dc relay