Jump to content

bdee1

Members
  • Posts

    564
  • Joined

  • Last visited

Posts 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. 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"
            }
        ]
    }

     

  3. 13 hours ago, Siwat2545 said:

    I just created the homebridge docker, you can download it using community application now.

    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?

  4. 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.

  5. 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.

    StorageTower UpdateContainer.png

  6. 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

     

  7. On 9/19/2016 at 10:59 PM, bfeist said:

    Thanks for the work on this. I'm getting an error that I haven't seen on any of my other docker instances.

     

    
    Error: layers from manifest don't match image configuration
     

     

     

    Any ideas what might be causing it? (This is, of course, on the brand new Unraid 6.2)

    were you able to resolve this?  I am gettign the same error when trying to install the docker.

  8. Thank you for that tip.  I didn't see the advanced option before.  Now I see the lan_network option.  It was set to 192.168.1.0/24

     

    My server ip is 192.168.1.2

     

    That should be correct right?

     

    What else could be preventing me from seeing the web ui?

×
×
  • Create New...