You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade to @spacemanspiff2007 PyArtNet library 1.0.0, introducing these new features
Introduce node_type: You can use sacn, kinet, artnet-direct to choose how your node will communicate.
Introduce byte_order: Now, it's always been 'big', but if you notice that your multi-byte channels have been flickering during transitions, you may try to put this on 'small'
Also I've merged in the latest work on the new client. Setting node_type to artnet-controller, will activate this. Still requires a lot of testing, but here's what it enables:
Scanning the network for ArtNet nodes and controllers.
Be discovered by other controllers.
Send universe updates to all nodes/controllers that listen to that universe.
In the future, this is also going to enable
Receiving universe updates from other controllers
Sending arbitrary data to HA using different start codes
Sending ArtNet commands to HA: Can be anything, as long as it's within 512 bytes