DMX issue Artnet-DM602-RGBW-D Lights. Everything works but only stays on for a second or 2

Switch colors brightness… all works but LED then goes to off state ha reports still on. Using other software (not HA) works perfect. The only settings that seems to effect it is “refresh every: 1” makes them flash on/off every second. Default of 0 results in off state after a second.

This is my config

light:
- platform: artnet_led
  host: 10.1.10.38                              # IP of Art-Net Node
  max_fps: 25                           # Max 40 per second
  refresh_every: 1                      # Resend values if no fades are running every x seconds, 0 disables automatic refresh
  node_type: artnet-controller              # Which protocol to use
  universes:                            # Support for multiple universes
    1:                                  # Nr of Universe (see configuration of your Art-Net Node)
      send_partial_universe: False       # Only send the universe which contains data
      output_correction: quadruple
#quadratic      # optional: output correction for the whole universe, will be used as default if nothing is set for the channel
      devices:
        - channel: 6
          name: dmx_rgb1
          type: rgbw
          transition: 0
          channel_size: 8bit
          channel_setup: rgbwd
        - channel: 11
          name: dmx_rgb2
          type: rgbw
          transition: 0
          channel_size: 8bit
          channel_setup: rgbwd
        - channel: 16        
          name: dmx_rgb3
          type: rgbw
          transition: 0
          channel_size: 8bit
          channel_setup: rgbwd
        - channel: 21
          name: dmx_rgb4
          type: rgbw
          transition: 0
          channel_size: 8bit
          channel_setup: rgbwd
        - channel: 26
          name: dmx_rgb5
          type: rgbw
          transition: 0
          channel_size: 8bit
          channel_setup: rgbwd            
        - channel: 31
          name: dmx_rgb6
          type: rgbw
          transition: 0
          channel_size: 8bit
          channel_setup: rgbwd  
logger:
  logs:
    custom_components.artnet_led: debug

Never mind rebooted everything lights,dmx,dm602, and home assistant now all working grreat.