bdee1

Members
  • Posts

    564
  • Joined

  • Last visited

Everything posted by bdee1

  1. ok i think it figured it out! there were two issues: 1) when I added the smartthings info to the config.json, i overwrote the "config" platform that came with the docker container. 2) while I was messing around with it, i removed and re-added the docker container in unraid a few times, and the last time around I had forgotten to install the smartthings plugin again. so I did the following: 1) restored my config.json to the original one and restarted the docker container. 2) loaded the WebUI and installed the smartthings plugin 3) updated my config.json (see below). I found the issue by going to the dockers tab in unraid and clicking the logs icon on the right side next to the homebridge container. I was able to see that during startup, it was choking on the smartthings item. My new working config.json { "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:30", "port": 51826, "pin": "031-45-154" }, "description": "This is an example configuration file with gui. You can use this as a template for creating your own configuration file containing devices you actually own.", "accessories": [], "platforms": [ { "platform": "config", "name": "Config", "port": 8124, "sudo": true }, { "platform": "SmartThings", "name": "SmartThings", "app_url": "https://graph.api.smartthings.com:443/api/smartapps/installations/", "app_id": "my-app-id", "access_token": "my-access-token" } ] }
  2. good point - I will give that a shot. Thanks for all your help!
  3. so I am not quite there yet. I was able to get homebridge working, and I reset my home in the home app on my ios device. Then I added Homebridge using the QR code in the homebridge UI. But I cant get any of my devices to show up. I have the smartthings JSON Complete API smartapp installed in my smartthings, and I have added all of my accessories to it. I copied the config file content from the smart app and updated my config file in homebridge but I am not seeign any accessories in the home app. my config file is below: { "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:30", "port": 51826, "pin": "031-45-154" }, "description": "This is an example configuration file with gui. You can use this as a template for creating your own configuration file containing devices you actually own.", "accessories": [], "platforms": [ { "platform": "SmartThings", "name": "SmartThings", "app_url": "https://graph.api.smartthings.com:443/api/smartapps/installations/", "app_id": "my-app-id", "access_token": "my-access-token" } ] }
  4. wait - i found the problem - I still had my \appdata\homebridge folder with data from a previous install. Once I cleared that folder and then reinstalled your docker it started working. Thanks!!
  5. i dont have any plugins yet. all i did was install the container in unraid and launch the web gui.
  6. thanks for posting this. I just installed and when I go to WebUI it opens serverip:8124 and says This site can’t be reached
  7. thanks!! I just installed it but I don't the the WebUI option. Is there an additional Step I need in order to enable the webUI?
  8. yea thats a real bummer - it would be really great to have an unraid friendly, "plug and play" container that we could use. I used to use homebridge with the smartthings plugin on my my mac mini, but I woudl love to have this running on unraid.
  9. hmm - that makes sense, but I change the port to 8080 in the docker config in unraid and tried again and I still was unable to load the Web UI.
  10. I just tried following the directions and I cant get the Web UI option in unraid. My config is attached - can anyone spot anything wrong? I have tried setting network to both Bridge and Host and neither option seemed to work. If I go to http://serverip/3354 it doesnt load anything.
  11. just loaded my GUI and it looks like this. (see attached) . any ideas?
  12. yes that is a very good call - I have done exactly that. thank you. After turing this on, I got a few alerts telling me that some of my disks were almost full. I had several other disks that had lots of free space so I added those to the user shares that were filling up disks. is there somethign I can do to move the file more evenly across the disks in the user share now that I have added the new disks?
  13. ohhh DUH - not sure how I missed that one. thank you!😳
  14. storagetower-diagnostics-20181103-1510.zip
  15. i just update to 6.6.3 and it looks great but I have a banner at the top of the page that says "System notifications are disabled. Click here to change notification settings" but as far as I can tell, I DO have system notifications enabled, and i don't see any way to make this banner go away. any ideas?
  16. I wound up doing a hard reboot on the server and it came back up and completed a parity check without issue. After doing so, I tried to visit the share I enables "enhanced os x interoperability" on from my imac and unraid became unresponsive again. I did another hard reboot on the server and once it came back up I disabled "enhanced os x interoperability" on that share and I have not had any issues since then. So lesson learned, never enable that feature.
  17. actually looking at my log file, it looks like the last thing i did before experiencing this issue was to enable the "enhanced os x interoperability" option on one of my user shares. My concern at the moment is that since I cant reach it via the webGUI or via ssh from the terminal, I am unable to do a clean shutdown.
  18. I was just trying to remove two Time Machine shares on my unraid system which I no longer use. In order to remove the shares I had to remove all the files in them. from the command line I was doing rm-rf on the sparsebundle file in my time machine user share and then suddenly I started getting "unraid transport endpoint is not connected" After that, all of my shares were not accessible and after a few minutes, I could no longer access the webGUI. I was able to get my syslog before the webgui went offline. I have attached it here. Any advice on what how to proceed to get my server back online? storagetower-syslog-20181030-1152.zip
  19. any updates on this? I have tried to use my unraid server for time machine backups and have not had much success. I would love to use unraid as a reliable time machine backup location.
  20. for while now, whenever I launch couchpotato, i just get the left navbar and the right side is just blank white. If I try to add a movie, it says "movie didn't add properly, check logs" when i look in the logs, its chock full of errors. below is a small sample. any idea how to troubleshoot this? 09-10 20:11:01 ERROR [31m[tato.core.plugins.renamer] Failed checking snatched: Traceback (most recent call last): File "/app/couchpotato/couchpotato/core/plugins/renamer.py", line 956, in checkSnatched rels = list(fireEvent('release.with_status', ['snatched', 'seeding', 'missing'], single = True)) File "/app/couchpotato/couchpotato/core/plugins/release/main.py", line 536, in withStatus for ms in db.get_many('release_status', s): File "/app/couchpotato/libs/CodernityDB/database.py", line 991, in get_many "Index `%s` doesn't exists" % index_name) IndexNotFoundException: Index `release_status` doesn't exists [0m 09-10 20:12:01 ERROR [31m[tato.core.plugins.renamer] Failed checking snatched: Traceback (most recent call last): File "/app/couchpotato/couchpotato/core/plugins/renamer.py", line 956, in checkSnatched rels = list(fireEvent('release.with_status', ['snatched', 'seeding', 'missing'], single = True)) File "/app/couchpotato/couchpotato/core/plugins/release/main.py", line 536, in withStatus for ms in db.get_many('release_status', s): File "/app/couchpotato/libs/CodernityDB/database.py", line 991, in get_many "Index `%s` doesn't exists" % index_name) IndexNotFoundException: Index `release_status` doesn't exists [0m 09-10 20:13:01 ERROR [31m[tato.core.plugins.renamer] Failed checking snatched: Traceback (most recent call last): File "/app/couchpotato/couchpotato/core/plugins/renamer.py", line 956, in checkSnatched rels = list(fireEvent('release.with_status', ['snatched', 'seeding', 'missing'], single = True)) File "/app/couchpotato/couchpotato/core/plugins/release/main.py", line 536, in withStatus for ms in db.get_many('release_status', s): File "/app/couchpotato/libs/CodernityDB/database.py", line 991, in get_many "Index `%s` doesn't exists" % index_name) IndexNotFoundException: Index `release_status` doesn't exists
  21. nevermind - I found it. to stop the docker service I had to go to the Settings tab and then click on docker. i deleted the image, started the service back up and reinstalled all my dckers from the docker tab, template dropdown and now im good to go. thanks!!! now i just have to figure out what is writing to my docker image.
  22. thnks for the info!! trick is that if I go to the docker tab i just see the docker service failed to start message. how can I get to the docker options as you described?
  23. This afternoon I noticed that my plex server was offline. When i looked at the docker tab of my server, the version column said unknown for all my dockers. I tried to reboot my server and after doing so, when I click on the docker tab it says "Docker Service failed to start" how can I troubleshoot this? i have attached my disgnostics file. storagetower-diagnostics-20180519-2118.zip
  24. bdee1

    nzbget

    sorry to be a pain - I cant seem to figure out where to get the docker run command. I looked in your signature and I must be missing it (sorry)
  25. bdee1

    nzbget

    Although i I have been around for a long time, Generally unraid aid works so well that I am able gonlong stretches in between posts and unfortunately I forget some of those details. Thanks for for the helpful post (and for jogging my memory)!