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

Support for non-HD lights #3

Open
mcclown opened this issue Jul 24, 2018 · 4 comments
Open

Support for non-HD lights #3

mcclown opened this issue Jul 24, 2018 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@mcclown
Copy link
Owner

mcclown commented Jul 24, 2018

As far as I can tell, this should work for non-HD lights as well, with some reasonably minor changes. My guess would be the following.

  • Create a BaseDevice class, with shared functionality
  • Modify HDDevice class to inherit from BaseDevice
  • Add Device class, inheriting from BaseDevice and add anything that is specific to non-HD devices.

If anyone has non-HD devices and is interested in helping, this work could be completed with some teamwork, as long as one person is a developer.

@mcclown mcclown added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jul 24, 2018
@mcclown
Copy link
Owner Author

mcclown commented Feb 26, 2019

I've managed to do a bit of research on this, the API appears to be different for the AI Director device, so this issue may be a bit more involved.

@SaskatchewanPython
Copy link

I'd like to get involved. I have 3 Hydra 52s NON HD that I just got and id really like to be able to control them without the controller if the controller ever breaks in the future. If you point me in the right direction I can definitely assist.

@mcclown
Copy link
Owner Author

mcclown commented Feb 24, 2023

I ended up getting a non-HD Hydra 26, when someone sold me the wrong light, when one of my other light broke. I've had a quick look at it but haven't managed to reverse-engineer the API yet. I'll have to find some time to take a deeper look.

Thank you for the offer of help.

@mcclown
Copy link
Owner Author

mcclown commented Feb 24, 2023

I will accept pull requests if you have time to work out some of it yourself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants