Everything posted by BoKKeR
-
[Support] Fork Unraid API-RE
@retsamel and @johntdyer, could you pull the latest 6.12, I have added the option to write the html files to config/html_output, as long you use the environment variable: WRITE_HTML_OUTPUT=true These files are not anonymised they are the copy of the VM page and the Dashboard page as seen in the unraid dashboard. Feel free to send them over in a PM if you wish so, I will take a look why the parser has failed. With these files I can possibly debug what is happening
-
[Support] Fork Unraid API-RE
the usb name should be fixed, I pushed it yesterday, have you pulled since? I will have to look into the ON/OFF loop
-
[Support] Fork Unraid API-RE
No idea, have you tried restarting your OS/container, authenticating again using the web-ui ? PS, the USB devices are fixed now
-
[Support] Fork Unraid API-RE
The usb device names get scraped wrong, will have to check on that, its unrelated to the usb plugin
-
[Support] Fork Unraid API-RE
Has the grouping worked on the original project?
-
[Support] Fork Unraid API-RE
I think the old devices dont disappear but there should be a new device with grouped entities. Could you double check
-
[Support] Fork Unraid API-RE
I updated the master and the 6.12 branch, currently this is the info I get on my test device. The grouping seems to work also on my device, but I havent done any changes there, maybe the other changes fixed the HA groups
-
[Support] Fork Unraid API-RE
I am looking into the option of grouping the mqtt devices into a single device. Currently only found this https://community.home-assistant.io/t/how-to-group-entities-into-a-device/262600 without luck of it working. Only a single device shows up. Also looking at fixing the missing/broken properties, like cpu/motherboard/ram. I will need to change the way we extract the data from html dom, currently the project just uses string.substring() manipulation. I am looking into a way using xpath. There might be better frameworks for selectors in nodejs/xml that I am not aware of. Preferably the selectors should be editable from the UI (loadable from a config file). In case there is a new version, users should be able to fix the broken properties themselves just by replacing the selectors. Has anyone managed to find a way of running the webGui https://github.com/unraid/webgui without the underlying unraid OS?
-
[Support] Fork Unraid API-RE
root will work fine, I am not sure about the errors, you are getting. Do you use a config folder?
-
[Support] Fork Unraid API-RE
Which version of unraid and which tag of the image?
-
[Support] Fork Unraid API-RE
Thanks for the great detailed feedback! I have setup an extra machine with a trial key for testing (will need to find a better solution). There was a problem with extracting the CSRF token from the new UI, and other problems with getting VM details. (legacyUSB devices still wont show up, not sure what they are) Please pull the latest and give it a try. Both VM-s and dockers should work now on 6.12 I would also like to add better logs and a screen for better overview, maybe if I find more time.
-
Unraid OS version 6.12.3 available
I had the same problem, high docker usage, had to downgrade to 6.11 which works great.
-
[Support] Electric Brain Unraid API
I created a new docker image based on the old repo, fixed 6.11 and 6.12. I also created a new forum thread not to mix it with this one.
-
[Support] Fork Unraid API-RE
Overview: Support for Docker image unraid-api-re in the bokker/unraid-api-re repo (fork of the original). Docker Hub: https://hub.docker.com/repository/docker/bokker/unraidapi-re Github/ Docs: https://github.com/BoKKeR/UnraidAPI-RE If you feel like supporting my work: just say thanks! This is a fork of https://github.com/ElectricBrainUK/UnraidAPI I managed to fork and make the original project work on github ci. I will try to keep this project alive with newer unraid releases, its an exact dropin for the original https://github.com/ElectricBrainUK/UnraidAPI just replace the image electricbrainuk/unraidapi with bokker/unraidapi-re I will create a tag for each minor release as in: bokker/unraidapi-re:6.12 which will cover 6.12.0 <-> 6.12.2 I mostly test the functions related to reporting status, if you have special needs as removing/editing containers, vms, switch gpus please tell if the container malfunctions for you. I cant stress enough that this is not a proper solution, this container scrapes the unraid UI. Every minor update will possibly break functionality. I would love to setup automated tests, but to be able to do that I need a way to spin up the unraid os (or frontend) in a test environment. Happy to hear what ideas people can come up with. Until then please call up your local Unraid congressman and tell them how much you care about a publicly available API. https://discord.gg/GjAyxvuyEx
-
[Support] Electric Brain Unraid API
- Execution error Image can not be deleted, in use by other container(s)
I am having the same issue after hitting update-all- New UI mover move files from cache -> array
thanks for the help, it works now!- New UI mover move files from cache -> array
Hello, I am in dyre need of replacing my cache SSD, I disabled VM and docker services. All my shares look like this: Its obvious that mover wont move anything since it only affects new files. What is the new way of moving files from Cache to Array? unraid-diagnostics-20230620-1430.zip- [Support] Electric Brain Unraid API
I agree, had an interview early 2023 with the unraid team and they only talked about working on unraid plugin and the different ways to monetise it. As in one-click SSL for people who cant set it up etc. It really put me off from this product since the UI needs a remake as its made in multiple different languages and technologies but the focus was not there. It SEEMS that with the plugin they introduced a graphQL api on unraid, and I vaguely remember reading a comment that they want to make it public but I cant find this comment on the forum.- [Support] BoKKeR - RSSTT - RSS to Telegram
I updated the template with the redis env variables- [Support] BoKKeR - RSSTT - RSS to Telegram
Sorry I forgot to update the template, the container now uses a redis queue and it is much more reliable. With support for multiple chats . Check the docker page- [Support] Electric Brain Unraid API
I have paused the project since I believe that unraid team should be releasing their graphQL api soon. The quickfix thats posted still works- [SUPPORT] xavierh / actual-server
- NVME Cache drive smart failing, replace or risk it?
The SMART data is reporting failed on multiple fields, the nvme drive only has 150 power on days. I will be traveling abroad for a few weeks. Wondering if I should replace it ASAP. Or are these only false positives/manufacturer recommendations.- [TOOL] NVMe/SSD/HDD S.M.A.R.T Monitoring - Testing
Really cool looking project! Hope it gets more traction over time. - Execution error Image can not be deleted, in use by other container(s)