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.

Todilo

Members
  • Joined

  • Last visited

  1. Apparently it finds the configurationfile of old version and migrated without any manual setup. And unbound seems to be working great as well, so very happy running the new v6. Thank you
  2. I just setup Pihole-DoT-DoH and it works great but then, hey unbound seems cool. Is that available in the v6 version and is there a migration guide? Can I do a backup of my current version and import for the new one?
  3. did you manage to resolve it?
  4. I know I am really late and I am sorry, thought I answered this. For me it felt like a faulty setup/hardware and I move away from Conbee stick to Home Assistant Connect stick and it has worked flawlessly since then.
  5. So I have been running a really bad setup for a while . A 120gb old ssd as array and nothing more. Now I want to have the real deal. A 2TB nvme as Cache and som HDDs as array. I turned of vm and dockers, inserted the new NVM and created a cache pool. I set all shares to use the cache and started the mover. Now almost everything is moved except: system/docker/docker.img system/libvirt/libvirt.img How can I also make sure these files are moved so I can remove my old array and throw away the 120gb ssd. This is how user shares looks, as you can see the "Free" column for system has more space which I assume is because it is still spread out over both disks. Edit: Solved it but if anyone else has the same problem. I went to the vm/docker manager and under advaned settings you can delete the docker.img/libvirt.img . And then in my case i could just remove the SSD array and then re-enable the services.
  6. Ohh I see! Maybe time to upgrade the computer. Thank you very much for your time and assistance.
  7. On what hardware do you run the container? Did you change anything in the template? Nothing Was the container working before? Never tried it before, however have successfully run valheim server in the past. What path are you using in the template for the game files? Do you mean this:
  8. Trying to start my Palserver. Downloaded and no change to configuration. It doesn't seem to start, showing the logs and it just turns off. The only error I can see is this: /opt/scripts/start-server.sh: line 123: 79 Illegal instruction ${SERVER_DIR}/Pal/Binaries/Linux/PalServer-Linux-Shipping Pal -nocore ${GAME_PARAMS} ${GAME_PARAMS_EXTRA} Rest of the logs then booting up Redirecting stderr to '/serverdata/Steam/logs/stderr.txt' Logging directory: '/serverdata/Steam/logs' [ 0%] Checking for available updates... [----] Verifying installation... UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1726605427 -- type 'quit' to exit -- Loading Steam API...OK Connecting anonymously to Steam Public...OK Waiting for client config...OK Waiting for user info...OK ---Update Server--- Redirecting stderr to '/serverdata/Steam/logs/stderr.txt' Logging directory: '/serverdata/Steam/logs' [ 0%] Checking for available updates... [----] Verifying installation... UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1726605427 -- type 'quit' to exit -- Loading Steam API...OK Connecting anonymously to Steam Public...OK Waiting for client config...OK Waiting for user info...OK Success! App '2394010' already up to date. ---Checking if configuration is in place--- ---Configuration found, continuing...--- ---Checking if PublicIP is in place--- ---PublicIP in PalWorldSettings.ini found: 87.227.42.42 ---Prepare Server--- ---Server ready--- ---Start Server--- /opt/scripts/start-server.sh: line 123: 79 Illegal instruction ${SERVER_DIR}/Pal/Binaries/Linux/PalServer-Linux-Shipping Pal -nocore ${GAME_PARAMS} ${GAME_PARAMS_EXTRA} ---Ensuring UID: 99 matches user--- usermod: no changes ---Ensuring GID: 100 matches user--- usermod: no changes ---Setting umask to 000--- ---Checking for optional scripts--- ---No optional script found, continuing--- ---Taking ownership of data...--- ---Starting...--- ---Update SteamCMD--- Redirecting stderr to '/serverdata/Steam/logs/stderr.txt' Logging directory: '/serverdata/Steam/logs' [ 0%] Checking for available updates... [----] Verifying installation... UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1726605427 -- type 'quit' to exit -- Loading Steam API...OK Connecting anonymously to Steam Public...OK Waiting for client config...OK Waiting for user info...OK ---Update Server--- Redirecting stderr to '/serverdata/Steam/logs/stderr.txt' Logging directory: '/serverdata/Steam/logs' [ 0%] Checking for available updates... [----] Verifying installation... UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1726605427 -- type 'quit' to exit -- Loading Steam API...OK
  9. Unfortunately I gave up. I don't know if I accidently bricked it while trying to update firmware but I just could not get it to work. Instead I bought a new stick. A skyconnect and did similar procedure as above and it worked straight away! Don't know if it is the ZHA improvement during the last year or the new stick but including devices was faster and smoother than I had previously experienced.
  10. USB model. The stick. It is a conbee II stick. I am beginning to wonder if the stick itself is non-functional.
  11. I think I have followed your instructions to the letter. This is the result in HA But when I try to reconfigure my antenna path: /dev/serial/by-id/usb-QEMU_QEMU_USB_SERIAL_1-0000:00:07.7-4-if00-port0 And this is the usb manger: Anything I could be missing? I would hate to have to reset the entire network. Errors when trying to setup: 2024-04-12 08:56:33.369 DEBUG (MainThread) [zigpy.application] Failed to probe with config {'path': '/dev/serial/by-id/usb-QEMU_QEMU_USB_SERIAL_1-0000:00:07.7-4-if00-port0', 'baudrate': 38400, 'flow_control': 'hardware'} Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 589, in _command return await fut ^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 631, in probe await app.connect() File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/zigbee/application.py", line 97, in connect await api.connect() File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 466, in connect await self.version() File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 813, in version self._protocol_version = await self.read_parameter( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 832, in read_parameter rsp = await self.send_command( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 508, in send_command return await self._command(cmd, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/api.py", line 588, in _command async with asyncio_timeout(COMMAND_TIMEOUT): File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError
  12. I have tried this but it still wont configure ZHA. My settings I couldn't figure outif i should setup the usb icon or the screen icon. Both have the same values. With Connect as Serial Guest Port Number: 4 Then vm xaml: <serial type='dev'> <source path='/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2132783-if00'/> <target type='usb-serial' port='4'> <model name='usb-serial'/> </target> <alias name='serial1'/> <address type='usb' bus='0' port='4'/> </serial> <serial type='dev'> <source path='/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_Dxxxxxf00'/> <target type='usb-serial' port='4'> <model name='usb-serial'/> </target> <alias name='serial1'/> <address type='usb' bus='0' port='4'/> </serial> Not 100% sure which port to use for target and adress. In home assistant HA finds: /dev/ttyUSB0 - QEMU USB SERIAL, s/n: 1-0000:00:07.7-4 - QEMU Not sure if it is the correct thing but it does not work at least. Aything obvious error I make? Btw is the "USB manager hotplug" part of usb manager, I saw a reference of someone "removing it" but I can't find it as a separate plugin I have installed:
  13. I have just received a LSI HBA card. https://www.ebay.com/itm/195577459212 However, one of the ports broke from the card on first usage ... How can I see if it could actually work. I have plugged it in and connected 2 sata drives. The card: Uploaded diagnostics bovallstation-diagnostics-20230726-1227.zip
  14. Thank you. It seems to be working now. Is there a way to actually see the mapped name in Unraid. I mean home assistant could find the tricky name /dev/serial/by-id/usb-QEMU_QEMU_USB_SERIAL_1-0000:00:07.7-4-if00-port0 but if I go to command-line in unraid I will only see /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2132783-if00 I have also tried a reboot fully of the system now so that was awesome (last time I had a power outage and stuff stopped working)
  15. Is this the device mapping you are referring to? I have tried both ways but doesn't seem to help. I can actually see the device in HA like this, now with a very weird name: Edit: With this new setup it actually seem to work. I just have to reboot my entire system to see if the names stick. I now use: /dev/serial/by-id/usb-QEMU_QEMU_USB_SERIAL_1-0000:00:07.7-4-if00-port0 which seems, odd

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.