Git Product home page Git Product logo

allmylights's People

Contributors

sparten11740 avatar w-enterprises avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

allmylights's Issues

Publish status to mqtt

Hello,

I've managed to control one of my OpenRgb light through a mqtt topic. It goes from a source to a sink like said in the documentation. But if I change a color directly form OpenRgb gui, is there a way to publish on the mqtt broker that light state has changed ?

Dockerization ๐Ÿ‹

Hey,

is it possible/good idea to host in Docker container ? Will be any drawbacks doing that? If no, then i could try to create required files for "dockerization" :)

Add user/ password to mqtt connection

My mqtt server does not accept anonymous connection. I missed if there is any example about using username and password to connect to mqtt server in json config file.

Configure sinks to receive values only from certain sources & not from others

Option 1

Support a Routes property in allmylightsrc.json where explicit routes can be configured in the following manner:
{ "From": "source-1", "To": ["sink-1", "sink-2"] } This would require to assign IDs to sources and sinks. An alternative flavour of this option could reference the connectors by index such as { "From": 0, "To": [0, 1] }. The latter would be less transparent and not robust for when sources/sinks are reordered.

Option 2

Introduce a Filter transformation that has access to meta information such as from what source a value originated. If the filter expression returns true, the value is passed on further downstream. We would also have to define IDs on the sources we want to reference in that expreession.
Example { "Type": "Filter", "Expression": "source.ID == \"mqtt-source-1\"" }

This option would take away some of the clarity the data flow has at the moment, where the input of a transformation/sink is exactly what came out of the preceeding transformation/source.

Home Assistant

Anyone has already tested to integrate this with Home assistant ? I'm just curious.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.