Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hobbyquaker/mqtt-dmx-controller
A simple ArtNet / DMX Controller with MQTT Interface π‘π¬
https://github.com/hobbyquaker/mqtt-dmx-controller
artnet dmx512 led mqtt rgb smarthome stage-lighting
Last synced: about 1 month ago
JSON representation
A simple ArtNet / DMX Controller with MQTT Interface π‘π¬
- Host: GitHub
- URL: https://github.com/hobbyquaker/mqtt-dmx-controller
- Owner: hobbyquaker
- License: mit
- Created: 2017-07-29T16:14:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T20:27:07.000Z (over 5 years ago)
- Last Synced: 2024-11-15T18:37:26.993Z (about 1 month ago)
- Topics: artnet, dmx512, led, mqtt, rgb, smarthome, stage-lighting
- Language: JavaScript
- Homepage:
- Size: 374 KB
- Stars: 65
- Watchers: 7
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MQTT DMX Controller
[![Dependency Status](https://david-dm.org/hobbyquaker/mqtt-dmx-controller/status.svg)](https://david-dm.org/hobbyquaker/mqtt-dmx-controller)
[![macOS and Linux Build Status](https://travis-ci.org/hobbyquaker/mqtt-dmx-controller.svg?branch=master)](https://travis-ci.org/hobbyquaker/mqtt-dmx-controller)
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/hobbyquaker/mqtt-dmx-controller?branch=master&svg=true)](https://ci.appveyor.com/project/hobbyquaker/mqtt-dmx-controller)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![License][mit-badge]][mit-url]> A simple ArtNet / DMX Controller with MQTT Interface
![Screenshot](screenshot.png "Screenshot")
## Install
#### macOS
Go to the [latest release page](https://github.com/hobbyquaker/mqtt-dmx-controller/releases/latest) and download the
mqtt-dmx-controller-x.x.x.dmg file.#### Linux
On the [latest release page](https://github.com/hobbyquaker/mqtt-dmx-controller/releases/latest) you can find a .deb
file for Ubuntu and Debian and a .tar.gz that should work on other distributions.#### Windows
On the [latest release page](https://github.com/hobbyquaker/mqtt-dmx-controller/releases/latest) you can find
mqtt-dmx-controller-setup-x.x.x.exe that should work under 64bit Windows.## Usage
Should be quite self-explanatory when you're experienced with DMX Controllers. If you have questions please open a
[Issue](https://github.com/hobbyquaker/mqtt-dmx-controller/issues/new).Beside the normal operation like many other DMX Controllers it's also possible to use MQTT to set channel values,
activate scenes and control sequences. The topics and payloads used for this are the same as described in the
[mqtt-dmx-sequencer](https://github.com/hobbyquaker/mqtt-dmx-sequencer) documentation.## Related
* [mqtt-dmx-sequencer](https://github.com/hobbyquaker/mqtt-dmx-sequencer) - the headless counterpart to this
Software. You can export scene- and sequence-files from mqtt-dmx-controller that can be used with the mqtt-dmx-sequencer
for fully automated and headless DMX Control.
* [artnet](https://github.com/hobbyquaker/artnet) - [Node.js](http://nodejs.org) module that can be used to send ArtDMX
packages to an [Art-Net](http://en.wikipedia.org/wiki/Art-Net) node.## License
The MIT License (MIT)
Copyright (c) Sebastian Raff and mqtt-dmx-controller contributors
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.## Credits
Art-Netβ’ Designed by and Copyright [Artistic Licence Holdings Ltd](http://www.artisticlicence.com/).
[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg?style=flat
[mit-url]: LICENSE