Hi There,
I'm trying to send a DMX value to my Showtec Net 2/3 device so I can control my lights by a dimmer.
Im using the flow below, but what happens if I send value 255 to channel 1, all the DMX channels get a (random?) value which difference in the times I click on sent. Hope someone can give me a clue what happens here?
[{"id":"bb383bf9f390c3c0","type":"tab","label":"DMX","disabled":false,"info":""},{"id":"022cf68d56957801","type":"inject","z":"bb383bf9f390c3c0","name":"1 to 255","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"channel\":1,\"value\":255}","payloadType":"json","x":340,"y":400,"wires":[["79dce660123c69ba","f6e6539d89cd3783"]]},{"id":"b3f028c457e3c1a8","type":"inject","z":"bb383bf9f390c3c0","name":"1 to 0","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"channel\":1,\"value\":0}","payloadType":"json","x":330,"y":440,"wires":[["79dce660123c69ba","f6e6539d89cd3783"]]},{"id":"79dce660123c69ba","type":"artnet-command","z":"bb383bf9f390c3c0","name":"","artnetnode":"e4103b586a926093","x":990,"y":440,"wires":[]},{"id":"f6e6539d89cd3783","type":"debug","z":"bb383bf9f390c3c0","name":"debug 97","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":960,"y":360,"wires":[]},{"id":"e4103b586a926093","type":"artnet-node","host":"192.168.2.61","port":"6454","universe":"0"}]