We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Configure more than one instance. In "Led Output" Switch between instances
Specifict settings should show current selected instances.
Changing instances has no effect, until you select again the same instance twice. Sometimes instances get inverted also, and other times it works ok.
Logs doesn't show anythig unusual.
2021-08-18T12:52:55.944Z [hyperiond WEBSOCKET] (DEBUG) (JsonAPI.cpp:122:handleInstanceSwitch()) Client '::ffff:10.0.7.6' switch to Hyperion instance 1 2021-08-18T12:52:56.490Z [hyperiond WEBSOCKET] (DEBUG) (JsonAPI.cpp:1404:handleLedDeviceCommand()) message: [{"command":"leddevice","ledDeviceType":"wled","subcommand":"discover","tan":251}] 2021-08-18T12:52:56.491Z [hyperiond WEBSOCKET] (DEBUG) (JsonAPI.cpp:1428:handleLedDeviceCommand()) response: [{"devices":[],"ledDeviceType":"wled"}] 2021-08-18T12:52:58.929Z [hyperiond WEBSOCKET] (DEBUG) (JsonAPI.cpp:122:handleInstanceSwitch()) Client '::ffff:10.0.7.6' switch to Hyperion instance 0 2021-08-18T12:52:59.651Z [hyperiond WEBSOCKET] (DEBUG) (JsonAPI.cpp:1404:handleLedDeviceCommand()) message: [{"command":"leddevice","ledDeviceType":"wled","subcommand":"discover","tan":972}] 2021-08-18T12:52:59.651Z [hyperiond WEBSOCKET] (DEBUG) (JsonAPI.cpp:1428:handleLedDeviceCommand()) response: [{"devices":[],"ledDeviceType":"wled"}] 2021-08-18T12:53:01.680Z [hyperiond WEBSOCKET] (DEBUG) (JsonAPI.cpp:122:handleInstanceSwitch()) Client '::ffff:10.0.7.6' switch to Hyperion instance 1 2021-08-18T12:53:02.397Z [hyperiond WEBSOCKET] (DEBUG) (JsonAPI.cpp:1404:handleLedDeviceCommand()) message: [{"command":"leddevice","ledDeviceType":"wled","subcommand":"discover","tan":175}] 2021-08-18T12:53:02.398Z [hyperiond WEBSOCKET] (DEBUG) (JsonAPI.cpp:1428:handleLedDeviceCommand()) response: [{"devices":[],"ledDeviceType":"wled"}]
Running as a docker container.
Hyperion Server:
Hyperion Server OS:
The text was updated successfully, but these errors were encountered:
Streamline API calls from UI (incl. Fix #1311, #1314) (#1312)
12cdd1d
* JSONeditor: Disable watchers when updating selections dynamically * Refactor - Load last instance config when loading UI page * LED Devices - Notify getproperties watchers for configured hostname * Remove unused variable * Fix #1314 - Additional classic & matrix configuration items were not saved
Lord-Grey
Successfully merging a pull request may close this issue.
Bug report
Steps to reproduce
Configure more than one instance.
In "Led Output" Switch between instances
Instance.Fails.mp4
What is expected?
Specifict settings should show current selected instances.
What is actually happening?
Changing instances has no effect, until you select again the same instance twice.
Sometimes instances get inverted also, and other times it works ok.
Logs doesn't show anythig unusual.
System
Running as a docker container.
Hyperion Server:
Hyperion Server OS:
The text was updated successfully, but these errors were encountered: