Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help with basic integration with a smoke machine #7

Open
BlueWRXPride opened this issue Sep 13, 2022 · 2 comments
Open

Help with basic integration with a smoke machine #7

BlueWRXPride opened this issue Sep 13, 2022 · 2 comments
Labels
platform-refactor Move away from only supporting lights and move to a separate platform config

Comments

@BlueWRXPride
Copy link

I would like to use this module to interface Home Assistant with a DMX smoke machine. My plan is to use ESPHome PIR motion sensors to trigger the smoke machine for X seconds. I also would like to have a switch on the Home Assistant dashboard to manually trigger the machine on and off. One of the smoke machines I have also has LED lighting, so a bonus would be to be able to control that lighting too, but that's less important for me.

@Breina
Copy link
Owner

Breina commented Sep 13, 2022

Interesting use case.

For now it should be possible to treat the DMX channel the same as a 'binary' light. The only difference is that it would be a switch entity instead of a light entity.

Grouping lights and arbitrary switches and sliders in a single device is something that I have planned, anyway.

@Breina
Copy link
Owner

Breina commented Sep 13, 2022

Related solutioning

For controlling arbitrary devices: jnimmo/hass-dmx#54

For grouping entities into devices: jnimmo/hass-dmx#62

@Breina Breina added the platform-refactor Move away from only supporting lights and move to a separate platform config label Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform-refactor Move away from only supporting lights and move to a separate platform config
Projects
None yet
Development

No branches or pull requests

2 participants