Skip to content

Bordman-ger/ioBroker.nodedmx

Repository files navigation

Logo

ioBroker.nodedmx

NPM version Downloads Number of Installations (latest) Number of Installations (stable) Dependency Status Known Vulnerabilities

NPM

Tests: Test and Release

nodedmx adapter for ioBroker

nodedmx adpter is used to have acces to node-dmx/dmx modules for accessing varios DMX devices as explained here:

https://github.com/node-dmx/dmx

Actually this devices are supported:

null: a development driver that prints the universe to stdout
socketio: a driver which sends out the universe via socket.IO as an array (see demo_socket_client.js as a client example)
artnet: driver for EnttecODE
bbdmx: driver for BeagleBone-DMX
dmx4all: driver for DMX4ALL devices like the "NanoDMX USB Interface"
enttec-usb-dmx-pro: a driver for devices using a Enttec USB DMX Pro chip like the "DMXKing ultraDMX Micro".
enttec-open-usb-dmx: driver for "Enttec Open DMX USB". This device is NOT recommended, there are known hardware limitations and this driver is not very stable. (If possible better obtain a device with the "pro" chip)
dmxking-utra-dmx-pro: driver for the DMXKing Ultra DMX pro interface. This driver support multiple universe specify the options with Port = A or B

I have only tested the dmx4all device together with a nanoDMX Controler.

Parameters: Device = hardware device e.g. /dev/ttyACM0 for nanoDMX Driver = driver name as mentioned above, dmx4all in my case Last DMX chanel used = range of chanels to be created as objects under IO Broker F.e. 20 will create the objects nodedmx.0.DMX000 to nodedmx.0.DMX020 these objects can be accessed by IOBroler or Node Red etc...

The adapter is only supporting direct access to channels - no other features of class DMX-Animation of node-dmx are supportet!

Changelog

0.1.1

  • (Boardman-ger) Variable name changed

0.1.0

  • (Boardman-ger) initial release

License

MIT License

Copyright (c) 2020 Boardman-ger [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

IoBroker adapter for node-dmx/dmx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published