-
darbronnoco started following newznab + unRAID integration? , [support] Siwat's Docker Repository , Request: Homebridge and 7 others
-
[support] Siwat's Docker Repository
Seems Homebridge may need a Node upgrade to work. I just updated and got the below message in logs. I’m not really sure how to revert my home bridge at this point and the container won’t start now. [5/14/2019, 11:13:07 PM] Plugin /usr/local/lib/node_modules/homebridge-config-ui-x requires Node version of >=8.15.1 which does not satisfy the current Node version of v8.10.0. You may need to upgrade your installation of Node.
-
Request: Homebridge
have you tried connecting inside of the docker and pulling an update? I haven't been had a need to try yet but it may work.
-
Request: Homebridge
See steps earlier in the thread on how to get root on the container to install the plugin.
-
Request: Homebridge
find my post above and get to the shell inside of the docker and update away. while you are there make sure you have the current homebridge plugins for your needs too. The original container has been running rock solid for me with smartthings.
-
[Support] binhex - SABnzbd
Just a note after removing the server.key and server.cert I had to restart sonarr and couch potatoe. I would assume you need to restart any other system that is using Sab as well.
-
Request: Homebridge
You realize this is the support for for the docker container...
-
Request: Homebridge
Pin is standard you should use the same. I think the user name is generated by the SmartThings app as well as the token. Sorry it's been awhile since I did the setup now. But I believe most of the code came from the smart thing custom app side.
-
Request: Homebridge
There is one. Read further up. Read further up then read my post about entering the docker shell and you can pull the latest home bridge and install the plugins you need.
-
Request: Homebridge
Just adding my 2 cents for what it took to get smart things working with homebridge. This is the general guide I used but what I have below will help with our docker. https://github.com/pdlove/homebridge-smartthings. After the docker is installed I SSH into the unraid box. Then I got console access on the container. docker exec -it containername bash (docker exec -it homebridge bash) from there I updated homebridge npm install -g homebridge Install this plugin using: npm install -g homebridge-smartthings after that drop your config.json file in the root of the homebridge directory. I used http://jsonlint.com to help validate that my json was actually written correctly. Hopefully this helps someone out. { "bridge": { "name": "Homebridge", "username": "this looks like a Mac address", "port": 51826, "pin": "031-45-154" }, "platforms": [{ "platform": "SmartThings", "name": "SmartThings", "app_url": "https://graph.api.smartthings.com:443/api/smartapps/installations/", "app_id": "your app ID", "access_token": "Your Access token" }] }
-
Request: Homebridge
So are those stored in the root of the homebridge folder or in the persist directory?
-
Request: Homebridge
Where are the config files? thanks
darbronnoco
Members
-
Joined
-
Last visited