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

Novastar Processor Control #2

Open
samuraitheta opened this issue Feb 7, 2020 · 6 comments
Open

Novastar Processor Control #2

samuraitheta opened this issue Feb 7, 2020 · 6 comments

Comments

@samuraitheta
Copy link

I would love a way to control Blackout, input selection, brightness, etc... for Novastar Processors like the VX4s and the MCTRL6000.

I am able to control these processors using a series of Hex values sent as a TCP packet, but I would love to be able to control them with Companion. Most of these processors use a generic instruction set, and I would be happy to send you information about them if it would help.

@josephdadams
Copy link
Member

Someone is actively working on this. I contributed working code here (https://github.com/bitfocus/companion-module-novastar-vx4s) and another developer has created modules also.

@samuraitheta
Copy link
Author

I've seen the Bitfocus 2.0 developed by Ritesh Patel, but I don't want a WHOLE different companion app... it doesn't look stable for production.

Is there a way to add this module into Companion?

@JeffreyDavidsz
Copy link
Member

When a module is ready it can be added to the core. Software is open source you anybody can make their own builds. I would not advise to use those as you cannot know from which state Companion has been copied

@samuraitheta
Copy link
Author

So is this Novastar module not ready yet?

@JeffreyDavidsz
Copy link
Member

Well I believe instead of sharing to code to us, the guy decided to build its own version. That being said there is a request to him for sharing the module as he is using "our" main code also

@josephdadams
Copy link
Member

We are working to get this included into Companion 2.0. Stay tuned.

@josephdadams josephdadams transferred this issue from bitfocus/companion-module-requests Apr 22, 2020
josephdadams pushed a commit that referenced this issue May 4, 2022
found few mistakes in code

#1 was missing "break;" on line 170
#2 there was error line # 190  with PIP ON OFF  - CHOICES_SCALING changed it to  CHOICES_PIP_ONOFF
#3 variable definition in block vs global of Element was changed as this caused syntax error in JS 
#4 line 290 -293 are not really needed .. it does not need to send connection string but i left it alone for now, its just unnecessary in our case
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants