Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

homie-streamdeck

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homie-streamdeck

Present an Elgato Stream Deck as a Homie MQTT device

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

homie-streamdeck

Present an Elgato Stream Deck as a Homie MQTT device

Configuration

You can specify the MQTT host and port using a file named config.json. This should specify two fields: mqtt_host and mqtt_port. For example:

{
  "mqtt_host": "localhost",
  "mqtt_port": 1883
}

The program will try to load a PNG image for each key from the current working directory. The images should be named simply <key number>.png, with the first key (top left) being key 0.

Installation

A systemd unit file is provided if you wish to install it as a systemd service. You will need to edit the WorkingDirectory= line in the file and then copy it into /etc/systemd/system. Once you've done that, you can run the following:

systemctl refresh-daemon
systemctl enable --now homie-streamdeck.service

Docker

Alternatively, a Docker image of this is available on Docker Hub.

FAQs

Package last updated on 16 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc