{"id":20576645,"url":"https://github.com/hobbyquaker/mqtt-dmx-sequencer","last_synced_at":"2025-08-02T18:07:02.732Z","repository":{"id":57303710,"uuid":"42352434","full_name":"hobbyquaker/mqtt-dmx-sequencer","owner":"hobbyquaker","description":"Control DMX devices via Art-Net by MQTT. Includes a simple sequencer. 💡🎬","archived":false,"fork":false,"pushed_at":"2018-01-05T09:58:41.000Z","size":12,"stargazers_count":26,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-28T09:49:45.004Z","etag":null,"topics":["artnet","dmx","led","lighting","mqtt","sequencer","stage"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hobbyquaker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-12T09:56:32.000Z","updated_at":"2025-07-12T15:42:50.000Z","dependencies_parsed_at":"2022-08-24T17:11:40.281Z","dependency_job_id":null,"html_url":"https://github.com/hobbyquaker/mqtt-dmx-sequencer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hobbyquaker/mqtt-dmx-sequencer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hobbyquaker%2Fmqtt-dmx-sequencer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hobbyquaker%2Fmqtt-dmx-sequencer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hobbyquaker%2Fmqtt-dmx-sequencer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hobbyquaker%2Fmqtt-dmx-sequencer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hobbyquaker","download_url":"https://codeload.github.com/hobbyquaker/mqtt-dmx-sequencer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hobbyquaker%2Fmqtt-dmx-sequencer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268431635,"owners_count":24249411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artnet","dmx","led","lighting","mqtt","sequencer","stage"],"created_at":"2024-11-16T05:46:32.265Z","updated_at":"2025-08-02T18:07:02.674Z","avatar_url":"https://github.com/hobbyquaker.png","language":"JavaScript","funding_links":[],"categories":["Interfaces"],"sub_categories":["Lighting"],"readme":"# mqtt-dmx-sequencer\n\n[![mqtt-smarthome](https://img.shields.io/badge/mqtt-smarthome-blue.svg)](https://github.com/mqtt-smarthome/mqtt-smarthome)\n[![NPM version](https://badge.fury.io/js/mqtt-dmx-sequencer.svg)](http://badge.fury.io/js/mqtt-dmx-sequencer)\n[![Dependency Status](https://img.shields.io/gemnasium/hobbyquaker/mqtt-dmx-sequencer.svg?maxAge=2592000)](https://gemnasium.com/github.com/hobbyquaker/mqtt-dmx-sequencer)\n[![Build Status](https://travis-ci.org/hobbyquaker/mqtt-dmx-sequencer.svg?branch=master)](https://travis-ci.org/hobbyquaker/mqtt-dmx-sequencer)\n[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)\n[![License][mit-badge]][mit-url]\n\n\u003e Control DMX devices via Art-Net by MQTT.\n\nThis is the headless counterpart to the [MQTT DMX Controller](https://github.com/hobbyquaker/mqtt-dmx-controller). Uses \nscenes and sequences created with - and exported from - the MQTT DMX Controller that can be controlled via MQTT. \n\n\n## Installation\n\nNode.js \u003e= 6 needed.\n\n```\nsudo npm install -g mqtt-dmx-sequencer\nmqtt-dmx-sequencer --help\n```\n\n## Usage\n\n``` \nUsage: mqtt-dmx-sequencer [options]\n\nOptions:\n  -v, --verbosity  possible values: \"error\", \"warn\", \"info\", \"debug\"\n                                                               [default: \"info\"]\n  -a, --address    artnet host address              [default: \"255.255.255.255\"]\n  -p, --port       artnet host port                              [default: 6454]\n  -n, --name       instance name. used as mqtt client id and as prefix for\n                   connected topic                              [default: \"dmx\"]\n  -j, --scenes     json file containing scene definitions              [default:\n         \"/Users/basti/WebstormProjects/mqtt-dmx-sequencer/example-scenes.json\"]\n  -s, --sequences  json file containing sequence definitions           [default:\n      \"/Users/basti/WebstormProjects/mqtt-dmx-sequencer/example-sequences.json\"]\n  -u, --url        mqtt broker url. See\n                   https://github.com/mqttjs/MQTT.js#connect-using-a-url\n                                                   [default: \"mqtt://127.0.0.1\"]\n  -h, --help       Show help                                           [boolean]\n  --version        Show version number                                 [boolean]\n\n\n```\n\n## MQTT Topics\n\nTopic structure follows [mqtt-smarthome](https://github.com/mqtt-smarthome/mqtt-smarthome) [architecture](https://github.com/mqtt-smarthome/mqtt-smarthome/blob/master/Architecture.md).\n\n#### dmx/set/channel/\u0026lt;channel\u0026gt;\n\nset a channels value\n\n**payload**: integer number. channel value, min 0, max 255\n\n#### dmx/set/scene/\u0026lt;scene\u0026gt;\n\ncall a scene\n\n**payload** (optional): float number. transition time in seconds.\n\n#### dmx/set/sequence/\u0026lt;sequence\u0026gt;\n\nstart a sequence or change options of a running sequence\n\n**payload** (optional): json object with following attributes:\n\n* repeat (boolean)\n* shuffle (boolean)\n* speed (float number)\n\n#### dmx/set/sequence/\u0026lt;sequence\u0026gt;/stop\n\nstop a running sequence\n\n\n#### dmx/set/sequence/all/stop\n\nstop all running sequences\n\n## License\n\nMIT © [Sebastian Raff](https://github.com/hobbyquaker)\n\n[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg?style=flat\n[mit-url]: LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhobbyquaker%2Fmqtt-dmx-sequencer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhobbyquaker%2Fmqtt-dmx-sequencer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhobbyquaker%2Fmqtt-dmx-sequencer/lists"}