Artnet node not working

hello
has anyone had any luck with artnet node, im strugging sending the payload i have it working in hassio via light: but am unable to get it to work in node

https://github.com/2bbb/node-red-node-artnet/issues/3
[{"id":"f39317b7.aa2df8","type":"inject","z":"a2f2a9a7.2fc578","name":"Working from ha","topic":"","payload":"{\"entity_id\":\"light.hot_tub_colour\",\"state\":\"off\",\"attributes\":{\"dmx_channels\":[100,101,102,103],\"transition\":1,\"dmx_values\":[0,0,255,0],\"friendly_name\":\"Hot Tub Colour\",\"supported_features\":177},\"last_changed\":\"2018-11-03T12:59:03.859176+00:00\",\"last_updated\":\"2018-11-03T12:59:03.859176+00:00\",\"context\":{\"id\":\"2b0a499a08cc447e8de484ae4b3baf92\",\"user_id\":\"51cd628db86c457ea8d904f8e85ec031\"}}","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":180,"y":980,"wires":[[]]},{"id":"e678d2f9.0916","type":"artnet out","z":"a2f2a9a7.2fc578","name":"","address":"192.168.1.159","port":"6454","size":512,"rate":"44","universe":"0","x":470,"y":1020,"wires":[]},{"id":"54476d8.805ff94","type":"inject","z":"a2f2a9a7.2fc578","name":"payload to send","topic":"","payload":"msg.payload = {   buckets: [     {address: 0, value: 255},     {address: 4, value: 0},     ...   ] };","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":180,"y":1020,"wires":[["e678d2f9.0916"]]}]

seeing that that node hasn't been updated in 3 years and it looks like the author is now focusing on openFramework, you could

  1. open an issue on it and see if the author replies
  2. try to find something else or
  3. fork it and see if you can fix it yourself..

These subflows can send and receive Art-Net with the standard udp nodes:
https://flows.nodered.org/flow/f1b6bc1c2bed0a362a2a7bdfc82221e2