Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

skank

Members
  • Joined

  • Last visited

Everything posted by skank

  1. As soon on that video for instance for sabnzb my data should be -> mnt/user/downloads And for the config -> mnt/cache/appdata/binhex-sabnzb the config one is ok the data one is not, cause i can point to mnt/user but then theres no folder "downloads" allthough i've set the same in sabnzb to point to downloads... Edit: also set up sabnzb as network type: bridge (never understood bridge/host)
  2. Really? Not even when sonarr is on different machine than sabnzb which is on unraid? The appropriate path mapping to the template, what template you refer to? The docker on unraid? Could help me a little more please, i know theres LOTS of info on the wiki and forum,
  3. Hi I installed sabnzb on my unraid machine. (not 24/24 on) I installed radarr on my rasp pi (24/24 on) Now i know i need remote mappings from my radarr to sabnzb The download folder of sabnzb is on a cache disk on my unraid under downloads/complete I followed this guide https://trash-guides.info/Radarr/Radarr-remote-path-mapping/ In step 3 i need to put in a local path but im not able to browse to the cache disk and the download folder. Who can help me here pls? how am i sure that my radarr instance has acces to it? Thx for the help here !
  4. strange its back up sorry to disturb
  5. Anyone can help me please? ITs still unreachable
  6. Any ideas?
  7. Here you go unraid-diagnostics-20220510-1325.zip
  8. Hi Strangely, but i turned on my headless unraid machine, and now my webui isnt reachable. Strange thing is, i can access my server through my windows explorer and i see all shares and stuff Any idea?
  9. I would still love to see a possibility to: - see if there are updates for dockers/plugins/unraid OS - able to shut down the server - correct info disk usage - parity check - reboot server But an unraid api addon in HA would be even better :p @ElectricBrainUK any update for this?
  10. Ok attributes card is fixed :p I added heading_name and now its loading
  11. Trying to fix the custom attributes card. I think nothing is wrong with the api or the broker part. I think its HA i saw the attributes card was still js instead of module i changed to module but i still get error: create-element-base.ts:64 entity-attributes-card TypeError: Cannot add property heading_name, object is not extensible at HTMLElement.setConfig (entity-attributes-card.js:50) at s (create-element-base.ts:61) at c (create-element-base.ts:81) at u (create-element-base.ts:132) at Rt (create-card-element.ts:55) at HTMLElement.value (hui-view.ts:62) at hui-view.ts:295 at Array.forEach (<anonymous>) at HTMLElement.value (hui-view.ts:294) at HTMLElement.value (hui-view.ts:222) One question about glances... I dont get correct glance for disk use percent in the past, there was a disk_used_percent, but i cant see that anymore
  12. i did a test view also, with picture entity cards: - type: picture-glance entities: - sensor.unraid_server image: /local/Unraid.jpeg Failed to load resource : the server responded with status unraid.jpeg: 1 of 404 (not found) the picture is in /local/ and yes its in www folder together with the other pics, that do work very strange i also tried jpg instead of jpeg Anyway thats the least of the problems :p I want the server stats back up When i click the webgui of the api docker can you tell me each step to do can i check if its in the broker?
  13. i restarted the api docker logged back in and it says connected... looked at HA, and the binary sensor still is off Yeah i considered putting the broker on unraid, including HA. But i came back from that, for energy costs. I remember ElectricBrainUK saying he would look into putting the unraid api on home assistant, so all remains active although unraid is down, but i dont think hes there yet I also added the picture and put in home assistant, but it doenst load... very strange
  14. ok thx Can you give me your github home assistant link if u got one? maybe i can use stuff :p heres mine https://github.com/skank01/Home-Assistant Actually yes i need help... all was running fine, but now i got errors the unraid api is on my unraid machine, that one howwever isnt 24/24 available the broker is on my raspberry pi (whereis my home assistant too) It would be nice , if all would stay available although my server is down... However my server is now online, and in home assistant i get error Cannot add property heading_name, object is not extensible When i look at my entities , i see my unraid binary sensor is not available When i look at the unraid api and launch the webgui, it looks strange too Help to get it back up running would be grate
  15. Yes please, can i have your code... Also can i have your server image pls? I have the same and would like to use if, if i may? I've seen this also, and would merge the 2
  16. @ElectricBrainUK, any update? Also it was working for me, but with the recent frequently updates of HA, i get an error now in the webgui Cannot add property heading_name, object is not extensible
  17. ElectricBrainUK, any chance to add to the list: - Power up the unraid machine - power down the unraid machine - possible to see the download status of sabnzb on unraid? - possible to add nzb to sabnzb on unraid this all through Home assistant?
  18. mmm how do you have it then? Can you show me? I think the card-mod thing is causing all stuff
  19. i delete the attributes and tada, there are the glances again
  20. or should i delete the template sensors i created from the binary sensor and enter the entity "binary sensor" in the card and then point to the attributes? How did you do this here? https://github.com/ElectricBrainUK/UnraidAPI/wiki/Lovelace-Config See also https://github.com/custom-cards/entity-attributes-card It also keeps saying the binary sensor is unavailble the first time under development options i could look at the binary sensor and see the attributes, now i cannot anymore Hopefully this will all be fixed once you have a HA addon :p
  21. ur welcome :p damn so im on my own ?
  22. its under packages > server.yaml #### CUSTOMIZE ################################################################# homeassistant: customize_glob: sensor.unraid_server: templates: hs_color: "if (state === 'up') return [115,100]; else return [360,100];" glances: - host: !secret unraid_server sensor: - platform: template sensors: unraid_server: entity_id: device_tracker.unraid_server friendly_name: Unraid icon_template: mdi:nas value_template: > {% if is_state('device_tracker.unraid_server', 'home') %} up {% else %} down {% endif %} server_motherboard: value_template: "{{state_attr('binary_sensor.unraid_server', 'motherboard') }}" server_cpu: value_template: "{{state_attr('binary_sensor.unraid_server', 'cpu') }}" server_memory: value_template: "{{state_attr('binary_sensor.unraid_server', 'memory') }}" server_diskspace: value_template: "{{state_attr('binary_sensor.unraid_server', 'diskSpace') }}" server_arraystatus: value_template: "{{state_attr('binary_sensor.unraid_server', 'arrayStatus') }}" server_arrayprotection: value_template: "{{state_attr('binary_sensor.unraid_server', 'arrayProtection') }}"
  23. both are missing, the glances and the attributes Why do you put the sensors back into the config file? i split them up so it easier to find everything back if i get rid of the attributes, the glances come back up
  24. or should i use as entities card?
  25. and my server.yaml #### CUSTOMIZE ################################################################# homeassistant: customize_glob: sensor.unraid_server: templates: hs_color: "if (state === 'up') return [115,100]; else return [360,100];" glances: - host: !secret unraid_server sensor: - platform: template sensors: unraid_server: entity_id: device_tracker.unraid_server friendly_name: Unraid icon_template: mdi:nas value_template: > {% if is_state('device_tracker.unraid_server', 'home') %} up {% else %} down {% endif %} server_motherboard: value_template: "{{state_attr('binary_sensor.unraid_server', 'motherboard') }}" server_cpu: value_template: "{{state_attr('binary_sensor.unraid_server', 'cpu') }}" server_memory: value_template: "{{state_attr('binary_sensor.unraid_server', 'memory') }}" server_diskspace: value_template: "{{state_attr('binary_sensor.unraid_server', 'diskSpace') }}" server_arraystatus: value_template: "{{state_attr('binary_sensor.unraid_server', 'arrayStatus') }}" server_arrayprotection: value_template: "{{state_attr('binary_sensor.unraid_server', 'arrayProtection') }}"

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.