Found an issue (a really tiny one):
I don't know when they stopped working but
all the little blue gears are not working anymore!
Thanks again for being a diligent tester and sharing your findings!
Fix is available via PR1867 now
Found an issue (a really tiny one):
I don't know when they stopped working but
all the little blue gears are not working anymore!
Thanks again for being a diligent tester and sharing your findings!
Fix is available via PR1867 now
You could change values dynamically by an API call today.
Currently there are no selectable profiles by name (yet) and just out of a picture you cannot automatically switch things.
Nevertheless, you could link a API call with your remote to switch manually, if needed.
In case you are interested, you can have a look at the API here: https://docs.hyperion-project.…/Control.html#adjustments
Best would be, if you test with the builds of PR1860 as it represents the latest state.
See https://docs.hyperion-project.…vanced/Testing.html#linux how to test PRs easily.
Marxon I did further updates and fixes via PR1860. I tried to do more tests this time, but would be really great, if you would try the PR build. Others just do other things and you proved to spot issues well before
In the PR description you find a high-level overview of changes done.
Is it possible for me to just install the latest stable build using the easy install tool?
Yes. That is what I suggested before.
Just remove the current installation via easy install and do a standard install.
Edit: Great it is working now!
You need to configure the grabber here:
and under the Instance configuration it must look like this too:
As the nightly build might have issues, could you test with
https://github.com/hyperion-project/hyperion.ng/pull/1860
How to test see: https://docs.hyperion-project.org/user/advanced/Testing.html#linux
If it does not work out of the box, try to disable on the 2nd screen and save.
Now enable it again and save.
Does it make a difference?
Have you tried using the released version 2.0.16?
Just to sort out that the issue is related to the nightly build version…
Thanks for validating that quickly!
I think I might need to rework the UI integration a bit having it in line with the clean API.
I will report back, when I have something available.
Hi
Thank you!
Seems that the Export issue is OK, but there is another issue....
I did some additional corrections.
Looks like the PR download script has now an issue too.
Please provided the latest run-id (14763938883) to get the latest build from today
Marxon I fixed the issue and updated the PR.
As usual... you clean-up one thing and create another issue....
Please do further testing and share findings. This is well appreciated.
Thank you. I will have a look
Marxon Thanks for sharing the finding!
I digged out an old Lineage OS Android phone and confirmed that the app relies on a running instance number 0.
I did an backward compatibility update, that the first running instance will be used (when no instance was provided nor switched to before). Now the app works again!
Note: If one would stop instance 0 in a multi instance setup, the app would show it is working against instance 0 (as it assumes 0 always runs - as it was in the past).
If one switches instances in the app, updates and display are in sync. after the first switch.
I did a API - Downward compatibility PR #1860 where everybody could load the latest development build for testing.
I would recommend you update to the nightly build coming tomorrow.
It fixes some serious issues you might have come across before.
Note:It will not address the "Hardware Revision not supported", as this is related to the ws281x library Hyperion makes use of.
Marxon I updated the install script for you that artifacts from a run_id can be downloaded (if exist), even if the PR is closed.
Execute the following:
wget -qO- https://raw.githubusercontent.com/hyperion-project/hyperion.ng/master/bin/scripts/install_pr.sh | bash -s -- -t TOKEN -r 14691952783 1856
This is the latest build of the PR before merging.
For future cases, you find the run-id here:
No, I meant that you might have installed a PR Version not with the latest commits.
I latently applied some further fixes.
Depending when you installed the PR, there were issues.
I now merged the PR and I do not remember, if the script loads closed PR executables.
Maybe you can give it a try
Sorry, I forgot that LibreElec is not working with apt packages. My bad!
There is currently PR 1856 open.
You could test with that one benefitting from further corrections
What does the install command say?
Could you share the output?
Note: If you have already installed hyperion, you need to remove that one first.
… but that is reported by the install script
sioux Those should be the commands.
Note: You MUST use an authentication (aka bearer) token for Admin commands.
{
"command": "config",
"subcommand": "getconfig",
"configFilter" : {
"global" : {
"types" : [ "grabberV4L2" ]
},
"instances" : {
"types" : [ "" ]
}
}
}
{
"command": "config",
"subcommand": "setconfig",
"config" :
{
"global": {
"settings": {
"grabberV4L2": your updated config
}
}
}
}
All fields of a configuration set…