-
Notifications
You must be signed in to change notification settings - Fork 172
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
When configuring from xlights leave input to fpp remote if previously selected. #388
Comments
The underlying issue is that we consider FPP Remote mode as an input type, which isn't valid for xLights since it doesn't support FPP Multisync as an output. In order for it to work better with xLights, we'll need to move it to a secondary input or add it as a service, both which have some cons. It's a big enough issue to deserve bug status though, as it can be very annoying for people who use xLights to manage their controllers and breaks the ability to upload or play sequences once inputs are uploaded. |
In my opinion, this is an xLights bug. However, Shelby has a good idea for an enhancement that can get us part of the way. I am going to split the FSEQ support into two parts:
Currently there is nothing stopping xLights from uploading files at any time. I suggest we tell the xLights team to add FPP Remote to the list of available input modes. Actually, they should get the list from the input_config file and present the choice list found in the config. |
I just moved the FPP Remote functionality to the secondary input. I think xLights leaves that alone. That means that xLights can set the input to DDP or E1.31 and as long as not data is received, FPP remote operation will work as expected. |
Is your feature request related to a problem? Please describe.
I have my pixlestick configured as fpp remote. works great. If I use xlights visualizer and assign a prop, then upload outputs to configure the output settings it also changes the input to be the configured protocol (ddp in my case). I do have the inputs and output linked in xlights preferences for my other controllers. is there a way to leave it on fpp remote when uploading if that is what was set pre upload ?
Describe the solution you'd like
If selected to fpp remote, leave it on fpp remote when uploading from xlights.
Additional context
4.0 beta 3 and espixlestick v3 hardware.
The text was updated successfully, but these errors were encountered: